Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/growler-core/
Date: Mon, 22 Feb 2016 13:26:31
Message-Id: 1456139976.22b368b3af5eed1cb89a7b9737db2f3f88cd6215.jlec@gentoo
1 commit: 22b368b3af5eed1cb89a7b9737db2f3f88cd6215
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 11:19:36 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 11:19:36 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=22b368b3
7
8 dev-cpp/growler-core: Bump to EAPI=6
9
10 * Convert USE=static to static-libs
11
12 Package-Manager: portage-2.2.27
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-cpp/growler-core/growler-core-0.3.7.ebuild | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-cpp/growler-core/growler-core-0.3.7.ebuild b/dev-cpp/growler-core/growler-core-0.3.7.ebuild
19 index 935ba30..4fd9f89 100644
20 --- a/dev-cpp/growler-core/growler-core-0.3.7.ebuild
21 +++ b/dev-cpp/growler-core/growler-core-0.3.7.ebuild
22 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 -EAPI=5
29 +EAPI=6
30
31 DESCRIPTION="General-purpose classes and functionality"
32 HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/"
33 @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/downloads/growler-core-${PV}.tar.gz"
34 SLOT="0"
35 LICENSE="NOSA"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="doc static"
38 +IUSE="doc static-libs"
39
40 RDEPEND="
41 >=dev-cpp/growler-link-0.3.7
42 @@ -25,6 +25,6 @@ DOCS=( README NEWS AUTHORS NOSA ChangeLog )
43 src_configure() {
44 econf \
45 $(use_enable doc) \
46 - $(use_enable static) \
47 + $(use_enable static-libs static) \
48 --enable-fast-install
49 }