From f1c413ebf37d0c07c0c2362815ef0387d479e8d9 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 1 Nov 2014 11:29:28 +0100 Subject: 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(-) (limited to 'dev-cpp') 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 growler-math-0.3.4.1.ebuild, + metadata.xml: + Bump to EAPI=5 + 23 Jun 2010; Andreas K. Huettel (dilfridge) 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 @@ - - bryan.d.green@nasa.gov - Bryan Green - - Growler-Math provides a set of math-related classes and functionality + + bryan.d.green@nasa.gov + Bryan Green + + Growler-Math provides a set of math-related classes and functionality -- cgit v1.2.3-65-gdbad