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.12.4.ebuild ChangeLog
@ 2011-04-12 22:29 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 4+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-04-12 22:29 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/04/12 22:29:15

  Modified:             ChangeLog
  Added:                json-glib-0.12.4.ebuild
  Log:
  Bump to 0.12.4, remove coverage support
  
  (Portage version: 2.1.9.45/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	26 Feb 2011 18:40:29 -0000	1.15
+++ ChangeLog	12 Apr 2011 22:29:15 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.15 2011/02/26 18:40:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.16 2011/04/12 22:29:15 nirbheek Exp $
+
+*json-glib-0.12.4 (12 Apr 2011)
+
+  12 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  +json-glib-0.12.4.ebuild:
+  Bump to 0.12.4, remove coverage support
 
   26 Feb 2011; Raúl Porcel <armin76@gentoo.org> json-glib-0.10.2.ebuild:
   alpha/ia64 stable wrt #327053



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

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

Index: json-glib-0.12.4.ebuild
===================================================================
# Copyright 1999-2011 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.12.4.ebuild,v 1.1 2011/04/12 22:29:15 nirbheek Exp $

EAPI="2"

inherit gnome2

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

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc +introspection"

RDEPEND=">=dev-libs/glib-2.16"
DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.9
	doc? ( >=dev-util/gtk-doc-1.13 )
	introspection? ( >=dev-libs/gobject-introspection-0.6.5 )"

DOCS="AUTHORS ChangeLog NEWS README"

pkg_setup() {
	# Coverage support is useless, and causes runtime problems
	G2CONF="${G2CONF}
		--disable-coverage
		$(use_enable introspection)"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.12.4.ebuild ChangeLog
@ 2011-07-01 21:07 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-07-01 21:07 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/07/01 21:07:46

  Modified:             json-glib-0.12.4.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #278255
  
  (Portage version: 2.2.0_alpha42/cvs/Linux x86_64)

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

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

Index: json-glib-0.12.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- json-glib-0.12.4.ebuild	14 Apr 2011 21:11:37 -0000	1.2
+++ json-glib-0.12.4.ebuild	1 Jul 2011 21:07:46 -0000	1.3
@@ -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/dev-libs/json-glib/json-glib-0.12.4.ebuild,v 1.2 2011/04/14 21:11:37 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.4.ebuild,v 1.3 2011/07/01 21:07:46 hwoarang Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc +introspection"
 
 RDEPEND=">=dev-libs/glib-2.16:2"



1.19                 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	16 Jun 2011 07:44:43 -0000	1.18
+++ ChangeLog	1 Jul 2011 21:07:46 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.18 2011/06/16 07:44:43 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.19 2011/07/01 21:07:46 hwoarang Exp $
+
+  01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> json-glib-0.12.4.ebuild:
+  Stable on amd64 wrt bug #278255
 
 *json-glib-0.12.6 (16 Jun 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.12.4.ebuild ChangeLog
@ 2011-07-14 10:10 Thomas Kahle (tomka)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2011-07-14 10:10 UTC (permalink / raw
  To: gentoo-commits

tomka       11/07/14 10:10:31

  Modified:             json-glib-0.12.4.ebuild ChangeLog
  Log:
  x86 stable per bug 369909
  
  (Portage version: 2.1.10.4/cvs/Linux i686)

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

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

Index: json-glib-0.12.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- json-glib-0.12.4.ebuild	1 Jul 2011 21:07:46 -0000	1.3
+++ json-glib-0.12.4.ebuild	14 Jul 2011 10:10:30 -0000	1.4
@@ -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/dev-libs/json-glib/json-glib-0.12.4.ebuild,v 1.3 2011/07/01 21:07:46 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.4.ebuild,v 1.4 2011/07/14 10:10:30 tomka Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="doc +introspection"
 
 RDEPEND=">=dev-libs/glib-2.16:2"



1.20                 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	1 Jul 2011 21:07:46 -0000	1.19
+++ ChangeLog	14 Jul 2011 10:10:30 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.19 2011/07/01 21:07:46 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.20 2011/07/14 10:10:30 tomka Exp $
+
+  14 Jul 2011; Thomas Kahle <tomka@gentoo.org> json-glib-0.12.4.ebuild:
+  x86 stable per bug 369909
 
   01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> json-glib-0.12.4.ebuild:
   Stable on amd64 wrt bug #278255






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.12.4.ebuild ChangeLog
@ 2011-08-13 16:48 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2011-08-13 16:48 UTC (permalink / raw
  To: gentoo-commits

armin76     11/08/13 16:48:13

  Modified:             json-glib-0.12.4.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #369909
  
  (Portage version: 2.1.10.7/cvs/Linux ia64)

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

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

Index: json-glib-0.12.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- json-glib-0.12.4.ebuild	14 Jul 2011 10:10:30 -0000	1.4
+++ json-glib-0.12.4.ebuild	13 Aug 2011 16:48:13 -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/dev-libs/json-glib/json-glib-0.12.4.ebuild,v 1.4 2011/07/14 10:10:30 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.4.ebuild,v 1.5 2011/08/13 16:48:13 armin76 Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
 IUSE="doc +introspection"
 
 RDEPEND=">=dev-libs/glib-2.16:2"



1.22                 dev-libs/json-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	24 Jul 2011 11:19:34 -0000	1.21
+++ ChangeLog	13 Aug 2011 16:48:13 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-glib
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.21 2011/07/24 11:19:34 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.22 2011/08/13 16:48:13 armin76 Exp $
+
+  13 Aug 2011; Raúl Porcel <armin76@gentoo.org> json-glib-0.12.4.ebuild:
+  alpha/ia64/sparc stable wrt #369909
 
 *json-glib-0.13.4 (24 Jul 2011)
 






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

end of thread, other threads:[~2011-08-13 16:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-13 16:48 [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: json-glib-0.12.4.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-14 10:10 Thomas Kahle (tomka)
2011-07-01 21:07 Markos Chandras (hwoarang)
2011-04-12 22:29 Nirbheek Chauhan (nirbheek)

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