summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-01 12:33:35 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-01 12:33:35 +0200
commit1e9106da267084ac3af6d5b3e11f37b1fad1d601 (patch)
tree0fe88d7aa13821ebb9cbac1950078f167921bd41
parentdev-python/python-recaptcha: Allow pycryptodome, EAPI 7. (diff)
downloadgentoo-1e9106da.tar.gz
gentoo-1e9106da.tar.bz2
gentoo-1e9106da.zip
sci-mathematics/gwnum: Remove last-rited package
Closes: https://bugs.gentoo.org/452220 Closes: https://bugs.gentoo.org/461288 Closes: https://bugs.gentoo.org/623360 Closes: https://bugs.gentoo.org/685728 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--profiles/package.mask6
-rw-r--r--sci-mathematics/gwnum/Manifest1
-rw-r--r--sci-mathematics/gwnum/gwnum-277.ebuild33
-rw-r--r--sci-mathematics/gwnum/metadata.xml8
4 files changed, 0 insertions, 48 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index d458f03e4569..cd37d4646667 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -190,12 +190,6 @@ sys-freebsd/ubin-wrappers
# Removal after 2019-08-01. (bug #688552)
media-sound/sfc
-# David Seifert <soap@gentoo.org> (2019-06-23)
-# QA issues, fails tests, RWX sections, ignores CC/CFLAGS,
-# builds only static libs, fails with GCC 9.
-# Bug #452220, #461288, #623360, #685728
-sci-mathematics/gwnum
-
# Georgy Yakovlev <gyakovlev@gentoo.org> (2019-06-17)
# this is now provided by dev-lang/rust{-bin}[rustfmt]
# it's tightly integrated with rust toolchain, eselect-rust
diff --git a/sci-mathematics/gwnum/Manifest b/sci-mathematics/gwnum/Manifest
deleted file mode 100644
index 8a28ea5fc359..000000000000
--- a/sci-mathematics/gwnum/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gwnum-277.tar.bz2 24143696 BLAKE2B 529fa5408d3251225817eaf8a211949f562b1003d1e42f3ba31d7b122365ad7b99ace76021de22734e2cba3fa9a9a8f0bff3e99d3fede0be94624c33ae40c608 SHA512 d88a15b01fad458640a84ffa3d5fca6fb35ecd99aff711e679cdae2a58b95c9caefdd4218015f620fd7a93bb54aabad1311205d7ec62d212ca8c6e80af696cc3
diff --git a/sci-mathematics/gwnum/gwnum-277.ebuild b/sci-mathematics/gwnum/gwnum-277.ebuild
deleted file mode 100644
index e19779765901..000000000000
--- a/sci-mathematics/gwnum/gwnum-277.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-DESCRIPTION="George Woltman's GWNUM library"
-HOMEPAGE="http://www.mersenne.org/freesoft/"
-# Sourcecode split out from prime95, we don't need the full lib
-SRC_URI="http://gentooexperimental.org/~patrick/${P}.tar.bz2"
-
-inherit eutils
-
-LICENSE="gwnum BSD GPL-2+"
-SLOT="0"
-# Need to test if it actually compiles on x86
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="bindist" #465566
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_compile() {
- # makefile doesn't return zero? || die fails :(
- use amd64 && emake -f make64
- use x86 && emake
-}
-
-src_install() {
- mkdir "${D}/usr/lib" -p
- cp gwnum.a gwnum.lib "${D}/usr/lib" || die
- mkdir "${D}/usr/include" -p
- cp *.h "${D}/usr/include" || die
-}
diff --git a/sci-mathematics/gwnum/metadata.xml b/sci-mathematics/gwnum/metadata.xml
deleted file mode 100644
index 40aa45df2b01..000000000000
--- a/sci-mathematics/gwnum/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>patrick@gentoo.org</email>
- <name>Patrick Lauer</name>
- </maintainer>
-</pkgmetadata>