public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2015-08-26  0:53 Manuel Rüger
  0 siblings, 0 replies; 28+ messages in thread
From: Manuel Rüger @ 2015-08-26  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     e15f4b1b528ef33ed13bd4ab17b8c42793e27743
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 26 00:52:40 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 00:52:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15f4b1b

Version bump.

Package-Manager: portage-2.2.20.1

 net-libs/gloox/Manifest            |  1 +
 net-libs/gloox/gloox-1.0.14.ebuild | 48 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index 815e064..a1329e3 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,2 +1,3 @@
 DIST gloox-1.0.13.tar.bz2 675842 SHA256 4d9f1eeac97c6563dde11d4bdba346a025ef27908b088b47b5c8d3d03df6ea8a SHA512 9f9773a5c3d2ae8a4eec6e8365c8578c089004d0f5101c2e8a8bf96ac8e8b6a08cf4e92f93afb8d07af0e8cc2c238c12f4f8df75a81c2a06dfb039c1d4ae850a WHIRLPOOL 772b18a22acff536abb378a4307c6dcb3b9b35b231d061f05b22d5cb260d8da3c0356bdbca0a8cac9feab0fbc9124bc41472b91a335215291e1e66a9184ccc78
+DIST gloox-1.0.14.tar.bz2 696719 SHA256 520b72a66fa9fea917a0336872101539f0bea30d1f871e12c31b6c2cd0203941 SHA512 0c3242bbb9713e944b9b4926ea7588434c52ae78a1fadc0b2a6da9677303550e805d1f570188a464806a9d56242efb50d268f65b3f661ed3a4df1b7055046b77 WHIRLPOOL 2ed53195b8658112167195749c3e58b451c587c7530bdf2197eb77a750344e92d0e4c13843997e3098c51512ecd45943d6849ec60a7953a55a2420b072ca622d
 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1

diff --git a/net-libs/gloox/gloox-1.0.14.ebuild b/net-libs/gloox/gloox-1.0.14.ebuild
new file mode 100644
index 0000000..f3cefc9
--- /dev/null
+++ b/net-libs/gloox/gloox-1.0.14.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+MY_P="${P/_/-}"
+DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
+HOMEPAGE="http://camaya.net/gloox"
+SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0/13"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
+IUSE="debug gnutls idn ssl static-libs test zlib"
+
+DEPEND="idn? ( net-dns/libidn )
+	gnutls? ( net-libs/gnutls )
+	ssl? ( dev-libs/openssl:0 )
+	zlib? ( sys-libs/zlib )"
+
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+	epatch_user
+}
+
+src_configure() {
+	# Examples are not installed anyway, so - why should we build them?
+	econf \
+		--without-examples \
+		$(use debug && echo "--enable-debug") \
+		$(use_enable static-libs static) \
+		$(use_with idn libidn) \
+		$(use_with gnutls) \
+		$(use_with ssl openssl) \
+		$(use_with test tests) \
+		$(use_with zlib)
+}
+
+src_install() {
+	default
+	prune_libtool_files
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2015-09-30 20:30 Julian Ospald
  0 siblings, 0 replies; 28+ messages in thread
From: Julian Ospald @ 2015-09-30 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     eb6fbf62bf7d65bc52b63f2437ad861d4d31b734
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 20:21:07 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 20:29:50 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6fbf62

net-libs/gloox: add libressl support

 net-libs/gloox/gloox-1.0.14-r1.ebuild | 51 +++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/net-libs/gloox/gloox-1.0.14-r1.ebuild b/net-libs/gloox/gloox-1.0.14-r1.ebuild
new file mode 100644
index 0000000..c5b4696
--- /dev/null
+++ b/net-libs/gloox/gloox-1.0.14-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+MY_P="${P/_/-}"
+DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
+HOMEPAGE="http://camaya.net/gloox"
+SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0/13"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
+IUSE="debug gnutls idn libressl ssl static-libs test zlib"
+
+DEPEND="idn? ( net-dns/libidn )
+	gnutls? ( net-libs/gnutls )
+	ssl? (
+		!libressl? ( dev-libs/openssl:0 )
+		libressl? ( dev-libs/libressl )
+	)
+	zlib? ( sys-libs/zlib )"
+
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+	epatch_user
+}
+
+src_configure() {
+	# Examples are not installed anyway, so - why should we build them?
+	econf \
+		--without-examples \
+		$(use debug && echo "--enable-debug") \
+		$(use_enable static-libs static) \
+		$(use_with idn libidn) \
+		$(use_with gnutls) \
+		$(use_with ssl openssl) \
+		$(use_with test tests) \
+		$(use_with zlib)
+}
+
+src_install() {
+	default
+	prune_libtool_files
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2016-06-14 12:01 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2016-06-14 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e148111823c52f156e9a67362d2e55a2e030b33e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 11:51:59 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 12:01:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1481118

net-libs/gloox: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-libs/gloox/Manifest            |  1 -
 net-libs/gloox/gloox-1.0.13.ebuild | 48 --------------------------------------
 net-libs/gloox/gloox-1.0.14.ebuild | 48 --------------------------------------
 3 files changed, 97 deletions(-)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index a3370a9..d644a11 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,4 +1,3 @@
-DIST gloox-1.0.13.tar.bz2 675842 SHA256 4d9f1eeac97c6563dde11d4bdba346a025ef27908b088b47b5c8d3d03df6ea8a SHA512 9f9773a5c3d2ae8a4eec6e8365c8578c089004d0f5101c2e8a8bf96ac8e8b6a08cf4e92f93afb8d07af0e8cc2c238c12f4f8df75a81c2a06dfb039c1d4ae850a WHIRLPOOL 772b18a22acff536abb378a4307c6dcb3b9b35b231d061f05b22d5cb260d8da3c0356bdbca0a8cac9feab0fbc9124bc41472b91a335215291e1e66a9184ccc78
 DIST gloox-1.0.14.tar.bz2 696719 SHA256 520b72a66fa9fea917a0336872101539f0bea30d1f871e12c31b6c2cd0203941 SHA512 0c3242bbb9713e944b9b4926ea7588434c52ae78a1fadc0b2a6da9677303550e805d1f570188a464806a9d56242efb50d268f65b3f661ed3a4df1b7055046b77 WHIRLPOOL 2ed53195b8658112167195749c3e58b451c587c7530bdf2197eb77a750344e92d0e4c13843997e3098c51512ecd45943d6849ec60a7953a55a2420b072ca622d
 DIST gloox-1.0.15.tar.bz2 697835 SHA256 31e1fe7c0aedc74bf9566c4de68244825df9fbc20eabee5214536b4e3beea311 SHA512 2f640612bce27750e159f435b9f10849acec1917dc5e858ee8f128d19c259d283dec76a857cbecc34b22cc9aa23da4a4387e9f60c0bd1b7c6dab21de1bd83768 WHIRLPOOL 5aaae1b38cb3ae6b39206095b4a53f6682e10372990949646c3320dc5f7be079fa8077ed2e729179ac0e2e420de8ae8ba0836b2d976b6e914436603dcba2fda9
 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1

diff --git a/net-libs/gloox/gloox-1.0.13.ebuild b/net-libs/gloox/gloox-1.0.13.ebuild
deleted file mode 100644
index 5bc18fc..0000000
--- a/net-libs/gloox/gloox-1.0.13.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-MY_P="${P/_/-}"
-DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
-HOMEPAGE="http://camaya.net/gloox"
-SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0/13"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
-IUSE="debug gnutls idn ssl static-libs test zlib"
-
-DEPEND="idn? ( net-dns/libidn )
-	gnutls? ( net-libs/gnutls )
-	ssl? ( dev-libs/openssl )
-	zlib? ( sys-libs/zlib )"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	epatch_user
-}
-
-src_configure() {
-	# Examples are not installed anyway, so - why should we build them?
-	econf \
-		--without-examples \
-		$(use debug && echo "--enable-debug") \
-		$(use_enable static-libs static) \
-		$(use_with idn libidn) \
-		$(use_with gnutls) \
-		$(use_with ssl openssl) \
-		$(use_with test tests) \
-		$(use_with zlib)
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}

