diff options
Diffstat (limited to 'dev-cpp/growler-math/growler-math-0.3.4.1.ebuild')
-rw-r--r-- | dev-cpp/growler-math/growler-math-0.3.4.1.ebuild | 24 |
1 files changed, 0 insertions, 24 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 deleted file mode 100644 index 0274872c1..000000000 --- a/dev-cpp/growler-math/growler-math-0.3.4.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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-libs" - -RDEPEND=">=dev-cpp/growler-core-0.3.7" -DEPEND="${RDEPEND}" - -DOCS=( README NEWS AUTHORS NOSA ChangeLog ) - -src_configure() { - econf \ - $(use_enable static-libs static) \ - --enable-fast-install -} |