summaryrefslogtreecommitdiff
path: root/sci-mathematics/gwnum
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
commitb24bd25253fe093f722ab576d29fdc41d04cb1ee (patch)
tree0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /sci-mathematics/gwnum
parent121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff)
gentoo resync : 02.08.2019
Diffstat (limited to 'sci-mathematics/gwnum')
-rw-r--r--sci-mathematics/gwnum/Manifest3
-rw-r--r--sci-mathematics/gwnum/gwnum-277.ebuild33
-rw-r--r--sci-mathematics/gwnum/metadata.xml8
3 files changed, 0 insertions, 44 deletions
diff --git a/sci-mathematics/gwnum/Manifest b/sci-mathematics/gwnum/Manifest
deleted file mode 100644
index b015170b0998..000000000000
--- a/sci-mathematics/gwnum/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST gwnum-277.tar.bz2 24143696 BLAKE2B 529fa5408d3251225817eaf8a211949f562b1003d1e42f3ba31d7b122365ad7b99ace76021de22734e2cba3fa9a9a8f0bff3e99d3fede0be94624c33ae40c608 SHA512 d88a15b01fad458640a84ffa3d5fca6fb35ecd99aff711e679cdae2a58b95c9caefdd4218015f620fd7a93bb54aabad1311205d7ec62d212ca8c6e80af696cc3
-EBUILD gwnum-277.ebuild 786 BLAKE2B 4654f6f4be0250449ffda2f06c05e75cc6667f5b720f3f3edf75d3eb5feeb5c4d78c14b0f9df1b96aacecaf85b4d50bd9664e07ac56bde5deadd4914b3979e39 SHA512 d91f3e4cd41c6fcfc3437725ca4a651bb5480f39af0f5821e64c082ce74849d4d2f899e9a3bf4b611e6d1f9717ba0dc61d8d2952b58388acb39c385364a35529
-MISC metadata.xml 247 BLAKE2B 5a20af3c9732ef7dba68131a08988652f5c93a6d186a82c4deb1bb9c06dc3ae73152a0d241cc346637f7b11caf4676da43301ba596c67b66669535e71db0b03e SHA512 29cf52c16b0cce69899d9c2da8acd9144b7d760442aa323b854dceadb42459e009545193b1df7911ac2241b59f4819b4a6bb1d206d6f57953f770031433bb6b7
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>