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-math/
Date: Sat, 01 Nov 2014 10:31:00
Message-Id: 1414837768.f1c413ebf37d0c07c0c2362815ef0387d479e8d9.jlec@gentoo
1 commit: f1c413ebf37d0c07c0c2362815ef0387d479e8d9
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 1 10:29:28 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 1 10:29:28 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f1c413eb
7
8 dev-cpp/growler-math: Bump to EAPI=5
9
10 Package-Manager: portage-2.2.14
11
12 ---
13 dev-cpp/growler-math/ChangeLog | 6 +++++-
14 dev-cpp/growler-math/growler-math-0.3.4.1.ebuild | 24 +++++++++---------------
15 dev-cpp/growler-math/metadata.xml | 10 +++++-----
16 3 files changed, 19 insertions(+), 21 deletions(-)
17
18 diff --git a/dev-cpp/growler-math/ChangeLog b/dev-cpp/growler-math/ChangeLog
19 index 5f08246..9f682ac 100644
20 --- a/dev-cpp/growler-math/ChangeLog
21 +++ b/dev-cpp/growler-math/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for dev-cpp/growler-math
24 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 01 Nov 2014; Justin Lecher <jlec@g.o> growler-math-0.3.4.1.ebuild,
29 + metadata.xml:
30 + Bump to EAPI=5
31 +
32 23 Jun 2010; Andreas K. Huettel (dilfridge) <mail@×××××××××.de>
33 growler-math-0.3.4.1.ebuild:
34 QA fixes
35
36 diff --git a/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild b/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild
37 index e68a5c7..7b53ecb 100644
38 --- a/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild
39 +++ b/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild
40 @@ -2,30 +2,24 @@
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: $
43
44 -SLOT="0"
45 -LICENSE="NOSA"
46 -
47 -KEYWORDS="~amd64 ~x86"
48 +EAPI=5
49
50 -DESCRIPTION="Growler-Math provides a set of math-related classes and functionality"
51 +DESCRIPTION="Math-related classes and functionality"
52 HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/"
53 SRC_URI="${HOMEPAGE}/downloads/growler-math-${PV}.tar.gz"
54
55 +SLOT="0"
56 +LICENSE="NOSA"
57 +KEYWORDS="~amd64 ~x86"
58 IUSE="static"
59
60 RDEPEND=">=dev-cpp/growler-core-0.3.7"
61 -
62 DEPEND="${RDEPEND}"
63
64 -src_compile() {
65 +DOCS=( README NEWS AUTHORS NOSA ChangeLog )
66 +
67 +src_configure() {
68 econf \
69 $(use_enable static) \
70 - --enable-fast-install \
71 - || die "could not configure"
72 - emake || die "emake failed"
73 -}
74 -
75 -src_install() {
76 - emake DESTDIR="${D}" install || die "install failed"
77 - dodoc README NEWS AUTHORS NOSA ChangeLog
78 + --enable-fast-install
79 }
80
81 diff --git a/dev-cpp/growler-math/metadata.xml b/dev-cpp/growler-math/metadata.xml
82 index 701c9f6..8bd12df 100644
83 --- a/dev-cpp/growler-math/metadata.xml
84 +++ b/dev-cpp/growler-math/metadata.xml
85 @@ -1,9 +1,9 @@
86 <?xml version="1.0" encoding="UTF-8"?>
87 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
88 <pkgmetadata>
89 - <maintainer>
90 - <email>bryan.d.green@××××.gov</email>
91 - <name>Bryan Green</name>
92 - </maintainer>
93 - <longdescription>Growler-Math provides a set of math-related classes and functionality</longdescription>
94 + <maintainer>
95 + <email>bryan.d.green@××××.gov</email>
96 + <name>Bryan Green</name>
97 + </maintainer>
98 + <longdescription>Growler-Math provides a set of math-related classes and functionality</longdescription>
99 </pkgmetadata>