public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.28.7.ebuild
@ 2011-05-25  1:50 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2011-05-25  1:50 UTC (permalink / raw
  To: gentoo-commits

eva         11/05/25 01:50:57

  Modified:             ChangeLog
  Added:                glib-networking-2.28.7.ebuild
  Log:
  Version bump, thread-safety fixes.
  
  (Portage version: 2.2.0_alpha34/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-libs/glib-networking/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	3 May 2011 15:50:52 -0000	1.4
+++ ChangeLog	25 May 2011 01:50:57 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/glib-networking
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.4 2011/05/03 15:50:52 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.5 2011/05/25 01:50:57 eva Exp $
+
+*glib-networking-2.28.7 (25 May 2011)
+
+  25 May 2011; Gilles Dartiguelongue <eva@gentoo.org>
+  +glib-networking-2.28.7.ebuild:
+  Version bump, thread-safety fixes.
 
   03 May 2011; Jeremy Olexa <darkside@gentoo.org>
   glib-networking-2.28.6.1.ebuild:



1.1                  net-libs/glib-networking/glib-networking-2.28.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.1&content-type=text/plain

Index: glib-networking-2.28.7.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.1 2011/05/25 01:50:57 eva Exp $

EAPI="3"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"

inherit gnome2

DESCRIPTION="Network-related giomodules for glib"
HOMEPAGE="http://git.gnome.org/browse/glib-networking/"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="+gnome +libproxy +ssl"

RDEPEND=">=dev-libs/glib-2.27.90:2
	gnome? ( gnome-base/gsettings-desktop-schemas )
	libproxy? ( >=net-libs/libproxy-0.3.1 )
	ssl? ( >=net-libs/gnutls-2.1.7 )
"
DEPEND="${RDEPEND}
	>=dev-util/intltool-0.35.0
	>=dev-util/pkgconfig-0.9
	sys-devel/gettext"

pkg_setup() {
	# AUTHORS, ChangeLog are empty
	DOCS="NEWS README"
	G2CONF="${G2CONF}
		--disable-static
		--disable-maintainer-mode
		--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
		$(use_with gnome gnome-proxy)
		$(use_with libproxy)
		$(use_with ssl gnutls)"
}






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

* [gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.28.7.ebuild
@ 2011-05-26 21:25 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2011-05-26 21:25 UTC (permalink / raw
  To: gentoo-commits

maekke      11/05/26 21:25:41

  Modified:             ChangeLog glib-networking-2.28.7.ebuild
  Log:
  also keyword latest version on arm
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-libs/glib-networking/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	26 May 2011 21:20:07 -0000	1.6
+++ ChangeLog	26 May 2011 21:25:41 -0000	1.7
@@ -1,9 +1,9 @@
 # ChangeLog for net-libs/glib-networking
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.6 2011/05/26 21:20:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.7 2011/05/26 21:25:41 maekke Exp $
 
   26 May 2011; Markus Meier <maekke@gentoo.org>
-  glib-networking-2.28.6.1.ebuild:
+  glib-networking-2.28.6.1.ebuild, glib-networking-2.28.7.ebuild:
   add ~arm, bug #365331
 
 *glib-networking-2.28.7 (25 May 2011)



1.2                  net-libs/glib-networking/glib-networking-2.28.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?r1=1.1&r2=1.2

Index: glib-networking-2.28.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glib-networking-2.28.7.ebuild	25 May 2011 01:50:57 -0000	1.1
+++ glib-networking-2.28.7.ebuild	26 May 2011 21:25:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.1 2011/05/25 01:50:57 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.2 2011/05/26 21:25:41 maekke Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="+gnome +libproxy +ssl"
 
 RDEPEND=">=dev-libs/glib-2.27.90:2






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

* [gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.28.7.ebuild
@ 2011-07-07  5:43 Alexis Ballier (aballier)
  0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-07  5:43 UTC (permalink / raw
  To: gentoo-commits

aballier    11/07/07 05:43:05

  Modified:             ChangeLog glib-networking-2.28.7.ebuild
  Log:
  keyword ~x86-fbsd, bug #365331
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 net-libs/glib-networking/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	11 Jun 2011 15:57:28 -0000	1.9
+++ ChangeLog	7 Jul 2011 05:43:05 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/glib-networking
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.9 2011/06/11 15:57:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.10 2011/07/07 05:43:05 aballier Exp $
+
+  07 Jul 2011; Alexis Ballier <aballier@gentoo.org>
+  glib-networking-2.28.7.ebuild:
+  keyword ~x86-fbsd, bug #365331
 
   11 Jun 2011; Raúl Porcel <armin76@gentoo.org> glib-networking-2.28.5.ebuild,
   glib-networking-2.28.6.1.ebuild, glib-networking-2.28.7.ebuild:



1.5                  net-libs/glib-networking/glib-networking-2.28.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?r1=1.4&r2=1.5

Index: glib-networking-2.28.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glib-networking-2.28.7.ebuild	11 Jun 2011 15:57:28 -0000	1.4
+++ glib-networking-2.28.7.ebuild	7 Jul 2011 05:43:05 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.4 2011/06/11 15:57:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.5 2011/07/07 05:43:05 aballier Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="+gnome +libproxy +ssl"
 
 RDEPEND=">=dev-libs/glib-2.27.90:2






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

* [gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.28.7.ebuild
@ 2011-07-10 23:50 Matt Turner (mattst88)
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Turner (mattst88) @ 2011-07-10 23:50 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/07/10 23:50:31

  Modified:             ChangeLog glib-networking-2.28.7.ebuild
  Log:
  Added ~mips, bug 365331
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 net-libs/glib-networking/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	7 Jul 2011 05:43:05 -0000	1.10
+++ ChangeLog	10 Jul 2011 23:50:31 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/glib-networking
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.10 2011/07/07 05:43:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.11 2011/07/10 23:50:31 mattst88 Exp $
+
+  10 Jul 2011; Matt Turner <mattst88@gentoo.org> glib-networking-2.28.7.ebuild:
+  Added ~mips, bug 365331
 
   07 Jul 2011; Alexis Ballier <aballier@gentoo.org>
   glib-networking-2.28.7.ebuild:



1.6                  net-libs/glib-networking/glib-networking-2.28.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?r1=1.5&r2=1.6

Index: glib-networking-2.28.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glib-networking-2.28.7.ebuild	7 Jul 2011 05:43:05 -0000	1.5
+++ glib-networking-2.28.7.ebuild	10 Jul 2011 23:50:31 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.5 2011/07/07 05:43:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.6 2011/07/10 23:50:31 mattst88 Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="+gnome +libproxy +ssl"
 
 RDEPEND=">=dev-libs/glib-2.27.90:2






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

* [gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.28.7.ebuild
@ 2011-07-15 11:07 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 10+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-15 11:07 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/15 11:07:22

  Modified:             ChangeLog glib-networking-2.28.7.ebuild
  Log:
  Marked ~ppc/~ppc64 wrt #365331
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 net-libs/glib-networking/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	10 Jul 2011 23:50:31 -0000	1.11
+++ ChangeLog	15 Jul 2011 11:07:22 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/glib-networking
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.11 2011/07/10 23:50:31 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.12 2011/07/15 11:07:22 xarthisius Exp $
+
+  15 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  glib-networking-2.28.7.ebuild:
+  Marked ~ppc/~ppc64 wrt #365331
 
   10 Jul 2011; Matt Turner <mattst88@gentoo.org> glib-networking-2.28.7.ebuild:
   Added ~mips, bug 365331



1.7                  net-libs/glib-networking/glib-networking-2.28.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?r1=1.6&r2=1.7

Index: glib-networking-2.28.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- glib-networking-2.28.7.ebuild	10 Jul 2011 23:50:31 -0000	1.6
+++ glib-networking-2.28.7.ebuild	15 Jul 2011 11:07:22 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.6 2011/07/10 23:50:31 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.7 2011/07/15 11:07:22 xarthisius Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="+gnome +libproxy +ssl"
 
 RDEPEND=">=dev-libs/glib-2.27.90:2






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

* [gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.28.7.ebuild
@ 2011-09-04 20:11 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 10+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-09-04 20:11 UTC (permalink / raw
  To: gentoo-commits

chainsaw    11/09/04 20:11:28

  Modified:             ChangeLog glib-networking-2.28.7.ebuild
  Log:
  Marked stable as a dependency of net-libs/libsoup-2.34.3 based on arch testing by Agostino "ago" Sarubbo in bug #376793 filed by Pacho Ramos.
  
  (Portage version: 2.1.10.13/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 net-libs/glib-networking/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	28 Jul 2011 18:35:49 -0000	1.13
+++ ChangeLog	4 Sep 2011 20:11:28 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/glib-networking
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.13 2011/07/28 18:35:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.14 2011/09/04 20:11:28 chainsaw Exp $
+
+  04 Sep 2011; Tony Vroon <chainsaw@gentoo.org> glib-networking-2.28.7.ebuild:
+  Marked stable as a dependency of net-libs/libsoup-2.34.3 based on arch
+  testing by Agostino "ago" Sarubbo in bug #376793 filed by Pacho Ramos.
 
   28 Jul 2011; Pacho Ramos <pacho@gentoo.org> -glib-networking-2.28.5.ebuild,
   -glib-networking-2.28.6.1.ebuild, glib-networking-2.28.7.ebuild:



1.9                  net-libs/glib-networking/glib-networking-2.28.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?r1=1.8&r2=1.9

Index: glib-networking-2.28.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- glib-networking-2.28.7.ebuild	28 Jul 2011 18:35:49 -0000	1.8
+++ glib-networking-2.28.7.ebuild	4 Sep 2011 20:11:28 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.8 2011/07/28 18:35:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.9 2011/09/04 20:11:28 chainsaw Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="+gnome +libproxy +ssl"
 
 RDEPEND=">=dev-libs/glib-2.27.90:2






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

* [gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.28.7.ebuild
@ 2011-09-04 21:06 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2011-09-04 21:06 UTC (permalink / raw
  To: gentoo-commits

maekke      11/09/04 21:06:09

  Modified:             ChangeLog glib-networking-2.28.7.ebuild
  Log:
  arm/x86 stable, bug #376793
  
  (Portage version: 2.1.10.12/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 net-libs/glib-networking/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	4 Sep 2011 20:11:28 -0000	1.14
+++ ChangeLog	4 Sep 2011 21:06:09 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/glib-networking
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.14 2011/09/04 20:11:28 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.15 2011/09/04 21:06:09 maekke Exp $
+
+  04 Sep 2011; Markus Meier <maekke@gentoo.org> glib-networking-2.28.7.ebuild:
+  arm/x86 stable, bug #376793
 
   04 Sep 2011; Tony Vroon <chainsaw@gentoo.org> glib-networking-2.28.7.ebuild:
   Marked stable as a dependency of net-libs/libsoup-2.34.3 based on arch



1.10                 net-libs/glib-networking/glib-networking-2.28.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?r1=1.9&r2=1.10

Index: glib-networking-2.28.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- glib-networking-2.28.7.ebuild	4 Sep 2011 20:11:28 -0000	1.9
+++ glib-networking-2.28.7.ebuild	4 Sep 2011 21:06:09 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.9 2011/09/04 20:11:28 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.10 2011/09/04 21:06:09 maekke Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="+gnome +libproxy +ssl"
 
 RDEPEND=">=dev-libs/glib-2.27.90:2






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

* [gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.28.7.ebuild
@ 2011-09-09 14:30 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2011-09-09 14:30 UTC (permalink / raw
  To: gentoo-commits

jer         11/09/09 14:30:00

  Modified:             ChangeLog glib-networking-2.28.7.ebuild
  Log:
  Stable for HPPA (bug #376793).
  
  (Portage version: 2.2.0_alpha54/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 net-libs/glib-networking/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	4 Sep 2011 21:06:09 -0000	1.15
+++ ChangeLog	9 Sep 2011 14:30:00 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/glib-networking
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.15 2011/09/04 21:06:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.16 2011/09/09 14:30:00 jer Exp $
+
+  09 Sep 2011; Jeroen Roovers <jer@gentoo.org> glib-networking-2.28.7.ebuild:
+  Stable for HPPA (bug #376793).
 
   04 Sep 2011; Markus Meier <maekke@gentoo.org> glib-networking-2.28.7.ebuild:
   arm/x86 stable, bug #376793



1.11                 net-libs/glib-networking/glib-networking-2.28.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?r1=1.10&r2=1.11

Index: glib-networking-2.28.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- glib-networking-2.28.7.ebuild	4 Sep 2011 21:06:09 -0000	1.10
+++ glib-networking-2.28.7.ebuild	9 Sep 2011 14:30:00 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.10 2011/09/04 21:06:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.11 2011/09/09 14:30:00 jer Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="+gnome +libproxy +ssl"
 
 RDEPEND=">=dev-libs/glib-2.27.90:2






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

* [gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.28.7.ebuild
@ 2011-09-12 14:53 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 10+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-09-12 14:53 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/09/12 14:53:21

  Modified:             ChangeLog glib-networking-2.28.7.ebuild
  Log:
  ppc/ppc64 stable wrt #376793
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 net-libs/glib-networking/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	9 Sep 2011 14:30:00 -0000	1.16
+++ ChangeLog	12 Sep 2011 14:53:21 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/glib-networking
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.16 2011/09/09 14:30:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.17 2011/09/12 14:53:21 xarthisius Exp $
+
+  12 Sep 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  glib-networking-2.28.7.ebuild:
+  ppc/ppc64 stable wrt #376793
 
   09 Sep 2011; Jeroen Roovers <jer@gentoo.org> glib-networking-2.28.7.ebuild:
   Stable for HPPA (bug #376793).



1.12                 net-libs/glib-networking/glib-networking-2.28.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?r1=1.11&r2=1.12

Index: glib-networking-2.28.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- glib-networking-2.28.7.ebuild	9 Sep 2011 14:30:00 -0000	1.11
+++ glib-networking-2.28.7.ebuild	12 Sep 2011 14:53:21 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.11 2011/09/09 14:30:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.12 2011/09/12 14:53:21 xarthisius Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="+gnome +libproxy +ssl"
 
 RDEPEND=">=dev-libs/glib-2.27.90:2






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

* [gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.28.7.ebuild
@ 2011-09-18 11:33 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2011-09-18 11:33 UTC (permalink / raw
  To: gentoo-commits

armin76     11/09/18 11:33:36

  Modified:             ChangeLog glib-networking-2.28.7.ebuild
  Log:
  alpha/ia64/sh/sparc stable wrt #376793
  
  (Portage version: 2.1.10.11/cvs/Linux ia64)

Revision  Changes    Path
1.18                 net-libs/glib-networking/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	12 Sep 2011 14:53:21 -0000	1.17
+++ ChangeLog	18 Sep 2011 11:33:35 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/glib-networking
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.17 2011/09/12 14:53:21 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/ChangeLog,v 1.18 2011/09/18 11:33:35 armin76 Exp $
+
+  18 Sep 2011; Raúl Porcel <armin76@gentoo.org> glib-networking-2.28.7.ebuild:
+  alpha/ia64/sh/sparc stable wrt #376793
 
   12 Sep 2011; Kacper Kowalik <xarthisius@gentoo.org>
   glib-networking-2.28.7.ebuild:



1.13                 net-libs/glib-networking/glib-networking-2.28.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild?r1=1.12&r2=1.13

Index: glib-networking-2.28.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- glib-networking-2.28.7.ebuild	12 Sep 2011 14:53:21 -0000	1.12
+++ glib-networking-2.28.7.ebuild	18 Sep 2011 11:33:35 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.12 2011/09/12 14:53:21 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.28.7.ebuild,v 1.13 2011/09/18 11:33:35 armin76 Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="+gnome +libproxy +ssl"
 
 RDEPEND=">=dev-libs/glib-2.27.90:2






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

end of thread, other threads:[~2011-09-18 11:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15 11:07 [gentoo-commits] gentoo-x86 commit in net-libs/glib-networking: ChangeLog glib-networking-2.28.7.ebuild Kacper Kowalik (xarthisius)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-18 11:33 Raul Porcel (armin76)
2011-09-12 14:53 Kacper Kowalik (xarthisius)
2011-09-09 14:30 Jeroen Roovers (jer)
2011-09-04 21:06 Markus Meier (maekke)
2011-09-04 20:11 Tony Vroon (chainsaw)
2011-07-10 23:50 Matt Turner (mattst88)
2011-07-07  5:43 Alexis Ballier (aballier)
2011-05-26 21:25 Markus Meier (maekke)
2011-05-25  1:50 Gilles Dartiguelongue (eva)

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