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/consed2gap/
Date: Wed, 24 Sep 2014 06:45:07 +0000 (UTC)	[thread overview]
Message-ID: <1411540166.3ff34c74dc96805669b3a4c656bbf6f618a50b76.jlec@gentoo> (raw)

commit:     3ff34c74dc96805669b3a4c656bbf6f618a50b76
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 24 06:29:26 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 24 06:29:26 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3ff34c74

sci-biology/consed2gap: Bump to EAPI=5

Package-Manager: portage-2.2.13

---
 sci-biology/consed2gap/ChangeLog                  |  4 ++++
 sci-biology/consed2gap/consed2gap-20050520.ebuild | 24 +++++++++++------------
 sci-biology/consed2gap/metadata.xml               | 10 +++++-----
 3 files changed, 21 insertions(+), 17 deletions(-)

diff --git a/sci-biology/consed2gap/ChangeLog b/sci-biology/consed2gap/ChangeLog
index ee91ed4..579fb3d 100644
--- a/sci-biology/consed2gap/ChangeLog
+++ b/sci-biology/consed2gap/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 Sep 2014; Justin Lecher <jlec@gentoo.org> consed2gap-20050520.ebuild,
+  metadata.xml:
+  Bump to EAPI=5
+
 *consed2gap-20050520 (23 Mar 2014)
 
   23 Mar 2014; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>

diff --git a/sci-biology/consed2gap/consed2gap-20050520.ebuild b/sci-biology/consed2gap/consed2gap-20050520.ebuild
index 9a0223f..7a682bc 100644
--- a/sci-biology/consed2gap/consed2gap-20050520.ebuild
+++ b/sci-biology/consed2gap/consed2gap-20050520.ebuild
@@ -2,12 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
+
 inherit perl-module perl-app
 
-DESCRIPTION="convert whole CONSED dataset to a GAP4 project"
+DESCRIPTION="Convert whole CONSED dataset to a GAP4 project"
 HOMEPAGE="http://genome.imb-jena.de/software/consed2gap/"
-SRC_URI="http://genome.imb-jena.de/software/consed2gap/consed2gap.tgz"
+SRC_URI="http://genome.imb-jena.de/software/consed2gap/consed2gap.tgz -> ${P}.tgz"
 
 LICENSE="FLI-Jena"
 SLOT="0"
@@ -16,13 +17,12 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="${DEPEND}
-		dev-lang/perl
-		sci-libs/io_lib
-		sci-biology/caftools
-		sci-biology/align_to_scf"
+	dev-lang/perl:=
+	sci-libs/io_lib
+	sci-biology/caftools
+	sci-biology/align_to_scf"
 
-MY_P="consed2gap"
-S="${WORKDIR}/${MY_P}"
+S="${WORKDIR}/${PN}"
 
 src_prepare(){
 	sed -i 's#/usr/local/bin/perl#/usr/bin/env perl#' bin/phrap2caf || die
@@ -30,9 +30,9 @@ src_prepare(){
 }
 
 src_install(){
-	dobin bin/consed2gap bin/phrap2caf bin/badgerGetOpt.pl || die
-	mkdir -p "${D}"/usr/share/"${PN}" || die
-	cp -r example "${D}"/usr/share/"${PN}" || die
+	dobin bin/consed2gap bin/phrap2caf bin/badgerGetOpt.pl
+	dodir /usr/share/"${PN}"
+	mv example "${ED}"/usr/share/"${PN}"/ || die
 
 	cd bin && perl-module_src_install
 }

diff --git a/sci-biology/consed2gap/metadata.xml b/sci-biology/consed2gap/metadata.xml
index 07b5255..2bc8930 100644
--- a/sci-biology/consed2gap/metadata.xml
+++ b/sci-biology/consed2gap/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci-biology</herd>
-	<maintainer>
-		<email>mmokrejs@fold.natur.cuni.cz</email>
-		<name>Martin Mokrejs</name>
-	</maintainer>
+  <herd>sci-biology</herd>
+  <maintainer>
+    <email>mmokrejs@fold.natur.cuni.cz</email>
+    <name>Martin Mokrejs</name>
+  </maintainer>
 </pkgmetadata>


             reply	other threads:[~2014-09-24  6:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-24  6:45 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-03  4:02 [gentoo-commits] proj/sci:master commit in: sci-biology/consed2gap/ Benda XU
2014-03-23 22:44 Martin Mokrejs

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=1411540166.3ff34c74dc96805669b3a4c656bbf6f618a50b76.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