diff options
author | David Seifert <soap@gentoo.org> | 2019-08-29 14:13:11 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-29 14:13:11 +0200 |
commit | 04b0ad1094006316e60ac67d201338e8aaf81226 (patch) | |
tree | 106f5f065af0b28cd73afa8836c7ec331244f9d2 /sci-mathematics | |
parent | package.mask: Last rite dev-cpp/threadpool (diff) | |
download | gentoo-04b0ad1094006316e60ac67d201338e8aaf81226.tar.gz gentoo-04b0ad1094006316e60ac67d201338e8aaf81226.tar.bz2 gentoo-04b0ad1094006316e60ac67d201338e8aaf81226.zip |
sci-mathematics/num-utils: Remove old
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/num-utils/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/num-utils/num-utils-0.3.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/sci-mathematics/num-utils/Manifest b/sci-mathematics/num-utils/Manifest index f6c63f2a353d..2606590bdb3c 100644 --- a/sci-mathematics/num-utils/Manifest +++ b/sci-mathematics/num-utils/Manifest @@ -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 index 17a6d211c6a1..000000000000 --- a/sci-mathematics/num-utils/num-utils-0.3.ebuild +++ /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 -} |