diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-04 00:59:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-04 00:59:03 +0000 |
commit | 273a1e71f61b5491a0faaf0aeb6ee85dea5cd783 (patch) | |
tree | baa110c9949b142695bfe2ff4753e270f7e0458c /x11-misc/evolvotron | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-273a1e71f61b5491a0faaf0aeb6ee85dea5cd783.tar.gz gentoo-2-273a1e71f61b5491a0faaf0aeb6ee85dea5cd783.tar.bz2 gentoo-2-273a1e71f61b5491a0faaf0aeb6ee85dea5cd783.zip |
version bump (bug #63369)
Diffstat (limited to 'x11-misc/evolvotron')
-rw-r--r-- | x11-misc/evolvotron/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/evolvotron/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.3.1.ebuild | 35 | ||||
-rw-r--r-- | x11-misc/evolvotron/files/digest-evolvotron-0.3.1 | 1 |
4 files changed, 45 insertions, 1 deletions
diff --git a/x11-misc/evolvotron/ChangeLog b/x11-misc/evolvotron/ChangeLog index 8e1e2a26cf3b..2894fa8e9202 100644 --- a/x11-misc/evolvotron/ChangeLog +++ b/x11-misc/evolvotron/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/evolvotron # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.3 2004/06/24 22:17:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.4 2004/11/04 00:59:03 mr_bones_ Exp $ + +*evolvotron-0.3.1 (03 Nov 2004) + + 03 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> + +evolvotron-0.3.1.ebuild: + version bump (bug #63369) 03 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> evolvotron-0.2.2.ebuild: diff --git a/x11-misc/evolvotron/Manifest b/x11-misc/evolvotron/Manifest index c60e3e9f02a4..7e7a9d5d8079 100644 --- a/x11-misc/evolvotron/Manifest +++ b/x11-misc/evolvotron/Manifest @@ -1,3 +1,5 @@ MD5 760ea73d1952ca4dd77c9961315b7192 evolvotron-0.2.2.ebuild 988 MD5 49b14f79f1c60fa1f1a088588f2bf69d ChangeLog 527 +MD5 760ea73d1952ca4dd77c9961315b7192 evolvotron-0.3.1.ebuild 988 MD5 79eda2716fb8315e43833885b0c44416 files/digest-evolvotron-0.2.2 68 +MD5 03a2ea7677c6b7bd6dd2a5fad7519e5f files/digest-evolvotron-0.3.1 68 diff --git a/x11-misc/evolvotron/evolvotron-0.3.1.ebuild b/x11-misc/evolvotron/evolvotron-0.3.1.ebuild new file mode 100644 index 000000000000..252e66d08483 --- /dev/null +++ b/x11-misc/evolvotron/evolvotron-0.3.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.3.1.ebuild,v 1.1 2004/11/04 00:59:03 mr_bones_ Exp $ + +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="~x86 ~amd64" +IUSE="" + +DEPEND=">=x11-libs/qt-3" + +S="${WORKDIR}/${PN}" + +src_unpack() { + unpack ${A} + sed -i \ + -e '/QMAKE_CXXFLAGS_RELEASE .*march/d' \ + -e "/^QMAKE_CXXFLAGS_RELEASE += -O3/ s:=.*:= ${CXXFLAGS}:" \ + -e '/^INSTALLPATH/ s:=.*:= /usr/bin:' ${S}/common.pro \ + || die "sed common.pro failed" +} + +src_compile() { + econf fs || die + emake -j1 || die "emake failed" +} + +src_install() { + make INSTALL_ROOT="${D}" install || die "make install failed" + dodoc BUGS CHANGES README TODO USAGE +} diff --git a/x11-misc/evolvotron/files/digest-evolvotron-0.3.1 b/x11-misc/evolvotron/files/digest-evolvotron-0.3.1 new file mode 100644 index 000000000000..956f00b410e3 --- /dev/null +++ b/x11-misc/evolvotron/files/digest-evolvotron-0.3.1 @@ -0,0 +1 @@ +MD5 e6c8404d7c454283fb5d8f00ec0c2761 evolvotron-0.3.1.tar.gz 129201 |