public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: ChangeLog json-glib-0.12.6.ebuild json-glib-0.13.4.ebuild
@ 2011-07-24 11:19 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2011-07-24 11:19 UTC (permalink / raw
  To: gentoo-commits

eva         11/07/24 11:19:34

  Modified:             ChangeLog json-glib-0.12.6.ebuild
  Added:                json-glib-0.13.4.ebuild
  Log:
  Add development release for testing purpose.
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	14 Jul 2011 10:10:30 -0000	1.20
+++ ChangeLog	24 Jul 2011 11:19:34 -0000	1.21
@@ -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.20 2011/07/14 10:10:30 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.21 2011/07/24 11:19:34 eva Exp $
+
+*json-glib-0.13.4 (24 Jul 2011)
+
+  24 Jul 2011; Gilles Dartiguelongue <eva@gentoo.org> json-glib-0.12.6.ebuild,
+  +json-glib-0.13.4.ebuild:
+  Add development release for testing purpose.
 
   14 Jul 2011; Thomas Kahle <tomka@gentoo.org> json-glib-0.12.4.ebuild:
   x86 stable per bug 369909



1.2                  dev-libs/json-glib/json-glib-0.12.6.ebuild

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

Index: json-glib-0.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- json-glib-0.12.6.ebuild	16 Jun 2011 07:44:43 -0000	1.1
+++ json-glib-0.12.6.ebuild	24 Jul 2011 11:19:34 -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/dev-libs/json-glib/json-glib-0.12.6.ebuild,v 1.1 2011/06/16 07:44:43 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.6.ebuild,v 1.2 2011/07/24 11:19:34 eva Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -25,6 +25,6 @@
 	DOCS="AUTHORS ChangeLog NEWS README"
 	# Coverage support is useless, and causes runtime problems
 	G2CONF="${G2CONF}
-		--disable-coverage
+		--disable-gcov
 		$(use_enable introspection)"
 }



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

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

Index: json-glib-0.13.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.13.4.ebuild,v 1.1 2011/07/24 11:19:34 eva Exp $

EAPI="4"
GCONF_DEBUG="yes"

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.26:2"
DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.9
	>=sys-devel/gettext-0.18
	doc? ( >=dev-util/gtk-doc-1.13 )
	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"

