diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-06-16 07:44:43 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-06-16 07:44:43 +0000 |
commit | b7bd0ec162909d3a24a44982ca56a1e2360edea4 (patch) | |
tree | 2d0d279053ec17cdeec36e2185cddbaddbce9e4a /dev-libs/json-glib | |
parent | Fix gnome.org.eclass for unset EAPI (EAPI=0) (diff) | |
download | gentoo-2-b7bd0ec162909d3a24a44982ca56a1e2360edea4.tar.gz gentoo-2-b7bd0ec162909d3a24a44982ca56a1e2360edea4.tar.bz2 gentoo-2-b7bd0ec162909d3a24a44982ca56a1e2360edea4.zip |
Bump to 0.12.6, remove old
(Portage version: 2.2.0_alpha39_p14/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/json-glib')
-rw-r--r-- | dev-libs/json-glib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/json-glib/json-glib-0.12.6.ebuild (renamed from dev-libs/json-glib/json-glib-0.12.2.ebuild) | 20 |
2 files changed, 17 insertions, 11 deletions
diff --git a/dev-libs/json-glib/ChangeLog b/dev-libs/json-glib/ChangeLog index a7ff36b82758..19c2f748a3af 100644 --- a/dev-libs/json-glib/ChangeLog +++ b/dev-libs/json-glib/ChangeLog @@ -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.17 2011/04/14 21:11:37 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/ChangeLog,v 1.18 2011/06/16 07:44:43 nirbheek Exp $ + +*json-glib-0.12.6 (16 Jun 2011) + + 16 Jun 2011; Nirbheek Chauhan <nirbheek@gentoo.org> -json-glib-0.12.2.ebuild, + +json-glib-0.12.6.ebuild: + Bump to 0.12.6, remove old 14 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org> -json-glib-0.7.6.ebuild, -json-glib-0.8.2.ebuild, -json-glib-0.12.0.ebuild, json-glib-0.12.4.ebuild: diff --git a/dev-libs/json-glib/json-glib-0.12.2.ebuild b/dev-libs/json-glib/json-glib-0.12.6.ebuild index 193cc268747a..0d29a2709c8d 100644 --- a/dev-libs/json-glib/json-glib-0.12.2.ebuild +++ b/dev-libs/json-glib/json-glib-0.12.6.ebuild @@ -1,10 +1,11 @@ # 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.2.ebuild,v 1.1 2011/01/11 00:21:18 nirbheek Exp $ +# $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 $ -EAPI="2" +EAPI="4" +GCONF_DEBUG="yes" -inherit gnome2 eutils +inherit gnome2 DESCRIPTION="A library providing GLib serialization and deserialization support for the JSON format" HOMEPAGE="http://live.gnome.org/JsonGlib" @@ -12,19 +13,18 @@ HOMEPAGE="http://live.gnome.org/JsonGlib" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc coverage +introspection" +IUSE="doc +introspection" -RDEPEND=">=dev-libs/glib-2.16" +RDEPEND=">=dev-libs/glib-2.16:2" 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" + introspection? ( >=dev-libs/gobject-introspection-0.9.5 )" pkg_setup() { - # coverage support needs gcov from gcc + DOCS="AUTHORS ChangeLog NEWS README" + # Coverage support is useless, and causes runtime problems G2CONF="${G2CONF} - $(use_enable coverage gcov) + --disable-coverage $(use_enable introspection)" } |