diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-11-01 11:29:28 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-11-01 11:29:28 +0100 |
commit | f1c413ebf37d0c07c0c2362815ef0387d479e8d9 (patch) | |
tree | 63a54704ebd2c147249b83ca339f6f856bbe8ae1 /dev-cpp | |
parent | dev-cpp/growler-thread: Bump to EAPI=5 (diff) | |
download | sci-f1c413ebf37d0c07c0c2362815ef0387d479e8d9.tar.gz sci-f1c413ebf37d0c07c0c2362815ef0387d479e8d9.tar.bz2 sci-f1c413ebf37d0c07c0c2362815ef0387d479e8d9.zip |
dev-cpp/growler-math: Bump to EAPI=5
Package-Manager: portage-2.2.14
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/growler-math/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/growler-math/growler-math-0.3.4.1.ebuild | 24 | ||||
-rw-r--r-- | 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 5f0824619..9f682acd6 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 e68a5c7ee..7b53ecb73 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 701c9f660..8bd12df6c 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> |