summaryrefslogtreecommitdiff
path: root/sci-biology/bioperl-network
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /sci-biology/bioperl-network
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'sci-biology/bioperl-network')
-rw-r--r--sci-biology/bioperl-network/Manifest1
-rw-r--r--sci-biology/bioperl-network/bioperl-network-9999-r1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/sci-biology/bioperl-network/Manifest b/sci-biology/bioperl-network/Manifest
index 916e8474b098..2edc92b69cbd 100644
--- a/sci-biology/bioperl-network/Manifest
+++ b/sci-biology/bioperl-network/Manifest
@@ -1,4 +1,3 @@
DIST BioPerl-Network-1.006900.tar.gz 2198089 BLAKE2B 67197ed356f642d9e85f779019f6854f4baa3963e059895b89c75ae56f8b5a075ca04b04ce5c7622d46a3a2f55e1c7d80af695085c607ed7fda5517c71c579f3 SHA512 d0a95af17cb024cbc615c784f1dbcddd7bfc5b54524163ab127f1077ded18df222fe067c085f3dd17dd416d6417b8f726526be164e1e33144991393f6b6d5842
EBUILD bioperl-network-1.6.9.ebuild 634 BLAKE2B 7cb788c94d5017434f0f81dc5adbd3d64c31980d12f4e739862fc5127dea25f40964f11b384d42e73022b3fa4031d69e78bcb9f8933bab867827144d83596a02 SHA512 491c8190c28b7add4c1263038534705a7798afd29fbdfc853267f4b663b1fd92c21acfe47330357b83323e4ac05e39e52f78fa526ae1ae0059701a002f7ce03c
-EBUILD bioperl-network-9999-r1.ebuild 666 BLAKE2B cc26881e82203bdf13a7fe04229ac57d5fa23271674502114d5fea0daf89a770fd906a9c20b64bef56bda392392d22090362707b32f7c0d466349c5ae8fb8545 SHA512 24829c8d9199b9d559e978c3187d0db950fb112b4f20152ec790133770de9aa173b596653322f0d670df366c8075f2ffe4bcd420204ed00f238b485d8621c323
MISC metadata.xml 349 BLAKE2B 18f5a67acf0859a50cca897d39e3e1a200eba44198d5c2bb1176d29579dd97dfcaf8b2cb8ffa4baf9c2adc7072f24b0344701a986b7a4f5a8491cf85b4086579 SHA512 dc3b8e26619cb4ff0dffeb79aa91f402a35cb2f673ecfd0bdac9d3667be82c248dcdd246185a006e8b91c9b66157689eaaf8ee464e00c54227c2c78cd9827b63
diff --git a/sci-biology/bioperl-network/bioperl-network-9999-r1.ebuild b/sci-biology/bioperl-network/bioperl-network-9999-r1.ebuild
deleted file mode 100644
index 6be8f1cd8509..000000000000
--- a/sci-biology/bioperl-network/bioperl-network-9999-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit perl-module git-2
-
-DESCRIPTION="Perl tools for bioinformatics - Analysis of protein-protein interaction networks"
-HOMEPAGE="http://www.bioperl.org/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/bioperl/${PN}.git"
-
-LICENSE="Artistic GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
-SRC_TEST="do"
-
-CDEPEND=">=sci-biology/bioperl-${PV}
- >=dev-perl/Graph-0.86"
-DEPEND="dev-perl/Module-Build
- ${CDEPEND}"
-RDEPEND="${CDEPEND}"
-
-S="${WORKDIR}/BioPerl-network-${PV}"
-
-src_install() {
- mydoc="AUTHORS BUGS"
- perl-module_src_install
-}