dev-libs/libmongo-client: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 08:17:25 +0000 (10:17 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 08:17:25 +0000 (10:17 +0200)
Closes: https://bugs.gentoo.org/694196
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/libmongo-client/Manifest [deleted file]
dev-libs/libmongo-client/libmongo-client-0.1.7.ebuild [deleted file]
dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild [deleted file]
dev-libs/libmongo-client/metadata.xml [deleted file]
profiles/package.mask

diff --git a/dev-libs/libmongo-client/Manifest b/dev-libs/libmongo-client/Manifest
deleted file mode 100644 (file)
index b4901bb..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libmongo-client-0.1.7.tar.gz 122495 BLAKE2B 1c62e60f6181ed087058a0dca23940300db03668f7ec1b744f8b574fcbd302139c4ed525a0a2bbeaed7edf552eda47e4ca0e9faacfc2d2954d97f77863e94a60 SHA512 c8250ee04c01650b624641d8c3e0cb81e17bdc12d1d64ccb173c15db58d39953fec39dcf5b92ec91378b93574319ab47bb523d1c50594cbc89479c65d219b5ee
-DIST libmongo-client-0.1.8.tar.gz 127648 BLAKE2B 1ca701fc66cccd704a15f4370e2e3e8c75579af0e6aa4fd638a464d490a43b0e61950cb519829388b1625cd2e0609080b69576be91df3b105c6f00535fd8c096 SHA512 b013898768306ef053f8010b14b353c42af6505ec33d4384602e690d97e9272d48ea134a84f79394073b01ecc05beab3e2e95dbfc0c3603b09fac4b0f72c1ae0
diff --git a/dev-libs/libmongo-client/libmongo-client-0.1.7.ebuild b/dev-libs/libmongo-client/libmongo-client-0.1.7.ebuild
deleted file mode 100644 (file)
index eada1d6..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="The alternative C driver for MongoDB"
-HOMEPAGE="https://github.com/algernon/libmongo-client"
-SRC_URI="https://github.com/algernon/${PN}/archive/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm hppa x86"
-IUSE="doc"
-
-DEPEND="${RDEPEND}
-       doc? ( app-doc/doxygen )
-       virtual/pkgconfig"
-RDEPEND="
-       dev-libs/glib"
-
-S=${WORKDIR}/${PN}-${P}
-
-src_prepare() {
-       eautoreconf
-}
-
-src_compile() {
-       default
-       use doc && emake DESTDIR="${D}" doxygen
-}
-
-src_install() {
-       default
-       find "${ED}" -name '*.la' -delete
-       use doc && dohtml -r docs/html/*
-}
diff --git a/dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild b/dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild
deleted file mode 100644 (file)
index 8cbff13..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools
-
-DESCRIPTION="The alternative C driver for MongoDB"
-HOMEPAGE="https://github.com/algernon/libmongo-client"
-SRC_URI="https://github.com/algernon/${PN}/archive/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/0.5.0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
-IUSE="doc"
-
-DEPEND="${RDEPEND}
-       doc? ( app-doc/doxygen )
-       virtual/pkgconfig"
-RDEPEND="dev-libs/glib"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-       default
-
-       eautoreconf
-}
-
-src_compile() {
-       default
-
-       use doc && emake DESTDIR="${D%/}" doxygen
-}
-
-src_install() {
-       use doc && local HTML_DOCS=( docs/html/. )
-       default
-
-       find "${ED}"usr/lib* -name '*.la' -delete || die
-}
diff --git a/dev-libs/libmongo-client/metadata.xml b/dev-libs/libmongo-client/metadata.xml
deleted file mode 100644 (file)
index eb1b99b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-    <!--maintainer-needed-->
-    <longdescription lang="en">
-        This is an alternative C driver for MongoDB, with slightly different
-        goals than the official one:
-        libmongo-client is meant to be a stable (API, ABI and quality alike), 
-        clean, well documented and well tested shared library, that strives 
-        to make the most common use cases as convenient as possible.
-    </longdescription>
-    <slots>
-        <subslots>Reflect ABI of libmongo-client.so.</subslots>
-    </slots>
-    <upstream>
-        <remote-id type="github">algernon/libmongo-client</remote-id>
-    </upstream>
-</pkgmetadata>
index 7cc08b4b720af4882022c52c3b87379e3613e8c8..dca8ae718bcf6fe65348b54d4344048f41b955ef 100644 (file)
@@ -677,12 +677,6 @@ dev-libs/libproccpuinfo
 # Removal in 30 days.  Bug #694198.
 dev-libs/libntru
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-12)
-# Unmaintained.  Last release in 2014.  Declared obsolete upstream.
-# No reverse dependencies.
-# Removal in 30 days.  Bug #694196.
-dev-libs/libmongo-client
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.