dev-libs/mapm: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 08:21:04 +0000 (10:21 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 08:21:04 +0000 (10:21 +0200)
Closes: https://bugs.gentoo.org/694216
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/mapm/Manifest [deleted file]
dev-libs/mapm/files/4.9.5-missing_include.patch [deleted file]
dev-libs/mapm/mapm-4.9.5-r1.ebuild [deleted file]
dev-libs/mapm/metadata.xml [deleted file]
profiles/package.mask

diff --git a/dev-libs/mapm/Manifest b/dev-libs/mapm/Manifest
deleted file mode 100644 (file)
index 5f104f1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST mapm-4.9.5.tar.gz 162943 BLAKE2B db0ba331cb3eb526c13de24e6aeafef9ea5f4391b0450386a263507e164ed15616c747e6237b886a60bc186550f3c7350776a5c699952b20121c2ba766f03d28 SHA512 1d0b489395fdfcb0c23ce2d242c63de739c45e33827411c976f6e7c48b18fc2afe599270139f40108b1f30573134d9d5950f3316613a45f567f53cfd59f4dc3e
diff --git a/dev-libs/mapm/files/4.9.5-missing_include.patch b/dev-libs/mapm/files/4.9.5-missing_include.patch
deleted file mode 100644 (file)
index e03b122..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur mapm_4.9.5.orig/m_apm.h mapm_4.9.5/m_apm.h
---- mapm_4.9.5.orig/m_apm.h    2009-03-02 11:55:18.914770612 +0100
-+++ mapm_4.9.5/m_apm.h 2009-03-02 11:56:19.585923499 +0100
-@@ -159,6 +159,8 @@
- #ifndef M__APM__INCLUDED
- #define M__APM__INCLUDED
-+#include <stdlib.h>
-+
- #ifdef __cplusplus
- /* Comment this line out if you've compiled the library as C++. */
- #define APM_CONVERT_FROM_C
diff --git a/dev-libs/mapm/mapm-4.9.5-r1.ebuild b/dev-libs/mapm/mapm-4.9.5-r1.ebuild
deleted file mode 100644 (file)
index cc81712..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Mike's Arbitrary Precision Math Library"
-HOMEPAGE="http://www.tc.umn.edu/~ringx004/mapm-main.html"
-SRC_URI="http://www.tc.umn.edu/~ringx004/${P}.tar.gz"
-
-LICENSE="mapm-4.9.5"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${PN}_${PV}"
-
-PATCHES=( "${FILESDIR}/${PV}-missing_include.patch" )
-
-src_compile() {
-       $(tc-getCC) -c -Wall ${CFLAGS} -fPIC map*.c || die "compiling sources failed"
-       $(tc-getCC) -shared ${LDFLAGS} -Wl,--soname=libmapm.so -o libmapm.so.0 map*.o || die "linking sources failed"
-}
-
-src_install() {
-       dolib.so libmapm.so.0
-       dosym libmapm.so.0 /usr/$(get_libdir)/libmapm.so
-
-       insinto /usr/include
-       doins m_apm.h
-
-       insinto /usr/share/doc/${PF}/examples
-       doins calc.c validate.c primenum.c cpp_demo.cpp
-
-       cd DOCS || die
-       dodoc README article.pdf algorithms.used commentary.txt \
-               cpp_function.ref function.ref history.txt struct.ref
-
-}
diff --git a/dev-libs/mapm/metadata.xml b/dev-libs/mapm/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
index e4bd34dec4d3c045f5f67dbe7c4f807529b03c81..2bbd23efde6bdf13206794385cb2767b95cf2e36 100644 (file)
@@ -625,12 +625,6 @@ dev-libs/pcre++
 # Removal in 30 days.  Bug #694218.
 dev-libs/mdsplib
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-12)
-# Unmaintained.  Last bumped in 2009.  Homepage gone.  No reverse
-# dependencies.
-# Removal in 30 days.  Bug #694216.
-dev-libs/mapm
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.