diff options
author | Markus Meier <maekke@gentoo.org> | 2010-01-30 17:27:35 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-01-30 17:27:35 +0000 |
commit | 634e54947cc0e9c279d3813ef89a2cc763214c9d (patch) | |
tree | bcf534476393311fba1d137b301c1046d7a2f5b3 /media-gfx/pngcrush | |
parent | alpha/ia64/sh/sparc stable wrt #298561 (diff) | |
download | gentoo-2-634e54947cc0e9c279d3813ef89a2cc763214c9d.tar.gz gentoo-2-634e54947cc0e9c279d3813ef89a2cc763214c9d.tar.bz2 gentoo-2-634e54947cc0e9c279d3813ef89a2cc763214c9d.zip |
old
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'media-gfx/pngcrush')
-rw-r--r-- | media-gfx/pngcrush/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/pngcrush/pngcrush-1.6.15.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/media-gfx/pngcrush/ChangeLog b/media-gfx/pngcrush/ChangeLog index 9ed70effbda2..ccda8d0a21bc 100644 --- a/media-gfx/pngcrush/ChangeLog +++ b/media-gfx/pngcrush/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/pngcrush # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.53 2010/01/23 16:42:05 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.54 2010/01/30 17:27:35 maekke Exp $ + + 30 Jan 2010; Markus Meier <maekke@gentoo.org> -pngcrush-1.6.15.ebuild: + old 23 Jan 2010; Tobias Klausmann <klausman@gentoo.org> pngcrush-1.6.19.ebuild: diff --git a/media-gfx/pngcrush/pngcrush-1.6.15.ebuild b/media-gfx/pngcrush/pngcrush-1.6.15.ebuild deleted file mode 100644 index 9c03ec7b3bc0..000000000000 --- a/media-gfx/pngcrush/pngcrush-1.6.15.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.15.ebuild,v 1.5 2009/11/26 09:24:44 maekke Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Portable Network Graphics (PNG) optimizing utility" -HOMEPAGE="http://pmt.sourceforge.net/pngcrush/" -SRC_URI="mirror://sourceforge/pmt/${P}-nolib.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~alpha amd64 ppc x86" -IUSE="" - -DEPEND=">=media-libs/libpng-1.2.31" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P}-nolib" - -src_unpack() { - unpack ${A} - cp "${FILESDIR}"/Makefile "${S}" || die -} - -src_compile() { - tc-export CC - emake || die "emake failed." -} - -src_install() { - dobin ${PN} || die "dobin failed." - dodoc *.txt -} |