diff options
author | 2006-01-21 17:34:58 +0000 | |
---|---|---|
committer | 2006-01-21 17:34:58 +0000 | |
commit | a2345cc9e0daec1d841c639c79bef12bbcc90125 (patch) | |
tree | 19191985643b7d3e26a399e9f03ec63a3cecf9ba /sci-biology/bioperl/bioperl-1.4.ebuild | |
parent | remove x11 dep (diff) | |
download | gentoo-2-a2345cc9e0daec1d841c639c79bef12bbcc90125.tar.gz gentoo-2-a2345cc9e0daec1d841c639c79bef12bbcc90125.tar.bz2 gentoo-2-a2345cc9e0daec1d841c639c79bef12bbcc90125.zip |
Removed obsolete versions. Ebuild clean-up.
(Portage version: 2.0.53)
Diffstat (limited to 'sci-biology/bioperl/bioperl-1.4.ebuild')
-rw-r--r-- | sci-biology/bioperl/bioperl-1.4.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sci-biology/bioperl/bioperl-1.4.ebuild b/sci-biology/bioperl/bioperl-1.4.ebuild index 3a31d6619edf..9d1c23296790 100644 --- a/sci-biology/bioperl/bioperl-1.4.ebuild +++ b/sci-biology/bioperl/bioperl-1.4.ebuild @@ -1,20 +1,19 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl/bioperl-1.4.ebuild,v 1.10 2005/11/28 12:03:14 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl/bioperl-1.4.ebuild,v 1.11 2006/01/21 17:32:30 ribosome Exp $ inherit perl-app eutils -DESCRIPTION="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.bioperl.org/ftp/DIST/${P}.tar.bz2" +SRC_URI="http://www.${PN}.org/ftp/DIST/${P}.tar.bz2" LICENSE="Artistic GPL-2" SLOT="0" KEYWORDS="alpha ~amd64 ~ppc ~sparc x86" IUSE="mysql gd" -DEPEND=" - perl-core/File-Temp +DEPEND="perl-core/File-Temp dev-perl/HTML-Parser dev-perl/IO-String dev-perl/IO-stringy @@ -37,7 +36,7 @@ DEPEND=" src_compile() { yes "" | perl Makefile.PL ${myconf} \ - PREFIX=${D}/usr INSTALLDIRS=vendor + PREFIX="${D}"/usr INSTALLDIRS=vendor } src_test() { |