* [gentoo-commits] proj/sci:master commit in: dev-cpp/growler-math/
@ 2014-11-01 10:30 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2014-11-01 10:30 UTC (permalink / raw
To: gentoo-commits
commit: f1c413ebf37d0c07c0c2362815ef0387d479e8d9
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 1 10:29:28 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov 1 10:29:28 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f1c413eb
dev-cpp/growler-math: Bump to EAPI=5
Package-Manager: portage-2.2.14
---
dev-cpp/growler-math/ChangeLog | 6 +++++-
dev-cpp/growler-math/growler-math-0.3.4.1.ebuild | 24 +++++++++---------------
dev-cpp/growler-math/metadata.xml | 10 +++++-----
3 files changed, 19 insertions(+), 21 deletions(-)
diff --git a/dev-cpp/growler-math/ChangeLog b/dev-cpp/growler-math/ChangeLog
index 5f08246..9f682ac 100644
--- a/dev-cpp/growler-math/ChangeLog
+++ b/dev-cpp/growler-math/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-cpp/growler-math
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 01 Nov 2014; Justin Lecher <jlec@gentoo.org> growler-math-0.3.4.1.ebuild,
+ metadata.xml:
+ Bump to EAPI=5
+
23 Jun 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
growler-math-0.3.4.1.ebuild:
QA fixes
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
index e68a5c7..7b53ecb 100644
--- a/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild
+++ b/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild
@@ -2,30 +2,24 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-SLOT="0"
-LICENSE="NOSA"
-
-KEYWORDS="~amd64 ~x86"
+EAPI=5
-DESCRIPTION="Growler-Math provides a set of math-related classes and functionality"
+DESCRIPTION="Math-related classes and functionality"
HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/"
SRC_URI="${HOMEPAGE}/downloads/growler-math-${PV}.tar.gz"
+SLOT="0"
+LICENSE="NOSA"
+KEYWORDS="~amd64 ~x86"
IUSE="static"
RDEPEND=">=dev-cpp/growler-core-0.3.7"
-
DEPEND="${RDEPEND}"
-src_compile() {
+DOCS=( README NEWS AUTHORS NOSA ChangeLog )
+
+src_configure() {
econf \
$(use_enable static) \
- --enable-fast-install \
- || die "could not configure"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc README NEWS AUTHORS NOSA ChangeLog
+ --enable-fast-install
}
diff --git a/dev-cpp/growler-math/metadata.xml b/dev-cpp/growler-math/metadata.xml
index 701c9f6..8bd12df 100644
--- a/dev-cpp/growler-math/metadata.xml
+++ b/dev-cpp/growler-math/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>bryan.d.green@nasa.gov</email>
- <name>Bryan Green</name>
- </maintainer>
- <longdescription>Growler-Math provides a set of math-related classes and functionality</longdescription>
+ <maintainer>
+ <email>bryan.d.green@nasa.gov</email>
+ <name>Bryan Green</name>
+ </maintainer>
+ <longdescription>Growler-Math provides a set of math-related classes and functionality</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-cpp/growler-math/
@ 2016-02-22 13:25 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2016-02-22 13:25 UTC (permalink / raw
To: gentoo-commits
commit: d8985651842249d81fa66ecab9897ad80d3371ad
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 11:23:53 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 11:23:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d8985651
dev-cpp/growler-math: Bump to EAPI=6
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-cpp/growler-math/growler-math-0.3.4.1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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
index cca11e7..55db809 100644
--- a/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild
+++ b/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
DESCRIPTION="Math-related classes and functionality"
HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/"
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/downloads/growler-math-${PV}.tar.gz"
SLOT="0"
LICENSE="NOSA"
KEYWORDS="~amd64 ~x86"
-IUSE="static"
+IUSE="static-libs"
RDEPEND=">=dev-cpp/growler-core-0.3.7"
DEPEND="${RDEPEND}"
@@ -20,6 +20,6 @@ DOCS=( README NEWS AUTHORS NOSA ChangeLog )
src_configure() {
econf \
- $(use_enable static) \
+ $(use_enable static-libs static) \
--enable-fast-install
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-22 13:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22 13:25 [gentoo-commits] proj/sci:master commit in: dev-cpp/growler-math/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2014-11-01 10:30 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox