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: dev-libs/libmongo-client/, profiles/
Date: Sat, 12 Oct 2019 08:20:26
Message-Id: 1570868245.bc8e0957962e4df3af5b304ca9916a9430fa728f.mgorny@gentoo
1 commit: bc8e0957962e4df3af5b304ca9916a9430fa728f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 08:17:25 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 08:17:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8e0957
7
8 dev-libs/libmongo-client: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/694196
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-libs/libmongo-client/Manifest | 2 --
14 .../libmongo-client/libmongo-client-0.1.7.ebuild | 38 --------------------
15 .../libmongo-client/libmongo-client-0.1.8.ebuild | 41 ----------------------
16 dev-libs/libmongo-client/metadata.xml | 18 ----------
17 profiles/package.mask | 6 ----
18 5 files changed, 105 deletions(-)
19
20 diff --git a/dev-libs/libmongo-client/Manifest b/dev-libs/libmongo-client/Manifest
21 deleted file mode 100644
22 index b4901bbfe82..00000000000
23 --- a/dev-libs/libmongo-client/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST libmongo-client-0.1.7.tar.gz 122495 BLAKE2B 1c62e60f6181ed087058a0dca23940300db03668f7ec1b744f8b574fcbd302139c4ed525a0a2bbeaed7edf552eda47e4ca0e9faacfc2d2954d97f77863e94a60 SHA512 c8250ee04c01650b624641d8c3e0cb81e17bdc12d1d64ccb173c15db58d39953fec39dcf5b92ec91378b93574319ab47bb523d1c50594cbc89479c65d219b5ee
27 -DIST libmongo-client-0.1.8.tar.gz 127648 BLAKE2B 1ca701fc66cccd704a15f4370e2e3e8c75579af0e6aa4fd638a464d490a43b0e61950cb519829388b1625cd2e0609080b69576be91df3b105c6f00535fd8c096 SHA512 b013898768306ef053f8010b14b353c42af6505ec33d4384602e690d97e9272d48ea134a84f79394073b01ecc05beab3e2e95dbfc0c3603b09fac4b0f72c1ae0
28
29 diff --git a/dev-libs/libmongo-client/libmongo-client-0.1.7.ebuild b/dev-libs/libmongo-client/libmongo-client-0.1.7.ebuild
30 deleted file mode 100644
31 index eada1d63f64..00000000000
32 --- a/dev-libs/libmongo-client/libmongo-client-0.1.7.ebuild
33 +++ /dev/null
34 @@ -1,38 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -inherit eutils autotools
41 -
42 -DESCRIPTION="The alternative C driver for MongoDB"
43 -HOMEPAGE="https://github.com/algernon/libmongo-client"
44 -SRC_URI="https://github.com/algernon/${PN}/archive/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 arm hppa x86"
49 -IUSE="doc"
50 -
51 -DEPEND="${RDEPEND}
52 - doc? ( app-doc/doxygen )
53 - virtual/pkgconfig"
54 -RDEPEND="
55 - dev-libs/glib"
56 -
57 -S=${WORKDIR}/${PN}-${P}
58 -
59 -src_prepare() {
60 - eautoreconf
61 -}
62 -
63 -src_compile() {
64 - default
65 - use doc && emake DESTDIR="${D}" doxygen
66 -}
67 -
68 -src_install() {
69 - default
70 - find "${ED}" -name '*.la' -delete
71 - use doc && dohtml -r docs/html/*
72 -}
73
74 diff --git a/dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild b/dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild
75 deleted file mode 100644
76 index 8cbff13f22c..00000000000
77 --- a/dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild
78 +++ /dev/null
79 @@ -1,41 +0,0 @@
80 -# Copyright 1999-2017 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI="6"
84 -
85 -inherit autotools
86 -
87 -DESCRIPTION="The alternative C driver for MongoDB"
88 -HOMEPAGE="https://github.com/algernon/libmongo-client"
89 -SRC_URI="https://github.com/algernon/${PN}/archive/${P}.tar.gz"
90 -
91 -LICENSE="Apache-2.0"
92 -SLOT="0/0.5.0"
93 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
94 -IUSE="doc"
95 -
96 -DEPEND="${RDEPEND}
97 - doc? ( app-doc/doxygen )
98 - virtual/pkgconfig"
99 -RDEPEND="dev-libs/glib"
100 -
101 -S="${WORKDIR}/${PN}-${P}"
102 -
103 -src_prepare() {
104 - default
105 -
106 - eautoreconf
107 -}
108 -
109 -src_compile() {
110 - default
111 -
112 - use doc && emake DESTDIR="${D%/}" doxygen
113 -}
114 -
115 -src_install() {
116 - use doc && local HTML_DOCS=( docs/html/. )
117 - default
118 -
119 - find "${ED}"usr/lib* -name '*.la' -delete || die
120 -}
121
122 diff --git a/dev-libs/libmongo-client/metadata.xml b/dev-libs/libmongo-client/metadata.xml
123 deleted file mode 100644
124 index eb1b99bdd95..00000000000
125 --- a/dev-libs/libmongo-client/metadata.xml
126 +++ /dev/null
127 @@ -1,18 +0,0 @@
128 -<?xml version="1.0" encoding="UTF-8"?>
129 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
130 -<pkgmetadata>
131 - <!--maintainer-needed-->
132 - <longdescription lang="en">
133 - This is an alternative C driver for MongoDB, with slightly different
134 - goals than the official one:
135 - libmongo-client is meant to be a stable (API, ABI and quality alike),
136 - clean, well documented and well tested shared library, that strives
137 - to make the most common use cases as convenient as possible.
138 - </longdescription>
139 - <slots>
140 - <subslots>Reflect ABI of libmongo-client.so.</subslots>
141 - </slots>
142 - <upstream>
143 - <remote-id type="github">algernon/libmongo-client</remote-id>
144 - </upstream>
145 -</pkgmetadata>
146
147 diff --git a/profiles/package.mask b/profiles/package.mask
148 index 7cc08b4b720..dca8ae718bc 100644
149 --- a/profiles/package.mask
150 +++ b/profiles/package.mask
151 @@ -677,12 +677,6 @@ dev-libs/libproccpuinfo
152 # Removal in 30 days. Bug #694198.
153 dev-libs/libntru
154
155 -# Michał Górny <mgorny@g.o> (2019-09-12)
156 -# Unmaintained. Last release in 2014. Declared obsolete upstream.
157 -# No reverse dependencies.
158 -# Removal in 30 days. Bug #694196.
159 -dev-libs/libmongo-client
160 -
161 # Lars Wendler <polynomial-c@g.o> (2019-09-04)
162 # Unofficial build. Superseded by official 2.49.5 release.
163 # Masked for removal.