pkg_setup() {
	DOCS="ChangeLog NEWS README"
	# Coverage support is useless, and causes runtime problems
	G2CONF="${G2CONF}
		--disable-gcov
		$(use_enable introspection)"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: ChangeLog json-glib-0.12.6.ebuild json-glib-0.13.4.ebuild
@ 2011-10-04  5:21 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2011-10-04  5:21 UTC (permalink / raw
  To: gentoo-commits

jer         11/10/04 05:21:06

  Modified:             ChangeLog json-glib-0.12.6.ebuild
                        json-glib-0.13.4.ebuild
  Log:
  Marked ~hppa (bug #384683).
  
  (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	13 Aug 2011 16:48:13 -0000	1.22
+++ ChangeLog	4 Oct 2011 05:21:06 -0000	1.23
@@ -1,6 +1,10 @@
 # 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.22 2011/08/13 16:48:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.23 2011/10/04 05:21:06 jer Exp $
+
+  04 Oct 2011; Jeroen Roovers <jer@gentoo.org> json-glib-0.12.6.ebuild,
+  json-glib-0.13.4.ebuild:
+  Marked ~hppa (bug #384683).
 
   13 Aug 2011; Raúl Porcel <armin76@gentoo.org> json-glib-0.12.4.ebuild:
   alpha/ia64/sparc stable wrt #369909



1.3                  dev-libs/json-glib/json-glib-0.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.12.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.12.6.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.6.ebuild?r1=1.2&r2=1.3

Index: json-glib-0.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- json-glib-0.12.6.ebuild	24 Jul 2011 11:19:34 -0000	1.2
+++ json-glib-0.12.6.ebuild	4 Oct 2011 05:21:06 -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.6.ebuild,v 1.2 2011/07/24 11:19:34 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.6.ebuild,v 1.3 2011/10/04 05:21:06 jer Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc +introspection"
 
 RDEPEND=">=dev-libs/glib-2.16:2"



1.2                  dev-libs/json-glib/json-glib-0.13.4.ebuild

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

Index: json-glib-0.13.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.13.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- json-glib-0.13.4.ebuild	24 Jul 2011 11:19:34 -0000	1.1
+++ json-glib-0.13.4.ebuild	4 Oct 2011 05:21:06 -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/dev-libs/json-glib/json-glib-0.13.4.ebuild,v 1.1 2011/07/24 11:19:34 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.13.4.ebuild,v 1.2 2011/10/04 05:21:06 jer Exp $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc +introspection"
 
 RDEPEND=">=dev-libs/glib-2.26:2"






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: ChangeLog json-glib-0.12.6.ebuild json-glib-0.13.4.ebuild
@ 2011-10-10 16:29 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-10 16:29 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/10 16:29:30

  Modified:             ChangeLog json-glib-0.12.6.ebuild
                        json-glib-0.13.4.ebuild
  Log:
  Remove useless libtool archive libjson-glib-1.0.la with GNOME2_LA_PUNT=yes
  
  (Portage version: 2.2.0_alpha64/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	4 Oct 2011 05:21:06 -0000	1.23
+++ ChangeLog	10 Oct 2011 16:29:30 -0000	1.24
@@ -1,6 +1,10 @@
 # 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.23 2011/10/04 05:21:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.24 2011/10/10 16:29:30 ssuominen Exp $
+
+  10 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> json-glib-0.12.6.ebuild,
+  json-glib-0.13.4.ebuild:
+  Remove useless libtool archive libjson-glib-1.0.la with GNOME2_LA_PUNT=yes
 
   04 Oct 2011; Jeroen Roovers <jer@gentoo.org> json-glib-0.12.6.ebuild,
   json-glib-0.13.4.ebuild:



1.4                  dev-libs/json-glib/json-glib-0.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.12.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.12.6.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.6.ebuild?r1=1.3&r2=1.4

Index: json-glib-0.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- json-glib-0.12.6.ebuild	4 Oct 2011 05:21:06 -0000	1.3
+++ json-glib-0.12.6.ebuild	10 Oct 2011 16:29:30 -0000	1.4
@@ -1,9 +1,10 @@
 # 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.6.ebuild,v 1.3 2011/10/04 05:21:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.12.6.ebuild,v 1.4 2011/10/10 16:29:30 ssuominen Exp $
 
-EAPI="4"
-GCONF_DEBUG="yes"
+EAPI=4
+GCONF_DEBUG=yes
+GNOME2_LA_PUNT=yes
 
 inherit gnome2
 
@@ -17,7 +18,7 @@
 
 RDEPEND=">=dev-libs/glib-2.16:2"
 DEPEND="${RDEPEND}
-	>=dev-util/pkgconfig-0.9
+	dev-util/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1.13 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
 



1.3                  dev-libs/json-glib/json-glib-0.13.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.13.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-glib/json-glib-0.13.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.13.4.ebuild?r1=1.2&r2=1.3

Index: json-glib-0.13.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.13.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- json-glib-0.13.4.ebuild	4 Oct 2011 05:21:06 -0000	1.2
+++ json-glib-0.13.4.ebuild	10 Oct 2011 16:29:30 -0000	1.3
@@ -1,9 +1,10 @@
 # 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.13.4.ebuild,v 1.2 2011/10/04 05:21:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.13.4.ebuild,v 1.3 2011/10/10 16:29:30 ssuominen Exp $
 
-EAPI="4"
-GCONF_DEBUG="yes"
+EAPI=4
+GCONF_DEBUG=yes
+GNOME2_LA_PUNT=yes
 
 inherit gnome2
 
@@ -17,7 +18,7 @@
 
 RDEPEND=">=dev-libs/glib-2.26:2"
 DEPEND="${RDEPEND}
-	>=dev-util/pkgconfig-0.9
+	dev-util/pkgconfig
 	>=sys-devel/gettext-0.18
 	doc? ( >=dev-util/gtk-doc-1.13 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"






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

end of thread, other threads:[~2011-10-10 16:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 16:29 [gentoo-commits] gentoo-x86 commit in dev-libs/json-glib: ChangeLog json-glib-0.12.6.ebuild json-glib-0.13.4.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-04  5:21 Jeroen Roovers (jer)
2011-07-24 11:19 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