aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-09-24 17:37:58 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-09-24 17:37:58 +0000
commita6001121532981264aef735aefb6ea9d1adf0f67 (patch)
tree88ea684f1086276c4b6216ab4e023eab0938ae37 /dev-cpp/growler-math/growler-math-0.3.4.1.ebuild
parentdev-cpp/highwayhash: drop old version (diff)
downloadsci-a6001121532981264aef735aefb6ea9d1adf0f67.tar.gz
sci-a6001121532981264aef735aefb6ea9d1adf0f67.tar.bz2
sci-a6001121532981264aef735aefb6ea9d1adf0f67.zip
dev-cpp/growler: + friends - drop dead packages
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
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.ebuild24
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
-}