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.10.ebuild
Date: Wed, 15 Oct 2008 18:18:06
Message-Id: E1KqAwW-0007cY-W7@stork.gentoo.org
1 maekke 08/10/15 18:17:56
2
3 Modified: ChangeLog
4 Added: pngcrush-1.6.10.ebuild
5 Log:
6 bump to 1.6.10 by Sergey Dryabzhinsky in bug #242110
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.27 i686)
8
9 Revision Changes Path
10 1.37 media-gfx/pngcrush/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.37&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?rev=1.37&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/ChangeLog?r1=1.36&r2=1.37
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v
19 retrieving revision 1.36
20 retrieving revision 1.37
21 diff -u -r1.36 -r1.37
22 --- ChangeLog 24 Aug 2008 16:03:03 -0000 1.36
23 +++ ChangeLog 15 Oct 2008 18:17:56 -0000 1.37
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-gfx/pngcrush
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.36 2008/08/24 16:03:03 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/ChangeLog,v 1.37 2008/10/15 18:17:56 maekke Exp $
29 +
30 +*pngcrush-1.6.10 (15 Oct 2008)
31 +
32 + 15 Oct 2008; Markus Meier <maekke@g.o>
33 + +files/pngcrush-1.6.10-makefile_and_missing_definitions.patch,
34 + +pngcrush-1.6.10.ebuild:
35 + bump to 1.6.10 by Sergey Dryabzhinsky in bug #242110
36
37 24 Aug 2008; Markus Meier <maekke@g.o>
38 -files/pngcrush-1.6.2-ascall.patch,
39
40
41
42 1.1 media-gfx/pngcrush/pngcrush-1.6.10.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.10.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.10.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pngcrush-1.6.10.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.6.10.ebuild,v 1.1 2008/10/15 18:17:56 maekke Exp $
52
53 inherit eutils toolchain-funcs
54
55 DESCRIPTION="Portable Network Graphics (PNG) optimizing utility"
56 HOMEPAGE="http://pmt.sourceforge.net/pngcrush"
57 SRC_URI="mirror://sourceforge/pmt/${P}-nolib.tar.bz2"
58
59 LICENSE="as-is"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
62 IUSE=""
63
64 DEPEND=">=media-libs/libpng-1.2.31"
65
66 S="${WORKDIR}/${P}-nolib"
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"
71 epatch "${FILESDIR}"/${P}-makefile_and_missing_definitions.patch
72 }
73
74 src_compile() {
75 tc-export CC
76 emake || die
77 }
78
79 src_install() {
80 dobin ${PN} || die
81 dodoc *.txt || die
82 }