diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:30:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:30:14 +0000 |
commit | be33125cba7a81bd5df6137aec900d506e2ec077 (patch) | |
tree | 72e28074ccc353d5fad77fb114cb05ea9f6d1d6a /app-sci | |
parent | fix license (diff) | |
download | gentoo-2-be33125cba7a81bd5df6137aec900d506e2ec077.tar.gz gentoo-2-be33125cba7a81bd5df6137aec900d506e2ec077.tar.bz2 gentoo-2-be33125cba7a81bd5df6137aec900d506e2ec077.zip |
fix license
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/bioperl/bioperl-1.0.2.ebuild | 17 | ||||
-rw-r--r-- | app-sci/bioperl/bioperl-1.2.2.ebuild | 18 | ||||
-rw-r--r-- | app-sci/bioperl/bioperl-1.2.ebuild | 16 |
3 files changed, 20 insertions, 31 deletions
diff --git a/app-sci/bioperl/bioperl-1.0.2.ebuild b/app-sci/bioperl/bioperl-1.0.2.ebuild index c8880d881f55..90a2baf69cec 100644 --- a/app-sci/bioperl/bioperl-1.0.2.ebuild +++ b/app-sci/bioperl/bioperl-1.0.2.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.0.2.ebuild,v 1.4 2003/07/02 12:33:39 aliz Exp $ - -IUSE="mysql gd" +# 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.5 2003/08/05 18:30:14 vapier Exp $ inherit perl-module - -S=${WORKDIR}/${P} CATEGORY="app-sci" -DESCRIPTION="The Bioperl Project is a collection of tools for bioinformatics, genomics and life science research." + +DESCRIPTION="collection of tools for bioinformatics, genomics and life science research" +HOMEPAGE="http://www.bioperl.org/" SRC_URI="http://bioperl.org/DIST/${P}.tar.gz" -HOMEPAGE="http://www.bioperl.org" LICENSE="Artistic | GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" +IUSE="mysql gd" DEPEND="dev-perl/File-Temp dev-perl/HTML-Parser @@ -31,8 +30,6 @@ DEPEND="dev-perl/File-Temp gd? ( >=dev-perl/GD-1.32-r1 ) mysql? ( >=dev-perl/DBD-mysql-2.1004-r3 )" -SLOT="0" - src_compile() { # there's a test to run for BioGFFDB if using mysql # note: these echo's are for the default values for testing. Not that we're diff --git a/app-sci/bioperl/bioperl-1.2.2.ebuild b/app-sci/bioperl/bioperl-1.2.2.ebuild index 6a4be8dcac02..1d7ad01eed4e 100644 --- a/app-sci/bioperl/bioperl-1.2.2.ebuild +++ b/app-sci/bioperl/bioperl-1.2.2.ebuild @@ -1,25 +1,20 @@ # Copyright 1999-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.2.ebuild,v 1.2 2003/08/03 16:53:37 sediener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.2.2.ebuild,v 1.3 2003/08/05 18:30:14 vapier Exp $ -IUSE="mysql gd" - -inherit perl-module -inherit eutils - -S=${WORKDIR}/${P} +inherit perl-module eutils CATEGORY="app-sci" -DESCRIPTION="The Bioperl Project is a collection of tools for bioinformatics, genomics and life science research." +DESCRIPTION="collection of tools for bioinformatics, genomics and life science research" +HOMEPAGE="http://www.bioperl.org/" #SRC_URI="http://www.cpan.org/modules/by-module/Bio/${P}.tar.gz" SRC_URI="http://www.bioperl.org/ftp/DIST/${P}.tar.gz" -HOMEPAGE="http://www.bioperl.org/" -SLOT="0" LICENSE="Artistic GPL-2" +SLOT="0" KEYWORDS="~x86" +IUSE="mysql gd" -#DEPEND=${DEPEND} DEPEND="${DEPEND} dev-perl/File-Temp dev-perl/HTML-Parser @@ -37,7 +32,6 @@ DEPEND="${DEPEND} dev-perl/Text-Shellwords gd? ( >=dev-perl/GD-1.32-r1 ) mysql? ( >=dev-perl/DBD-mysql-2.1004-r3 )" -RDEPEND=${RDEPEND} src_unpack() { unpack ${A} diff --git a/app-sci/bioperl/bioperl-1.2.ebuild b/app-sci/bioperl/bioperl-1.2.ebuild index 9264da29abca..4b2bb3fcbca7 100644 --- a/app-sci/bioperl/bioperl-1.2.ebuild +++ b/app-sci/bioperl/bioperl-1.2.ebuild @@ -1,20 +1,17 @@ # 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.2 2003/06/07 01:22:13 avenj Exp $ +# 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.3 2003/08/05 18:30:14 vapier Exp $ inherit perl-module debug -S="${WORKDIR}/bioperl-${PV}" -IUSE="mysql gd" - -DESCRIPTION="The Bioperl Project is a collection of tools for bioinformatics, genomics and life science research." - -HOMEPAGE="http://www.bioperl.org" +DESCRIPTION="collection of tools for bioinformatics, genomics and life science research" +HOMEPAGE="http://www.bioperl.org/" SRC_URI="http://bioperl.org/ftp/DIST/${P}.tar.gz" +LICENSE="Artistic GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" -LICENSE="Artistic GPL-2" +IUSE="mysql gd" DEPEND="dev-perl/File-Temp dev-perl/Graph @@ -58,6 +55,7 @@ src_compile() { # This dies at RootIO.t: # perl-module_src_test || die "test failed" } + src_install() { mydoc="AUTHORS BUGS FAQ" perl-module_src_install |