diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-08-27 20:53:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-08-27 20:53:05 +0000 |
commit | e1b883b2ce37e174eaafd259dc6cac1d842e7b24 (patch) | |
tree | 004d47c9ed359940b0fcaa30bc9a63878321c5d1 /x11-misc/evolvotron | |
parent | Version bump. (diff) | |
download | gentoo-2-e1b883b2ce37e174eaafd259dc6cac1d842e7b24.tar.gz gentoo-2-e1b883b2ce37e174eaafd259dc6cac1d842e7b24.tar.bz2 gentoo-2-e1b883b2ce37e174eaafd259dc6cac1d842e7b24.zip |
Remove unneeded python build dependency.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/evolvotron')
-rw-r--r-- | x11-misc/evolvotron/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.6.3.ebuild | 13 |
2 files changed, 6 insertions, 12 deletions
diff --git a/x11-misc/evolvotron/ChangeLog b/x11-misc/evolvotron/ChangeLog index 620b9f370f65..62cf9bc33bbf 100644 --- a/x11-misc/evolvotron/ChangeLog +++ b/x11-misc/evolvotron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/evolvotron # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.26 2013/08/27 20:44:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.27 2013/08/27 20:53:05 jer Exp $ + + 27 Aug 2013; Jeroen Roovers <jer@gentoo.org> evolvotron-0.6.3.ebuild: + Remove unneeded python build dependency. *evolvotron-0.6.3 (27 Aug 2013) diff --git a/x11-misc/evolvotron/evolvotron-0.6.3.ebuild b/x11-misc/evolvotron/evolvotron-0.6.3.ebuild index 2a1e560b16f8..5b5c3911c0b0 100644 --- a/x11-misc/evolvotron/evolvotron-0.6.3.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.6.3.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.3.ebuild,v 1.1 2013/08/27 20:44:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.3.ebuild,v 1.2 2013/08/27 20:53:05 jer Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{6,7} ) -inherit python-r1 qt4-r2 +inherit qt4-r2 DESCRIPTION="Generative art image evolver" HOMEPAGE="http://sourceforge.net/projects/evolvotron/" @@ -21,23 +20,15 @@ RDEPEND=" " DEPEND=" ${DEPEND} - ${PYTHON_DEPS} " S=${WORKDIR}/${PN} -src_prepare() { - sed -i -e '1s|python|&2|g' text_to_markup.py || die -} - src_configure() { eqmake4 main.pro } src_compile() { - ./text_to_markup.py -html < USAGE > evolvotron.html - ./text_to_markup.py -qml -s < USAGE > libevolvotron/usage_text.h - local etsubdir for etsubdir in \ libfunction libevolvotron evolvotron evolvotron_render evolvotron_mutate |