From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/
Date: Sat, 18 Nov 2017 11:26:44 +0000 (UTC) [thread overview]
Message-ID: <1511004401.9600d24bc622284c7ab4143c8964db97e4c5a50e.jer@gentoo> (raw)
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
+}
next reply other threads:[~2017-11-18 11:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-18 11:26 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-31 4:21 [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/ Sam James
2025-03-31 4:21 Sam James
2025-03-08 19:32 Andreas Sturmlechner
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-01-15 11:20 Pacho Ramos
2016-12-20 16:52 Tobias Klausmann
2015-09-13 19:01 Manuel RĂ¼ger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1511004401.9600d24bc622284c7ab4143c8964db97e4c5a50e.jer@gentoo \
--to=jer@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox