public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.16.2.ebuild ChangeLog
@ 2013-09-28 20:25 Pacho Ramos (pacho)
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2013-09-28 20:25 UTC (permalink / raw
  To: gentoo-commits

pacho       13/09/28 20:25:21

  Modified:             ChangeLog
  Added:                json-glib-0.16.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.52                 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	27 Aug 2013 21:30:07 -0000	1.51
+++ ChangeLog	28 Sep 2013 20:25:21 -0000	1.52
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.51 2013/08/27 21:30:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.52 2013/09/28 20:25:21 pacho Exp $
+
+*json-glib-0.16.2 (28 Sep 2013)
+
+  28 Sep 2013; Pacho Ramos <pacho@gentoo.org> +json-glib-0.16.2.ebuild:
+  Version bump
 
   27 Aug 2013; Alexis Ballier <aballier@gentoo.org> json-glib-0.16.0-r1.ebuild:
   keyword ~amd64-fbsd



1.1                  dev-libs/json-glib/json-glib-0.16.2.ebuild

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

Index: json-glib-0.16.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.1 2013/09/28 20:25:21 pacho Exp $

EAPI=5
GCONF_DEBUG=yes

inherit gnome2

DESCRIPTION="A library providing GLib serialization and deserialization support for the JSON format"
HOMEPAGE="https://wiki.gnome.org/JsonGlib"

LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="+introspection"

RDEPEND="
	>=dev-libs/glib-2.34.0:2
	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
"
DEPEND="${RDEPEND}
	>=dev-util/gtk-doc-am-1.13
	>=sys-devel/gettext-0.18
	virtual/pkgconfig
"

src_configure() {
	# Coverage support is useless, and causes runtime problems
	gnome2_src_configure \
		--disable-gcov \
		$(use_enable introspection)
}





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.16.2.ebuild ChangeLog
@ 2013-11-30 18:49 Pacho Ramos (pacho)
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2013-11-30 18:49 UTC (permalink / raw
  To: gentoo-commits

pacho       13/11/30 18:49:04

  Modified:             json-glib-0.16.2.ebuild ChangeLog
  Log:
  amd64 stable, bug #478252
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.2                  dev-libs/json-glib/json-glib-0.16.2.ebuild

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

Index: json-glib-0.16.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- json-glib-0.16.2.ebuild	28 Sep 2013 20:25:21 -0000	1.1
+++ json-glib-0.16.2.ebuild	30 Nov 2013 18:49:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.1 2013/09/28 20:25:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.2 2013/11/30 18:49:04 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+introspection"
 
 RDEPEND="



1.53                 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	28 Sep 2013 20:25:21 -0000	1.52
+++ ChangeLog	30 Nov 2013 18:49:04 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.52 2013/09/28 20:25:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.53 2013/11/30 18:49:04 pacho Exp $
+
+  30 Nov 2013; Pacho Ramos <pacho@gentoo.org> json-glib-0.16.2.ebuild:
+  amd64 stable, bug #478252
 
 *json-glib-0.16.2 (28 Sep 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.16.2.ebuild ChangeLog
@ 2013-12-08 18:00 Pacho Ramos (pacho)
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-08 18:00 UTC (permalink / raw
  To: gentoo-commits

pacho       13/12/08 18:00:59

  Modified:             json-glib-0.16.2.ebuild ChangeLog
  Log:
  x86 stable, bug #478252
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  dev-libs/json-glib/json-glib-0.16.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild?r1=1.2&r2=1.3

Index: json-glib-0.16.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- json-glib-0.16.2.ebuild	30 Nov 2013 18:49:04 -0000	1.2
+++ json-glib-0.16.2.ebuild	8 Dec 2013 18:00:59 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.2 2013/11/30 18:49:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.3 2013/12/08 18:00:59 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+introspection"
 
 RDEPEND="



1.54                 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	30 Nov 2013 18:49:04 -0000	1.53
+++ ChangeLog	8 Dec 2013 18:00:59 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.53 2013/11/30 18:49:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.54 2013/12/08 18:00:59 pacho Exp $
+
+  08 Dec 2013; Pacho Ramos <pacho@gentoo.org> json-glib-0.16.2.ebuild:
+  x86 stable, bug #478252
 
   30 Nov 2013; Pacho Ramos <pacho@gentoo.org> json-glib-0.16.2.ebuild:
   amd64 stable, bug #478252





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.16.2.ebuild ChangeLog
@ 2014-02-22 14:39 Pacho Ramos (pacho)
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2014-02-22 14:39 UTC (permalink / raw
  To: gentoo-commits

pacho       14/02/22 14:39:05

  Modified:             json-glib-0.16.2.ebuild ChangeLog
  Log:
  arch stable, bug 888
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.4                  dev-libs/json-glib/json-glib-0.16.2.ebuild

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

Index: json-glib-0.16.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- json-glib-0.16.2.ebuild	8 Dec 2013 18:00:59 -0000	1.3
+++ json-glib-0.16.2.ebuild	22 Feb 2014 14:39:05 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.3 2013/12/08 18:00:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.4 2014/02/22 14:39:05 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+introspection"
 
 RDEPEND="



1.55                 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	8 Dec 2013 18:00:59 -0000	1.54
+++ ChangeLog	22 Feb 2014 14:39:05 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.54 2013/12/08 18:00:59 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.55 2014/02/22 14:39:05 pacho Exp $
+
+  22 Feb 2014; Pacho Ramos <pacho@gentoo.org> json-glib-0.16.2.ebuild:
+  arch stable, bug 888
 
   08 Dec 2013; Pacho Ramos <pacho@gentoo.org> json-glib-0.16.2.ebuild:
   x86 stable, bug #478252





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.16.2.ebuild ChangeLog
@ 2014-02-22 21:15 Pacho Ramos (pacho)
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2014-02-22 21:15 UTC (permalink / raw
  To: gentoo-commits

pacho       14/02/22 21:15:11

  Modified:             json-glib-0.16.2.ebuild ChangeLog
  Log:
  Fix wrong commit, bug 502160
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.5                  dev-libs/json-glib/json-glib-0.16.2.ebuild

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

Index: json-glib-0.16.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- json-glib-0.16.2.ebuild	22 Feb 2014 14:39:05 -0000	1.4
+++ json-glib-0.16.2.ebuild	22 Feb 2014 21:15:11 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.4 2014/02/22 14:39:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.5 2014/02/22 21:15:11 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+introspection"
 
 RDEPEND="



1.56                 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	22 Feb 2014 14:39:05 -0000	1.55
+++ ChangeLog	22 Feb 2014 21:15:11 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.55 2014/02/22 14:39:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.56 2014/02/22 21:15:11 pacho Exp $
+
+  22 Feb 2014; Pacho Ramos <pacho@gentoo.org> json-glib-0.16.2.ebuild:
+  Fix wrong commit, bug 502160
 
   22 Feb 2014; Pacho Ramos <pacho@gentoo.org> json-glib-0.16.2.ebuild:
   arch stable, bug 888





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.16.2.ebuild ChangeLog
@ 2014-05-10 13:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-05-10 13:40 UTC (permalink / raw
  To: gentoo-commits

ago         14/05/10 13:40:02

  Modified:             json-glib-0.16.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-libs/json-glib/json-glib-0.16.2.ebuild

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

Index: json-glib-0.16.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- json-glib-0.16.2.ebuild	22 Feb 2014 21:15:11 -0000	1.5
+++ json-glib-0.16.2.ebuild	10 May 2014 13:40:02 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.5 2014/02/22 21:15:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.6 2014/05/10 13:40:02 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+introspection"
 
 RDEPEND="



1.59                 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	27 Apr 2014 16:22:55 -0000	1.58
+++ ChangeLog	10 May 2014 13:40:02 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.58 2014/04/27 16:22:55 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.59 2014/05/10 13:40:02 ago Exp $
+
+  10 May 2014; Agostino Sarubbo <ago@gentoo.org> json-glib-0.16.2.ebuild:
+  Stable for ppc, wrt bug #508862
 
 *json-glib-1.0.0 (27 Apr 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.16.2.ebuild ChangeLog
@ 2014-05-11  8:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-05-11  8:25 UTC (permalink / raw
  To: gentoo-commits

ago         14/05/11 08:25:43

  Modified:             json-glib-0.16.2.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-libs/json-glib/json-glib-0.16.2.ebuild

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

Index: json-glib-0.16.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- json-glib-0.16.2.ebuild	10 May 2014 13:40:02 -0000	1.6
+++ json-glib-0.16.2.ebuild	11 May 2014 08:25:43 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.6 2014/05/10 13:40:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.7 2014/05/11 08:25:43 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+introspection"
 
 RDEPEND="



1.60                 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	10 May 2014 13:40:02 -0000	1.59
+++ ChangeLog	11 May 2014 08:25:43 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.59 2014/05/10 13:40:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.60 2014/05/11 08:25:43 ago Exp $
+
+  11 May 2014; Agostino Sarubbo <ago@gentoo.org> json-glib-0.16.2.ebuild:
+  Stable for ppc64, wrt bug #508862
 
   10 May 2014; Agostino Sarubbo <ago@gentoo.org> json-glib-0.16.2.ebuild:
   Stable for ppc, wrt bug #508862





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.16.2.ebuild ChangeLog
@ 2014-05-13 15:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-05-13 15:15 UTC (permalink / raw
  To: gentoo-commits

ago         14/05/13 15:15:40

  Modified:             json-glib-0.16.2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-libs/json-glib/json-glib-0.16.2.ebuild

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

Index: json-glib-0.16.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- json-glib-0.16.2.ebuild	11 May 2014 08:25:43 -0000	1.7
+++ json-glib-0.16.2.ebuild	13 May 2014 15:15:40 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.7 2014/05/11 08:25:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.8 2014/05/13 15:15:40 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+introspection"
 
 RDEPEND="



1.61                 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	11 May 2014 08:25:43 -0000	1.60
+++ ChangeLog	13 May 2014 15:15:40 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.60 2014/05/11 08:25:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.61 2014/05/13 15:15:40 ago Exp $
+
+  13 May 2014; Agostino Sarubbo <ago@gentoo.org> json-glib-0.16.2.ebuild:
+  Stable for ia64, wrt bug #508862
 
   11 May 2014; Agostino Sarubbo <ago@gentoo.org> json-glib-0.16.2.ebuild:
   Stable for ppc64, wrt bug #508862





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.16.2.ebuild ChangeLog
@ 2014-05-14 16:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-05-14 16:15 UTC (permalink / raw
  To: gentoo-commits

ago         14/05/14 16:15:52

  Modified:             json-glib-0.16.2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-libs/json-glib/json-glib-0.16.2.ebuild

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

Index: json-glib-0.16.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- json-glib-0.16.2.ebuild	13 May 2014 15:15:40 -0000	1.8
+++ json-glib-0.16.2.ebuild	14 May 2014 16:15:52 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.8 2014/05/13 15:15:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.9 2014/05/14 16:15:52 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+introspection"
 
 RDEPEND="



1.62                 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	13 May 2014 15:15:40 -0000	1.61
+++ ChangeLog	14 May 2014 16:15:52 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.61 2014/05/13 15:15:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.62 2014/05/14 16:15:52 ago Exp $
+
+  14 May 2014; Agostino Sarubbo <ago@gentoo.org> json-glib-0.16.2.ebuild:
+  Stable for sparc, wrt bug #508862
 
   13 May 2014; Agostino Sarubbo <ago@gentoo.org> json-glib-0.16.2.ebuild:
   Stable for ia64, wrt bug #508862





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.16.2.ebuild ChangeLog
@ 2014-05-17 15:31 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-05-17 15:31 UTC (permalink / raw
  To: gentoo-commits

ago         14/05/17 15:31:09

  Modified:             json-glib-0.16.2.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #508862
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-libs/json-glib/json-glib-0.16.2.ebuild

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

Index: json-glib-0.16.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- json-glib-0.16.2.ebuild	14 May 2014 16:15:52 -0000	1.9
+++ json-glib-0.16.2.ebuild	17 May 2014 15:31:09 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.9 2014/05/14 16:15:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.16.2.ebuild,v 1.10 2014/05/17 15:31:09 ago Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+introspection"
 
 RDEPEND="



1.63                 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	14 May 2014 16:15:52 -0000	1.62
+++ ChangeLog	17 May 2014 15:31:09 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.62 2014/05/14 16:15:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.63 2014/05/17 15:31:09 ago Exp $
+
+  17 May 2014; Agostino Sarubbo <ago@gentoo.org> json-glib-0.16.2.ebuild:
+  Stable for alpha, wrt bug #508862
 
   14 May 2014; Agostino Sarubbo <ago@gentoo.org> json-glib-0.16.2.ebuild:
   Stable for sparc, wrt bug #508862





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

end of thread, other threads:[~2014-05-17 15:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-10 13:40 [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.16.2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-05-17 15:31 Agostino Sarubbo (ago)
2014-05-14 16:15 Agostino Sarubbo (ago)
2014-05-13 15:15 Agostino Sarubbo (ago)
2014-05-11  8:25 Agostino Sarubbo (ago)
2014-02-22 21:15 Pacho Ramos (pacho)
2014-02-22 14:39 Pacho Ramos (pacho)
2013-12-08 18:00 Pacho Ramos (pacho)
2013-11-30 18:49 Pacho Ramos (pacho)
2013-09-28 20:25 Pacho Ramos (pacho)

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