Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/pngcrush: ChangeLog pngcrush-1.6.19.ebuild
Date: Sun, 28 Jun 2009 13:04:48
Message-Id: E1MKu3r-0003jG-Et@stork.gentoo.org
1 maekke 09/06/28 13:04:47
2
3 Modified: ChangeLog
4 Added: pngcrush-1.6.19.ebuild
5 Log:
6 version bump, reported by Michael Huber in bug #273168
7 (Portage version: 2.2_rc33/cvs/Linux i686)
8
9 Revision Changes Path
10 1.46 media-gfx/pngcrush/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.46&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 1 Jun 2009 12:31:50 -0000 1.45
23 +++ ChangeLog 28 Jun 2009 13:04:47 -0000 1.46
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/pngcrush
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.45 2009/06/01 12:31:50 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.46 2009/06/28 13:04:47 maekke Exp $
29 +
30 +*pngcrush-1.6.19 (28 Jun 2009)
31 +
32 + 28 Jun 2009; Markus Meier <maekke@g.o> +pngcrush-1.6.19.ebuild:
33 + version bump, reported by Michael Huber in bug #273168
34
35 01 Jun 2009; Markus Meier <maekke@g.o> -pngcrush-1.6.10.ebuild,
36 -files/pngcrush-1.6.10-makefile_and_missing_definitions.patch,
37
38
39
40 1.1 media-gfx/pngcrush/pngcrush-1.6.19.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.19.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.19.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pngcrush-1.6.19.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.19.ebuild,v 1.1 2009/06/28 13:04:47 maekke Exp $
50
51 inherit eutils toolchain-funcs
52
53 DESCRIPTION="Portable Network Graphics (PNG) optimizing utility"
54 HOMEPAGE="http://pmt.sourceforge.net/pngcrush"
55 SRC_URI="mirror://sourceforge/pmt/${P}-nolib.tar.bz2"
56
57 LICENSE="as-is"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
60 IUSE=""
61
62 DEPEND=">=media-libs/libpng-1.2.31"
63 RDEPEND="${DEPEND}"
64
65 S="${WORKDIR}/${P}-nolib"
66
67 src_unpack() {
68 unpack ${A}
69 cp "${FILESDIR}"/Makefile "${S}" || die
70 }
71
72 src_compile() {
73 tc-export CC
74 emake || die "emake failed."
75 }
76
77 src_install() {
78 dobin ${PN} || die "dobin failed."
79 dohtml ChangeLog.html
80 }