Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/evolvotron: ChangeLog evolvotron-0.5.0.ebuild
Date: Sat, 03 Nov 2007 12:38:53
Message-Id: E1IoIGx-0005p6-Ow@stork.gentoo.org
1 drac 07/11/03 12:38:43
2
3 Modified: ChangeLog
4 Added: evolvotron-0.5.0.ebuild
5 Log:
6 Version bump, also closing bug 144160.
7 (Portage version: 2.1.3.17)
8
9 Revision Changes Path
10 1.13 x11-misc/evolvotron/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 2 Aug 2007 13:12:49 -0000 1.12
23 +++ ChangeLog 3 Nov 2007 12:38:43 -0000 1.13
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/evolvotron
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.12 2007/08/02 13:12:49 uberlord Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.13 2007/11/03 12:38:43 drac Exp $
29 +
30 +*evolvotron-0.5.0 (03 Nov 2007)
31 +
32 + 03 Nov 2007; Samuli Suominen <drac@g.o> +evolvotron-0.5.0.ebuild:
33 + Version bump, also closing bug 144160.
34
35 02 Aug 2007; Roy Marples <uberlord@g.o> evolvotron-0.4.0.ebuild:
36 Keyworded ~x86-fbsd, #156902 thanks to Marc Kowarsky.
37
38
39
40 1.1 x11-misc/evolvotron/evolvotron-0.5.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: evolvotron-0.5.0.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild,v 1.1 2007/11/03 12:38:43 drac Exp $
50
51 inherit qt3
52
53 DESCRIPTION="An interactive generative art application"
54 HOMEPAGE="http://www.bottlenose.demon.co.uk/share/evolvotron/index.htm"
55 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
60 IUSE=""
61
62 DEPEND="$(qt_min_version 3)"
63
64 S="${WORKDIR}"/${PN}
65
66 src_compile() {
67 export PATH="${QTDIR}/bin:${PATH}"
68 econf || die "econf failed."
69 emake -j1 || die "emake failed."
70 }
71
72 src_install() {
73 for bin in ${PN}{,_match,_mutate,_render}; do
74 dobin ${bin}/${bin}
75 done
76
77 doman man/man1/*
78
79 dodoc BUGS CHANGES README TODO USAGE
80 }
81
82
83
84 --
85 gentoo-commits@g.o mailing list