diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-22 09:16:51 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-22 09:16:51 +0000 |
commit | 9f31c09ad10cf0f3bc4e5f457a74962f557f09e8 (patch) | |
tree | 3a986f48c0b7f5acf5eb1c96618ec3943a753ec8 /app-sci/bioperl-run | |
parent | ChangeLog fix (Manifest recommit) (diff) | |
download | gentoo-2-9f31c09ad10cf0f3bc4e5f457a74962f557f09e8.tar.gz gentoo-2-9f31c09ad10cf0f3bc4e5f457a74962f557f09e8.tar.bz2 gentoo-2-9f31c09ad10cf0f3bc4e5f457a74962f557f09e8.zip |
DEPEND="${RDEPEND}"
Diffstat (limited to 'app-sci/bioperl-run')
-rw-r--r-- | app-sci/bioperl-run/ChangeLog | 8 | ||||
-rw-r--r-- | app-sci/bioperl-run/bioperl-run-1.2.2.ebuild | 6 | ||||
-rw-r--r-- | app-sci/bioperl-run/bioperl-run-1.4.ebuild | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-sci/bioperl-run/ChangeLog b/app-sci/bioperl-run/ChangeLog index 5c4f4b13cd44..6670932cc026 100644 --- a/app-sci/bioperl-run/ChangeLog +++ b/app-sci/bioperl-run/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/bioperl-run -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl-run/ChangeLog,v 1.3 2004/01/09 02:59:06 sediener Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl-run/ChangeLog,v 1.4 2004/03/22 09:16:51 phosphan Exp $ + + 22 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> bioperl-run-1.2.2.ebuild, + bioperl-run-1.4.ebuild: + removing DEPEND="${RDEPEND}" *bioperl-run-1.4 (08 Jan 2004) diff --git a/app-sci/bioperl-run/bioperl-run-1.2.2.ebuild b/app-sci/bioperl-run/bioperl-run-1.2.2.ebuild index 699a38c55cb3..afc9ae22d412 100644 --- a/app-sci/bioperl-run/bioperl-run-1.2.2.ebuild +++ b/app-sci/bioperl-run/bioperl-run-1.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl-run/bioperl-run-1.2.2.ebuild,v 1.2 2003/12/14 05:15:03 sediener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl-run/bioperl-run-1.2.2.ebuild,v 1.3 2004/03/22 09:16:51 phosphan Exp $ inherit perl-module eutils CATEGORY="app-sci" @@ -21,7 +21,7 @@ RDEPEND=" dev-perl/IO-String dev-perl/XML-Parser" -DEPEND="${RDEPEND}" +DEPEND="" src_unpack() { unpack ${A} diff --git a/app-sci/bioperl-run/bioperl-run-1.4.ebuild b/app-sci/bioperl-run/bioperl-run-1.4.ebuild index f94eaba59bfc..f0258aaca67d 100644 --- a/app-sci/bioperl-run/bioperl-run-1.4.ebuild +++ b/app-sci/bioperl-run/bioperl-run-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl-run/bioperl-run-1.4.ebuild,v 1.1 2004/01/09 02:59:06 sediener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl-run/bioperl-run-1.4.ebuild,v 1.2 2004/03/22 09:16:51 phosphan Exp $ inherit perl-module eutils CATEGORY="app-sci" @@ -21,7 +21,7 @@ RDEPEND=" dev-perl/IO-String dev-perl/XML-Parser" -DEPEND="${RDEPEND}" +DEPEND="" src_compile() { perl-module_src_compile || die "compile failed" |