* [gentoo-commits] repo/gentoo:master commit in: sci-biology/primer3/
@ 2017-12-25 16:09 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-12-25 16:09 UTC (permalink / raw
To: gentoo-commits
commit: ce7b7bc0ff6d7c2d1f541df723884baa75850cf6
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 10:00:44 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 16:09:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce7b7bc0
sci-biology/primer3: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sci-biology/primer3/Manifest | 2 --
sci-biology/primer3/primer3-2.3.5.ebuild | 45 --------------------------------
sci-biology/primer3/primer3-2.3.6.ebuild | 45 --------------------------------
3 files changed, 92 deletions(-)
diff --git a/sci-biology/primer3/Manifest b/sci-biology/primer3/Manifest
index ed57506879a..e508ab6b47a 100644
--- a/sci-biology/primer3/Manifest
+++ b/sci-biology/primer3/Manifest
@@ -1,3 +1 @@
-DIST primer3-2.3.5.tar.gz 1655871 BLAKE2B 6311a15334adc4121a62a4ff0f42f32f81e147b43742a59d6708c2e64a714c59b019433fcedebf5e88cefd2e46f4879d1f950acc0346f2da73d2567e621056f2 SHA512 e64c27eea0258af913304963254494d6c874e7776b09a14ee9a273f1a3cdfa908acf92b78affc0102f06df17effbf011181c60d97ebd0a645044df7a28b41fec
DIST primer3-2.3.7.tar.gz 1658090 BLAKE2B 0bc9a0faa19c4ac3b48680d65b0d91a13d8bdd651ad3a0d344b4f50ce8dc510fe7a22665192751fb2c8ff6282b560daf4540a02cc70482dba0fcc344f7727e37 SHA512 f227f80d395cb682a9d65e0ac3afdcacb8385d66e721b9163fda939a9c788a7c6907273f6223782702b48d7df66ea2331114f6303fcd29e3b3c50a2717da2fa7
-DIST primer3-src-2.3.6.tar.gz 1667573 BLAKE2B 02344f1f13a639654ec040c893691c132193f81d2c64588a6ac1556f268d6768307bf12f77580aa8096f35f95401caebecfa080135bbb75bff4fac30120cc4a9 SHA512 671b420f3bc9b6b9972e19a757925ada170e5f8c0e3e8a90630a48e6cde44abc0e1e09b9ea90129f94b58f835e30440f3d91c14fb4b796fd94eb478b2ca28ead
diff --git a/sci-biology/primer3/primer3-2.3.5.ebuild b/sci-biology/primer3/primer3-2.3.5.ebuild
deleted file mode 100644
index 513c7cb5a1a..00000000000
--- a/sci-biology/primer3/primer3-2.3.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Primer Design for PCR reactions"
-HOMEPAGE="http://primer3.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-
-DEPEND="dev-lang/perl"
-RDEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.3.4-buildsystem.patch
-
- if [[ ${CHOST} == *-darwin* ]]; then
- sed -e "s:LIBOPTS ='-static':LIBOPTS =:" -i Makefile || die
- fi
-
- tc-export CC CXX AR RANLIB
-}
-
-src_compile() {
- emake -C src
-}
-
-src_test () {
- emake -C test | tee "${T}"/test.log
- grep -q "\[FAILED\]" && die "test failed. See "${T}"/test.log"
-}
-
-src_install () {
- dobin src/{long_seq_tm_test,ntdpal,oligotm,primer3_core}
- dodoc src/release_notes.txt example
- insinto /opt/primer3_config
- doins -r src/primer3_config/* primer3*settings.txt
- dohtml primer3_manual.htm
-}
diff --git a/sci-biology/primer3/primer3-2.3.6.ebuild b/sci-biology/primer3/primer3-2.3.6.ebuild
deleted file mode 100644
index 21a46668110..00000000000
--- a/sci-biology/primer3/primer3-2.3.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Primer Design for PCR reactions"
-HOMEPAGE="http://primer3.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${PN}-src-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-
-DEPEND="dev-lang/perl"
-RDEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.3.4-buildsystem.patch
-
- if [[ ${CHOST} == *-darwin* ]]; then
- sed -e "s:LIBOPTS ='-static':LIBOPTS =:" -i Makefile || die
- fi
-
- tc-export CC CXX AR RANLIB
-}
-
-src_compile() {
- emake -C src
-}
-
-src_test () {
- emake -C test | tee "${T}"/test.log
- grep -q "\[FAILED\]" && die "test failed. See "${T}"/test.log"
-}
-
-src_install () {
- dobin src/{long_seq_tm_test,ntdpal,oligotm,primer3_core}
- dodoc src/release_notes.txt example
- insinto /opt/primer3_config
- doins -r src/primer3_config/* primer3*settings.txt
- dohtml primer3_manual.htm
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-biology/primer3/
@ 2016-02-18 9:01 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2016-02-18 9:01 UTC (permalink / raw
To: gentoo-commits
commit: a1dcfa78b26af6988e37f63c6018bc05d82199a8
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 09:00:54 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 09:01:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1dcfa78
sci-biology/primer3: Version Bump
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-biology/primer3/Manifest | 1 +
sci-biology/primer3/primer3-2.3.7.ebuild | 48 ++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/sci-biology/primer3/Manifest b/sci-biology/primer3/Manifest
index 19da14f..8bae5d0 100644
--- a/sci-biology/primer3/Manifest
+++ b/sci-biology/primer3/Manifest
@@ -1,2 +1,3 @@
DIST primer3-2.3.5.tar.gz 1655871 SHA256 e0c06a36dc384f656835a8d5ecb4b5069493b7dd98775b38a233863ab591c54b SHA512 e64c27eea0258af913304963254494d6c874e7776b09a14ee9a273f1a3cdfa908acf92b78affc0102f06df17effbf011181c60d97ebd0a645044df7a28b41fec WHIRLPOOL 321069f568fad409b31f2fd4caa36f1128523383f5b294dffc68d57a67489ee2ac17d53bedd8e36df9b688c43c06c91f47bdaf81b4fda6597d916ea06643e666
+DIST primer3-2.3.7.tar.gz 1658090 SHA256 9e37a301d2ca9e5034c9a9d4afcb3e90041f6cc44c658b63598d0ccfcb176e5e SHA512 f227f80d395cb682a9d65e0ac3afdcacb8385d66e721b9163fda939a9c788a7c6907273f6223782702b48d7df66ea2331114f6303fcd29e3b3c50a2717da2fa7 WHIRLPOOL a092cb3a117f4d70178266ea9ae9205df567c8d18d4dbff3b5279860b22f9e4cce5484393771f37ce16a9f6e5ff4e5a51d66f9c0f35bf5cfce84a18225e3bfd8
DIST primer3-src-2.3.6.tar.gz 1667573 SHA256 2ff54faf957f0d7e4c79d9536fa1027b028bc5e4c6005f142df42ef85562ecd4 SHA512 671b420f3bc9b6b9972e19a757925ada170e5f8c0e3e8a90630a48e6cde44abc0e1e09b9ea90129f94b58f835e30440f3d91c14fb4b796fd94eb478b2ca28ead WHIRLPOOL 61bbc676c38b1b96806c9ac54d130aae936a5406213759613a3be76016cdd4ebf76c5a54d1ceffc7bd2634829d9aef9d64f87cc85289793b40ab031e01a5917f
diff --git a/sci-biology/primer3/primer3-2.3.7.ebuild b/sci-biology/primer3/primer3-2.3.7.ebuild
new file mode 100644
index 0000000..9a129f5
--- /dev/null
+++ b/sci-biology/primer3/primer3-2.3.7.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Primer Design for PCR reactions"
+HOMEPAGE="http://primer3.sourceforge.net/"
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+
+DEPEND="dev-lang/perl"
+RDEPEND=""
+
+PATCHES=( "${FILESDIR}"/${PN}-2.3.4-buildsystem.patch )
+
+src_prepare() {
+ default
+ if [[ ${CHOST} == *-darwin* ]]; then
+ sed -e "s:LIBOPTS ='-static':LIBOPTS =:" -i Makefile || die
+ fi
+
+ tc-export CC CXX AR RANLIB
+}
+
+src_compile() {
+ emake -C src
+}
+
+src_test () {
+ emake -C test | tee "${T}"/test.log
+ grep -q "\[FAILED\]" && die "test failed. See "${T}"/test.log"
+}
+
+src_install () {
+ dobin src/{long_seq_tm_test,ntdpal,oligotm,primer3_core}
+ dodoc src/release_notes.txt example
+ insinto /opt/primer3_config
+ doins -r src/primer3_config/* primer3*settings.txt
+ docinto html
+ dodoc primer3_manual.htm
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-25 16:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-25 16:09 [gentoo-commits] repo/gentoo:master commit in: sci-biology/primer3/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2016-02-18 9:01 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox