* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmongo-client/
@ 2016-08-06 13:22 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-08-06 13:22 UTC (permalink / raw
To: gentoo-commits
commit: 0a445e4a94a3a8934d9866b2503fade34ff2fe71
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 13:22:05 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 13:22:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a445e4a
dev-libs/libmongo-client: Cleanup per bug #256419
Package-Manager: portage-2.3.0
dev-libs/libmongo-client/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-libs/libmongo-client/metadata.xml b/dev-libs/libmongo-client/metadata.xml
index 17b68fc..6fca041 100644
--- a/dev-libs/libmongo-client/metadata.xml
+++ b/dev-libs/libmongo-client/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>vadimk@gentoo.org</email>
- <name>Vadim Kuznetsov</name>
- </maintainer>
<longdescription lang="en">
This is an alternative C driver for MongoDB, with slightly different
goals than the official one:
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmongo-client/
@ 2016-08-24 0:57 Thomas Deutschmann
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Deutschmann @ 2016-08-24 0:57 UTC (permalink / raw
To: gentoo-commits
commit: adde26080b12abf98eadb4cb296d66bc5d5ffd7c
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 23:23:59 2016 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 00:57:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adde2608
dev-libs/libmongo-client: Bumped to v0.1.8
Package-Manager: portage-2.3.0
dev-libs/libmongo-client/Manifest | 1 +
.../libmongo-client/libmongo-client-0.1.8.ebuild | 42 ++++++++++++++++++++++
dev-libs/libmongo-client/metadata.xml | 3 ++
3 files changed, 46 insertions(+)
diff --git a/dev-libs/libmongo-client/Manifest b/dev-libs/libmongo-client/Manifest
index 9d0cf59..8ba72be 100644
--- a/dev-libs/libmongo-client/Manifest
+++ b/dev-libs/libmongo-client/Manifest
@@ -1 +1,2 @@
DIST libmongo-client-0.1.7.tar.gz 122495 SHA256 820d98d1ee06070aa51861d1583dd5b3556b6dbca6fecdc1c91eb3c18360d2d9 SHA512 c8250ee04c01650b624641d8c3e0cb81e17bdc12d1d64ccb173c15db58d39953fec39dcf5b92ec91378b93574319ab47bb523d1c50594cbc89479c65d219b5ee WHIRLPOOL 8a7096b9ba6a43013307ea946edab483bf904794e3d61ab6dc4be4669cc284acabdc8d7bfe0bd5e6d4f3087123bbff9ddb787b90df54003febc1adf102f001bb
+DIST libmongo-client-0.1.8.tar.gz 127648 SHA256 571004930ffa7dd23b760f99e58119ce12effab1d7b21fa3ec73e70bd0ecb4f3 SHA512 b013898768306ef053f8010b14b353c42af6505ec33d4384602e690d97e9272d48ea134a84f79394073b01ecc05beab3e2e95dbfc0c3603b09fac4b0f72c1ae0 WHIRLPOOL f66c4a5cfb9075ebfebc549e6472f9628a3f761766dfcd24abfd0e82a575bddaf4b07f35b1871d34a903ee9cebb129efdd3a8719a931663f326beef0e92af5db
diff --git a/dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild b/dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild
new file mode 100644
index 00000000..dde388e
--- /dev/null
+++ b/dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 ~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
index 6fca041..6b8d41f 100644
--- a/dev-libs/libmongo-client/metadata.xml
+++ b/dev-libs/libmongo-client/metadata.xml
@@ -8,6 +8,9 @@
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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmongo-client/
@ 2017-03-01 7:55 Michael Weber
0 siblings, 0 replies; 4+ messages in thread
From: Michael Weber @ 2017-03-01 7:55 UTC (permalink / raw
To: gentoo-commits
commit: 3324b62bae81a8d1b1132d4c9c14f96c3983f68c
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 1 07:50:03 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar 1 07:54:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3324b62b
dev-libs/libmongo-client: arm stable (bug 593802).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-libs/libmongo-client/libmongo-client-0.1.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libmongo-client/libmongo-client-0.1.7.ebuild b/dev-libs/libmongo-client/libmongo-client-0.1.7.ebuild
index 5ad62f85170..eada1d63f64 100644
--- a/dev-libs/libmongo-client/libmongo-client-0.1.7.ebuild
+++ b/dev-libs/libmongo-client/libmongo-client-0.1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/algernon/${PN}/archive/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa x86"
+KEYWORDS="amd64 arm hppa x86"
IUSE="doc"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmongo-client/
@ 2017-06-19 9:54 Alexis Ballier
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier @ 2017-06-19 9:54 UTC (permalink / raw
To: gentoo-commits
commit: 056866d9ec1a13ecc64ef062062f3ba4cd848523
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 09:44:15 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 09:44:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056866d9
dev-libs/libmongo-client: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild b/dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild
index 6ec58e0a612..8cbff13f22c 100644
--- a/dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild
+++ b/dev-libs/libmongo-client/libmongo-client-0.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/algernon/${PN}/archive/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0/0.5.0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
IUSE="doc"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-19 9:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-06 13:22 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmongo-client/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2016-08-24 0:57 Thomas Deutschmann
2017-03-01 7:55 Michael Weber
2017-06-19 9:54 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox