public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/
@ 2015-09-13 19:01 Manuel Rüger
  0 siblings, 0 replies; 10+ messages in thread
From: Manuel Rüger @ 2015-09-13 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     29a1e04967ce617c07436176b92875992b703f34
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 19:01:13 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 19:01:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a1e049

x11-misc/evolvotron: Remove old

Package-Manager: portage-2.2.20.1

 x11-misc/evolvotron/Manifest                |  1 -
 x11-misc/evolvotron/evolvotron-0.6.1.ebuild | 46 -----------------------------
 2 files changed, 47 deletions(-)

diff --git a/x11-misc/evolvotron/Manifest b/x11-misc/evolvotron/Manifest
index 525c85d..0aa40e9 100644
--- a/x11-misc/evolvotron/Manifest
+++ b/x11-misc/evolvotron/Manifest
@@ -1,3 +1,2 @@
-DIST evolvotron-0.6.1.tar.gz 156441 SHA256 70bf4dc6de69f43385047d3dfb6058c6d5b26957313486bfc452721ff05be503
 DIST evolvotron-0.6.2.tar.gz 160255 SHA256 9303726eb691dec92bd9fc0c144530c8facc7c71a8394e040e63896bbcfbe7d8 SHA512 f20f7079846fcfaea7d75494087fb159d0ab64b22342d34caf2b468de0e3891be9265e6f5a957a915c9eda311f643a9959de526578299c74e7f128f24e1a0c64 WHIRLPOOL f7d97dc0fd2ac819d4a0bf2e6b5f17695c9d4d6f09b4107278ebdf6845d2e57848d31ab30d03eda373741b1a242e0d5e27f13515167a77d49f3d83bedae30fa2
 DIST evolvotron-0.6.3.tar.gz 182357 SHA256 d1735fe84d90be004888017068f49fa00c97378fd7cca11a90a4a889ef681393 SHA512 4cb5e3bda340c3444c5d59aa0569010c1845104a67996a596840aec768964a96798dc61bab7c6a77de3a4586010d8d066941795145400ad9a3fd336269e681a9 WHIRLPOOL 34bb1e2aac934cb3c8079803eca3844750641d4b4dbcd4a01f18405f0ae861b77814087bb9b6d57fdad5998ac62b05e846483251df34d17c29f1df815a322909

diff --git a/x11-misc/evolvotron/evolvotron-0.6.1.ebuild b/x11-misc/evolvotron/evolvotron-0.6.1.ebuild
deleted file mode 100644
index f713773..0000000
--- a/x11-misc/evolvotron/evolvotron-0.6.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-PYTHON_DEPEND="2:2.6"
-inherit python qt4-r2
-
-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="dev-qt/qtgui:4"
-DEPEND="${RDEPEND}
-	dev-libs/boost"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
-	python_set_active_version 2
-}
-
-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 related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/
@ 2016-12-20 16:52 Tobias Klausmann
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann @ 2016-12-20 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     82d4ebc3d4d92e886f5b0d1cf93c5c304a331da8
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 16:51:29 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 16:52:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d4ebc3

x11-misc/evolvotron-0.6.3-r0: stable on amd64

Gentoo-Bug: 593576

 x11-misc/evolvotron/evolvotron-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/evolvotron/evolvotron-0.6.3.ebuild b/x11-misc/evolvotron/evolvotron-0.6.3.ebuild
index 158760f..b70cf64 100644
--- a/x11-misc/evolvotron/evolvotron-0.6.3.ebuild
+++ b/x11-misc/evolvotron/evolvotron-0.6.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/
@ 2017-01-15 11:20 Pacho Ramos
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2017-01-15 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     8265614fb03200bf4a766ee160aedea6c4582e0c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 11:13:31 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 11:20:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8265614f

x11-misc/evolvotron: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/evolvotron/Manifest                |  1 -
 x11-misc/evolvotron/evolvotron-0.6.2.ebuild | 54 -----------------------------
 2 files changed, 55 deletions(-)

diff --git a/x11-misc/evolvotron/Manifest b/x11-misc/evolvotron/Manifest
index 0aa40e9..ca8d488 100644
--- a/x11-misc/evolvotron/Manifest
+++ b/x11-misc/evolvotron/Manifest
@@ -1,2 +1 @@
-DIST evolvotron-0.6.2.tar.gz 160255 SHA256 9303726eb691dec92bd9fc0c144530c8facc7c71a8394e040e63896bbcfbe7d8 SHA512 f20f7079846fcfaea7d75494087fb159d0ab64b22342d34caf2b468de0e3891be9265e6f5a957a915c9eda311f643a9959de526578299c74e7f128f24e1a0c64 WHIRLPOOL f7d97dc0fd2ac819d4a0bf2e6b5f17695c9d4d6f09b4107278ebdf6845d2e57848d31ab30d03eda373741b1a242e0d5e27f13515167a77d49f3d83bedae30fa2
 DIST evolvotron-0.6.3.tar.gz 182357 SHA256 d1735fe84d90be004888017068f49fa00c97378fd7cca11a90a4a889ef681393 SHA512 4cb5e3bda340c3444c5d59aa0569010c1845104a67996a596840aec768964a96798dc61bab7c6a77de3a4586010d8d066941795145400ad9a3fd336269e681a9 WHIRLPOOL 34bb1e2aac934cb3c8079803eca3844750641d4b4dbcd4a01f18405f0ae861b77814087bb9b6d57fdad5998ac62b05e846483251df34d17c29f1df815a322909

