* [gentoo-commits] gentoo-x86 commit in sci-biology/primer3: ChangeLog primer3-1.1.4-r1.ebuild
@ 2010-03-07 20:53 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-03-07 20:53 UTC (permalink / raw
To: gentoo-commits
jlec 10/03/07 20:53:16
Modified: ChangeLog
Added: primer3-1.1.4-r1.ebuild
Log:
Moved to EAPI=3 for PREFIX support, imported prefix patches from overlay, keyworded as in overlay
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Revision Changes Path
1.22 sci-biology/primer3/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/primer3/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/primer3/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/primer3/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/primer3/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 1 Sep 2009 16:07:03 -0000 1.21
+++ ChangeLog 7 Mar 2010 20:53:15 -0000 1.22
@@ -1,6 +1,13 @@
# ChangeLog for sci-biology/primer3
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/ChangeLog,v 1.21 2009/09/01 16:07:03 ribosome Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/ChangeLog,v 1.22 2010/03/07 20:53:15 jlec Exp $
+
+*primer3-1.1.4-r1 (07 Mar 2010)
+
+ 07 Mar 2010; Justin Lecher (jlec) <jlec@gentoo.org>
+ +primer3-1.1.4-r1.ebuild:
+ Moved to EAPI=3 for PREFIX support, imported prefix patches from overlay,
+ keyworded as in overlay
01 Sep 2009; Olivier Fisette <ribosome@gentoo.org> primer3-1.1.4.ebuild:
Stabilised on x86 and amd64.
1.1 sci-biology/primer3/primer3-1.1.4-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/primer3/primer3-1.1.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/primer3/primer3-1.1.4-r1.ebuild?rev=1.1&content-type=text/plain
Index: primer3-1.1.4-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/primer3/primer3-1.1.4-r1.ebuild,v 1.1 2010/03/07 20:53:15 jlec Exp $
EAPI="3"
DESCRIPTION="Design primers for PCR reactions."
HOMEPAGE="http://primer3.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="whitehead"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
IUSE=""
DEPEND="dev-lang/perl"
RDEPEND=""
S="${WORKDIR}/src"
src_prepare() {
[[ ${CHOST} == *-darwin* ]] && \
sed -e "s:LIBOPTS ='-static':LIBOPTS =:" -i Makefile
}
src_compile() {
emake -e || die
}
src_test () {
make primer_test || die
}
src_install () {
dobin long_seq_tm_test ntdpal oligotm primer3_core || die \
"Could not install program."
dodoc ../{how-to-cite.txt,README.txt,example} || die \
"Could not install documentation."
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-07 20:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-07 20:53 [gentoo-commits] gentoo-x86 commit in sci-biology/primer3: ChangeLog primer3-1.1.4-r1.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox