summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-06-07 01:22:26 +0000
committerJon Portnoy <avenj@gentoo.org>2003-06-07 01:22:26 +0000
commit1c51618d40754ee82d3695dca64ce85413e5f9c9 (patch)
treed5400c7a9f174f70e6ed5e0213afa3c4279e4c84 /app-sci
parentadd sed-4 dependency (diff)
downloadgentoo-2-1c51618d40754ee82d3695dca64ce85413e5f9c9.tar.gz
gentoo-2-1c51618d40754ee82d3695dca64ce85413e5f9c9.tar.bz2
gentoo-2-1c51618d40754ee82d3695dca64ce85413e5f9c9.zip
Stable for x86
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/bioperl/Manifest2
-rw-r--r--app-sci/bioperl/bioperl-1.2.ebuild9
2 files changed, 4 insertions, 7 deletions
diff --git a/app-sci/bioperl/Manifest b/app-sci/bioperl/Manifest
index 64d7902ff601..cdb449eb1566 100644
--- a/app-sci/bioperl/Manifest
+++ b/app-sci/bioperl/Manifest
@@ -1,5 +1,5 @@
MD5 b3dfb0c5ae5c8a1bfb4f99e6bf8c4cb1 ChangeLog 594
-MD5 9a4bfbf012a3a048201edb2014d771d2 bioperl-1.2.ebuild 1603
+MD5 4b53e5b83a67807a46ba90f2260fddb0 bioperl-1.2.ebuild 1572
MD5 baad623047a6890e3fab7ae888233850 bioperl-1.0.2.ebuild 1551
MD5 dfdb9921cbef92f60e9746a9531d8de7 files/digest-bioperl-1.0.2 66
MD5 14b9e16331895fe40e231065f7dda942 files/digest-bioperl-1.2 64
diff --git a/app-sci/bioperl/bioperl-1.2.ebuild b/app-sci/bioperl/bioperl-1.2.ebuild
index bfcd123b18c3..9264da29abca 100644
--- a/app-sci/bioperl/bioperl-1.2.ebuild
+++ b/app-sci/bioperl/bioperl-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.2.ebuild,v 1.1 2003/04/25 23:27:45 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.2.ebuild,v 1.2 2003/06/07 01:22:13 avenj Exp $
inherit perl-module debug
@@ -13,11 +13,10 @@ HOMEPAGE="http://www.bioperl.org"
SRC_URI="http://bioperl.org/ftp/DIST/${P}.tar.gz"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+KEYWORDS="x86 ~ppc ~sparc ~alpha"
LICENSE="Artistic GPL-2"
-DEPEND="${DEPEND}
- dev-perl/File-Temp
+DEPEND="dev-perl/File-Temp
dev-perl/Graph
dev-perl/HTML-Parser
dev-perl/IO-String
@@ -35,8 +34,6 @@ DEPEND="${DEPEND}
gd? ( >=dev-perl/GD-1.32-r1 )
mysql? ( >=dev-perl/DBD-mysql-2.1004-r3 )"
-RDEPEND=${DEPEND}
-
# uncomment this if you'd like to access bioperl docs via man in addition to
# perldoc.
#src_unpack() {