diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-06-12 15:32:29 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-06-12 15:32:29 +0000 |
commit | 303c2e7210c2df5cbd2cb39000452586f75d76f1 (patch) | |
tree | 5d248b0e30bf9041bda5330a3222a88bebaaff33 /media-gfx/pngcrush | |
parent | x86 stable and remove old (diff) | |
download | gentoo-2-303c2e7210c2df5cbd2cb39000452586f75d76f1.tar.gz gentoo-2-303c2e7210c2df5cbd2cb39000452586f75d76f1.tar.bz2 gentoo-2-303c2e7210c2df5cbd2cb39000452586f75d76f1.zip |
old
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-gfx/pngcrush')
-rw-r--r-- | media-gfx/pngcrush/files/digest-pngcrush-1.6.2 | 3 | ||||
-rw-r--r-- | media-gfx/pngcrush/pngcrush-1.6.2.ebuild | 29 |
2 files changed, 0 insertions, 32 deletions
diff --git a/media-gfx/pngcrush/files/digest-pngcrush-1.6.2 b/media-gfx/pngcrush/files/digest-pngcrush-1.6.2 deleted file mode 100644 index d4f15cbd25d8..000000000000 --- a/media-gfx/pngcrush/files/digest-pngcrush-1.6.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c32f3b1a7fd4b7dee81fbd78ae5d1530 pngcrush-1.6.2.tar.gz 374501 -RMD160 e0961fc79e3785ea987ba1592f4d3c17e9db4feb pngcrush-1.6.2.tar.gz 374501 -SHA256 800231bbe7d4fb3f248257406121b27abfff2b6b47af174f53fac2f72cfcd388 pngcrush-1.6.2.tar.gz 374501 diff --git a/media-gfx/pngcrush/pngcrush-1.6.2.ebuild b/media-gfx/pngcrush/pngcrush-1.6.2.ebuild deleted file mode 100644 index 863707fb9278..000000000000 --- a/media-gfx/pngcrush/pngcrush-1.6.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.2.ebuild,v 1.5 2006/04/26 17:25:50 grobian Exp $ - -inherit eutils - -DESCRIPTION="PNG optimizing tool" -HOMEPAGE="http://pmt.sourceforge.net/pngcrush/" -SRC_URI="mirror://sourceforge/pmt/${P}.tar.gz" -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc-macos x86" -IUSE="doc" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}/${P}-ascall.patch" -} - -src_compile() { - emake CFLAGS="-I. ${CFLAGS}" || die -} - -src_install() { - dobin pngcrush - use doc && dodoc {INSTALL,README}.txt -} |