diff --git a/net-libs/gloox/gloox-1.0.14.ebuild b/net-libs/gloox/gloox-1.0.14.ebuild
deleted file mode 100644
index f3cefc9..0000000
--- a/net-libs/gloox/gloox-1.0.14.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-MY_P="${P/_/-}"
-DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
-HOMEPAGE="http://camaya.net/gloox"
-SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0/13"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
-IUSE="debug gnutls idn ssl static-libs test zlib"
-
-DEPEND="idn? ( net-dns/libidn )
-	gnutls? ( net-libs/gnutls )
-	ssl? ( dev-libs/openssl:0 )
-	zlib? ( sys-libs/zlib )"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	epatch_user
-}
-
-src_configure() {
-	# Examples are not installed anyway, so - why should we build them?
-	econf \
-		--without-examples \
-		$(use debug && echo "--enable-debug") \
-		$(use_enable static-libs static) \
-		$(use_with idn libidn) \
-		$(use_with gnutls) \
-		$(use_with ssl openssl) \
-		$(use_with test tests) \
-		$(use_with zlib)
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2016-06-14 12:01 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2016-06-14 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7fde9ff7a2c56c2c7305dd5b6cd41577a14eb974
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 11:51:18 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 12:01:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fde9ff7

net-libs/gloox: Bump to version 1.0.15

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-libs/gloox/Manifest            |  1 +
 net-libs/gloox/gloox-1.0.15.ebuild | 47 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index a1329e3..a3370a9 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,3 +1,4 @@
 DIST gloox-1.0.13.tar.bz2 675842 SHA256 4d9f1eeac97c6563dde11d4bdba346a025ef27908b088b47b5c8d3d03df6ea8a SHA512 9f9773a5c3d2ae8a4eec6e8365c8578c089004d0f5101c2e8a8bf96ac8e8b6a08cf4e92f93afb8d07af0e8cc2c238c12f4f8df75a81c2a06dfb039c1d4ae850a WHIRLPOOL 772b18a22acff536abb378a4307c6dcb3b9b35b231d061f05b22d5cb260d8da3c0356bdbca0a8cac9feab0fbc9124bc41472b91a335215291e1e66a9184ccc78
 DIST gloox-1.0.14.tar.bz2 696719 SHA256 520b72a66fa9fea917a0336872101539f0bea30d1f871e12c31b6c2cd0203941 SHA512 0c3242bbb9713e944b9b4926ea7588434c52ae78a1fadc0b2a6da9677303550e805d1f570188a464806a9d56242efb50d268f65b3f661ed3a4df1b7055046b77 WHIRLPOOL 2ed53195b8658112167195749c3e58b451c587c7530bdf2197eb77a750344e92d0e4c13843997e3098c51512ecd45943d6849ec60a7953a55a2420b072ca622d
+DIST gloox-1.0.15.tar.bz2 697835 SHA256 31e1fe7c0aedc74bf9566c4de68244825df9fbc20eabee5214536b4e3beea311 SHA512 2f640612bce27750e159f435b9f10849acec1917dc5e858ee8f128d19c259d283dec76a857cbecc34b22cc9aa23da4a4387e9f60c0bd1b7c6dab21de1bd83768 WHIRLPOOL 5aaae1b38cb3ae6b39206095b4a53f6682e10372990949646c3320dc5f7be079fa8077ed2e729179ac0e2e420de8ae8ba0836b2d976b6e914436603dcba2fda9
 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1

diff --git a/net-libs/gloox/gloox-1.0.15.ebuild b/net-libs/gloox/gloox-1.0.15.ebuild
new file mode 100644
index 0000000..b66bb2b
--- /dev/null
+++ b/net-libs/gloox/gloox-1.0.15.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+MY_P="${P/_/-}"
+DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
+HOMEPAGE="http://camaya.net/gloox"
+SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0/13"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
+IUSE="debug gnutls idn libressl ssl static-libs test zlib"
+
+DEPEND="idn? ( net-dns/libidn )
+	gnutls? ( net-libs/gnutls )
+	ssl? (
+		!libressl? ( dev-libs/openssl:0 )
+		libressl? ( dev-libs/libressl )
+	)
+	zlib? ( sys-libs/zlib )"
+
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+	# Examples are not installed anyway, so - why should we build them?
+	econf \
+		--without-examples \
+		$(use debug && echo "--enable-debug") \
+		$(use_enable static-libs static) \
+		$(use_with idn libidn) \
+		$(use_with gnutls) \
+		$(use_with ssl openssl) \
+		$(use_with test tests) \
+		$(use_with zlib)
+}
+
+src_install() {
+	default
+	prune_libtool_files
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2016-07-21  9:51 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2016-07-21  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     ae16bd74a047e45b1c7e94909cb859f5d4b74fa8
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 09:49:58 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 09:51:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae16bd74

net-libs/gloox: Bump to version 1.0.16

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-libs/gloox/Manifest            |  1 +
 net-libs/gloox/gloox-1.0.16.ebuild | 47 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index d644a11..61d8b4b 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,3 +1,4 @@
 DIST gloox-1.0.14.tar.bz2 696719 SHA256 520b72a66fa9fea917a0336872101539f0bea30d1f871e12c31b6c2cd0203941 SHA512 0c3242bbb9713e944b9b4926ea7588434c52ae78a1fadc0b2a6da9677303550e805d1f570188a464806a9d56242efb50d268f65b3f661ed3a4df1b7055046b77 WHIRLPOOL 2ed53195b8658112167195749c3e58b451c587c7530bdf2197eb77a750344e92d0e4c13843997e3098c51512ecd45943d6849ec60a7953a55a2420b072ca622d
 DIST gloox-1.0.15.tar.bz2 697835 SHA256 31e1fe7c0aedc74bf9566c4de68244825df9fbc20eabee5214536b4e3beea311 SHA512 2f640612bce27750e159f435b9f10849acec1917dc5e858ee8f128d19c259d283dec76a857cbecc34b22cc9aa23da4a4387e9f60c0bd1b7c6dab21de1bd83768 WHIRLPOOL 5aaae1b38cb3ae6b39206095b4a53f6682e10372990949646c3320dc5f7be079fa8077ed2e729179ac0e2e420de8ae8ba0836b2d976b6e914436603dcba2fda9
+DIST gloox-1.0.16.tar.bz2 697791 SHA256 fe80376adc03813bbaca01aca60b83eea6df0bc2a67394b070f3ee70e460ddef SHA512 7722e154792428284fb5522f61d297eb63ad5d78b9a3139def21fbfd811beadfc0d13aaa03235c96975b3b29a7b1c2f9e384cb8f38b3c3e320c572c927643643 WHIRLPOOL 96d68aa61c96e4782911921714bedc1455507c96ceb017e8de947d097bd0b25dc2b776d49113b0bb4334f4000b4f9ba7e6c17b99d7eddb86ce2918a22a35c8ad
 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1

diff --git a/net-libs/gloox/gloox-1.0.16.ebuild b/net-libs/gloox/gloox-1.0.16.ebuild
new file mode 100644
index 0000000..b66bb2b
--- /dev/null
+++ b/net-libs/gloox/gloox-1.0.16.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+MY_P="${P/_/-}"
+DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
+HOMEPAGE="http://camaya.net/gloox"
+SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0/13"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
+IUSE="debug gnutls idn libressl ssl static-libs test zlib"
+
+DEPEND="idn? ( net-dns/libidn )
+	gnutls? ( net-libs/gnutls )
+	ssl? (
+		!libressl? ( dev-libs/openssl:0 )
+		libressl? ( dev-libs/libressl )
+	)
+	zlib? ( sys-libs/zlib )"
+
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+	# Examples are not installed anyway, so - why should we build them?
+	econf \
+		--without-examples \
+		$(use debug && echo "--enable-debug") \
+		$(use_enable static-libs static) \
+		$(use_with idn libidn) \
+		$(use_with gnutls) \
+		$(use_with ssl openssl) \
+		$(use_with test tests) \
+		$(use_with zlib)
+}
+
+src_install() {
+	default
+	prune_libtool_files
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2016-07-21  9:51 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2016-07-21  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     986881585a54a430bb4426c8c43d6958a35817b3
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 09:50:34 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 09:51:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98688158

net-libs/gloox: Removed old.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-libs/gloox/Manifest               |  1 -
 net-libs/gloox/gloox-1.0.14-r1.ebuild | 51 -----------------------------------
 2 files changed, 52 deletions(-)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index 61d8b4b..b8b9bb4 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,4 +1,3 @@
-DIST gloox-1.0.14.tar.bz2 696719 SHA256 520b72a66fa9fea917a0336872101539f0bea30d1f871e12c31b6c2cd0203941 SHA512 0c3242bbb9713e944b9b4926ea7588434c52ae78a1fadc0b2a6da9677303550e805d1f570188a464806a9d56242efb50d268f65b3f661ed3a4df1b7055046b77 WHIRLPOOL 2ed53195b8658112167195749c3e58b451c587c7530bdf2197eb77a750344e92d0e4c13843997e3098c51512ecd45943d6849ec60a7953a55a2420b072ca622d
 DIST gloox-1.0.15.tar.bz2 697835 SHA256 31e1fe7c0aedc74bf9566c4de68244825df9fbc20eabee5214536b4e3beea311 SHA512 2f640612bce27750e159f435b9f10849acec1917dc5e858ee8f128d19c259d283dec76a857cbecc34b22cc9aa23da4a4387e9f60c0bd1b7c6dab21de1bd83768 WHIRLPOOL 5aaae1b38cb3ae6b39206095b4a53f6682e10372990949646c3320dc5f7be079fa8077ed2e729179ac0e2e420de8ae8ba0836b2d976b6e914436603dcba2fda9
 DIST gloox-1.0.16.tar.bz2 697791 SHA256 fe80376adc03813bbaca01aca60b83eea6df0bc2a67394b070f3ee70e460ddef SHA512 7722e154792428284fb5522f61d297eb63ad5d78b9a3139def21fbfd811beadfc0d13aaa03235c96975b3b29a7b1c2f9e384cb8f38b3c3e320c572c927643643 WHIRLPOOL 96d68aa61c96e4782911921714bedc1455507c96ceb017e8de947d097bd0b25dc2b776d49113b0bb4334f4000b4f9ba7e6c17b99d7eddb86ce2918a22a35c8ad
 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1

diff --git a/net-libs/gloox/gloox-1.0.14-r1.ebuild b/net-libs/gloox/gloox-1.0.14-r1.ebuild
deleted file mode 100644
index c5b4696..0000000
--- a/net-libs/gloox/gloox-1.0.14-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-MY_P="${P/_/-}"
-DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
-HOMEPAGE="http://camaya.net/gloox"
-SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0/13"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
-IUSE="debug gnutls idn libressl ssl static-libs test zlib"
-
-DEPEND="idn? ( net-dns/libidn )
-	gnutls? ( net-libs/gnutls )
-	ssl? (
-		!libressl? ( dev-libs/openssl:0 )
-		libressl? ( dev-libs/libressl )
-	)
-	zlib? ( sys-libs/zlib )"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	epatch_user
-}
-
-src_configure() {
-	# Examples are not installed anyway, so - why should we build them?
-	econf \
-		--without-examples \
-		$(use debug && echo "--enable-debug") \
-		$(use_enable static-libs static) \
-		$(use_with idn libidn) \
-		$(use_with gnutls) \
-		$(use_with ssl openssl) \
-		$(use_with test tests) \
-		$(use_with zlib)
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2016-09-03  0:08 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2016-09-03  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     76b813f5c9fa8ccb499c45b8d4cb350d4f2a708e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  2 23:42:26 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 00:08:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b813f5

net-libs/gloox: Removed old.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-libs/gloox/Manifest            |  1 -
 net-libs/gloox/gloox-1.0.15.ebuild | 47 --------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index 67b97f0..05c1101 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,4 +1,3 @@
-DIST gloox-1.0.15.tar.bz2 697835 SHA256 31e1fe7c0aedc74bf9566c4de68244825df9fbc20eabee5214536b4e3beea311 SHA512 2f640612bce27750e159f435b9f10849acec1917dc5e858ee8f128d19c259d283dec76a857cbecc34b22cc9aa23da4a4387e9f60c0bd1b7c6dab21de1bd83768 WHIRLPOOL 5aaae1b38cb3ae6b39206095b4a53f6682e10372990949646c3320dc5f7be079fa8077ed2e729179ac0e2e420de8ae8ba0836b2d976b6e914436603dcba2fda9
 DIST gloox-1.0.16.tar.bz2 697791 SHA256 fe80376adc03813bbaca01aca60b83eea6df0bc2a67394b070f3ee70e460ddef SHA512 7722e154792428284fb5522f61d297eb63ad5d78b9a3139def21fbfd811beadfc0d13aaa03235c96975b3b29a7b1c2f9e384cb8f38b3c3e320c572c927643643 WHIRLPOOL 96d68aa61c96e4782911921714bedc1455507c96ceb017e8de947d097bd0b25dc2b776d49113b0bb4334f4000b4f9ba7e6c17b99d7eddb86ce2918a22a35c8ad
 DIST gloox-1.0.17.tar.bz2 698239 SHA256 31a7825b975b2dbe43974e78b42f22b7328df1058f0be26970a7665bb20c8025 SHA512 8595586da391fa23f54eff7c8eb514e7000d3569eac3846edc28da02ec2da409f46013de93dd6d4b5185965675fc22ff2c96f031afa581e2d9243469b1b419f2 WHIRLPOOL a8b47ae64c76fc3b57b77d9241cb3aa14e576eb496776635c8fc9a36d9b22795f92c0d1c74da53483b6663e6b9b1f42dd2d0743af8bd9977c0d3a453c55f4246
 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1

diff --git a/net-libs/gloox/gloox-1.0.15.ebuild b/net-libs/gloox/gloox-1.0.15.ebuild
deleted file mode 100644
index b66bb2b..00000000
--- a/net-libs/gloox/gloox-1.0.15.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils
-
-MY_P="${P/_/-}"
-DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
-HOMEPAGE="http://camaya.net/gloox"
-SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0/13"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
-IUSE="debug gnutls idn libressl ssl static-libs test zlib"
-
-DEPEND="idn? ( net-dns/libidn )
-	gnutls? ( net-libs/gnutls )
-	ssl? (
-		!libressl? ( dev-libs/openssl:0 )
-		libressl? ( dev-libs/libressl )
-	)
-	zlib? ( sys-libs/zlib )"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	# Examples are not installed anyway, so - why should we build them?
-	econf \
-		--without-examples \
-		$(use debug && echo "--enable-debug") \
-		$(use_enable static-libs static) \
-		$(use_with idn libidn) \
-		$(use_with gnutls) \
-		$(use_with ssl openssl) \
-		$(use_with test tests) \
-		$(use_with zlib)
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2016-09-03  0:08 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2016-09-03  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c544f739d5e5b1f1c3b3a6b934384ddb1fcf6f6f
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  2 23:16:14 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 00:08:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c544f739

net-libs/gloox: Bump to version 1.0.17

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-libs/gloox/Manifest                                        | 1 +
 net-libs/gloox/{gloox-1.0.16.ebuild => gloox-1.0.16-r1.ebuild} | 2 +-
 net-libs/gloox/{gloox-1.0.16.ebuild => gloox-1.0.17.ebuild}    | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index b8b9bb4..67b97f0 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,3 +1,4 @@
 DIST gloox-1.0.15.tar.bz2 697835 SHA256 31e1fe7c0aedc74bf9566c4de68244825df9fbc20eabee5214536b4e3beea311 SHA512 2f640612bce27750e159f435b9f10849acec1917dc5e858ee8f128d19c259d283dec76a857cbecc34b22cc9aa23da4a4387e9f60c0bd1b7c6dab21de1bd83768 WHIRLPOOL 5aaae1b38cb3ae6b39206095b4a53f6682e10372990949646c3320dc5f7be079fa8077ed2e729179ac0e2e420de8ae8ba0836b2d976b6e914436603dcba2fda9
 DIST gloox-1.0.16.tar.bz2 697791 SHA256 fe80376adc03813bbaca01aca60b83eea6df0bc2a67394b070f3ee70e460ddef SHA512 7722e154792428284fb5522f61d297eb63ad5d78b9a3139def21fbfd811beadfc0d13aaa03235c96975b3b29a7b1c2f9e384cb8f38b3c3e320c572c927643643 WHIRLPOOL 96d68aa61c96e4782911921714bedc1455507c96ceb017e8de947d097bd0b25dc2b776d49113b0bb4334f4000b4f9ba7e6c17b99d7eddb86ce2918a22a35c8ad
+DIST gloox-1.0.17.tar.bz2 698239 SHA256 31a7825b975b2dbe43974e78b42f22b7328df1058f0be26970a7665bb20c8025 SHA512 8595586da391fa23f54eff7c8eb514e7000d3569eac3846edc28da02ec2da409f46013de93dd6d4b5185965675fc22ff2c96f031afa581e2d9243469b1b419f2 WHIRLPOOL a8b47ae64c76fc3b57b77d9241cb3aa14e576eb496776635c8fc9a36d9b22795f92c0d1c74da53483b6663e6b9b1f42dd2d0743af8bd9977c0d3a453c55f4246
 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1

diff --git a/net-libs/gloox/gloox-1.0.16.ebuild b/net-libs/gloox/gloox-1.0.16-r1.ebuild
similarity index 98%
copy from net-libs/gloox/gloox-1.0.16.ebuild
copy to net-libs/gloox/gloox-1.0.16-r1.ebuild
index b66bb2b..19d04ba 100644
--- a/net-libs/gloox/gloox-1.0.16.ebuild
+++ b/net-libs/gloox/gloox-1.0.16-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://camaya.net/gloox"
 SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
-SLOT="0/13"
+SLOT="0/14"
 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
 IUSE="debug gnutls idn libressl ssl static-libs test zlib"
 

diff --git a/net-libs/gloox/gloox-1.0.16.ebuild b/net-libs/gloox/gloox-1.0.17.ebuild
similarity index 98%
rename from net-libs/gloox/gloox-1.0.16.ebuild
rename to net-libs/gloox/gloox-1.0.17.ebuild
index b66bb2b..400508a 100644
--- a/net-libs/gloox/gloox-1.0.16.ebuild
+++ b/net-libs/gloox/gloox-1.0.17.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://camaya.net/gloox"
 SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
-SLOT="0/13"
+SLOT="0/15"
 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
 IUSE="debug gnutls idn libressl ssl static-libs test zlib"
 


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2016-11-17 18:55 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2016-11-17 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     15c1419d84f236e57203278c861b6fdd510c902d
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 18:43:35 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 18:55:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c1419d

net-libs/gloox: Removed old.

Package-Manager: portage-2.3.2

 net-libs/gloox/Manifest               |  1 -
 net-libs/gloox/gloox-1.0.16-r1.ebuild | 47 -----------------------------------
 2 files changed, 48 deletions(-)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index b9affe3..e4ddbe7 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,4 +1,3 @@
-DIST gloox-1.0.16.tar.bz2 697791 SHA256 fe80376adc03813bbaca01aca60b83eea6df0bc2a67394b070f3ee70e460ddef SHA512 7722e154792428284fb5522f61d297eb63ad5d78b9a3139def21fbfd811beadfc0d13aaa03235c96975b3b29a7b1c2f9e384cb8f38b3c3e320c572c927643643 WHIRLPOOL 96d68aa61c96e4782911921714bedc1455507c96ceb017e8de947d097bd0b25dc2b776d49113b0bb4334f4000b4f9ba7e6c17b99d7eddb86ce2918a22a35c8ad
 DIST gloox-1.0.17.tar.bz2 698239 SHA256 31a7825b975b2dbe43974e78b42f22b7328df1058f0be26970a7665bb20c8025 SHA512 8595586da391fa23f54eff7c8eb514e7000d3569eac3846edc28da02ec2da409f46013de93dd6d4b5185965675fc22ff2c96f031afa581e2d9243469b1b419f2 WHIRLPOOL a8b47ae64c76fc3b57b77d9241cb3aa14e576eb496776635c8fc9a36d9b22795f92c0d1c74da53483b6663e6b9b1f42dd2d0743af8bd9977c0d3a453c55f4246
 DIST gloox-1.0.18.tar.bz2 700080 SHA256 16730e7fd4679e098a6d6c1f94ee72aca825e8f40e6744f5921ac32fdf22548e SHA512 b8387796914e237fa07cff17862f8eafad8506173a3bcd7a659158daf845a33606b3ec58822c2f0f8f629aa1ee68a2ac58489dba83516cb7da264da3678317a7 WHIRLPOOL 6b38e7e3d480083fd98fc4d5f8c2402faf1c5242d3201c29d40995cafd2aadafb20780c7219a1a55497ab95754ea1c5b8f79756fed9f2f3b84780dc060f4b1d0
 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1

diff --git a/net-libs/gloox/gloox-1.0.16-r1.ebuild b/net-libs/gloox/gloox-1.0.16-r1.ebuild
deleted file mode 100644
index 19d04ba..00000000
--- a/net-libs/gloox/gloox-1.0.16-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils
-
-MY_P="${P/_/-}"
-DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
-HOMEPAGE="http://camaya.net/gloox"
-SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0/14"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
-IUSE="debug gnutls idn libressl ssl static-libs test zlib"
-
-DEPEND="idn? ( net-dns/libidn )
-	gnutls? ( net-libs/gnutls )
-	ssl? (
-		!libressl? ( dev-libs/openssl:0 )
-		libressl? ( dev-libs/libressl )
-	)
-	zlib? ( sys-libs/zlib )"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	# Examples are not installed anyway, so - why should we build them?
-	econf \
-		--without-examples \
-		$(use debug && echo "--enable-debug") \
-		$(use_enable static-libs static) \
-		$(use_with idn libidn) \
-		$(use_with gnutls) \
-		$(use_with ssl openssl) \
-		$(use_with test tests) \
-		$(use_with zlib)
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2016-11-17 18:55 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2016-11-17 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     3f8848ed78c8f5f08024d635cebc3b6b425aff15
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 18:41:07 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 18:55:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8848ed

net-libs/gloox: Bump to version 1.0.18

Package-Manager: portage-2.3.2

 net-libs/gloox/Manifest            |  1 +
 net-libs/gloox/gloox-1.0.18.ebuild | 47 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index 05c1101..b9affe3 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,3 +1,4 @@
 DIST gloox-1.0.16.tar.bz2 697791 SHA256 fe80376adc03813bbaca01aca60b83eea6df0bc2a67394b070f3ee70e460ddef SHA512 7722e154792428284fb5522f61d297eb63ad5d78b9a3139def21fbfd811beadfc0d13aaa03235c96975b3b29a7b1c2f9e384cb8f38b3c3e320c572c927643643 WHIRLPOOL 96d68aa61c96e4782911921714bedc1455507c96ceb017e8de947d097bd0b25dc2b776d49113b0bb4334f4000b4f9ba7e6c17b99d7eddb86ce2918a22a35c8ad
 DIST gloox-1.0.17.tar.bz2 698239 SHA256 31a7825b975b2dbe43974e78b42f22b7328df1058f0be26970a7665bb20c8025 SHA512 8595586da391fa23f54eff7c8eb514e7000d3569eac3846edc28da02ec2da409f46013de93dd6d4b5185965675fc22ff2c96f031afa581e2d9243469b1b419f2 WHIRLPOOL a8b47ae64c76fc3b57b77d9241cb3aa14e576eb496776635c8fc9a36d9b22795f92c0d1c74da53483b6663e6b9b1f42dd2d0743af8bd9977c0d3a453c55f4246
+DIST gloox-1.0.18.tar.bz2 700080 SHA256 16730e7fd4679e098a6d6c1f94ee72aca825e8f40e6744f5921ac32fdf22548e SHA512 b8387796914e237fa07cff17862f8eafad8506173a3bcd7a659158daf845a33606b3ec58822c2f0f8f629aa1ee68a2ac58489dba83516cb7da264da3678317a7 WHIRLPOOL 6b38e7e3d480083fd98fc4d5f8c2402faf1c5242d3201c29d40995cafd2aadafb20780c7219a1a55497ab95754ea1c5b8f79756fed9f2f3b84780dc060f4b1d0
 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1

diff --git a/net-libs/gloox/gloox-1.0.18.ebuild b/net-libs/gloox/gloox-1.0.18.ebuild
new file mode 100644
index 00000000..400508a
--- /dev/null
+++ b/net-libs/gloox/gloox-1.0.18.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+MY_P="${P/_/-}"
+DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
+HOMEPAGE="http://camaya.net/gloox"
+SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0/15"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
+IUSE="debug gnutls idn libressl ssl static-libs test zlib"
+
+DEPEND="idn? ( net-dns/libidn )
+	gnutls? ( net-libs/gnutls )
+	ssl? (
+		!libressl? ( dev-libs/openssl:0 )
+		libressl? ( dev-libs/libressl )
+	)
+	zlib? ( sys-libs/zlib )"
+
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+	# Examples are not installed anyway, so - why should we build them?
+	econf \
+		--without-examples \
+		$(use debug && echo "--enable-debug") \
+		$(use_enable static-libs static) \
+		$(use_with idn libidn) \
+		$(use_with gnutls) \
+		$(use_with ssl openssl) \
+		$(use_with test tests) \
+		$(use_with zlib)
+}
+
+src_install() {
+	default
+	prune_libtool_files
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2017-02-24 10:35 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2017-02-24 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5c38a3d82b6b4792aab638a0bfaefb18364b18b8
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 10:23:42 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 10:35:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c38a3d8

net-libs/gloox: Bump to version 1.0.19

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/gloox/Manifest            |  1 +
 net-libs/gloox/gloox-1.0.19.ebuild | 45 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index e4ddbe7f0c..fed4b62c8b 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,3 +1,4 @@
 DIST gloox-1.0.17.tar.bz2 698239 SHA256 31a7825b975b2dbe43974e78b42f22b7328df1058f0be26970a7665bb20c8025 SHA512 8595586da391fa23f54eff7c8eb514e7000d3569eac3846edc28da02ec2da409f46013de93dd6d4b5185965675fc22ff2c96f031afa581e2d9243469b1b419f2 WHIRLPOOL a8b47ae64c76fc3b57b77d9241cb3aa14e576eb496776635c8fc9a36d9b22795f92c0d1c74da53483b6663e6b9b1f42dd2d0743af8bd9977c0d3a453c55f4246
 DIST gloox-1.0.18.tar.bz2 700080 SHA256 16730e7fd4679e098a6d6c1f94ee72aca825e8f40e6744f5921ac32fdf22548e SHA512 b8387796914e237fa07cff17862f8eafad8506173a3bcd7a659158daf845a33606b3ec58822c2f0f8f629aa1ee68a2ac58489dba83516cb7da264da3678317a7 WHIRLPOOL 6b38e7e3d480083fd98fc4d5f8c2402faf1c5242d3201c29d40995cafd2aadafb20780c7219a1a55497ab95754ea1c5b8f79756fed9f2f3b84780dc060f4b1d0
+DIST gloox-1.0.19.tar.bz2 700335 SHA256 88466ab52ca99bfb22a74b738d9713a9cda0b06e539108354156ba408a5283f8 SHA512 6f62773aeb24631ea5edbbf2267275f9e6005bed240dfbd121784238709d85097a096d16b3cd7cb45d34b2daeab026dbb3b84994c504ba03180d9dff90f9fbb5 WHIRLPOOL 98586156b3a88807b3f1aca25b9fb06f17581b4a1e834cf1692b406b879f4f759ec424dfb36527bc0945774a798647a8b033a9ae860960b4f214f9a35051c00f
 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1

diff --git a/net-libs/gloox/gloox-1.0.19.ebuild b/net-libs/gloox/gloox-1.0.19.ebuild
new file mode 100644
index 0000000000..e8a12c9818
--- /dev/null
+++ b/net-libs/gloox/gloox-1.0.19.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_P="${P/_/-}"
+DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
+HOMEPAGE="http://camaya.net/gloox"
+SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0/16"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
+IUSE="debug gnutls idn libressl ssl static-libs test zlib"
+
+DEPEND="idn? ( net-dns/libidn )
+	gnutls? ( net-libs/gnutls )
+	ssl? (
+		!libressl? ( dev-libs/openssl:0 )
+		libressl? ( dev-libs/libressl )
+	)
+	zlib? ( sys-libs/zlib )"
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+	# Examples are not installed anyway, so - why should we build them?
+	econf \
+		--without-examples \
+		$(usex debug "--enable-debug" '') \
+		$(use_enable static-libs static) \
+		$(use_with idn libidn) \
+		$(use_with gnutls) \
+		$(use_with ssl openssl) \
+		$(use_with test tests) \
+		$(use_with zlib)
+}
+
+src_install() {
+	default
+	find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2017-02-24 10:35 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2017-02-24 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     9cad3a7e97a9bcedf4f4531b9dbbd95213f181d5
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 10:24:08 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 10:35:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cad3a7e

net-libs/gloox: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/gloox/Manifest            |  1 -
 net-libs/gloox/gloox-1.0.17.ebuild | 47 --------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index fed4b62c8b..c3e04efb44 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,4 +1,3 @@
-DIST gloox-1.0.17.tar.bz2 698239 SHA256 31a7825b975b2dbe43974e78b42f22b7328df1058f0be26970a7665bb20c8025 SHA512 8595586da391fa23f54eff7c8eb514e7000d3569eac3846edc28da02ec2da409f46013de93dd6d4b5185965675fc22ff2c96f031afa581e2d9243469b1b419f2 WHIRLPOOL a8b47ae64c76fc3b57b77d9241cb3aa14e576eb496776635c8fc9a36d9b22795f92c0d1c74da53483b6663e6b9b1f42dd2d0743af8bd9977c0d3a453c55f4246
 DIST gloox-1.0.18.tar.bz2 700080 SHA256 16730e7fd4679e098a6d6c1f94ee72aca825e8f40e6744f5921ac32fdf22548e SHA512 b8387796914e237fa07cff17862f8eafad8506173a3bcd7a659158daf845a33606b3ec58822c2f0f8f629aa1ee68a2ac58489dba83516cb7da264da3678317a7 WHIRLPOOL 6b38e7e3d480083fd98fc4d5f8c2402faf1c5242d3201c29d40995cafd2aadafb20780c7219a1a55497ab95754ea1c5b8f79756fed9f2f3b84780dc060f4b1d0
 DIST gloox-1.0.19.tar.bz2 700335 SHA256 88466ab52ca99bfb22a74b738d9713a9cda0b06e539108354156ba408a5283f8 SHA512 6f62773aeb24631ea5edbbf2267275f9e6005bed240dfbd121784238709d85097a096d16b3cd7cb45d34b2daeab026dbb3b84994c504ba03180d9dff90f9fbb5 WHIRLPOOL 98586156b3a88807b3f1aca25b9fb06f17581b4a1e834cf1692b406b879f4f759ec424dfb36527bc0945774a798647a8b033a9ae860960b4f214f9a35051c00f
 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1

diff --git a/net-libs/gloox/gloox-1.0.17.ebuild b/net-libs/gloox/gloox-1.0.17.ebuild
deleted file mode 100644
index 400508ac48..0000000000
--- a/net-libs/gloox/gloox-1.0.17.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils
-
-MY_P="${P/_/-}"
-DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
-HOMEPAGE="http://camaya.net/gloox"
-SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0/15"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
-IUSE="debug gnutls idn libressl ssl static-libs test zlib"
-
-DEPEND="idn? ( net-dns/libidn )
-	gnutls? ( net-libs/gnutls )
-	ssl? (
-		!libressl? ( dev-libs/openssl:0 )
-		libressl? ( dev-libs/libressl )
-	)
-	zlib? ( sys-libs/zlib )"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	# Examples are not installed anyway, so - why should we build them?
-	econf \
-		--without-examples \
-		$(use debug && echo "--enable-debug") \
-		$(use_enable static-libs static) \
-		$(use_with idn libidn) \
-		$(use_with gnutls) \
-		$(use_with ssl openssl) \
-		$(use_with test tests) \
-		$(use_with zlib)
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2017-02-28 14:59 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2017-02-28 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     3e532869f0934b9727c28879b5cf5ecad6415567
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 14:37:44 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 14:59:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e532869

net-libs/gloox: Bump to version 1.0.20

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/gloox/Manifest            |  1 +
 net-libs/gloox/gloox-1.0.20.ebuild | 45 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index c3e04efb44..b333acba95 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,3 +1,4 @@
 DIST gloox-1.0.18.tar.bz2 700080 SHA256 16730e7fd4679e098a6d6c1f94ee72aca825e8f40e6744f5921ac32fdf22548e SHA512 b8387796914e237fa07cff17862f8eafad8506173a3bcd7a659158daf845a33606b3ec58822c2f0f8f629aa1ee68a2ac58489dba83516cb7da264da3678317a7 WHIRLPOOL 6b38e7e3d480083fd98fc4d5f8c2402faf1c5242d3201c29d40995cafd2aadafb20780c7219a1a55497ab95754ea1c5b8f79756fed9f2f3b84780dc060f4b1d0
 DIST gloox-1.0.19.tar.bz2 700335 SHA256 88466ab52ca99bfb22a74b738d9713a9cda0b06e539108354156ba408a5283f8 SHA512 6f62773aeb24631ea5edbbf2267275f9e6005bed240dfbd121784238709d85097a096d16b3cd7cb45d34b2daeab026dbb3b84994c504ba03180d9dff90f9fbb5 WHIRLPOOL 98586156b3a88807b3f1aca25b9fb06f17581b4a1e834cf1692b406b879f4f759ec424dfb36527bc0945774a798647a8b033a9ae860960b4f214f9a35051c00f
+DIST gloox-1.0.20.tar.bz2 701114 SHA256 0243086c0f4f0440d6d8e55705f83249a4463a1d75a034be42b5312e8886dea8 SHA512 b94269487875ae32631b5b15eeebe3293c6b8ab4080a6e15926c575305841a609a5e4da25bff266806ef4b65c1db14e9a9e5dabf8af8b174773cbdc37cfa12f8 WHIRLPOOL 872fa9587d9ab1a07197c40790f5ae72748df6f7d835a206c92da5819456118c8c7dc2f70fcf289e2840b272051436f204503ba12b143a33a48c4f150a36db34
 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1

diff --git a/net-libs/gloox/gloox-1.0.20.ebuild b/net-libs/gloox/gloox-1.0.20.ebuild
new file mode 100644
index 0000000000..9b24194176
--- /dev/null
+++ b/net-libs/gloox/gloox-1.0.20.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_P="${P/_/-}"
+DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
+HOMEPAGE="http://camaya.net/gloox"
+SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
+IUSE="debug gnutls idn libressl ssl static-libs test zlib"
+
+DEPEND="idn? ( net-dns/libidn )
+	gnutls? ( net-libs/gnutls )
+	ssl? (
+		!libressl? ( dev-libs/openssl:0 )
+		libressl? ( dev-libs/libressl )
+	)
+	zlib? ( sys-libs/zlib )"
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+	# Examples are not installed anyway, so - why should we build them?
+	econf \
+		--without-examples \
+		$(usex debug "--enable-debug" '') \
+		$(use_enable static-libs static) \
+		$(use_with idn libidn) \
+		$(use_with gnutls) \
+		$(use_with ssl openssl) \
+		$(use_with test tests) \
+		$(use_with zlib)
+}
+
+src_install() {
+	default
+	find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2017-10-22  0:03 Andreas Sturmlechner
  0 siblings, 0 replies; 28+ messages in thread
From: Andreas Sturmlechner @ 2017-10-22  0:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c0ed89ac5f5712fbeab0dcdd602e9181e41f0b7c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 22:50:00 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 00:03:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ed89ac

net-libs/gloox: Drop back to ~arch, USE=gnutls broken

Gentoo-bug: 634908
Closes: https://github.com/gentoo/gentoo/pull/6007
Package-Manager: Portage-2.3.12, Repoman-2.3.3

 net-libs/gloox/Manifest            |  3 ---
 net-libs/gloox/gloox-1.0.18.ebuild | 46 --------------------------------------
 net-libs/gloox/gloox-1.0.19.ebuild | 44 ------------------------------------
 net-libs/gloox/gloox-1.0.9.ebuild  | 36 -----------------------------
 4 files changed, 129 deletions(-)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index b333acba951..ceb12fa7eb3 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,4 +1 @@
-DIST gloox-1.0.18.tar.bz2 700080 SHA256 16730e7fd4679e098a6d6c1f94ee72aca825e8f40e6744f5921ac32fdf22548e SHA512 b8387796914e237fa07cff17862f8eafad8506173a3bcd7a659158daf845a33606b3ec58822c2f0f8f629aa1ee68a2ac58489dba83516cb7da264da3678317a7 WHIRLPOOL 6b38e7e3d480083fd98fc4d5f8c2402faf1c5242d3201c29d40995cafd2aadafb20780c7219a1a55497ab95754ea1c5b8f79756fed9f2f3b84780dc060f4b1d0
-DIST gloox-1.0.19.tar.bz2 700335 SHA256 88466ab52ca99bfb22a74b738d9713a9cda0b06e539108354156ba408a5283f8 SHA512 6f62773aeb24631ea5edbbf2267275f9e6005bed240dfbd121784238709d85097a096d16b3cd7cb45d34b2daeab026dbb3b84994c504ba03180d9dff90f9fbb5 WHIRLPOOL 98586156b3a88807b3f1aca25b9fb06f17581b4a1e834cf1692b406b879f4f759ec424dfb36527bc0945774a798647a8b033a9ae860960b4f214f9a35051c00f
 DIST gloox-1.0.20.tar.bz2 701114 SHA256 0243086c0f4f0440d6d8e55705f83249a4463a1d75a034be42b5312e8886dea8 SHA512 b94269487875ae32631b5b15eeebe3293c6b8ab4080a6e15926c575305841a609a5e4da25bff266806ef4b65c1db14e9a9e5dabf8af8b174773cbdc37cfa12f8 WHIRLPOOL 872fa9587d9ab1a07197c40790f5ae72748df6f7d835a206c92da5819456118c8c7dc2f70fcf289e2840b272051436f204503ba12b143a33a48c4f150a36db34
-DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1

diff --git a/net-libs/gloox/gloox-1.0.18.ebuild b/net-libs/gloox/gloox-1.0.18.ebuild
deleted file mode 100644
index 7472539b1e7..00000000000
--- a/net-libs/gloox/gloox-1.0.18.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-MY_P="${P/_/-}"
-DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
-HOMEPAGE="http://camaya.net/gloox"
-SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0/15"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
-IUSE="debug gnutls idn libressl ssl static-libs test zlib"
-
-DEPEND="idn? ( net-dns/libidn )
-	gnutls? ( net-libs/gnutls )
-	ssl? (
-		!libressl? ( dev-libs/openssl:0 )
-		libressl? ( dev-libs/libressl )
-	)
-	zlib? ( sys-libs/zlib )"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	# Examples are not installed anyway, so - why should we build them?
-	econf \
-		--without-examples \
-		$(use debug && echo "--enable-debug") \
-		$(use_enable static-libs static) \
-		$(use_with idn libidn) \
-		$(use_with gnutls) \
-		$(use_with ssl openssl) \
-		$(use_with test tests) \
-		$(use_with zlib)
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}

