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/gwnum/, profiles/
Date: Thu, 01 Aug 2019 10:34:42
Message-Id: 1564655615.1e9106da267084ac3af6d5b3e11f37b1fad1d601.soap@gentoo
1 commit: 1e9106da267084ac3af6d5b3e11f37b1fad1d601
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 1 10:33:35 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 1 10:33:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9106da
7
8 sci-mathematics/gwnum: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/452220
11 Closes: https://bugs.gentoo.org/461288
12 Closes: https://bugs.gentoo.org/623360
13 Closes: https://bugs.gentoo.org/685728
14 Package-Manager: Portage-2.3.69, Repoman-2.3.16
15 Signed-off-by: David Seifert <soap <AT> gentoo.org>
16
17 profiles/package.mask | 6 ------
18 sci-mathematics/gwnum/Manifest | 1 -
19 sci-mathematics/gwnum/gwnum-277.ebuild | 33 ---------------------------------
20 sci-mathematics/gwnum/metadata.xml | 8 --------
21 4 files changed, 48 deletions(-)
22
23 diff --git a/profiles/package.mask b/profiles/package.mask
24 index d458f03e456..cd37d464666 100644
25 --- a/profiles/package.mask
26 +++ b/profiles/package.mask
27 @@ -190,12 +190,6 @@ sys-freebsd/ubin-wrappers
28 # Removal after 2019-08-01. (bug #688552)
29 media-sound/sfc
30
31 -# David Seifert <soap@g.o> (2019-06-23)
32 -# QA issues, fails tests, RWX sections, ignores CC/CFLAGS,
33 -# builds only static libs, fails with GCC 9.
34 -# Bug #452220, #461288, #623360, #685728
35 -sci-mathematics/gwnum
36 -
37 # Georgy Yakovlev <gyakovlev@g.o> (2019-06-17)
38 # this is now provided by dev-lang/rust{-bin}[rustfmt]
39 # it's tightly integrated with rust toolchain, eselect-rust
40
41 diff --git a/sci-mathematics/gwnum/Manifest b/sci-mathematics/gwnum/Manifest
42 deleted file mode 100644
43 index 8a28ea5fc35..00000000000
44 --- a/sci-mathematics/gwnum/Manifest
45 +++ /dev/null
46 @@ -1 +0,0 @@
47 -DIST gwnum-277.tar.bz2 24143696 BLAKE2B 529fa5408d3251225817eaf8a211949f562b1003d1e42f3ba31d7b122365ad7b99ace76021de22734e2cba3fa9a9a8f0bff3e99d3fede0be94624c33ae40c608 SHA512 d88a15b01fad458640a84ffa3d5fca6fb35ecd99aff711e679cdae2a58b95c9caefdd4218015f620fd7a93bb54aabad1311205d7ec62d212ca8c6e80af696cc3
48
49 diff --git a/sci-mathematics/gwnum/gwnum-277.ebuild b/sci-mathematics/gwnum/gwnum-277.ebuild
50 deleted file mode 100644
51 index e1977976590..00000000000
52 --- a/sci-mathematics/gwnum/gwnum-277.ebuild
53 +++ /dev/null
54 @@ -1,33 +0,0 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=4
59 -DESCRIPTION="George Woltman's GWNUM library"
60 -HOMEPAGE="http://www.mersenne.org/freesoft/"
61 -# Sourcecode split out from prime95, we don't need the full lib
62 -SRC_URI="http://gentooexperimental.org/~patrick/${P}.tar.bz2"
63 -
64 -inherit eutils
65 -
66 -LICENSE="gwnum BSD GPL-2+"
67 -SLOT="0"
68 -# Need to test if it actually compiles on x86
69 -KEYWORDS="~amd64 ~x86"
70 -IUSE=""
71 -RESTRICT="bindist" #465566
72 -
73 -DEPEND=""
74 -RDEPEND="${DEPEND}"
75 -
76 -src_compile() {
77 - # makefile doesn't return zero? || die fails :(
78 - use amd64 && emake -f make64
79 - use x86 && emake
80 -}
81 -
82 -src_install() {
83 - mkdir "${D}/usr/lib" -p
84 - cp gwnum.a gwnum.lib "${D}/usr/lib" || die
85 - mkdir "${D}/usr/include" -p
86 - cp *.h "${D}/usr/include" || die
87 -}
88
89 diff --git a/sci-mathematics/gwnum/metadata.xml b/sci-mathematics/gwnum/metadata.xml
90 deleted file mode 100644
91 index 40aa45df2b0..00000000000
92 --- a/sci-mathematics/gwnum/metadata.xml
93 +++ /dev/null
94 @@ -1,8 +0,0 @@
95 -<?xml version="1.0" encoding="UTF-8"?>
96 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
97 -<pkgmetadata>
98 - <maintainer type="person">
99 - <email>patrick@g.o</email>
100 - <name>Patrick Lauer</name>
101 - </maintainer>
102 -</pkgmetadata>