Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/mapm/, dev-libs/mapm/files/
Date: Sat, 12 Oct 2019 08:23:25
Message-Id: 1570868464.96ea78d32f1cfb4fa4980bba81bc5bec25194230.mgorny@gentoo
1 commit: 96ea78d32f1cfb4fa4980bba81bc5bec25194230
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 08:21:04 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 08:21:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ea78d3
7
8 dev-libs/mapm: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/694216
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-libs/mapm/Manifest | 1 -
14 dev-libs/mapm/files/4.9.5-missing_include.patch | 12 -------
15 dev-libs/mapm/mapm-4.9.5-r1.ebuild | 43 -------------------------
16 dev-libs/mapm/metadata.xml | 5 ---
17 profiles/package.mask | 6 ----
18 5 files changed, 67 deletions(-)
19
20 diff --git a/dev-libs/mapm/Manifest b/dev-libs/mapm/Manifest
21 deleted file mode 100644
22 index 5f104f18ec2..00000000000
23 --- a/dev-libs/mapm/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST mapm-4.9.5.tar.gz 162943 BLAKE2B db0ba331cb3eb526c13de24e6aeafef9ea5f4391b0450386a263507e164ed15616c747e6237b886a60bc186550f3c7350776a5c699952b20121c2ba766f03d28 SHA512 1d0b489395fdfcb0c23ce2d242c63de739c45e33827411c976f6e7c48b18fc2afe599270139f40108b1f30573134d9d5950f3316613a45f567f53cfd59f4dc3e
27
28 diff --git a/dev-libs/mapm/files/4.9.5-missing_include.patch b/dev-libs/mapm/files/4.9.5-missing_include.patch
29 deleted file mode 100644
30 index e03b122ea0d..00000000000
31 --- a/dev-libs/mapm/files/4.9.5-missing_include.patch
32 +++ /dev/null
33 @@ -1,12 +0,0 @@
34 -diff -Naur mapm_4.9.5.orig/m_apm.h mapm_4.9.5/m_apm.h
35 ---- mapm_4.9.5.orig/m_apm.h 2009-03-02 11:55:18.914770612 +0100
36 -+++ mapm_4.9.5/m_apm.h 2009-03-02 11:56:19.585923499 +0100
37 -@@ -159,6 +159,8 @@
38 - #ifndef M__APM__INCLUDED
39 - #define M__APM__INCLUDED
40 -
41 -+#include <stdlib.h>
42 -+
43 - #ifdef __cplusplus
44 - /* Comment this line out if you've compiled the library as C++. */
45 - #define APM_CONVERT_FROM_C
46
47 diff --git a/dev-libs/mapm/mapm-4.9.5-r1.ebuild b/dev-libs/mapm/mapm-4.9.5-r1.ebuild
48 deleted file mode 100644
49 index cc8171276d8..00000000000
50 --- a/dev-libs/mapm/mapm-4.9.5-r1.ebuild
51 +++ /dev/null
52 @@ -1,43 +0,0 @@
53 -# Copyright 1999-2018 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=6
57 -
58 -inherit eutils toolchain-funcs
59 -
60 -DESCRIPTION="Mike's Arbitrary Precision Math Library"
61 -HOMEPAGE="http://www.tc.umn.edu/~ringx004/mapm-main.html"
62 -SRC_URI="http://www.tc.umn.edu/~ringx004/${P}.tar.gz"
63 -
64 -LICENSE="mapm-4.9.5"
65 -SLOT="0"
66 -KEYWORDS="amd64 ~ppc ~sparc x86"
67 -IUSE=""
68 -
69 -DEPEND=""
70 -RDEPEND=""
71 -
72 -S="${WORKDIR}/${PN}_${PV}"
73 -
74 -PATCHES=( "${FILESDIR}/${PV}-missing_include.patch" )
75 -
76 -src_compile() {
77 - $(tc-getCC) -c -Wall ${CFLAGS} -fPIC map*.c || die "compiling sources failed"
78 - $(tc-getCC) -shared ${LDFLAGS} -Wl,--soname=libmapm.so -o libmapm.so.0 map*.o || die "linking sources failed"
79 -}
80 -
81 -src_install() {
82 - dolib.so libmapm.so.0
83 - dosym libmapm.so.0 /usr/$(get_libdir)/libmapm.so
84 -
85 - insinto /usr/include
86 - doins m_apm.h
87 -
88 - insinto /usr/share/doc/${PF}/examples
89 - doins calc.c validate.c primenum.c cpp_demo.cpp
90 -
91 - cd DOCS || die
92 - dodoc README article.pdf algorithms.used commentary.txt \
93 - cpp_function.ref function.ref history.txt struct.ref
94 -
95 -}
96
97 diff --git a/dev-libs/mapm/metadata.xml b/dev-libs/mapm/metadata.xml
98 deleted file mode 100644
99 index 6f49eba8f49..00000000000
100 --- a/dev-libs/mapm/metadata.xml
101 +++ /dev/null
102 @@ -1,5 +0,0 @@
103 -<?xml version="1.0" encoding="UTF-8"?>
104 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
105 -<pkgmetadata>
106 -<!-- maintainer-needed -->
107 -</pkgmetadata>
108
109 diff --git a/profiles/package.mask b/profiles/package.mask
110 index e4bd34dec4d..2bbd23efde6 100644
111 --- a/profiles/package.mask
112 +++ b/profiles/package.mask
113 @@ -625,12 +625,6 @@ dev-libs/pcre++
114 # Removal in 30 days. Bug #694218.
115 dev-libs/mdsplib
116
117 -# Michał Górny <mgorny@g.o> (2019-09-12)
118 -# Unmaintained. Last bumped in 2009. Homepage gone. No reverse
119 -# dependencies.
120 -# Removal in 30 days. Bug #694216.
121 -dev-libs/mapm
122 -
123 # Lars Wendler <polynomial-c@g.o> (2019-09-04)
124 # Unofficial build. Superseded by official 2.49.5 release.
125 # Masked for removal.