commit:     96ea78d32f1cfb4fa4980bba81bc5bec25194230
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 08:21:04 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 08:21:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ea78d3

dev-libs/mapm: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694216
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/mapm/Manifest                          |  1 -
 dev-libs/mapm/files/4.9.5-missing_include.patch | 12 -------
 dev-libs/mapm/mapm-4.9.5-r1.ebuild              | 43 -------------------------
 dev-libs/mapm/metadata.xml                      |  5 ---
 profiles/package.mask                           |  6 ----
 5 files changed, 67 deletions(-)

diff --git a/dev-libs/mapm/Manifest b/dev-libs/mapm/Manifest
deleted file mode 100644
index 5f104f18ec2..00000000000
--- a/dev-libs/mapm/Manifest
+++ /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
index e03b122ea0d..00000000000
--- a/dev-libs/mapm/files/4.9.5-missing_include.patch
+++ /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
index cc8171276d8..00000000000
--- a/dev-libs/mapm/mapm-4.9.5-r1.ebuild
+++ /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
index 6f49eba8f49..00000000000
--- a/dev-libs/mapm/metadata.xml
+++ /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>

diff --git a/profiles/package.mask b/profiles/package.mask
index e4bd34dec4d..2bbd23efde6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -625,12 +625,6 @@ dev-libs/pcre++
 # Removal in 30 days.  Bug #694218.
 dev-libs/mdsplib
 
-# Michał Górny <[email protected]> (2019-09-12)
-# Unmaintained.  Last bumped in 2009.  Homepage gone.  No reverse
-# dependencies.
-# Removal in 30 days.  Bug #694216.
-dev-libs/mapm
-
 # Lars Wendler <[email protected]> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.

Reply via email to