Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:jlec/scilab commit in: sci-libs/fast5/
Date: Sat, 27 Jan 2018 11:42:05
Message-Id: 1516828119.7964a3e5fde9e6f2c47e62f8c44d8570a90572f7.jlec@gentoo
1 commit: 7964a3e5fde9e6f2c47e62f8c44d8570a90572f7
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Wed Jan 24 21:08:39 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 24 21:08:39 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7964a3e5
7
8 sci-libs/fast5: version bump, fix compile paths for hdf5
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-libs/fast5/{fast5-0.6.2.ebuild => fast5-0.6.4.ebuild} | 8 ++++----
13 sci-libs/fast5/fast5-9999.ebuild | 6 +++---
14 2 files changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/sci-libs/fast5/fast5-0.6.2.ebuild b/sci-libs/fast5/fast5-0.6.4.ebuild
17 similarity index 77%
18 rename from sci-libs/fast5/fast5-0.6.2.ebuild
19 rename to sci-libs/fast5/fast5-0.6.4.ebuild
20 index 186c157d4..181c2e593 100644
21 --- a/sci-libs/fast5/fast5-0.6.2.ebuild
22 +++ b/sci-libs/fast5/fast5-0.6.4.ebuild
23 @@ -1,15 +1,15 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29
30 PYTHON_COMPAT=( python{2_7,3_4} )
31
32 -inherit distutils-r1
33 +inherit distutils-r1 multilib
34
35 DESCRIPTION="C++ header-only library for reading Oxford Nanopore Fast5 files"
36 HOMEPAGE="https://github.com/mateidavid/fast5"
37 -SRC_URI="https://github.com/mateidavid/fast5/archive/v0.6.2.tar.gz -> ${P}.tar.gz"
38 +SRC_URI="https://github.com/mateidavid/fast5/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39
40 LICENSE="MIT"
41 SLOT="0"
42 @@ -25,7 +25,7 @@ DEPEND="
43 RDEPEND="${DEPEND}"
44
45 src_compile(){
46 - emake -C python develop-user
47 + emake -C python develop-user HDF5_DIR="${EPREFIX}"/usr HDF5_LIB_DIR="${EPREFIX}"/usr/$(get_libdir)
48 }
49
50 src_install(){
51
52 diff --git a/sci-libs/fast5/fast5-9999.ebuild b/sci-libs/fast5/fast5-9999.ebuild
53 index a36740179..c3b044e61 100644
54 --- a/sci-libs/fast5/fast5-9999.ebuild
55 +++ b/sci-libs/fast5/fast5-9999.ebuild
56 @@ -1,11 +1,11 @@
57 -# Copyright 1999-2017 Gentoo Foundation
58 +# Copyright 1999-2018 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=6
62
63 PYTHON_COMPAT=( python{2_7,3_4} )
64
65 -inherit distutils-r1 git-r3
66 +inherit distutils-r1 multilib git-r3
67
68 DESCRIPTION="C++ header-only library for reading Oxford Nanopore Fast5 files"
69 HOMEPAGE="https://github.com/mateidavid/fast5"
70 @@ -22,5 +22,5 @@ DEPEND="
71 RDEPEND="${DEPEND}"
72
73 src_compile(){
74 - emake -C python develop-user
75 + emake -C python develop-user HDF5_DIR="${EPREFIX}"/usr HDF5_LIB_DIR="${EPREFIX}"/usr/$(get_libdir)
76 }