sci-mathematics/num-utils: Remove old
authorDavid Seifert <soap@gentoo.org>
Thu, 29 Aug 2019 12:13:11 +0000 (14:13 +0200)
committerDavid Seifert <soap@gentoo.org>
Thu, 29 Aug 2019 12:13:11 +0000 (14:13 +0200)
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
sci-mathematics/num-utils/Manifest
sci-mathematics/num-utils/num-utils-0.3.ebuild [deleted file]

index f6c63f2a353d6ba38b78c7c73dd86aa62ec82b16..2606590bdb3c01ad0f37f271ce46421d44adc5ba 100644 (file)
@@ -1,3 +1,2 @@
-DIST num-utils-0.3.tar.gz 28208 BLAKE2B 7d78c69d79b3b5ea34049eea7682c25d01d9955637571ee8f7237d82b640403b1f6787c3454ac63c9a73161e053bde37f9ff14f3a799eeaf83135ed0fd505b41 SHA512 d4133062d63477ef69fa4439600e8d48b9d4944a747e3e1913a4b51e24bf07fb20cd0863c1066b90085d64ce76bc23862e2f548861aee4d8e5d36c6ac336ab7c
 DIST num-utils-0.5.tar.gz 31845 BLAKE2B fe6620dd0cc7c0d0dc03447918b525f57e9360c5d2a44a32afe7879cf8000bbce646dc271fc821531642c209bf6b356783b09e969755eb7c7af785a8a07a2462 SHA512 6f5a2a8304a0ac3cdba342ecfd28ccd926778a5fde5eed4655f973a5c921e558f0986061ec11ba6146382f63a46b1503570576370a28a0f975e361d790f03561
 DIST num-utils_0.5-11.diff.gz 11702 BLAKE2B d0f81877b3dedbd98f89d0e7448739eb6c953cc966a2a49dfc598821802837b7ade4d6ee70586febd0e72218f042dead06bc3750616960862a63c9e8134f1bef SHA512 b461771ba1c8054d83f1aea06cd6beb92945ba929ff71df9e9c02b589c59dce2f2a19e7dab76120d48de7ae2f9e30f0271ae0b873d6e220ea195e160d4347bbf
diff --git a/sci-mathematics/num-utils/num-utils-0.3.ebuild b/sci-mathematics/num-utils/num-utils-0.3.ebuild
deleted file mode 100644 (file)
index 17a6d21..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="A set of programs for dealing with numbers from the command line"
-SRC_URI="http://suso.suso.org/programs/num-utils/downloads/${P}.tar.gz"
-HOMEPAGE="http://suso.suso.org/programs/num-utils/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-       dev-lang/perl
-       !<sci-chemistry/gromacs-4"
-
-src_compile() {
-       emake || die
-}
-
-src_install () {
-       make ROOT="${D}" install || die
-       dodoc CHANGELOG GOALS MANIFEST README VERSION WARNING
-}