+++ /dev/null
-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
+++ /dev/null
-# 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/*
-}
+++ /dev/null
-# 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
-}
+++ /dev/null
-<?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>
# 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.