From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8EBCC139B2A for ; Sun, 13 Sep 2015 19:01:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10F8221C01D; Sun, 13 Sep 2015 19:01:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C3FD21C01D for ; Sun, 13 Sep 2015 19:01:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 995E834091F for ; Sun, 13 Sep 2015 19:01:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A644187 for ; Sun, 13 Sep 2015 19:01:27 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1442170873.29a1e04967ce617c07436176b92875992b703f34.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/evolvotron/Manifest x11-misc/evolvotron/evolvotron-0.6.1.ebuild X-VCS-Directories: x11-misc/evolvotron/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 29a1e04967ce617c07436176b92875992b703f34 X-VCS-Branch: master Date: Sun, 13 Sep 2015 19:01:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dc663944-4e92-4651-881a-a53b5eac9b44 X-Archives-Hash: e17665ebdb673ef9ef7c86d69eca878a commit: 29a1e04967ce617c07436176b92875992b703f34 Author: Manuel Rüger gentoo org> AuthorDate: Sun Sep 13 19:01:13 2015 +0000 Commit: Manuel Rüger gentoo 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 -}