diff --git a/x11-misc/evolvotron/evolvotron-0.6.2.ebuild b/x11-misc/evolvotron/evolvotron-0.6.2.ebuild
deleted file mode 100644
index 66752cd..00000000
--- a/x11-misc/evolvotron/evolvotron-0.6.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PYTHON_DEPEND="2:2.6"
-inherit python qt4-r2
-
-DESCRIPTION="Generative art image evolver"
-HOMEPAGE="https://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="
-	dev-qt/qtgui:4
-	dev-libs/boost
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
-	python_set_active_version 2
-}
-
-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
-		do
-		emake sub-${etsubdir}
-	done
-}
-
-src_install() {
-	for bin in ${PN}{,_mutate,_render}; do
-		dobin ${bin}/${bin}
-	done
-
-	doman man/man1/*
-	dodoc BUGS NEWS README TODO USAGE
-	dohtml *.html
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/
@ 2017-11-18 11:26 Jeroen Roovers
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers @ 2017-11-18 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     9600d24bc622284c7ab4143c8964db97e4c5a50e
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 11:26:20 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 11:26:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9600d24b

x11-misc/evolvotron: Version bump.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 x11-misc/evolvotron/Manifest                |  1 +
 x11-misc/evolvotron/evolvotron-0.7.1.ebuild | 53 +++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/x11-misc/evolvotron/Manifest b/x11-misc/evolvotron/Manifest
index ca8d488032f..139e7163d46 100644
--- a/x11-misc/evolvotron/Manifest
+++ b/x11-misc/evolvotron/Manifest
@@ -1 +1,2 @@
 DIST evolvotron-0.6.3.tar.gz 182357 SHA256 d1735fe84d90be004888017068f49fa00c97378fd7cca11a90a4a889ef681393 SHA512 4cb5e3bda340c3444c5d59aa0569010c1845104a67996a596840aec768964a96798dc61bab7c6a77de3a4586010d8d066941795145400ad9a3fd336269e681a9 WHIRLPOOL 34bb1e2aac934cb3c8079803eca3844750641d4b4dbcd4a01f18405f0ae861b77814087bb9b6d57fdad5998ac62b05e846483251df34d17c29f1df815a322909
+DIST evolvotron-0.7.1.tar.gz 179516 SHA256 9a5bd7680aa3617de7b822ef1114f04548909be35facbf78c676bd0c4d42f9a9 SHA512 74f48dc0881a82d999ccc910df026da80fcc46a906fe2fbb8edbae50a1fa42a3379087f00dd21fd9e5d69cee7c6fc745b80f8703b1af1ebc3a1cdb52ffbe16e9 WHIRLPOOL 08a8e6a06eaf60bdc91e952d17f31ad23ffb53eada779666affa81ee6943d971e3b23306cd013a3d6561a951b118e0137bfff9665e0746852ac31ffdb07c32b4

diff --git a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
new file mode 100644
index 00000000000..bfe228dc19f
--- /dev/null
+++ b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qmake-utils
+
+DESCRIPTION="Generative art image evolver"
+HOMEPAGE="
+	http://www.bottlenose.net/share/evolvotron/index.htm
+	https://sourceforge.net/projects/evolvotron/
+"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+
+RDEPEND="
+	dev-libs/boost:=
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+"
+DEPEND="${RDEPEND}"
+
+DOCS=(
+	BUGS NEWS README TODO USAGE
+)
+HTML_DOCS=(
+	evolvotron.html
+)
+S=${WORKDIR}/${PN}
+
+src_configure() {
+	eqmake5 main.pro
+}
+
+src_compile() {
+	local etsubdir
+	for etsubdir in \
+		libfunction libevolvotron evolvotron evolvotron_render evolvotron_mutate
+		do
+		emake sub-${etsubdir}
+	done
+}
+
+src_install() {
+	local bin
+	for bin in ${PN}{,_mutate,_render}; do
+		dobin ${bin}/${bin}
+	done
+	doman man/man1/*
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/
@ 2017-11-18 11:33 Jeroen Roovers
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers @ 2017-11-18 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     5e115893a9c6b3151081c6bc70312278bd26903a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 11:30:05 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 11:33:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e115893

x11-misc/evolvotron: Add missing dependency.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 x11-misc/evolvotron/evolvotron-0.7.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
index bfe228dc19f..23a6d14e48f 100644
--- a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
+++ b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
@@ -19,6 +19,7 @@ RDEPEND="
 	dev-libs/boost:=
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
+	dev-qt/qtxml:5
 "
 DEPEND="${RDEPEND}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/
@ 2018-02-06 15:10 Thomas Deutschmann
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2018-02-06 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     59159b1caad789ffd72e32985479ce78a590ab57
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  6 13:10:59 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 15:09:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59159b1c

x11-misc/evolvotron: x86 stable (bug #642182)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-misc/evolvotron/evolvotron-0.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
index fc3c4c587a6..3e902671da9 100644
--- a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
+++ b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
 
 RDEPEND="
 	dev-libs/boost:=


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/
@ 2020-09-15 20:20 Jeroen Roovers
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers @ 2020-09-15 20:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4327eadd31cbeca4aaa05c033a62ba3a7baac053
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 20:19:15 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 20:20:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4327eadd

x11-misc/evolvotron: Depend on dev-qt/qtwidgets:5, drop old HOMEPAGE

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Closes: https://bugs.gentoo.org/724630
Closes: https://bugs.gentoo.org/742692
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 .../{evolvotron-0.7.1.ebuild => evolvotron-0.7.1-r1.ebuild}       | 8 ++++----
 x11-misc/evolvotron/evolvotron-0.7.1.ebuild                       | 3 ++-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild b/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild
similarity index 86%
copy from x11-misc/evolvotron/evolvotron-0.7.1.ebuild
copy to x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild
index dd964488f2e..c8f3df726e1 100644
--- a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
+++ b/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild
@@ -1,24 +1,24 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit qmake-utils
 
 DESCRIPTION="Generative art image evolver"
 HOMEPAGE="
-	http://www.bottlenose.net/share/evolvotron/index.htm
 	https://sourceforge.net/projects/evolvotron/
 "
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 
 RDEPEND="
 	dev-libs/boost:=
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
 "
 DEPEND="${RDEPEND}"

diff --git a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
index dd964488f2e..62f289f61de 100644
--- a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
+++ b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ RDEPEND="
 	dev-libs/boost:=
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
 "
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/
@ 2020-09-30  8:58 Jeroen Roovers
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers @ 2020-09-30  8:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b6d5b363e935265b4ac42d051b72823b6b8e588c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 08:55:37 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 08:58:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d5b363

x11-misc/evolvotron: Old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-misc/evolvotron/evolvotron-0.7.1.ebuild | 55 -----------------------------
 1 file changed, 55 deletions(-)

diff --git a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
deleted file mode 100644
index 62f289f61de..00000000000
--- a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qmake-utils
-
-DESCRIPTION="Generative art image evolver"
-HOMEPAGE="
-	http://www.bottlenose.net/share/evolvotron/index.htm
-	https://sourceforge.net/projects/evolvotron/
-"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND="
-	dev-libs/boost:=
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-"
-DEPEND="${RDEPEND}"
-
-DOCS=(
-	BUGS NEWS README TODO USAGE
-)
-HTML_DOCS=(
-	evolvotron.html
-)
-S=${WORKDIR}/${PN}
-
-src_configure() {
-	eqmake5 main.pro
-}
-
-src_compile() {
-	local etsubdir
-	for etsubdir in \
-		libfunction libevolvotron evolvotron evolvotron_render evolvotron_mutate
-		do
-		emake sub-${etsubdir}
-	done
-}
-
-src_install() {
-	local bin
-	for bin in ${PN}{,_mutate,_render}; do
-		dobin ${bin}/${bin}
-	done
-	doman man/man1/*
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/
@ 2020-09-30  8:58 Jeroen Roovers
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers @ 2020-09-30  8:58 UTC (permalink / raw
  To: gentoo-commits

commit:     dcab494ce92c7272d58583d4fbee5c41ef83494a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 08:54:13 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 08:58:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcab494c

x11-misc/evolvotron: Stable

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Closes: https://bugs.gentoo.org/show_bug.cgi?id=745507
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild b/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild
index c8f3df726e1..2cfacb68a55 100644
--- a/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild
+++ b/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
 	dev-libs/boost:=


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/
@ 2022-02-14 20:59 Jonas Stein
  0 siblings, 0 replies; 10+ messages in thread
From: Jonas Stein @ 2022-02-14 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     1560a64c5d6e2b0d24f5bd0d346391448ea1adac
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 14 20:58:48 2022 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Feb 14 20:58:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1560a64c

x11-misc/evolvotron: drop project desktop-misc

Drop project desktop-misc from the list of maintainers.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 x11-misc/evolvotron/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/evolvotron/metadata.xml b/x11-misc/evolvotron/metadata.xml
index 5d820e33af8f..154ded0b9b65 100644
--- a/x11-misc/evolvotron/metadata.xml
+++ b/x11-misc/evolvotron/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>desktop-misc@gentoo.org</email>
-		<name>Gentoo Desktop Miscellaneous Project</name>
-	</maintainer>
+<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="sourceforge">evolvotron</remote-id>
 	</upstream>


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

end of thread, other threads:[~2022-02-14 20:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 11:20 [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2022-02-14 20:59 Jonas Stein
2020-09-30  8:58 Jeroen Roovers
2020-09-30  8:58 Jeroen Roovers
2020-09-15 20:20 Jeroen Roovers
2018-02-06 15:10 Thomas Deutschmann
2017-11-18 11:33 Jeroen Roovers
2017-11-18 11:26 Jeroen Roovers
2016-12-20 16:52 Tobias Klausmann
2015-09-13 19:01 Manuel Rüger

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