diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-30 14:12:54 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-30 14:12:54 +0000 |
commit | 7e5f8cc16ceba781ed24d68bf4f074fdab7fcfc7 (patch) | |
tree | 897dc788cc12b1bd3d45114d6909b26348a9424a /media-gfx | |
parent | Remove old. (diff) | |
download | gentoo-2-7e5f8cc16ceba781ed24d68bf4f074fdab7fcfc7.tar.gz gentoo-2-7e5f8cc16ceba781ed24d68bf4f074fdab7fcfc7.tar.bz2 gentoo-2-7e5f8cc16ceba781ed24d68bf4f074fdab7fcfc7.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/dpic/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/dpic/dpic-20090713.ebuild | 37 |
2 files changed, 5 insertions, 39 deletions
diff --git a/media-gfx/dpic/ChangeLog b/media-gfx/dpic/ChangeLog index 151da915cca0..ca578c27e488 100644 --- a/media-gfx/dpic/ChangeLog +++ b/media-gfx/dpic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/dpic -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/dpic/ChangeLog,v 1.10 2013/06/25 18:43:36 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/dpic/ChangeLog,v 1.11 2015/05/30 14:12:54 mrueg Exp $ + + 30 May 2015; Manuel Rüger <mrueg@gentoo.org> -dpic-20090713.ebuild: + Remove old. 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> dpic-20130310.ebuild: Stable for amd64, wrt bug #474228 diff --git a/media-gfx/dpic/dpic-20090713.ebuild b/media-gfx/dpic/dpic-20090713.ebuild deleted file mode 100644 index e8aa71fe93c2..000000000000 --- a/media-gfx/dpic/dpic-20090713.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/dpic/dpic-20090713.ebuild,v 1.4 2013/04/20 09:14:16 ulm Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Converts PIC plots into pstricks, PGF/TikZ, PostScript, MetaPost and TeX" -HOMEPAGE="http://ece.uwaterloo.ca/~aplevich/dpic" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${PN}" - -src_compile () { - # Instead of patching the makefile, we just create a new one that will use - # cflags, ldflags & friends - echo "LDLIBS=-lm" > Makefile - echo "dpic: dpic.o dpic2.o p2clib.o" >> Makefile - tc-export CC - emake || die "emake failed" -} - -src_install () { - dobin dpic || die "installing dpic failed" - dodoc README doc/dpicdoc.pdf doc/gpic.ps.gz || die "installing docs failed" - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins doc/examples/README doc/examples/Examples.txt doc/examples/sources/* || die "installing examples failed" - fi -} |