Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/num-utils/
Date: Thu, 29 Aug 2019 12:13:37
Message-Id: 1567080791.04b0ad1094006316e60ac67d201338e8aaf81226.soap@gentoo
1 commit: 04b0ad1094006316e60ac67d201338e8aaf81226
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 12:13:11 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 12:13:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b0ad10
7
8 sci-mathematics/num-utils: Remove old
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-mathematics/num-utils/Manifest | 1 -
14 sci-mathematics/num-utils/num-utils-0.3.ebuild | 27 --------------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/sci-mathematics/num-utils/Manifest b/sci-mathematics/num-utils/Manifest
18 index f6c63f2a353..2606590bdb3 100644
19 --- a/sci-mathematics/num-utils/Manifest
20 +++ b/sci-mathematics/num-utils/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST num-utils-0.3.tar.gz 28208 BLAKE2B 7d78c69d79b3b5ea34049eea7682c25d01d9955637571ee8f7237d82b640403b1f6787c3454ac63c9a73161e053bde37f9ff14f3a799eeaf83135ed0fd505b41 SHA512 d4133062d63477ef69fa4439600e8d48b9d4944a747e3e1913a4b51e24bf07fb20cd0863c1066b90085d64ce76bc23862e2f548861aee4d8e5d36c6ac336ab7c
23 DIST num-utils-0.5.tar.gz 31845 BLAKE2B fe6620dd0cc7c0d0dc03447918b525f57e9360c5d2a44a32afe7879cf8000bbce646dc271fc821531642c209bf6b356783b09e969755eb7c7af785a8a07a2462 SHA512 6f5a2a8304a0ac3cdba342ecfd28ccd926778a5fde5eed4655f973a5c921e558f0986061ec11ba6146382f63a46b1503570576370a28a0f975e361d790f03561
24 DIST num-utils_0.5-11.diff.gz 11702 BLAKE2B d0f81877b3dedbd98f89d0e7448739eb6c953cc966a2a49dfc598821802837b7ade4d6ee70586febd0e72218f042dead06bc3750616960862a63c9e8134f1bef SHA512 b461771ba1c8054d83f1aea06cd6beb92945ba929ff71df9e9c02b589c59dce2f2a19e7dab76120d48de7ae2f9e30f0271ae0b873d6e220ea195e160d4347bbf
25
26 diff --git a/sci-mathematics/num-utils/num-utils-0.3.ebuild b/sci-mathematics/num-utils/num-utils-0.3.ebuild
27 deleted file mode 100644
28 index 17a6d211c6a..00000000000
29 --- a/sci-mathematics/num-utils/num-utils-0.3.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=0
36 -
37 -DESCRIPTION="A set of programs for dealing with numbers from the command line"
38 -SRC_URI="http://suso.suso.org/programs/num-utils/downloads/${P}.tar.gz"
39 -HOMEPAGE="http://suso.suso.org/programs/num-utils/"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="x86"
44 -IUSE=""
45 -
46 -DEPEND=""
47 -RDEPEND="
48 - dev-lang/perl
49 - !<sci-chemistry/gromacs-4"
50 -
51 -src_compile() {
52 - emake || die
53 -}
54 -
55 -src_install () {
56 - make ROOT="${D}" install || die
57 - dodoc CHANGELOG GOALS MANIFEST README VERSION WARNING
58 -}