* [gentoo-commits] proj/sci:master commit in: sci-biology/perlprimer/
@ 2014-11-10 15:14 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2014-11-10 15:14 UTC (permalink / raw
To: gentoo-commits
commit: 7d825bab09f3c0168e8fa0e29bdfdccaf26d189f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 10 14:35:39 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 10 14:35:39 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7d825bab
sci-biology/perlprimer: Bump to EAPI=5; Version Bump
Package-Manager: portage-2.2.14
---
sci-biology/perlprimer/ChangeLog | 6 +++++-
sci-biology/perlprimer/metadata.xml | 2 +-
...lprimer-1.1.17.ebuild => perlprimer-1.1.21.ebuild} | 19 ++++++++++---------
3 files changed, 16 insertions(+), 11 deletions(-)
diff --git a/sci-biology/perlprimer/ChangeLog b/sci-biology/perlprimer/ChangeLog
index 6e85d82..123306d 100644
--- a/sci-biology/perlprimer/ChangeLog
+++ b/sci-biology/perlprimer/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-biology/perlprimer
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Nov 2014; Justin Lecher <jlec@gentoo.org> -perlprimer-1.1.17.ebuild,
+ +perlprimer-1.1.21.ebuild, metadata.xml:
+ Bump to EAPI=5; Version Bump
+
*perlprimer-1.1.17 (30 Apr 2009)
30 Apr 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
diff --git a/sci-biology/perlprimer/metadata.xml b/sci-biology/perlprimer/metadata.xml
index 34294c6..f17a827 100644
--- a/sci-biology/perlprimer/metadata.xml
+++ b/sci-biology/perlprimer/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-biology</herd>
+ <herd>sci-biology</herd>
</pkgmetadata>
diff --git a/sci-biology/perlprimer/perlprimer-1.1.17.ebuild b/sci-biology/perlprimer/perlprimer-1.1.21.ebuild
similarity index 76%
rename from sci-biology/perlprimer/perlprimer-1.1.17.ebuild
rename to sci-biology/perlprimer/perlprimer-1.1.21.ebuild
index 93e9555..11d71b5 100644
--- a/sci-biology/perlprimer/perlprimer-1.1.17.ebuild
+++ b/sci-biology/perlprimer/perlprimer-1.1.21.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=5
+
DESCRIPTION="GUI application written in Perl to design primers for standard PCR, bisulphite PCR and Real-time PCR"
HOMEPAGE="http://perlprimer.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
@@ -12,16 +14,14 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND="dev-perl/perl-tk
+RDEPEND="
+ dev-perl/perl-tk
dev-perl/libwww-perl
>=sci-biology/rebase-904"
-src_unpack() {
-
- unpack ${A}
- cd "${S}"
- sed -e \
- "s:\(\"\$HOME\".\"gcg.*\"\):\"/usr/share/rebase/gcg.*\":g" \
+src_prepare() {
+ sed \
+ -e "s:\(\"\$HOME\".\"gcg.*\"\):\"/usr/share/rebase/gcg.*\":g" \
-i perlprimer.pl || die "Sed failed!"
}
@@ -29,7 +29,8 @@ src_unpack() {
# see if upstream still exists, point them at the new gcg file.
src_install() {
- newbin perlprimer.pl ${PN} || die
+ newbin perlprimer.pl ${PN}
dodoc Changelog ReadMe.txt
- dohtml -r tutorial_files tutorial.html
+ docinto html
+ dodoc -r tutorial_files tutorial.html
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/perlprimer/
@ 2021-03-06 13:25 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-03-06 13:25 UTC (permalink / raw
To: gentoo-commits
commit: bdf03d6b9ed7e440bf58500fa94ea2105e9b898f
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar 6 13:25:06 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar 6 13:25:06 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bdf03d6b
sci-biology/perlprimer: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/perlprimer/perlprimer-1.1.21.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-biology/perlprimer/perlprimer-1.1.21.ebuild b/sci-biology/perlprimer/perlprimer-1.1.21.ebuild
index ce5f4de15..bae672851 100644
--- a/sci-biology/perlprimer/perlprimer-1.1.21.ebuild
+++ b/sci-biology/perlprimer/perlprimer-1.1.21.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
DESCRIPTION="Primers design for standard PCR, bisulphite PCR and Real-time PCR"
HOMEPAGE="http://perlprimer.sourceforge.net/"
@@ -10,7 +10,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND=""
RDEPEND="
@@ -19,6 +18,7 @@ RDEPEND="
>=sci-biology/rebase-904"
src_prepare() {
+ default
sed \
-e "s:\(\"\$HOME\".\"gcg.*\"\):\"/usr/share/rebase/gcg.*\":g" \
-i perlprimer.pl || die "Sed failed!"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-06 13:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 15:14 [gentoo-commits] proj/sci:master commit in: sci-biology/perlprimer/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2021-03-06 13:25 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox