diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-23 01:09:00 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-23 01:09:00 +0000 |
commit | 275395916fa73bf665b4480a2b5efc446dd604f6 (patch) | |
tree | 81cad6a76d81f41e416319f401a7be2335ef9a14 /media-gfx | |
parent | Remove old. (diff) | |
download | gentoo-2-275395916fa73bf665b4480a2b5efc446dd604f6.tar.gz gentoo-2-275395916fa73bf665b4480a2b5efc446dd604f6.tar.bz2 gentoo-2-275395916fa73bf665b4480a2b5efc446dd604f6.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/sam2p/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/sam2p/sam2p-0.47.ebuild | 50 | ||||
-rw-r--r-- | media-gfx/sam2p/sam2p-0.48.ebuild | 50 |
3 files changed, 6 insertions, 102 deletions
diff --git a/media-gfx/sam2p/ChangeLog b/media-gfx/sam2p/ChangeLog index 07ee4110804a..d62af84f8d37 100644 --- a/media-gfx/sam2p/ChangeLog +++ b/media-gfx/sam2p/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/sam2p -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.59 2014/11/08 18:31:08 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.60 2015/05/23 01:09:00 mrueg Exp $ + + 23 May 2015; Manuel Rüger <mrueg@gentoo.org> -sam2p-0.47.ebuild, + -sam2p-0.48.ebuild: + Remove old. 08 Nov 2014; Mike Frysinger <vapier@gentoo.org> +files/sam2p-0.49-glibc-2.20.patch, sam2p-0.49.1.ebuild, sam2p-0.49.2.ebuild: diff --git a/media-gfx/sam2p/sam2p-0.47.ebuild b/media-gfx/sam2p/sam2p-0.47.ebuild deleted file mode 100644 index fc7fdb44a83e..000000000000 --- a/media-gfx/sam2p/sam2p-0.47.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.47.ebuild,v 1.7 2010/10/05 20:43:00 maekke Exp $ - -EAPI=2 -inherit autotools eutils toolchain-funcs - -DESCRIPTION="Utility to convert raster images to EPS, PDF and many others" -HOMEPAGE="http://code.google.com/p/sam2p/" -SRC_URI="http://sam2p.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="examples gif" - -RDEPEND="" -DEPEND="dev-lang/perl" - -RESTRICT="test" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-0.45-fbsd.patch \ - "${FILESDIR}"/${PN}-0.45-nostrip.patch \ - "${FILESDIR}"/${PN}-0.45-cflags.patch - - touch stdafx.h bts2.tth #315619 - - eautoreconf -} - -src_configure() { - tc-export CXX - econf \ - --enable-lzw \ - $(use_enable gif) - - rm -f stdafx.h bts2.tth -} - -src_install() { - dobin sam2p || die - dodoc README - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/* - fi -} diff --git a/media-gfx/sam2p/sam2p-0.48.ebuild b/media-gfx/sam2p/sam2p-0.48.ebuild deleted file mode 100644 index 692e01e6f6a9..000000000000 --- a/media-gfx/sam2p/sam2p-0.48.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.48.ebuild,v 1.2 2011/06/13 20:57:39 mattst88 Exp $ - -EAPI=2 -inherit autotools eutils toolchain-funcs - -DESCRIPTION="Utility to convert raster images to EPS, PDF and many others" -HOMEPAGE="http://code.google.com/p/sam2p/" -SRC_URI="http://sam2p.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="examples gif" - -RDEPEND="" -DEPEND="dev-lang/perl" - -RESTRICT="test" - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-0.45-fbsd.patch \ - "${FILESDIR}"/${PN}-0.45-nostrip.patch \ - "${FILESDIR}"/${PN}-0.45-cflags.patch - - touch stdafx.h bts2.tth #315619 - - eautoreconf -} - -src_configure() { - tc-export CXX - econf \ - --enable-lzw \ - $(use_enable gif) - - rm -f stdafx.h bts2.tth -} - -src_install() { - dobin sam2p || die - dodoc README - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/* - fi -} |