summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-09-13 21:01:13 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-09-13 21:01:13 +0200
commit29a1e04967ce617c07436176b92875992b703f34 (patch)
treea5105520a2e4189f10e0a0a1c6268136c295646b /x11-misc
parentx11-misc/tint2: Remove old (diff)
downloadgentoo-29a1e04967ce617c07436176b92875992b703f34.tar.gz
gentoo-29a1e04967ce617c07436176b92875992b703f34.tar.bz2
gentoo-29a1e04967ce617c07436176b92875992b703f34.zip
x11-misc/evolvotron: Remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/evolvotron/Manifest1
-rw-r--r--x11-misc/evolvotron/evolvotron-0.6.1.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/x11-misc/evolvotron/Manifest b/x11-misc/evolvotron/Manifest
index 525c85d1d69b..0aa40e950a81 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 f7137737adca..000000000000
--- 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
-}