From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 071EB138825 for ; Mon, 10 Nov 2014 15:14:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66DC7E097B; Mon, 10 Nov 2014 15:14:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 410A7E095C for ; Mon, 10 Nov 2014 15:14:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFC0634051C for ; Mon, 10 Nov 2014 15:14:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79EB99D92 for ; Mon, 10 Nov 2014 15:14:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1415630139.7d825bab09f3c0168e8fa0e29bdfdccaf26d189f.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/perlprimer/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/perlprimer/ChangeLog sci-biology/perlprimer/metadata.xml sci-biology/perlprimer/perlprimer-1.1.17.ebuild sci-biology/perlprimer/perlprimer-1.1.21.ebuild X-VCS-Directories: sci-biology/perlprimer/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7d825bab09f3c0168e8fa0e29bdfdccaf26d189f X-VCS-Branch: master Date: Mon, 10 Nov 2014 15:14:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5fbb8672-c071-49ab-a625-864187489066 X-Archives-Hash: f190985910927eab09f7f75ba657f5a3 commit: 7d825bab09f3c0168e8fa0e29bdfdccaf26d189f Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 10 14:35:39 2014 +0000 Commit: Justin Lecher gentoo 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 -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) 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 @@ -sci-biology + sci-biology 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 }