diff --git a/net-libs/gloox/gloox-1.0.19.ebuild b/net-libs/gloox/gloox-1.0.19.ebuild
deleted file mode 100644
index b645b9a0413..00000000000
--- a/net-libs/gloox/gloox-1.0.19.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${P/_/-}"
-DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
-HOMEPAGE="http://camaya.net/gloox"
-SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0/16"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
-IUSE="debug gnutls idn libressl ssl static-libs test zlib"
-
-DEPEND="idn? ( net-dns/libidn )
-	gnutls? ( net-libs/gnutls )
-	ssl? (
-		!libressl? ( dev-libs/openssl:0 )
-		libressl? ( dev-libs/libressl )
-	)
-	zlib? ( sys-libs/zlib )"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-	# Examples are not installed anyway, so - why should we build them?
-	econf \
-		--without-examples \
-		$(usex debug "--enable-debug" '') \
-		$(use_enable static-libs static) \
-		$(use_with idn libidn) \
-		$(use_with gnutls) \
-		$(use_with ssl openssl) \
-		$(use_with test tests) \
-		$(use_with zlib)
-}
-
-src_install() {
-	default
-	find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-}

diff --git a/net-libs/gloox/gloox-1.0.9.ebuild b/net-libs/gloox/gloox-1.0.9.ebuild
deleted file mode 100644
index 3251794a33e..00000000000
--- a/net-libs/gloox/gloox-1.0.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${P/_/-}
-DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
-HOMEPAGE="http://camaya.net/gloox"
-SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86"
-IUSE="debug gnutls idn ssl zlib"
-
-DEPEND="idn? ( net-dns/libidn )
-	gnutls? ( net-libs/gnutls )
-	ssl? ( dev-libs/openssl )
-	zlib? ( sys-libs/zlib )"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
-	econf \
-		$(use_enable debug debug) \
-		$(use_with idn libidn) \
-		$(use_with gnutls gnutls) \
-		$(use_with ssl openssl) \
-		$(use_with zlib zlib)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2018-05-16 19:33 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2018-05-16 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     e4c5303564b7701bd33aae55ff85c0934599e774
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 19:30:17 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed May 16 19:30:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c53035

