summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/bioperl/ChangeLog7
-rw-r--r--sci-biology/bioperl/bioperl-1.4.ebuild9
2 files changed, 11 insertions, 5 deletions
diff --git a/sci-biology/bioperl/ChangeLog b/sci-biology/bioperl/ChangeLog
index 84531ce2b846..136712270c72 100644
--- a/sci-biology/bioperl/ChangeLog
+++ b/sci-biology/bioperl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/bioperl
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl/ChangeLog,v 1.3 2004/12/29 21:26:38 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl/ChangeLog,v 1.4 2005/01/09 16:41:48 ribosome Exp $
+
+ 09 Jan 2005; Olivier Fisette <ribosome@gentoo.org> bioperl-1.4.ebuild:
+ Added regression test support. Fixes bug #38169.
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/sci-biology/bioperl/bioperl-1.4.ebuild b/sci-biology/bioperl/bioperl-1.4.ebuild
index 3e1e88014b77..38b00585faf4 100644
--- a/sci-biology/bioperl/bioperl-1.4.ebuild
+++ b/sci-biology/bioperl/bioperl-1.4.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2005 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.3 2005/01/03 03:39:44 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/bioperl/bioperl-1.4.ebuild,v 1.4 2005/01/09 16:41:48 ribosome Exp $
inherit perl-module eutils
CATEGORY="sci-biology"
-DESCRIPTION="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.bioperl.org/ftp/DIST/${P}.tar.bz2"
@@ -40,7 +40,10 @@ DEPEND="
src_compile() {
yes "" | perl Makefile.PL ${myconf} \
PREFIX=${D}/usr INSTALLDIRS=vendor
- #perl-module_src_test || die "Test Failed"
+}
+
+src_test() {
+ perl-module_src_test || die "Test failed"
}
src_install() {