summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-10 21:07:42 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-10 21:07:42 +0000
commit530fb367a58228fef23b6c0d08995ad17853bc4c (patch)
tree71f54e177694d0ba0c08eaeb0b9fa336e2ad2b05 /media-gfx/pngcrush
parentUSE="static-libs" and remove useless libtool files. (diff)
downloadgentoo-2-530fb367a58228fef23b6c0d08995ad17853bc4c.tar.gz
gentoo-2-530fb367a58228fef23b6c0d08995ad17853bc4c.tar.bz2
gentoo-2-530fb367a58228fef23b6c0d08995ad17853bc4c.zip
old
(Portage version: 2.2.0_alpha64/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/pngcrush')
-rw-r--r--media-gfx/pngcrush/ChangeLog6
-rw-r--r--media-gfx/pngcrush/files/pngcrush-1.7.17-unbundle-zlib.diff4
-rw-r--r--media-gfx/pngcrush/pngcrush-1.7.17-r1.ebuild34
-rw-r--r--media-gfx/pngcrush/pngcrush-1.7.17-r2.ebuild4
4 files changed, 9 insertions, 39 deletions
diff --git a/media-gfx/pngcrush/ChangeLog b/media-gfx/pngcrush/ChangeLog
index 68073b268347..b0c49e7a6826 100644
--- a/media-gfx/pngcrush/ChangeLog
+++ b/media-gfx/pngcrush/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/pngcrush
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.67 2011/10/09 01:49:02 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.68 2011/10/10 21:07:42 ssuominen Exp $
+
+ 10 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ -pngcrush-1.7.17-r1.ebuild:
+ old
09 Oct 2011; Matt Turner <mattst88@gentoo.org> metadata.xml:
Drop maintainership.
diff --git a/media-gfx/pngcrush/files/pngcrush-1.7.17-unbundle-zlib.diff b/media-gfx/pngcrush/files/pngcrush-1.7.17-unbundle-zlib.diff
index bde167c92ab9..efdd87f1e31f 100644
--- a/media-gfx/pngcrush/files/pngcrush-1.7.17-unbundle-zlib.diff
+++ b/media-gfx/pngcrush/files/pngcrush-1.7.17-unbundle-zlib.diff
@@ -1,5 +1,5 @@
---- pngcrush-1.7.17/Makefile 2010-02-26 05:16:56.000000000 +0100
-+++ pngcrush-1.7.17-1/Makefile 2011-10-08 22:09:24.514781541 +0200
+--- Makefile
++++ Makefile
@@ -30,15 +30,15 @@
PNGCRUSH = pngcrush
diff --git a/media-gfx/pngcrush/pngcrush-1.7.17-r1.ebuild b/media-gfx/pngcrush/pngcrush-1.7.17-r1.ebuild
deleted file mode 100644
index 0973db801355..000000000000
--- a/media-gfx/pngcrush/pngcrush-1.7.17-r1.ebuild
+++ /dev/null
@@ -1,34 +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/pngcrush/pngcrush-1.7.17-r1.ebuild,v 1.2 2011/10/08 19:29:34 ssuominen Exp $
-
-EAPI=4
-inherit toolchain-funcs
-
-DESCRIPTION="Portable Network Graphics (PNG) optimizing utility"
-HOMEPAGE="http://pmt.sourceforge.net/pngcrush/"
-SRC_URI="mirror://sourceforge/pmt/${P}.tar.xz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-# media-libs/libpng
-# sys-libs/zlib
-RDEPEND=""
-DEPEND="${RDEPEND}
- app-arch/xz-utils"
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- LD="$(tc-getCC)" \
- CFLAGS="${CFLAGS} -Wall -Wshadow" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin ${PN}
- dohtml ChangeLog.html
-}
diff --git a/media-gfx/pngcrush/pngcrush-1.7.17-r2.ebuild b/media-gfx/pngcrush/pngcrush-1.7.17-r2.ebuild
index 19e4f9f4f7a9..72008d080975 100644
--- a/media-gfx/pngcrush/pngcrush-1.7.17-r2.ebuild
+++ b/media-gfx/pngcrush/pngcrush-1.7.17-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.7.17-r2.ebuild,v 1.1 2011/10/08 20:18:49 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.7.17-r2.ebuild,v 1.2 2011/10/10 21:07:42 ssuominen Exp $
EAPI=4
inherit toolchain-funcs eutils
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}
app-arch/xz-utils"
src_prepare() {
- epatch "${FILESDIR}/${P}-unbundle-zlib.diff"
+ epatch "${FILESDIR}"/${P}-unbundle-zlib.diff
}
src_compile() {