diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-02-17 19:28:55 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-02-17 19:28:55 +0000 |
commit | dbecfce4fff46000e06db7e9db9e5266463c8b18 (patch) | |
tree | 7ad647cde0c2d9190db8818cb4d90eb83db0f7a7 /media-gfx/optipng | |
parent | remove virtual/httpd-php (already implied by need_php) (diff) | |
download | gentoo-2-dbecfce4fff46000e06db7e9db9e5266463c8b18.tar.gz gentoo-2-dbecfce4fff46000e06db7e9db9e5266463c8b18.tar.bz2 gentoo-2-dbecfce4fff46000e06db7e9db9e5266463c8b18.zip |
rm old version
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-gfx/optipng')
-rw-r--r-- | media-gfx/optipng/optipng-0.5.4.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/media-gfx/optipng/optipng-0.5.4.ebuild b/media-gfx/optipng/optipng-0.5.4.ebuild deleted file mode 100644 index 41cf734ad281..000000000000 --- a/media-gfx/optipng/optipng-0.5.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/optipng/optipng-0.5.4.ebuild,v 1.6 2007/07/25 18:17:14 armin76 Exp $ - -inherit eutils - -DESCRIPTION="Find the optimal compression settings for your png files" -SRC_URI="mirror://sourceforge/optipng/${P}.tar.gz" -HOMEPAGE="http://optipng.sourceforge.net/" - -LICENSE="as-is" - -SLOT="0" -KEYWORDS="alpha amd64 ppc x86" -IUSE="" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - sed -i -e 's!-O2!${CFLAGS}!' ${S}/src/scripts/gcc.mak -} - -src_compile() { - emake -C ${S}/src -f ${S}/src/scripts/gcc.mak optipng \ - CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die -} - -src_install() { - dobin ${S}/src/optipng - dodoc ${S}/doc/{CAVEAT.txt,HISTORY.txt,TODO.txt,USAGE.txt} - dohtml ${S}/doc/{design.html,features.html,guide.html,thanks.html} - doman ${S}/man/optipng.1 -} |