public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/ucommon: ChangeLog ucommon-5.2.2-r3.ebuild
@ 2012-10-21 13:23 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-10-21 13:23 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/10/21 13:23:53

  Modified:             ChangeLog ucommon-5.2.2-r3.ebuild
  Log:
  Fix for bug #438354, thanks to Anthony Basile
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  dev-libs/ucommon/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	16 Oct 2012 02:38:01 -0000	1.8
+++ ChangeLog	21 Oct 2012 13:23:53 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/ucommon
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v 1.8 2012/10/16 02:38:01 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v 1.9 2012/10/21 13:23:53 pinkbyte Exp $
+
+  21 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> ucommon-5.2.2-r3.ebuild:
+  Fix for bug #438354, thanks to Anthony Basile
 
   16 Oct 2012; Anthony G. Basile <blueness@gentoo.org> ucommon-5.2.2-r3.ebuild:
   stable ppc ppc64, bug #438284



1.4                  dev-libs/ucommon/ucommon-5.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild?r1=1.3&r2=1.4

Index: ucommon-5.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ucommon-5.2.2-r3.ebuild	16 Oct 2012 02:38:01 -0000	1.3
+++ ucommon-5.2.2-r3.ebuild	21 Oct 2012 13:23:53 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v 1.3 2012/10/16 02:38:01 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v 1.4 2012/10/21 13:23:53 pinkbyte Exp $
 
 EAPI="4"
 
@@ -15,7 +15,8 @@
 KEYWORDS="~amd64 ppc ppc64 ~x86 ~amd64-linux"
 IUSE="doc static-libs socks +cxx debug ssl gnutls"
 
-RDEPEND="ssl? ( dev-libs/openssl )"
+RDEPEND="ssl? ( dev-libs/openssl )
+	gnutls? ( net-libs/gnutls )"
 
 DEPEND="virtual/pkgconfig
 	doc? ( app-doc/doxygen )
@@ -26,6 +27,8 @@
 		  "${FILESDIR}/${P}-address.patch")
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
+REQUIRED_USE="^^ ( ssl gnutls )"
+
 src_configure() {
 	local myconf=""
 	if ! use ssl && ! use gnutls; then
@@ -34,6 +37,12 @@
 
 	if use ssl; then
 		myconf=" --with-sslstack=ssl "
+		ewarn "Using openssl for ssl stack"
+	fi
+
+	if use gnutls; then
+		myconf=" --with-sslstack=gnu "
+		ewarn "Using gnutls for ssl stack"
 	fi
 
 	local myeconfargs=(





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/ucommon: ChangeLog ucommon-5.2.2-r3.ebuild
@ 2012-11-02 17:04 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-11-02 17:04 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/11/02 17:04:04

  Modified:             ChangeLog ucommon-5.2.2-r3.ebuild
  Log:
  Add workaround for USE="gnutls" dependencies by locking it on gnutls[-nettle]
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.12                 dev-libs/ucommon/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	25 Oct 2012 02:56:11 -0000	1.11
+++ ChangeLog	2 Nov 2012 17:04:04 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/ucommon
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v 1.11 2012/10/25 02:56:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v 1.12 2012/11/02 17:04:04 pinkbyte Exp $
+
+  02 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> ucommon-5.2.2-r3.ebuild:
+  Add workaround for USE="gnutls" dependencies by locking it on gnutls[-nettle]
 
   25 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml,
   ucommon-5.2.2-r3.ebuild:



1.7                  dev-libs/ucommon/ucommon-5.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild?r1=1.6&r2=1.7

Index: ucommon-5.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ucommon-5.2.2-r3.ebuild	25 Oct 2012 02:56:11 -0000	1.6
+++ ucommon-5.2.2-r3.ebuild	2 Nov 2012 17:04:04 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v 1.6 2012/10/25 02:56:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v 1.7 2012/11/02 17:04:04 pinkbyte Exp $
 
 EAPI="4"
 
@@ -17,7 +17,10 @@
 
 RDEPEND="ssl? (
 		!gnutls? ( dev-libs/openssl )
-		gnutls? ( net-libs/gnutls )
+		gnutls? (
+			net-libs/gnutls[-nettle]
+			dev-libs/libgcrypt
+		)
 	)"
 
 DEPEND="virtual/pkgconfig





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/ucommon: ChangeLog ucommon-5.2.2-r3.ebuild
@ 2012-11-22 10:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-22 10:06 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/22 10:06:14

  Modified:             ChangeLog ucommon-5.2.2-r3.ebuild
  Log:
  Stable for x86, tested by Vincent Olivert Riera <peratu@carrosses.com>, wrt bug #438284
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.13                 dev-libs/ucommon/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	2 Nov 2012 17:04:04 -0000	1.12
+++ ChangeLog	22 Nov 2012 10:06:14 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/ucommon
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v 1.12 2012/11/02 17:04:04 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v 1.13 2012/11/22 10:06:14 ago Exp $
+
+  22 Nov 2012; Agostino Sarubbo <ago@gentoo.org> ucommon-5.2.2-r3.ebuild:
+  Stable for x86, tested by Vincent Olivert Riera <peratu@carrosses.com>, wrt
+  bug #438284
 
   02 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> ucommon-5.2.2-r3.ebuild:
   Add workaround for USE="gnutls" dependencies by locking it on gnutls[-nettle]



1.8                  dev-libs/ucommon/ucommon-5.2.2-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild?r1=1.7&r2=1.8

Index: ucommon-5.2.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ucommon-5.2.2-r3.ebuild	2 Nov 2012 17:04:04 -0000	1.7
+++ ucommon-5.2.2-r3.ebuild	22 Nov 2012 10:06:14 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v 1.7 2012/11/02 17:04:04 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v 1.8 2012/11/22 10:06:14 ago Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux"
 IUSE="doc static-libs socks +cxx debug ssl gnutls"
 
 RDEPEND="ssl? (





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

end of thread, other threads:[~2012-11-22 10:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 10:06 [gentoo-commits] gentoo-x86 commit in dev-libs/ucommon: ChangeLog ucommon-5.2.2-r3.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-02 17:04 Sergey Popov (pinkbyte)
2012-10-21 13:23 Sergey Popov (pinkbyte)

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