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 0D2BC138334 for ; Sun, 15 Dec 2019 20:24:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A24CBE0894; Sun, 15 Dec 2019 20:24:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AFCAE0887 for ; Sun, 15 Dec 2019 20:24:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C105D34D8BB for ; Sun, 15 Dec 2019 20:24:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D45BA968 for ; Sun, 15 Dec 2019 20:24:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576441444.49f0b3fce2b693006776924c55bb1ce0cb0ba9e9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bioperl-run/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/bioperl-run/bioperl-run-9999-r1.ebuild X-VCS-Directories: sci-biology/bioperl-run/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 49f0b3fce2b693006776924c55bb1ce0cb0ba9e9 X-VCS-Branch: master Date: Sun, 15 Dec 2019 20:24:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ee1e4707-938d-40c2-b8f0-e91acb9c9102 X-Archives-Hash: ddecb7077af0a7ddbd1439bb9314ce2a commit: 49f0b3fce2b693006776924c55bb1ce0cb0ba9e9 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 15 20:18:19 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 15 20:24:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f0b3fc sci-biology/bioperl-run: Drop unmaintained -9999 Signed-off-by: Michał Górny gentoo.org> sci-biology/bioperl-run/bioperl-run-9999-r1.ebuild | 40 ---------------------- 1 file changed, 40 deletions(-) diff --git a/sci-biology/bioperl-run/bioperl-run-9999-r1.ebuild b/sci-biology/bioperl-run/bioperl-run-9999-r1.ebuild deleted file mode 100644 index 2052432904a..00000000000 --- a/sci-biology/bioperl-run/bioperl-run-9999-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit perl-module git-2 - -DESCRIPTION="Perl wrapper modules for key bioinformatics applications" -HOMEPAGE="http://www.bioperl.org/" -SRC_URI="" -EGIT_REPO_URI="https://github.com/bioperl/${PN}.git" - -LICENSE="Artistic GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="-minimal test" -#SRC_TEST="do" - -RESTRICT="test" - -CDEPEND=">=sci-biology/bioperl-${PV} - !minimal? ( - dev-perl/Algorithm-Diff - dev-perl/XML-Twig - dev-perl/IO-String - dev-perl/IPC-Run - )" -DEPEND="dev-perl/Module-Build - ${CDEPEND}" -RDEPEND="${CDEPEND}" - -S="${WORKDIR}/BioPerl-run-${PV}" - -src_install() { - mydoc="AUTHORS BUGS FAQ" - perl-module_src_install - # TODO: File collision in Bio/ConfigData.pm (a Module::Build internal file) - # with sci-biology/bioperl. Workaround: the "nuke it from orbit" solution :D - find "${D}" -name '*ConfigData*' -print -delete -}