summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-01-30 17:14:13 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-01-30 17:14:13 +0000
commit26d6d20ffdf8df9cd6a15a5666e633737aad048f (patch)
tree161557f8021c31a2fee92d511ede8ab5f5fd2ef3 /sci-biology/primer3
parentEbuild cleanup (diff)
downloadgentoo-2-26d6d20ffdf8df9cd6a15a5666e633737aad048f.tar.gz
gentoo-2-26d6d20ffdf8df9cd6a15a5666e633737aad048f.tar.bz2
gentoo-2-26d6d20ffdf8df9cd6a15a5666e633737aad048f.zip
Ebuild cleanup
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-biology/primer3')
-rw-r--r--sci-biology/primer3/ChangeLog5
-rw-r--r--sci-biology/primer3/primer3-1.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/primer3/ChangeLog b/sci-biology/primer3/ChangeLog
index aee6c62f97a6..0db9c708b7b3 100644
--- a/sci-biology/primer3/ChangeLog
+++ b/sci-biology/primer3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/primer3
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/ChangeLog,v 1.4 2005/01/14 22:28:35 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/ChangeLog,v 1.5 2005/01/30 17:12:23 ribosome Exp $
+
+ 30 Jan 2005; Olivier Fisette <ribosome@gentoo.org> primer3-1.0.0.ebuild:
+ Ebuild cleanup.
14 Jan 2005; Lina Pezzella <j4rg0n@gentoo.org> primer3-1.0.0.ebuild:
Stable ppc-macos.
diff --git a/sci-biology/primer3/primer3-1.0.0.ebuild b/sci-biology/primer3/primer3-1.0.0.ebuild
index 34ef00b7af35..2ab1fb1efdfc 100644
--- a/sci-biology/primer3/primer3-1.0.0.ebuild
+++ b/sci-biology/primer3/primer3-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/primer3-1.0.0.ebuild,v 1.3 2005/01/14 22:28:35 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/primer3-1.0.0.ebuild,v 1.4 2005/01/30 17:12:23 ribosome Exp $
DESCRIPTION="Design primers for PCR reactions."
HOMEPAGE="http://frodo.wi.mit.edu/primer3/primer3_code.html"
@@ -21,7 +21,7 @@ src_unpack() {
unpack ${A}
if use ppc-macos; then
cd ${S}
- sed -e "s:LIBOPTS ='-static':LIBOPTS =:" -i Makefile
+ sed -e "s:LIBOPTS ='-static':LIBOPTS =:" -i Makefile || die
fi
}