Skip to content

Commit

Permalink
media-gfx/dpic: version bump to 20160824.
Browse files Browse the repository at this point in the history
* add upstream section to metadata
* bump to 20160824

Closes: gentoo#2131

Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
jonasstein authored and monsieurp committed Aug 23, 2016
1 parent 3fdf00c commit 48fb59b
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-gfx/dpic/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST dpic-2013.03.10.tar.gz 583366 SHA256 3ba961675f23ee2b9c035b60e43ce672007ad29a8ab810404f64a4098edcdac1 SHA512 a1c29f32bddeabfcfba1e0253ab502ca2c32c9ad4d490c8b2a7569643972a65ebdc26215888aaba7b2954b217e1667b469d49affb0a771832e98aa5ad25dd9f5 WHIRLPOOL e01915a94a6cd587945e12dc15eed23607914e219f4ef8586d8c221201d6073fff749dfd0838c8adc23848db59b1015e01cffad0f802b386e20a671391a96780
DIST dpic-2016.07.12.tar.gz 1241451 SHA256 e2de7e52d11af26532e24a0ec21a1034a60cc3ec7224f90ba401b60ee8d07544 SHA512 f063e492125eee02a3bd55805dd7cc64c76f3c2002a3c5a125c47588ed690b0ac1c372ca004b24ba79e2064e18f24d9d4f47dd90b24952beb2fcb73314d68aec WHIRLPOOL f82d789d2a34eec6fa0b769f51b06d515dcb56d1d3eff9f7ddef9bb8797cd67d45cb396cbd7d55121dd32b65ab35c692ee2257dc867a92ee6cc4f2a3936b316d
DIST dpic-2016.08.24.tar.gz 1241900 SHA256 84c8636364912b0152df2f2078cceb08a4be8ac3e4c259f925161872429b19d2 SHA512 5e8fae76d79f8bdf8ca4427c4cb4ea6be272edc74ff5f8ab4c9434283fe9c5443fe4fb2d4a0fba1c17f14ed05f2d82aeb26cf186c797e3a93d92508f3557d630 WHIRLPOOL b92d85cac9b7cc42ad32a2326f99f87c3a985d1693d61cbe8ec0e32ed10f9b31e591f4d8d5db0cb62322a151f92a49e61d104153aaf97cb1bba8c60bbae4123d
34 changes: 34 additions & 0 deletions media-gfx/dpic/dpic-20160824.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="Converts PIC plots into pstricks, PGF/TikZ, PostScript, MetaPost and TeX"
HOMEPAGE="https://ece.uwaterloo.ca/~aplevich/dpic"
SRC_URI="https://ece.uwaterloo.ca/~aplevich/dpic/${PN}-2016.08.24.tar.gz"

# dpic: BSD-2, dpicdoc.pdf: CC-BY-3.0, p2c: GPL
LICENSE="BSD-2 CC-BY-3.0 GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${PN}-2016.08.24"

DOCS=( "README" "doc/dpicdoc.pdf" )

src_install () {
dobin ${PN}
doman doc/${PN}.1

einstalldocs

if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}
11 changes: 11 additions & 0 deletions media-gfx/dpic/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<changelog>https://ece.uwaterloo.ca/~aplevich/dpic/CHANGES</changelog>
<doc>https://ece.uwaterloo.ca/~aplevich/dpic/dpicdoc.pdf</doc>
<name>J. D. Aplevich</name>
</upstream>

<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo TeX Project</name>
</maintainer>

<longdescription> Dpic is an implementation of the pic "little language" for creating line
drawings and illustrations for documents, web pages, and other uses.
</longdescription>

</pkgmetadata>

0 comments on commit 48fb59b

Please sign in to comment.