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-arch/
Date: Sat, 01 Nov 2014 10:30:59
Message-Id: 1414837583.b12f8a71b6fa696589eb48b85fa4eb2f08c5a27d.jlec@gentoo
1 commit: b12f8a71b6fa696589eb48b85fa4eb2f08c5a27d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 1 10:26:23 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 1 10:26:23 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b12f8a71
7
8 dev-cpp/growler-arch: Bump to EAPI=5
9
10 Package-Manager: portage-2.2.14
11
12 ---
13 dev-cpp/growler-arch/ChangeLog | 6 +++-
14 dev-cpp/growler-arch/growler-arch-0.3.7.1.ebuild | 32 ++++++++++------------
15 dev-cpp/growler-arch/growler-arch-0.3.7.ebuild | 35 ------------------------
16 dev-cpp/growler-arch/metadata.xml | 10 +++----
17 4 files changed, 24 insertions(+), 59 deletions(-)
18
19 diff --git a/dev-cpp/growler-arch/ChangeLog b/dev-cpp/growler-arch/ChangeLog
20 index abc7f3a..b84f714 100644
21 --- a/dev-cpp/growler-arch/ChangeLog
22 +++ b/dev-cpp/growler-arch/ChangeLog
23 @@ -1,7 +1,11 @@
24 # ChangeLog for dev-cpp/growler-arch
25 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 # $Header: $
28
29 + 01 Nov 2014; Justin Lecher <jlec@g.o> -growler-arch-0.3.7.ebuild,
30 + growler-arch-0.3.7.1.ebuild, metadata.xml:
31 + Bump to EAPI=5
32 +
33 23 Jun 2010; Andreas K. Huettel (dilfridge) <mail@×××××××××.de>
34 growler-arch-0.3.7.ebuild, growler-arch-0.3.7.1.ebuild:
35 QA fixes
36
37 diff --git a/dev-cpp/growler-arch/growler-arch-0.3.7.1.ebuild b/dev-cpp/growler-arch/growler-arch-0.3.7.1.ebuild
38 index abd62f2..2cedc63 100644
39 --- a/dev-cpp/growler-arch/growler-arch-0.3.7.1.ebuild
40 +++ b/dev-cpp/growler-arch/growler-arch-0.3.7.1.ebuild
41 @@ -2,34 +2,30 @@
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: $
44
45 -SLOT="0"
46 -LICENSE="NOSA"
47 +EAPI=5
48
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -DESCRIPTION="Growler-Arch are growler libraries and utilities."
52 +DESCRIPTION="Growler libraries and utilities"
53 HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/"
54 SRC_URI="${HOMEPAGE}/downloads/growler-arch-${PV}.tar.gz"
55
56 +SLOT="0"
57 +LICENSE="NOSA"
58 +KEYWORDS="~amd64 ~x86"
59 IUSE="doc static"
60
61 -RDEPEND=">=dev-cpp/growler-link-0.3.7
62 - >=dev-cpp/growler-thread-0.3.4
63 - >=dev-cpp/growler-core-0.3.7"
64 +RDEPEND="
65 + >=dev-cpp/growler-link-0.3.7
66 + >=dev-cpp/growler-thread-0.3.4
67 + >=dev-cpp/growler-core-0.3.7"
68
69 DEPEND="${RDEPEND}
70 - doc? ( app-doc/doxygen dev-libs/libxslt )"
71 + doc? ( app-doc/doxygen dev-libs/libxslt )"
72 +
73 +DOCS=( README NEWS AUTHORS NOSA ChangeLog )
74
75 -src_compile() {
76 +src_configure() {
77 econf \
78 $(use_enable doc) \
79 $(use_enable static) \
80 - --enable-fast-install \
81 - || die "could not configure"
82 - emake || die "emake failed"
83 -}
84 -
85 -src_install() {
86 - emake DESTDIR="${D}" install || die "install failed"
87 - dodoc README NEWS AUTHORS NOSA ChangeLog
88 + --enable-fast-install
89 }
90
91 diff --git a/dev-cpp/growler-arch/growler-arch-0.3.7.ebuild b/dev-cpp/growler-arch/growler-arch-0.3.7.ebuild
92 deleted file mode 100644
93 index 581f40d..0000000
94 --- a/dev-cpp/growler-arch/growler-arch-0.3.7.ebuild
95 +++ /dev/null
96 @@ -1,35 +0,0 @@
97 -# Copyright 1999-2014 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -# $Header: $
100 -
101 -SLOT="0"
102 -LICENSE="NOSA"
103 -
104 -KEYWORDS="~amd64 ~x86"
105 -
106 -DESCRIPTION="Growler-Arch is growler libraries and utilities."
107 -HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/"
108 -SRC_URI="${HOMEPAGE}/downloads/growler-arch-${PV}.tar.gz"
109 -
110 -IUSE="doc static"
111 -
112 -RDEPEND=">=dev-cpp/growler-link-0.3.7
113 - >=dev-cpp/growler-thread-0.3.4
114 - >=dev-cpp/growler-core-0.3.7"
115 -
116 -DEPEND="${RDEPEND}
117 - doc? ( app-doc/doxygen dev-libs/libxslt )"
118 -
119 -src_compile() {
120 - econf \
121 - $(use_enable doc) \
122 - $(use_enable static) \
123 - --enable-fast-install \
124 - || die "could not configure"
125 - emake || die "emake failed"
126 -}
127 -
128 -src_install() {
129 - emake DESTDIR="${D}" install || die "install failed"
130 - dodoc README NEWS AUTHORS NOSA ChangeLog
131 -}
132
133 diff --git a/dev-cpp/growler-arch/metadata.xml b/dev-cpp/growler-arch/metadata.xml
134 index 598ac72..d212cf7 100644
135 --- a/dev-cpp/growler-arch/metadata.xml
136 +++ b/dev-cpp/growler-arch/metadata.xml
137 @@ -1,9 +1,9 @@
138 <?xml version="1.0" encoding="UTF-8"?>
139 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
140 <pkgmetadata>
141 - <maintainer>
142 - <email>bryan.d.green@××××.gov</email>
143 - <name>Bryan Green</name>
144 - </maintainer>
145 - <longdescription>Growler-Arch is the set growler libraries and utilities that provide a distributed object architecture and environment.</longdescription>
146 + <maintainer>
147 + <email>bryan.d.green@××××.gov</email>
148 + <name>Bryan Green</name>
149 + </maintainer>
150 + <longdescription>Growler-Arch is the set growler libraries and utilities that provide a distributed object architecture and environment.</longdescription>
151 </pkgmetadata>