From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/jellyfish/
Date: Sun, 6 Mar 2016 19:44:55 +0000 (UTC) [thread overview]
Message-ID: <1457293408.c5a275736294026002e61d4d3582c1c8e3e8ca51.jlec@gentoo> (raw)
commit: c5a275736294026002e61d4d3582c1c8e3e8ca51
Author: mschubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Sat Jan 23 19:31:54 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 19:43:28 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c5a27573
sci-biology/jellyfish: bump EAPI=6 and QA
* respect ${EPREFIX}, fix pkg-config paths
* add missing die
sci-biology/jellyfish/jellyfish-1.1.11.ebuild | 12 ++++++------
sci-biology/jellyfish/jellyfish-2.1.3.ebuild | 13 ++++++-------
sci-biology/jellyfish/jellyfish-2.1.4.ebuild | 13 ++++++-------
3 files changed, 18 insertions(+), 20 deletions(-)
diff --git a/sci-biology/jellyfish/jellyfish-1.1.11.ebuild b/sci-biology/jellyfish/jellyfish-1.1.11.ebuild
index 9d36444..acb7729 100644
--- a/sci-biology/jellyfish/jellyfish-1.1.11.ebuild
+++ b/sci-biology/jellyfish/jellyfish-1.1.11.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
DESCRIPTION="k-mer counter within reads for assemblies"
HOMEPAGE="http://www.cbcb.umd.edu/software/jellyfish"
@@ -24,8 +24,8 @@ DEPEND="${RDEPEND}
src_install(){
default
- sed -e "s#jellyfish-${PV}#jellyfish#" -i "${D}"/usr/lib64/pkgconfig/jellyfish-1.1.pc || die
- mkdir -p "${D}/usr/include/${PN}" || die
- mv "${D}"/usr/include/"${P}"/"${PN}"/* "${D}/usr/include/${PN}/" || die
- rm -rf "${D}/usr/include/${P}"
+ sed -e "s#jellyfish-${PV}#jellyfish#" -i "${ED}/usr/$(get_libdir)"/pkgconfig/jellyfish-1.1.pc || die
+ mkdir -p "${ED}/usr/include/${PN}" || die
+ mv "${ED}"/usr/include/"${P}"/"${PN}"/* "${ED}/usr/include/${PN}/" || die
+ rm -r "${ED}/usr/include/${P}" || die
}
diff --git a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild b/sci-biology/jellyfish/jellyfish-2.1.3.ebuild
index 226b260..d38d7bb 100644
--- a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild
+++ b/sci-biology/jellyfish/jellyfish-2.1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
DESCRIPTION="k-mer counter within reads for assemblies"
HOMEPAGE="http://www.genome.umd.edu/jellyfish.html"
@@ -22,9 +22,8 @@ DEPEND="${RDEPEND}
src_install(){
default
- # beware the filename say 2.0 instead of 2.1. does it matter?
- sed -e "s#jellyfish-${PV}#jellyfish#" -i "${D}"/usr/lib64/pkgconfig/jellyfish-2.0.pc || die
- mkdir -p "${D}/usr/include/${PN}" || die
- mv "${D}"/usr/include/"${P}"/"${PN}"/* "${D}/usr/include/${PN}/" || die
- rm -rf "${D}/usr/include/${P}"
+ sed -e "s#jellyfish-${PV}#jellyfish#" -i "${ED}/usr/$(get_libdir)"/pkgconfig/jellyfish-2.0.pc || die
+ mkdir -p "${ED}/usr/include/${PN}" || die
+ mv "${ED}"/usr/include/"${P}"/"${PN}"/* "${ED}/usr/include/${PN}/" || die
+ rm -r "${ED}/usr/include/${P}" || die
}
diff --git a/sci-biology/jellyfish/jellyfish-2.1.4.ebuild b/sci-biology/jellyfish/jellyfish-2.1.4.ebuild
index 226b260..d38d7bb 100644
--- a/sci-biology/jellyfish/jellyfish-2.1.4.ebuild
+++ b/sci-biology/jellyfish/jellyfish-2.1.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
DESCRIPTION="k-mer counter within reads for assemblies"
HOMEPAGE="http://www.genome.umd.edu/jellyfish.html"
@@ -22,9 +22,8 @@ DEPEND="${RDEPEND}
src_install(){
default
- # beware the filename say 2.0 instead of 2.1. does it matter?
- sed -e "s#jellyfish-${PV}#jellyfish#" -i "${D}"/usr/lib64/pkgconfig/jellyfish-2.0.pc || die
- mkdir -p "${D}/usr/include/${PN}" || die
- mv "${D}"/usr/include/"${P}"/"${PN}"/* "${D}/usr/include/${PN}/" || die
- rm -rf "${D}/usr/include/${P}"
+ sed -e "s#jellyfish-${PV}#jellyfish#" -i "${ED}/usr/$(get_libdir)"/pkgconfig/jellyfish-2.0.pc || die
+ mkdir -p "${ED}/usr/include/${PN}" || die
+ mv "${ED}"/usr/include/"${P}"/"${PN}"/* "${ED}/usr/include/${PN}/" || die
+ rm -r "${ED}/usr/include/${P}" || die
}
next reply other threads:[~2016-03-06 19:45 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-06 19:44 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-20 4:11 [gentoo-commits] proj/sci:master commit in: sci-biology/jellyfish/ Horea Christian
2023-04-20 4:11 Horea Christian
2023-04-20 4:11 Horea Christian
2022-01-14 10:10 Andrew Ammerlaan
2021-06-06 0:38 Jakov Smolić
2021-03-06 11:34 Andrew Ammerlaan
2021-03-06 11:34 Andrew Ammerlaan
2019-07-18 16:10 Martin Mokrejs
2018-09-11 11:21 Martin Mokrejs
2018-05-01 22:13 Martin Mokrejs
2018-04-23 19:13 Martin Mokrejs
2018-04-21 19:43 Martin Mokrejs
2017-11-21 16:09 Martin Mokrejs
2017-05-15 15:56 Martin Mokrejs
2017-05-15 14:21 Martin Mokrejs
2017-05-15 14:17 Martin Mokrejs
2016-12-09 16:24 Martin Mokrejs
2015-11-13 19:11 Martin Mokrejs
2015-05-04 14:45 Justin Lecher
2015-04-30 22:02 Martin Mokrejs
2015-04-30 21:29 Martin Mokrejs
2015-04-30 21:28 Martin Mokrejs
2015-04-30 20:32 Martin Mokrejs
2015-04-30 10:11 Martin Mokrejs
2015-03-31 22:34 Martin Mokrejs
2015-03-31 19:50 Martin Mokrejs
2015-01-07 21:43 Martin Mokrejs
2014-07-02 23:15 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=1457293408.c5a275736294026002e61d4d3582c1c8e3e8ca51.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