summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 14:20:20 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 14:20:20 +0000
commitd0b1ce3ad3dff7984bf2c643344672b63def950a (patch)
tree20e36b70acd26c28cdfbaf1a3f2983b878b37bc5 /app-sci/bioperl
parentadd unzip to DEPEND (#52768) (Manifest recommit) (diff)
downloadgentoo-2-d0b1ce3ad3dff7984bf2c643344672b63def950a.tar.gz
gentoo-2-d0b1ce3ad3dff7984bf2c643344672b63def950a.tar.bz2
gentoo-2-d0b1ce3ad3dff7984bf2c643344672b63def950a.zip
Fix use invocation
Diffstat (limited to 'app-sci/bioperl')
-rw-r--r--app-sci/bioperl/ChangeLog8
-rw-r--r--app-sci/bioperl/bioperl-1.2.2.ebuild4
-rw-r--r--app-sci/bioperl/bioperl-1.2.3.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/app-sci/bioperl/ChangeLog b/app-sci/bioperl/ChangeLog
index 28e158ed2d73..1b1bdbb999a9 100644
--- a/app-sci/bioperl/ChangeLog
+++ b/app-sci/bioperl/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for app-sci/bioperl
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/ChangeLog,v 1.12 2004/05/05 18:02:55 sediener Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/ChangeLog,v 1.13 2004/06/02 14:19:44 agriffis Exp $
+
+ 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> bioperl-1.2.2.ebuild,
+ bioperl-1.2.3.ebuild:
+ Fix use invocation
+
05 May 2004; Stephen Diener <sediener@gentoo.org> bioperl-1.4.ebuild:
bumped 1.4 to stable
diff --git a/app-sci/bioperl/bioperl-1.2.2.ebuild b/app-sci/bioperl/bioperl-1.2.2.ebuild
index ca7ac45a0f28..49518c85ddcc 100644
--- a/app-sci/bioperl/bioperl-1.2.2.ebuild
+++ b/app-sci/bioperl/bioperl-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.5 2004/04/19 22:48:35 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.2.2.ebuild,v 1.6 2004/06/02 14:19:44 agriffis Exp $
inherit perl-module eutils
CATEGORY="app-sci"
@@ -37,7 +37,7 @@ src_unpack() {
unpack ${A}
cd ${S}
# remove interactiveness
- [ -n "`use mysql`" ] && epatch ${FILESDIR}/biodbgff-enable-${PV}.patch
+ use mysql && epatch ${FILESDIR}/biodbgff-enable-${PV}.patch
# want man pages in addition to perldoc documentation??
#epatch ${FILESDIR}/domanpages-${PV}.patch
}
diff --git a/app-sci/bioperl/bioperl-1.2.3.ebuild b/app-sci/bioperl/bioperl-1.2.3.ebuild
index 29730ed2150f..92f3ab94fb14 100644
--- a/app-sci/bioperl/bioperl-1.2.3.ebuild
+++ b/app-sci/bioperl/bioperl-1.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.3.ebuild,v 1.5 2004/04/19 22:48:35 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.2.3.ebuild,v 1.6 2004/06/02 14:19:44 agriffis Exp $
inherit perl-module eutils
@@ -38,7 +38,7 @@ src_unpack() {
unpack ${A}
cd ${S}
# remove interactiveness
- [ -n "`use mysql`" ] && epatch ${FILESDIR}/biodbgff-enable-${PV}.patch
+ use mysql && epatch ${FILESDIR}/biodbgff-enable-${PV}.patch
# want man pages in addition to perldoc documentation??
#epatch ${FILESDIR}/domanpages-${PV}.patch
}