Parent Directory
|
Revision Log
sci-biology/bioperl-db: Add missing DEP on dev-perl/DBD-mysql, #422999 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl-db/bioperl-db-1.6.9.ebuild,v 1.1 2011/07/18 06:30:29 weaver Exp $ |
| 4 | |
| 5 | EAPI="2" |
| 6 | |
| 7 | BIOPERL_RELEASE=1.6.9 |
| 8 | |
| 9 | MY_PN=BioPerl-DB |
| 10 | MODULE_AUTHOR=CJFIELDS |
| 11 | MODULE_VERSION=1.006900 |
| 12 | inherit perl-module |
| 13 | |
| 14 | DESCRIPTION="Perl tools for bioinformatics - Perl API that accesses the BioSQL schema" |
| 15 | HOMEPAGE="http://www.bioperl.org/" |
| 16 | |
| 17 | SLOT="0" |
| 18 | KEYWORDS="~amd64 ~x86" |
| 19 | IUSE="test" |
| 20 | SRC_TEST="do" |
| 21 | |
| 22 | CDEPEND=" |
| 23 | >=sci-biology/bioperl-${PV} |
| 24 | dev-perl/DBD-mysql |
| 25 | dev-perl/DBI |
| 26 | sci-biology/biosql" |
| 27 | DEPEND="${CDEPEND} |
| 28 | virtual/perl-Module-Build" |
| 29 | RDEPEND="${CDEPEND}" |
| 30 | |
| 31 | src_install() { |
| 32 | mydoc="AUTHORS BUGS FAQ" |
| 33 | perl-module_src_install |
| 34 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |