From 8265614fb03200bf4a766ee160aedea6c4582e0c Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 15 Jan 2017 12:13:31 +0100 Subject: [PATCH] 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(-) delete mode 100644 x11-misc/evolvotron/evolvotron-0.6.2.ebuild diff --git a/x11-misc/evolvotron/Manifest b/x11-misc/evolvotron/Manifest index 0aa40e950a81..ca8d488032fa 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 66752cdb219f..000000000000 --- 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 -} -- 2.26.2