public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/evolvotron: ChangeLog evolvotron-0.6.1.ebuild
@ 2009-12-20 19:57 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-20 19:57 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/20 19:57:53

  Modified:             ChangeLog
  Added:                evolvotron-0.6.1.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc59/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 x11-misc/evolvotron/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	6 May 2009 16:22:05 -0000	1.19
+++ ChangeLog	20 Dec 2009 19:57:52 -0000	1.20
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/evolvotron
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.19 2009/05/06 16:22:05 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.20 2009/12/20 19:57:52 ssuominen Exp $
+
+*evolvotron-0.6.1 (20 Dec 2009)
+
+  20 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +evolvotron-0.6.1.ebuild:
+  Version bump.
 
   06 May 2009; Raúl Porcel <armin76@gentoo.org> evolvotron-0.5.1.ebuild:
   x86 stable wrt #268743



1.1                  x11-misc/evolvotron/evolvotron-0.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild?rev=1.1&content-type=text/plain

Index: evolvotron-0.6.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v 1.1 2009/12/20 19:57:52 ssuominen Exp $

EAPI=2
inherit qt4

DESCRIPTION="Generative art image evolver"
HOMEPAGE="http://sourceforge.net/projects/evolvotron/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND="x11-libs/qt-gui:4"
DEPEND="${RDEPEND}
	dev-lang/python
	dev-libs/boost"

S=${WORKDIR}/${PN}

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
	emake -j1 || die
}

src_install() {
	for bin in ${PN}{,_mutate,_render}; do
		dobin ${bin}/${bin} || die
	done

	doman man/man1/*
	dodoc BUGS CHANGES README TODO USAGE
	dohtml *.html
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/evolvotron: ChangeLog evolvotron-0.6.1.ebuild
@ 2009-12-31 11:30 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-31 11:30 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/31 11:30:22

  Modified:             ChangeLog evolvotron-0.6.1.ebuild
  Log:
  amd64 stable wrt #298358
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 x11-misc/evolvotron/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	20 Dec 2009 19:57:52 -0000	1.20
+++ ChangeLog	31 Dec 2009 11:30:22 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/evolvotron
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.20 2009/12/20 19:57:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.21 2009/12/31 11:30:22 ssuominen Exp $
+
+  31 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+  evolvotron-0.6.1.ebuild:
+  amd64 stable wrt #298358
 
 *evolvotron-0.6.1 (20 Dec 2009)
 



1.2                  x11-misc/evolvotron/evolvotron-0.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild?r1=1.1&r2=1.2

Index: evolvotron-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolvotron-0.6.1.ebuild	20 Dec 2009 19:57:52 -0000	1.1
+++ evolvotron-0.6.1.ebuild	31 Dec 2009 11:30:22 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v 1.1 2009/12/20 19:57:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v 1.2 2009/12/31 11:30:22 ssuominen Exp $
 
 EAPI=2
 inherit qt4
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/qt-gui:4"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/evolvotron: ChangeLog evolvotron-0.6.1.ebuild
@ 2010-01-04 22:14 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2010-01-04 22:14 UTC (permalink / raw
  To: gentoo-commits

maekke      10/01/04 22:14:12

  Modified:             ChangeLog evolvotron-0.6.1.ebuild
  Log:
  x86 stable, bug #298358
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 x11-misc/evolvotron/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	31 Dec 2009 11:30:22 -0000	1.21
+++ ChangeLog	4 Jan 2010 22:14:12 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/evolvotron
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.21 2009/12/31 11:30:22 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.22 2010/01/04 22:14:12 maekke Exp $
+
+  04 Jan 2010; Markus Meier <maekke@gentoo.org> evolvotron-0.6.1.ebuild:
+  x86 stable, bug #298358
 
   31 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
   evolvotron-0.6.1.ebuild:



1.3                  x11-misc/evolvotron/evolvotron-0.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild?r1=1.2&r2=1.3

Index: evolvotron-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- evolvotron-0.6.1.ebuild	31 Dec 2009 11:30:22 -0000	1.2
+++ evolvotron-0.6.1.ebuild	4 Jan 2010 22:14:12 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v 1.2 2009/12/31 11:30:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v 1.3 2010/01/04 22:14:12 maekke Exp $
 
 EAPI=2
 inherit qt4
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/qt-gui:4"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/evolvotron: ChangeLog evolvotron-0.6.1.ebuild
@ 2010-06-06  9:42 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-06-06  9:42 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/06 09:42:13

  Modified:             ChangeLog evolvotron-0.6.1.ebuild
  Log:
  Force Python 2.x wrt #317011.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 x11-misc/evolvotron/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	4 Jan 2010 22:14:12 -0000	1.22
+++ ChangeLog	6 Jun 2010 09:42:13 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/evolvotron
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.22 2010/01/04 22:14:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.23 2010/06/06 09:42:13 ssuominen Exp $
+
+  06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
+  evolvotron-0.6.1.ebuild:
+  Force Python 2.x wrt #317011.
 
   04 Jan 2010; Markus Meier <maekke@gentoo.org> evolvotron-0.6.1.ebuild:
   x86 stable, bug #298358



1.4                  x11-misc/evolvotron/evolvotron-0.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild?r1=1.3&r2=1.4

Index: evolvotron-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- evolvotron-0.6.1.ebuild	4 Jan 2010 22:14:12 -0000	1.3
+++ evolvotron-0.6.1.ebuild	6 Jun 2010 09:42:13 -0000	1.4
@@ -1,9 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v 1.3 2010/01/04 22:14:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.1.ebuild,v 1.4 2010/06/06 09:42:13 ssuominen Exp $
 
 EAPI=2
-inherit qt4
+PYTHON_DEPEND="2:2.6"
+inherit python qt4-r2
 
 DESCRIPTION="Generative art image evolver"
 HOMEPAGE="http://sourceforge.net/projects/evolvotron/"
@@ -16,11 +17,14 @@
 
 RDEPEND="x11-libs/qt-gui:4"
 DEPEND="${RDEPEND}
-	dev-lang/python
 	dev-libs/boost"
 
 S=${WORKDIR}/${PN}
 
+pkg_setup() {
+	python_set_active_version 2
+}
+
 src_configure() {
 	eqmake4 main.pro
 }






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-06  9:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-31 11:30 [gentoo-commits] gentoo-x86 commit in x11-misc/evolvotron: ChangeLog evolvotron-0.6.1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-06  9:42 Samuli Suominen (ssuominen)
2010-01-04 22:14 Markus Meier (maekke)
2009-12-20 19:57 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox