From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D31C139085 for ; Sun, 15 Jan 2017 10:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F28721C0A0; Sun, 15 Jan 2017 10:13:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F89821C0A0 for ; Sun, 15 Jan 2017 10:13:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60DCF3412CB for ; Sun, 15 Jan 2017 10:13:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53FA727D7 for ; Sun, 15 Jan 2017 10:13:15 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1484475152.6a4681dd3b9718c07d5c68e939f20acb0df01846.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/circos/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/circos/circos-0.55.ebuild X-VCS-Directories: sci-visualization/circos/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6a4681dd3b9718c07d5c68e939f20acb0df01846 X-VCS-Branch: master Date: Sun, 15 Jan 2017 10:13:15 +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: 1d140eee-24be-47d4-a613-13bfba620ba5 X-Archives-Hash: bc867df0e2b3ab54237c6f566cded78f commit: 6a4681dd3b9718c07d5c68e939f20acb0df01846 Author: Gerhard Bräunlich gmx net> AuthorDate: Sat Jan 14 14:11:39 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 15 10:12:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4681dd sci-visualization/circos: Removing EAPI 4 ebuild Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3470 sci-visualization/circos/circos-0.55.ebuild | 36 ----------------------------- 1 file changed, 36 deletions(-) diff --git a/sci-visualization/circos/circos-0.55.ebuild b/sci-visualization/circos/circos-0.55.ebuild deleted file mode 100644 index 01f7faa..00000000 --- a/sci-visualization/circos/circos-0.55.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -DESCRIPTION="Circular layout visualization of genomic and other data" -HOMEPAGE="http://mkweb.bcgsc.ca/circos/" -SRC_URI="http://mkweb.bcgsc.ca/circos/distribution/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -DEPEND="dev-perl/Config-General - dev-perl/GD - dev-perl/Math-Bezier - dev-perl/Math-Round - dev-perl/Math-VecStat - dev-perl/Params-Validate - dev-perl/Readonly - dev-perl/Regexp-Common - >=dev-perl/Set-IntSpan-1.11 - dev-perl/Graphics-ColorObject - dev-perl/List-MoreUtils" -RDEPEND="${DEPEND}" - -src_install() { - insinto /opt/${PN} - find * -maxdepth 0 -type d | xargs doins -r - exeinto /opt/${PN}/bin - doexe bin/circos bin/gddiag - dosym /opt/${PN}/bin/circos /usr/bin/circos - find * -maxdepth 0 -type f | xargs dodoc -}