summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-02-23 07:59:31 +0000
committerTim Harder <radhermit@gentoo.org>2012-02-23 07:59:31 +0000
commitdcafae825d472bcd1bcc50ebcbd374f9b39c5c72 (patch)
treea1b85496da7d668ca6f4d43e75f685c599b7a4ab /media-gfx/apngasm
parentVersion bump. (diff)
downloadhistorical-dcafae825d472bcd1bcc50ebcbd374f9b39c5c72.tar.gz
historical-dcafae825d472bcd1bcc50ebcbd374f9b39c5c72.tar.bz2
historical-dcafae825d472bcd1bcc50ebcbd374f9b39c5c72.zip
Remove old.
Package-Manager: portage-2.2.0_alpha87/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/apngasm')
-rw-r--r--media-gfx/apngasm/ChangeLog6
-rw-r--r--media-gfx/apngasm/apngasm-2.3.ebuild33
-rw-r--r--media-gfx/apngasm/apngasm-2.4.ebuild33
3 files changed, 5 insertions, 67 deletions
diff --git a/media-gfx/apngasm/ChangeLog b/media-gfx/apngasm/ChangeLog
index 3b15da181539..d279c36ec0c6 100644
--- a/media-gfx/apngasm/ChangeLog
+++ b/media-gfx/apngasm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/apngasm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/apngasm/ChangeLog,v 1.5 2012/02/23 07:57:17 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/apngasm/ChangeLog,v 1.6 2012/02/23 07:58:01 radhermit Exp $
+
+ 23 Feb 2012; Tim Harder <radhermit@gentoo.org> -apngasm-2.3.ebuild,
+ -apngasm-2.4.ebuild:
+ Remove old.
*apngasm-2.6 (23 Feb 2012)
diff --git a/media-gfx/apngasm/apngasm-2.3.ebuild b/media-gfx/apngasm/apngasm-2.3.ebuild
deleted file mode 100644
index b78563a1d18f..000000000000
--- a/media-gfx/apngasm/apngasm-2.3.ebuild
+++ /dev/null
@@ -1,33 +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/apngasm/apngasm-2.3.ebuild,v 1.2 2011/04/29 08:33:27 radhermit Exp $
-
-EAPI="3"
-
-inherit toolchain-funcs
-
-DESCRIPTION="create an APNG from multiple PNG files"
-HOMEPAGE="http://sourceforge.net/projects/apngasm/"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-src.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libpng[apng]
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- app-arch/unzip"
-
-S=${WORKDIR}
-
-src_compile() {
- emake CC="$(tc-getCC)" LDLIBS="$($(tc-getPKG_CONFIG) --libs libpng --libs zlib)" ${PN} || die
-}
-
-src_install() {
- dobin ${PN} || die
- dodoc readme.txt
-}
diff --git a/media-gfx/apngasm/apngasm-2.4.ebuild b/media-gfx/apngasm/apngasm-2.4.ebuild
deleted file mode 100644
index c21a0051968d..000000000000
--- a/media-gfx/apngasm/apngasm-2.4.ebuild
+++ /dev/null
@@ -1,33 +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/apngasm/apngasm-2.4.ebuild,v 1.1 2011/09/21 04:26:24 radhermit Exp $
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="create an APNG from multiple PNG files"
-HOMEPAGE="http://sourceforge.net/projects/apngasm/"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-src.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libpng[apng]
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- app-arch/unzip"
-
-S=${WORKDIR}
-
-src_compile() {
- emake CC="$(tc-getCC)" LDLIBS="$($(tc-getPKG_CONFIG) --libs libpng --libs zlib)" ${PN}
-}
-
-src_install() {
- dobin ${PN}
- dodoc readme.txt
-}