public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/perlprimer/
Date: Mon, 10 Nov 2014 15:14:23 +0000 (UTC)	[thread overview]
Message-ID: <1415630139.7d825bab09f3c0168e8fa0e29bdfdccaf26d189f.jlec@gentoo> (raw)

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
 }


             reply	other threads:[~2014-11-10 15:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-10 15:14 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-06 13:25 [gentoo-commits] proj/sci:master commit in: sci-biology/perlprimer/ Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1415630139.7d825bab09f3c0168e8fa0e29bdfdccaf26d189f.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox