Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/jellyfish/
Date: Thu, 30 Apr 2015 20:33:01
Message-Id: 1430425941.2084f45bf4de01d7c6c603fb294b54b35386e97b.mmokrejs@gentoo
1 commit: 2084f45bf4de01d7c6c603fb294b54b35386e97b
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Apr 30 20:32:21 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Apr 30 20:32:21 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2084f45b
7
8 sci-biology/jellyfish: added missing DEPEND on virtual/pkgconfig so that the jellyfish-2.0.pc gets installed properly
9
10 Package-Manager: portage-2.2.18
11
12 sci-biology/jellyfish/ChangeLog | 5 +++++
13 sci-biology/jellyfish/jellyfish-2.1.3.ebuild | 4 +++-
14 sci-biology/jellyfish/jellyfish-2.1.4.ebuild | 4 +++-
15 3 files changed, 11 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-biology/jellyfish/ChangeLog b/sci-biology/jellyfish/ChangeLog
18 index d3ea5cd..ddaab96 100644
19 --- a/sci-biology/jellyfish/ChangeLog
20 +++ b/sci-biology/jellyfish/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 30 Apr 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
26 + jellyfish-2.1.3.ebuild, jellyfish-2.1.4.ebuild:
27 + sci-biology/jellyfish: added missing DEPEND on virtual/pkgconfig so that the
28 + jellyfish-2.0.pc gets installed properly
29 +
30 31 Mar 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
31 jellyfish-2.1.3.ebuild:
32 sci-biology/jellyfish: fix /usr/lib64/pkgconfig/jellyfish-2.0.pc
33
34 diff --git a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild b/sci-biology/jellyfish/jellyfish-2.1.3.ebuild
35 index 0d45b48..243cd46 100644
36 --- a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild
37 +++ b/sci-biology/jellyfish/jellyfish-2.1.3.ebuild
38 @@ -17,10 +17,12 @@ KEYWORDS="~amd64 ~x86"
39 IUSE=""
40
41 DEPEND=""
42 -RDEPEND="${DEPEND}"
43 +RDEPEND="${DEPEND}
44 + virtual/pkgconfig"
45
46 src_install(){
47 default
48 + # beware the filename say 2.0 instead of 2.1. does it matter?
49 sed -e "s#jellyfish-${PV}#jellyfish#" -i "${D}"/usr/lib64/pkgconfig/jellyfish-2.0.pc || die
50 mkdir -p "${D}/usr/include/${PN}" || die
51 mv "${D}"/usr/include/"${P}"/"${PN}"/* "${D}/usr/include/${PN}/" || die
52
53 diff --git a/sci-biology/jellyfish/jellyfish-2.1.4.ebuild b/sci-biology/jellyfish/jellyfish-2.1.4.ebuild
54 index 0d45b48..243cd46 100644
55 --- a/sci-biology/jellyfish/jellyfish-2.1.4.ebuild
56 +++ b/sci-biology/jellyfish/jellyfish-2.1.4.ebuild
57 @@ -17,10 +17,12 @@ KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 DEPEND=""
61 -RDEPEND="${DEPEND}"
62 +RDEPEND="${DEPEND}
63 + virtual/pkgconfig"
64
65 src_install(){
66 default
67 + # beware the filename say 2.0 instead of 2.1. does it matter?
68 sed -e "s#jellyfish-${PV}#jellyfish#" -i "${D}"/usr/lib64/pkgconfig/jellyfish-2.0.pc || die
69 mkdir -p "${D}/usr/include/${PN}" || die
70 mv "${D}"/usr/include/"${P}"/"${PN}"/* "${D}/usr/include/${PN}/" || die