commit:     6a4681dd3b9718c07d5c68e939f20acb0df01846
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Jan 14 14:11:39 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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
-}

Reply via email to