diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-10-30 15:34:37 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-10-30 15:34:37 +0000 |
commit | 3029f270352bbe25bee3777c48455db2d6e01631 (patch) | |
tree | b99f2ff5765228d3752a575061f627dd38f752fb /app-sci/bioperl | |
parent | Stable for sparc. Works fine. (Requested by Bug 69505.) (diff) | |
download | historical-3029f270352bbe25bee3777c48455db2d6e01631.tar.gz historical-3029f270352bbe25bee3777c48455db2d6e01631.tar.bz2 historical-3029f270352bbe25bee3777c48455db2d6e01631.zip |
Q.A. fixes
Diffstat (limited to 'app-sci/bioperl')
-rw-r--r-- | app-sci/bioperl/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/bioperl/bioperl-1.0.2.ebuild | 4 | ||||
-rw-r--r-- | app-sci/bioperl/bioperl-1.4.ebuild | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/app-sci/bioperl/ChangeLog b/app-sci/bioperl/ChangeLog index 803a66f49539..ad5c836060b9 100644 --- a/app-sci/bioperl/ChangeLog +++ b/app-sci/bioperl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/bioperl # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/ChangeLog,v 1.16 2004/08/03 11:47:22 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/ChangeLog,v 1.17 2004/10/30 15:28:15 ribosome Exp $ + + 30 Oct 2004; Olivier Fisette <ribosome@gentoo.org> bioperl-1.4.ebuild, + bioperl-1.0.2.ebuild: + Q.A.: Fixed RDEPEND=$DEPEND, fixed LICENSE. 03 Aug 2004; David Holm <dholm@gentoo.org> bioperl-1.4.ebuild: Added to ~ppc. diff --git a/app-sci/bioperl/bioperl-1.0.2.ebuild b/app-sci/bioperl/bioperl-1.0.2.ebuild index 68bce67a1683..d347db4a316f 100644 --- a/app-sci/bioperl/bioperl-1.0.2.ebuild +++ b/app-sci/bioperl/bioperl-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.0.2.ebuild,v 1.8 2004/06/24 21:52:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.0.2.ebuild,v 1.9 2004/10/30 15:28:15 ribosome Exp $ inherit perl-module CATEGORY="app-sci" @@ -9,7 +9,7 @@ DESCRIPTION="collection of tools for bioinformatics, genomics and life science r HOMEPAGE="http://www.bioperl.org/" SRC_URI="http://bioperl.org/DIST/${P}.tar.gz" -LICENSE="Artistic | GPL-2" +LICENSE="Artistic GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" IUSE="mysql gd" diff --git a/app-sci/bioperl/bioperl-1.4.ebuild b/app-sci/bioperl/bioperl-1.4.ebuild index 8a393d712254..64e65b2c66bf 100644 --- a/app-sci/bioperl/bioperl-1.4.ebuild +++ b/app-sci/bioperl/bioperl-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.4.ebuild,v 1.7 2004/08/03 11:47:22 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.4.ebuild,v 1.8 2004/10/30 15:28:15 ribosome Exp $ inherit perl-module eutils @@ -37,8 +37,6 @@ DEPEND=" ) mysql? ( >=dev-perl/DBD-mysql-2.1004-r3 )" -RDEPEND="${DEPEND}" - src_compile() { yes "" | perl Makefile.PL ${myconf} \ PREFIX=${D}/usr INSTALLDIRS=vendor |