diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-03 06:00:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-03 06:00:29 +0000 |
commit | 208269779063e4767f1a4e88c666524c2a0cabc3 (patch) | |
tree | d9ac90794a24cad56a898614069cb69aedcd1e98 /x11-misc/evolvotron | |
parent | initial commit (bug 29421) (diff) | |
download | gentoo-2-208269779063e4767f1a4e88c666524c2a0cabc3.tar.gz gentoo-2-208269779063e4767f1a4e88c666524c2a0cabc3.tar.bz2 gentoo-2-208269779063e4767f1a4e88c666524c2a0cabc3.zip |
initial commit (bug 29421)
Diffstat (limited to 'x11-misc/evolvotron')
-rw-r--r-- | x11-misc/evolvotron/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/evolvotron/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.2.2.ebuild | 36 | ||||
-rw-r--r-- | x11-misc/evolvotron/files/digest-evolvotron-0.2.2 | 1 |
4 files changed, 50 insertions, 1 deletions
diff --git a/x11-misc/evolvotron/ChangeLog b/x11-misc/evolvotron/ChangeLog new file mode 100644 index 000000000000..48d72f1e4219 --- /dev/null +++ b/x11-misc/evolvotron/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for x11-misc/evolvotron +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.1 2003/11/03 06:00:26 mr_bones_ Exp $ + +*evolvotron-0.2.2 (02 Nov 2003) + + 02 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> + evolvotron-0.2.2.ebuild: + initial commit; ebuild based on the one submitted by Matija Suklje via + bug 29421 + diff --git a/x11-misc/evolvotron/Manifest b/x11-misc/evolvotron/Manifest index 78c7ba369ec3..b5d51d36e5ec 100644 --- a/x11-misc/evolvotron/Manifest +++ b/x11-misc/evolvotron/Manifest @@ -1,2 +1,3 @@ -MD5 6bce82648f62c522b7f47c456ced4acb evolvotron-0.2.2.ebuild 760 +MD5 70a92a870e0969aa67731f8184f8db58 evolvotron-0.2.2.ebuild 992 +MD5 d452d74b9c497e107b484297f3e51de6 ChangeLog 424 MD5 79eda2716fb8315e43833885b0c44416 files/digest-evolvotron-0.2.2 68 diff --git a/x11-misc/evolvotron/evolvotron-0.2.2.ebuild b/x11-misc/evolvotron/evolvotron-0.2.2.ebuild new file mode 100644 index 000000000000..e662aa1ad4be --- /dev/null +++ b/x11-misc/evolvotron/evolvotron-0.2.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.2.2.ebuild,v 1.1 2003/11/03 06:00:26 mr_bones_ Exp $ + +S=${WORKDIR}/${PN} +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" + +KEYWORDS="~x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND=">=x11-libs/qt-3" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +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 || die + emake -j1 || die "emake failed" +} + +src_install() { + make INSTALL_ROOT=${D} install || die "make install failed" + dodoc CHANGES README TODO || die "dodoc failed" +} diff --git a/x11-misc/evolvotron/files/digest-evolvotron-0.2.2 b/x11-misc/evolvotron/files/digest-evolvotron-0.2.2 new file mode 100644 index 000000000000..5f5d316eeb4f --- /dev/null +++ b/x11-misc/evolvotron/files/digest-evolvotron-0.2.2 @@ -0,0 +1 @@ +MD5 cd1e579663c70df62f6e274431ab46f7 evolvotron-0.2.2.tar.gz 108920 |