Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/flam3: flam3-3.0.ebuild ChangeLog
Date: Wed, 24 Nov 2010 15:30:53
Message-Id: 20101124153040.A2EE820051@flycatcher.gentoo.org
1 patrick 10/11/24 15:30:40
2
3 Modified: ChangeLog
4 Added: flam3-3.0.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 media-gfx/flam3/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/flam3/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 2 Nov 2010 19:06:53 -0000 1.8
24 +++ ChangeLog 24 Nov 2010 15:30:40 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/flam3
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/flam3/ChangeLog,v 1.8 2010/11/02 19:06:53 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/flam3/ChangeLog,v 1.9 2010/11/24 15:30:40 patrick Exp $
30 +
31 +*flam3-3.0 (24 Nov 2010)
32 +
33 + 24 Nov 2010; Patrick Lauer <patrick@g.o> +flam3-3.0.ebuild:
34 + Bump
35
36 *flam3-9999 (02 Nov 2010)
37
38
39
40
41 1.1 media-gfx/flam3/flam3-3.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/flam3-3.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/flam3/flam3-3.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: flam3-3.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/flam3/flam3-3.0.ebuild,v 1.1 2010/11/24 15:30:40 patrick Exp $
51
52 EAPI=2
53
54 DESCRIPTION="Tools and a library for creating flame fractal images"
55 HOMEPAGE="http://flam3.com/"
56 SRC_URI="http://flam3.googlecode.com/files/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 DEPEND="dev-libs/libxml2
64 media-libs/libpng
65 media-libs/jpeg
66 !<=x11-misc/electricsheep-2.6.8-r2"
67
68 S=${S}/src
69
70 src_prepare() {
71 sed -i \
72 -e '/^Requires/s:libpng12:libpng:' \
73 flam3.pc.in || die
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die
78 dodoc README.txt *.flam3 || die
79 }