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
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')
-rw-r--r--dev-cpp/growler-math/Manifest1
-rw-r--r--dev-cpp/growler-math/growler-math-0.3.4.1.ebuild24
-rw-r--r--dev-cpp/growler-math/metadata.xml9
3 files changed, 0 insertions, 34 deletions
diff --git a/dev-cpp/growler-math/Manifest b/dev-cpp/growler-math/Manifest
deleted file mode 100644
index 0823ee331..000000000
--- a/dev-cpp/growler-math/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST growler-math-0.3.4.1.tar.gz 178883 BLAKE2B aaef7568b350421aa538183f622ed01d9f7df928bc3b7c323c3c4417ba3de39f05a77c7eae6ac705e35b333b86cd3d7f142d3b7f53d1be2670d1cdddf1ab925f SHA512 2894b91b23c2c2c75fedcafe4c2c00e49bb05a7a3de745d764934d33c6b5f656a3c37c6ed7562cd7b70e9fa939c9cb4b686e2cc674a71baad2600413dec7bd69
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
-}
diff --git a/dev-cpp/growler-math/metadata.xml b/dev-cpp/growler-math/metadata.xml
deleted file mode 100644
index d284223c7..000000000
--- a/dev-cpp/growler-math/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <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>