Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
drac 07/11/03 12:38:43
Modified: ChangeLog
Added: evolvotron-0.5.0.ebuild
Log:
Version bump, also closing bug 144160.
(Portage version: 2.1.3.17)
Revision Changes Path
1.13 x11-misc/evolvotron/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 2 Aug 2007 13:12:49 -0000 1.12
+++ ChangeLog 3 Nov 2007 12:38:43 -0000 1.13
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/evolvotron
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.12 2007/08/02 13:12:49 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.13 2007/11/03 12:38:43 drac Exp $
+
+*evolvotron-0.5.0 (03 Nov 2007)
+
+ 03 Nov 2007; Samuli Suominen <drac@g.o> +evolvotron-0.5.0.ebuild:
+ Version bump, also closing bug 144160.
02 Aug 2007; Roy Marples <uberlord@g.o> evolvotron-0.4.0.ebuild:
Keyworded ~x86-fbsd, #156902 thanks to Marc Kowarsky.
1.1 x11-misc/evolvotron/evolvotron-0.5.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild?rev=1.1&content-type=text/plain
Index: evolvotron-0.5.0.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild,v 1.1 2007/11/03 12:38:43 drac Exp $
inherit qt3
DESCRIPTION="An interactive generative art application"
HOMEPAGE="http://www.bottlenose.demon.co.uk/share/evolvotron/index.htm"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="$(qt_min_version 3)"
S="${WORKDIR}"/${PN}
src_compile() {
export PATH="${QTDIR}/bin:${PATH}"
econf || die "econf failed."
emake -j1 || die "emake failed."
}
src_install() {
for bin in ${PN}{,_match,_mutate,_render}; do
dobin ${bin}/${bin}
done
doman man/man1/*
dodoc BUGS CHANGES README TODO USAGE
}
--
gentoo-commits@g.o mailing list
|
|