net-libs/gloox: Added sub-slot dep operator for net-dns/libidn

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 net-libs/gloox/gloox-1.0.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/gloox/gloox-1.0.20.ebuild b/net-libs/gloox/gloox-1.0.20.ebuild
index 09007f44398..1d000bc0004 100644
--- a/net-libs/gloox/gloox-1.0.20.ebuild
+++ b/net-libs/gloox/gloox-1.0.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SLOT="0/17"
 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
 IUSE="debug gnutls idn libressl ssl static-libs test zlib"
 
-DEPEND="idn? ( net-dns/libidn )
+DEPEND="idn? ( net-dns/libidn:= )
 	gnutls? ( net-libs/gnutls )
 	ssl? (
 		!libressl? ( dev-libs/openssl:0 )


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2018-05-20 23:26 Aaron Bauman
  0 siblings, 0 replies; 28+ messages in thread
From: Aaron Bauman @ 2018-05-20 23:26 UTC (permalink / raw
  To: gentoo-commits

commit:     3dd77735c674e6961f7da652d73b8e2c3a886d9d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 20 12:04:09 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 23:25:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd77735

net-libs/gloox: use HTTPS

 net-libs/gloox/gloox-1.0.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/gloox/gloox-1.0.20.ebuild b/net-libs/gloox/gloox-1.0.20.ebuild
index 1d000bc0004..96432182bb7 100644
--- a/net-libs/gloox/gloox-1.0.20.ebuild
+++ b/net-libs/gloox/gloox-1.0.20.ebuild
@@ -5,8 +5,8 @@ EAPI=6
 
 MY_P="${P/_/-}"
 DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
-HOMEPAGE="http://camaya.net/gloox"
-SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
+HOMEPAGE="https://camaya.net/gloox/"
+SRC_URI="https://camaya.net/download/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0/17"


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2018-06-22 11:29 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2018-06-22 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     dcab02d52ed21ede675ff724263771a6b6b25302
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 22 11:28:37 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 11:28:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcab02d5

net-libs/gloox: Bump to version 1.0.21

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/gloox/Manifest            |  1 +
 net-libs/gloox/gloox-1.0.21.ebuild | 49 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index cdc907e70d6..045a5eb7521 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1 +1,2 @@
 DIST gloox-1.0.20.tar.bz2 701114 BLAKE2B d86b4de05a040b4f7fe1200d5863514778197e7e13ee08ebe983a85255065045c47b322ba20fa4ea051049ce609f122c00374cc3188f46c8729ec904da7778eb SHA512 b94269487875ae32631b5b15eeebe3293c6b8ab4080a6e15926c575305841a609a5e4da25bff266806ef4b65c1db14e9a9e5dabf8af8b174773cbdc37cfa12f8
+DIST gloox-1.0.21.tar.bz2 716449 BLAKE2B 9728b137b088e3ebd067dd88688474e37ec27108cc87ffe6d2d78b206c3215f36c072e333d04c659e5dc9db43c330bcac7ee7f495208bd8df1bbeb72db1e0792 SHA512 ee2c180e6a6e05955707fdd3e790c4c0e7be46fdf071201abd081b8620e3f664045f000804e1a30bddf8a3324e90f211ce5ee870fd5330ab87979dedfeb45575

diff --git a/net-libs/gloox/gloox-1.0.21.ebuild b/net-libs/gloox/gloox-1.0.21.ebuild
new file mode 100644
index 00000000000..f2fe910d22e
--- /dev/null
+++ b/net-libs/gloox/gloox-1.0.21.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${P/_/-}"
+DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
+HOMEPAGE="https://camaya.net/gloox/"
+SRC_URI="https://camaya.net/download/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
+IUSE="debug gnutls idn libressl ssl static-libs test zlib"
+
+DEPEND="idn? ( net-dns/libidn:= )
+	gnutls? ( net-libs/gnutls )
+	ssl? (
+		!libressl? ( dev-libs/openssl:0 )
+		libressl? ( dev-libs/libressl )
+	)
+	zlib? ( sys-libs/zlib )"
+
+RDEPEND="${DEPEND}"
+
+# GnuTLS checks hang forever
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+	# Examples are not installed anyway, so - why should we build them?
+	local myeconfargs=(
+		--without-examples
+		$(usex debug "--enable-debug" '')
+		$(use_enable static-libs static)
+		$(use_with idn libidn)
+		$(use_with gnutls)
+		$(use_with ssl openssl)
+		$(use_with test tests)
+		$(use_with zlib)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+	find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2019-03-24  0:59 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2019-03-24  0:59 UTC (permalink / raw
  To: gentoo-commits

commit:     dfcbe77acfac3074a6761d89900c53ca35c65e7c
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 00:57:00 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 00:59:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcbe77a

net-libs/gloox: Bump to version 1.0.22

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-libs/gloox/Manifest            |  1 +
 net-libs/gloox/gloox-1.0.22.ebuild | 49 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index 045a5eb7521..97e7f315d30 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,2 +1,3 @@
 DIST gloox-1.0.20.tar.bz2 701114 BLAKE2B d86b4de05a040b4f7fe1200d5863514778197e7e13ee08ebe983a85255065045c47b322ba20fa4ea051049ce609f122c00374cc3188f46c8729ec904da7778eb SHA512 b94269487875ae32631b5b15eeebe3293c6b8ab4080a6e15926c575305841a609a5e4da25bff266806ef4b65c1db14e9a9e5dabf8af8b174773cbdc37cfa12f8
 DIST gloox-1.0.21.tar.bz2 716449 BLAKE2B 9728b137b088e3ebd067dd88688474e37ec27108cc87ffe6d2d78b206c3215f36c072e333d04c659e5dc9db43c330bcac7ee7f495208bd8df1bbeb72db1e0792 SHA512 ee2c180e6a6e05955707fdd3e790c4c0e7be46fdf071201abd081b8620e3f664045f000804e1a30bddf8a3324e90f211ce5ee870fd5330ab87979dedfeb45575
+DIST gloox-1.0.22.tar.bz2 722653 BLAKE2B e029930ae51053772d4f7bb0cb0933cb260aacc571a6fab6b78c0e12cb7e119938c742afcc0e1af037a97c293f03b423a626c9b01dc9ce974b922c7e9054bcf2 SHA512 89b51dbee338ef8b234d934a5536a2e5d83d8121fa624e933b63bd15017d60f941781a1045884d0d125f50370ed7857cf4131242d39f6703e72c9cf064691416

diff --git a/net-libs/gloox/gloox-1.0.22.ebuild b/net-libs/gloox/gloox-1.0.22.ebuild
new file mode 100644
index 00000000000..9b02001ae84
--- /dev/null
+++ b/net-libs/gloox/gloox-1.0.22.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${P/_/-}"
+DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
+HOMEPAGE="https://camaya.net/gloox/"
+SRC_URI="https://camaya.net/download/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
+IUSE="debug gnutls idn libressl ssl static-libs test zlib"
+
+DEPEND="idn? ( net-dns/libidn:= )
+	gnutls? ( net-libs/gnutls )
+	ssl? (
+		!libressl? ( dev-libs/openssl:0 )
+		libressl? ( dev-libs/libressl )
+	)
+	zlib? ( sys-libs/zlib )"
+
+RDEPEND="${DEPEND}"
+
+# GnuTLS checks hang forever
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+	# Examples are not installed anyway, so - why should we build them?
+	local myeconfargs=(
+		--without-examples
+		$(usex debug "--enable-debug" '')
+		$(use_enable static-libs static)
+		$(use_with idn libidn)
+		$(use_with gnutls)
+		$(use_with ssl openssl)
+		$(use_with test tests)
+		$(use_with zlib)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+	find "${ED}" -name "*.la" -delete || die
+}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2019-03-24  0:59 Lars Wendler
  0 siblings, 0 replies; 28+ messages in thread
From: Lars Wendler @ 2019-03-24  0:59 UTC (permalink / raw
  To: gentoo-commits

commit:     1efb18d2b7e099ba5ae54fd4ec6fabd700499f57
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 00:57:31 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 00:59:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efb18d2

net-libs/gloox: Removed old.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-libs/gloox/Manifest            |  1 -
 net-libs/gloox/gloox-1.0.20.ebuild | 44 --------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index 97e7f315d30..394e2c9db0a 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1,3 +1,2 @@
-DIST gloox-1.0.20.tar.bz2 701114 BLAKE2B d86b4de05a040b4f7fe1200d5863514778197e7e13ee08ebe983a85255065045c47b322ba20fa4ea051049ce609f122c00374cc3188f46c8729ec904da7778eb SHA512 b94269487875ae32631b5b15eeebe3293c6b8ab4080a6e15926c575305841a609a5e4da25bff266806ef4b65c1db14e9a9e5dabf8af8b174773cbdc37cfa12f8
 DIST gloox-1.0.21.tar.bz2 716449 BLAKE2B 9728b137b088e3ebd067dd88688474e37ec27108cc87ffe6d2d78b206c3215f36c072e333d04c659e5dc9db43c330bcac7ee7f495208bd8df1bbeb72db1e0792 SHA512 ee2c180e6a6e05955707fdd3e790c4c0e7be46fdf071201abd081b8620e3f664045f000804e1a30bddf8a3324e90f211ce5ee870fd5330ab87979dedfeb45575
 DIST gloox-1.0.22.tar.bz2 722653 BLAKE2B e029930ae51053772d4f7bb0cb0933cb260aacc571a6fab6b78c0e12cb7e119938c742afcc0e1af037a97c293f03b423a626c9b01dc9ce974b922c7e9054bcf2 SHA512 89b51dbee338ef8b234d934a5536a2e5d83d8121fa624e933b63bd15017d60f941781a1045884d0d125f50370ed7857cf4131242d39f6703e72c9cf064691416

diff --git a/net-libs/gloox/gloox-1.0.20.ebuild b/net-libs/gloox/gloox-1.0.20.ebuild
deleted file mode 100644
index 96432182bb7..00000000000
--- a/net-libs/gloox/gloox-1.0.20.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${P/_/-}"
-DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
-HOMEPAGE="https://camaya.net/gloox/"
-SRC_URI="https://camaya.net/download/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
-IUSE="debug gnutls idn libressl ssl static-libs test zlib"
-
-DEPEND="idn? ( net-dns/libidn:= )
-	gnutls? ( net-libs/gnutls )
-	ssl? (
-		!libressl? ( dev-libs/openssl:0 )
-		libressl? ( dev-libs/libressl )
-	)
-	zlib? ( sys-libs/zlib )"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-	# Examples are not installed anyway, so - why should we build them?
-	econf \
-		--without-examples \
-		$(usex debug "--enable-debug" '') \
-		$(use_enable static-libs static) \
-		$(use_with idn libidn) \
-		$(use_with gnutls) \
-		$(use_with ssl openssl) \
-		$(use_with test tests) \
-		$(use_with zlib)
-}
-
-src_install() {
-	default
-	find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2019-08-28 15:48 Stefan Strogin
  0 siblings, 0 replies; 28+ messages in thread
From: Stefan Strogin @ 2019-08-28 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     cd7204c5020d4c359ec438a50a9a7987de2d6e14
Author:     Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 15:47:03 2019 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 15:47:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7204c5

net-libs/gloox: fix slot operators for dependencies

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>

 net-libs/gloox/gloox-1.0.22.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/gloox/gloox-1.0.22.ebuild b/net-libs/gloox/gloox-1.0.22.ebuild
index 2f7e2ca6f20..bf7eb1980c8 100644
--- a/net-libs/gloox/gloox-1.0.22.ebuild
+++ b/net-libs/gloox/gloox-1.0.22.ebuild
@@ -16,8 +16,8 @@ IUSE="debug gnutls idn libressl ssl static-libs test zlib"
 DEPEND="idn? ( net-dns/libidn:= )
 	gnutls? ( net-libs/gnutls )
 	ssl? (
-		!libressl? ( dev-libs/openssl:0 )
-		libressl? ( dev-libs/libressl )
+		!libressl? ( dev-libs/openssl:0= )
+		libressl? ( dev-libs/libressl:0= )
 	)
 	zlib? ( sys-libs/zlib )"
 


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2020-09-05  0:35 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2020-09-05  0:35 UTC (permalink / raw
  To: gentoo-commits

commit:     19cbf398e6b7cbcba567476283ac74f58416590a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 00:35:27 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 00:35:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19cbf398

net-libs/gloox: arm64 keyworded (bug #730888)

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/gloox/gloox-1.0.22.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/gloox/gloox-1.0.22.ebuild b/net-libs/gloox/gloox-1.0.22.ebuild
index bf7eb1980c8..683420569f6 100644
--- a/net-libs/gloox/gloox-1.0.22.ebuild
+++ b/net-libs/gloox/gloox-1.0.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://camaya.net/download/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0/17"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug gnutls idn libressl ssl static-libs test zlib"
 
 DEPEND="idn? ( net-dns/libidn:= )


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2020-10-10  7:10 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2020-10-10  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8ffc2d0e51f8175307dd0c60a75e98e72253a521
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 07:10:30 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 07:10:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffc2d0e

net-libs/gloox: add upstream metadata

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/gloox/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-libs/gloox/metadata.xml b/net-libs/gloox/metadata.xml
index 6f49eba8f49..f9695bd1f37 100644
--- a/net-libs/gloox/metadata.xml
+++ b/net-libs/gloox/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<!-- maintainer-needed -->
+	<upstream>
+		<changelog>https://camaya.net/gloox/changelog/</changelog>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2020-10-10  7:11 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2020-10-10  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     2b7ea884ee2856bdadb5840d8fbf22a7aa666404
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 07:11:32 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 07:11:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7ea884

net-libs/gloox: MissingTestRestrict

In my haste to drop the now-redundant RESTRICT,
I left this out!

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/gloox/gloox-1.0.24.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/gloox/gloox-1.0.24.ebuild b/net-libs/gloox/gloox-1.0.24.ebuild
index 4a083e0af49..e7a34c9e3dc 100644
--- a/net-libs/gloox/gloox-1.0.24.ebuild
+++ b/net-libs/gloox/gloox-1.0.24.ebuild
@@ -16,6 +16,7 @@ LICENSE="GPL-3"
 SLOT="0/18"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug gnutls idn libressl ssl static-libs test zlib"
+RESTRICT="!test? ( test )"
 
 DEPEND="
 	idn? ( net-dns/libidn:= )


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2021-05-02 10:16 Mikle Kolyada
  0 siblings, 0 replies; 28+ messages in thread
From: Mikle Kolyada @ 2021-05-02 10:16 UTC (permalink / raw
  To: gentoo-commits

commit:     ad0bb79be161e11fa3e7ee1006c751527f89447d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 10:00:49 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 10:16:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0bb79b

net-libs/gloox: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-libs/gloox/gloox-1.0.24.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-libs/gloox/gloox-1.0.24.ebuild b/net-libs/gloox/gloox-1.0.24.ebuild
index f69f54f3f6a..54a4ddc7b74 100644
--- a/net-libs/gloox/gloox-1.0.24.ebuild
+++ b/net-libs/gloox/gloox-1.0.24.ebuild
@@ -15,15 +15,14 @@ LICENSE="GPL-3"
 # Check upstream changelog: https://camaya.net/gloox/changelog/
 SLOT="0/18"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug gnutls idn libressl ssl static-libs test zlib"
+IUSE="debug gnutls idn ssl static-libs test zlib"
 RESTRICT="!test? ( test )"
 
 DEPEND="
 	idn? ( net-dns/libidn:= )
 	gnutls? ( net-libs/gnutls:= )
 	ssl? (
-		!libressl? ( dev-libs/openssl:0= )
-		libressl? ( dev-libs/libressl:0= )
+		dev-libs/openssl:0=
 	)
 	zlib? ( sys-libs/zlib )
 "


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2024-08-30  7:25 Joonas Niilola
  0 siblings, 0 replies; 28+ messages in thread
From: Joonas Niilola @ 2024-08-30  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     c6fb0d7f4590b73d7f9e91fd3a18409065b2513a
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Aug 28 15:47:52 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 07:25:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fb0d7f

net-libs/gloox: add 1.0.28 with xhtmlim USE flag

- add virtual/pkgconfig to BDEPEND

Thanks juippis!

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/38217
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-libs/gloox/Manifest            |  1 +
 net-libs/gloox/gloox-1.0.28.ebuild | 53 ++++++++++++++++++++++++++++++++++++++
 net-libs/gloox/metadata.xml        |  3 +++
 3 files changed, 57 insertions(+)

diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
index 6f894687f9ed..595f947f50a5 100644
--- a/net-libs/gloox/Manifest
+++ b/net-libs/gloox/Manifest
@@ -1 +1,2 @@
 DIST gloox-1.0.24.tar.bz2 727442 BLAKE2B 57e8916ddf057c115350e005a027e3a81684269f688dd80126bf3753a8dd71a8d64a86e1eb59de2886a6657ad1dac5f9431549db79f314173f49233044b52cb5 SHA512 e3ddb331a57e635b8da5d8cd36a89fa9521599301d1108a025a3526a02df5bf73555d54bccd3706fdffd857134716b23df6bf57a59a17be4f6a7873a810268ee
+DIST gloox-1.0.28.tar.bz2 728337 BLAKE2B dcbabba6707fb92c8e1619ff4d4568a723c448aca2dd1fdd8fb0ca1d96e0e9f07f5848a64447c22d03a7d2ac7c80702bbdbc4d11249da1801c31e71bd17fabf3 SHA512 8be06963a54957d53bb285482d2ad01569fb281fcb53b03a29dc4444e1915f2f7d81e3fec1288f127bc09ca37d1c0beb4cb8e4f7079becb32dc223e3ceb50e00

diff --git a/net-libs/gloox/gloox-1.0.28.ebuild b/net-libs/gloox/gloox-1.0.28.ebuild
new file mode 100644
index 000000000000..4f9c9456987e
--- /dev/null
+++ b/net-libs/gloox/gloox-1.0.28.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_P="${P/_/-}"
+DESCRIPTION="A portable high-level Jabber/XMPP client library for C++"
+HOMEPAGE="https://camaya.net/gloox/"
+SRC_URI="https://camaya.net/download/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+# Check upstream changelog: https://camaya.net/gloox/changelog/
+SLOT="0/18"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug gnutls idn ssl static-libs test +xhtmlim zlib"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	idn? ( net-dns/libidn:= )
+	gnutls? ( net-libs/gnutls:= )
+	ssl? ( dev-libs/openssl:0= )
+	zlib? ( sys-libs/zlib )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--without-examples # not installed anyway so don't build them
+		$(usex debug "--enable-debug" '')
+		$(use_enable static-libs static)
+		$(use_enable xhtmlim)
+		$(use_with idn libidn)
+		$(use_with gnutls)
+		$(use_with ssl openssl)
+		$(use_with test tests)
+		$(use_with zlib)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+	find "${ED}" -name "*.la" -delete || die
+}

diff --git a/net-libs/gloox/metadata.xml b/net-libs/gloox/metadata.xml
index 8ae7ea99aee3..f8414a9a0073 100644
--- a/net-libs/gloox/metadata.xml
+++ b/net-libs/gloox/metadata.xml
@@ -5,4 +5,7 @@
 	<upstream>
 		<changelog>https://camaya.net/gloox/changelog/</changelog>
 	</upstream>
+	<use>
+		<flag name="xhtmlim">expose internal NodeList for optional XHTML-IM rendering without external parser</flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2024-08-30  7:25 Joonas Niilola
  0 siblings, 0 replies; 28+ messages in thread
From: Joonas Niilola @ 2024-08-30  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     3f70a4add4eefc3a7a18e9d55d85486377970271
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Aug 28 15:47:29 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 07:25:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f70a4ad

net-libs/gloox: drop 1.0.24-r0

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-libs/gloox/gloox-1.0.24.ebuild | 61 --------------------------------------
 1 file changed, 61 deletions(-)

diff --git a/net-libs/gloox/gloox-1.0.24.ebuild b/net-libs/gloox/gloox-1.0.24.ebuild
deleted file mode 100644
index b63398759439..000000000000
--- a/net-libs/gloox/gloox-1.0.24.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MY_P="${P/_/-}"
-DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
-HOMEPAGE="https://camaya.net/gloox/"
-SRC_URI="https://camaya.net/download/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-# Check upstream changelog: https://camaya.net/gloox/changelog/
-SLOT="0/18"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug gnutls idn ssl static-libs test zlib"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	idn? ( net-dns/libidn:= )
-	gnutls? ( net-libs/gnutls:= )
-	ssl? (
-		dev-libs/openssl:0=
-	)
-	zlib? ( sys-libs/zlib )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-1.0.24-musl.patch"
-	"${FILESDIR}/${PN}-1.0.24-Makefile.patch"
-	"${FILESDIR}/${PN}-1.0.24-slibtool.patch"
-	"${FILESDIR}/${PN}-1.0.24-pthread-link.patch"
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	# Examples are not installed anyway, so - why should we build them?
-	local myeconfargs=(
-		--without-examples
-		$(usex debug "--enable-debug" '')
-		$(use_enable static-libs static)
-		$(use_with idn libidn)
-		$(use_with gnutls)
-		$(use_with ssl openssl)
-		$(use_with test tests)
-		$(use_with zlib)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-	find "${ED}" -name "*.la" -delete || die
-}


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2024-09-17  7:41 Joonas Niilola
  0 siblings, 0 replies; 28+ messages in thread
From: Joonas Niilola @ 2024-09-17  7:41 UTC (permalink / raw
  To: gentoo-commits

commit:     6bfd470b7f3a5d27cd6e164a3f387c51d938a832
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Mon Sep 16 09:15:56 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 07:40:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bfd470b

net-libs/gloox: add examples USE flag

no revbump, as juippis suggested

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/38393
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-libs/gloox/gloox-1.0.28.ebuild | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/net-libs/gloox/gloox-1.0.28.ebuild b/net-libs/gloox/gloox-1.0.28.ebuild
index fe0ed1229eb2..b28ecdb63dcb 100644
--- a/net-libs/gloox/gloox-1.0.28.ebuild
+++ b/net-libs/gloox/gloox-1.0.28.ebuild
@@ -15,7 +15,7 @@ LICENSE="GPL-3"
 # Check upstream changelog: https://camaya.net/gloox/changelog/
 SLOT="0/18"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug gnutls idn ssl static-libs test +xhtmlim zlib"
+IUSE="debug examples gnutls idn ssl static-libs test +xhtmlim zlib"
 RESTRICT="!test? ( test )"
 
 DEPEND="
@@ -34,12 +34,12 @@ src_prepare() {
 
 src_configure() {
 	local myeconfargs=(
-		--without-examples # not installed anyway so don't build them
 		$(usex debug "--enable-debug" '')
 		$(use_enable static-libs static)
 		$(use_enable xhtmlim)
-		$(use_with idn libidn)
+		$(use_with examples)
 		$(use_with gnutls)
+		$(use_with idn libidn)
 		$(use_with ssl openssl)
 		$(use_with test tests)
 		$(use_with zlib)
@@ -50,4 +50,11 @@ src_configure() {
 src_install() {
 	default
 	find "${ED}" -name "*.la" -delete || die
+
+	if use examples; then
+		# unhide the libs directory
+		mv "${S}"/src/examples/.libs "${S}"/src/examples/libs
+
+		dodoc -r src/examples/
+	fi
 }


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
@ 2024-09-19  5:45 Joonas Niilola
  0 siblings, 0 replies; 28+ messages in thread
From: Joonas Niilola @ 2024-09-19  5:45 UTC (permalink / raw
  To: gentoo-commits

commit:     03048a52ea552ea086acc6acc73996fb65873afc
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 19 05:44:02 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 05:44:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03048a52

net-libs/gloox: add missing die to 1.0.28

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-libs/gloox/gloox-1.0.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gloox/gloox-1.0.28.ebuild b/net-libs/gloox/gloox-1.0.28.ebuild
index b28ecdb63dcb..bd98580dff92 100644
--- a/net-libs/gloox/gloox-1.0.28.ebuild
+++ b/net-libs/gloox/gloox-1.0.28.ebuild
@@ -53,7 +53,7 @@ src_install() {
 
 	if use examples; then
 		# unhide the libs directory
-		mv "${S}"/src/examples/.libs "${S}"/src/examples/libs
+		mv "${S}"/src/examples/.libs "${S}"/src/examples/libs || die
 
 		dodoc -r src/examples/
 	fi


^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2024-09-19  5:46 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-22 11:29 [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/ Lars Wendler
  -- strict thread matches above, loose matches on Subject: below --
2024-09-19  5:45 Joonas Niilola
2024-09-17  7:41 Joonas Niilola
2024-08-30  7:25 Joonas Niilola
2024-08-30  7:25 Joonas Niilola
2021-05-02 10:16 Mikle Kolyada
2020-10-10  7:11 Sam James
2020-10-10  7:10 Sam James
2020-09-05  0:35 Sam James
2019-08-28 15:48 Stefan Strogin
2019-03-24  0:59 Lars Wendler
2019-03-24  0:59 Lars Wendler
2018-05-20 23:26 Aaron Bauman
2018-05-16 19:33 Lars Wendler
2017-10-22  0:03 Andreas Sturmlechner
2017-02-28 14:59 Lars Wendler
2017-02-24 10:35 Lars Wendler
2017-02-24 10:35 Lars Wendler
2016-11-17 18:55 Lars Wendler
2016-11-17 18:55 Lars Wendler
2016-09-03  0:08 Lars Wendler
2016-09-03  0:08 Lars Wendler
2016-07-21  9:51 Lars Wendler
2016-07-21  9:51 Lars Wendler
2016-06-14 12:01 Lars Wendler
2016-06-14 12:01 Lars Wendler
2015-09-30 20:30 Julian Ospald
2015-08-26  0:53 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox