diff options
author | 2012-12-19 03:31:28 +0000 | |
---|---|---|
committer | 2012-12-19 03:31:28 +0000 | |
commit | 0268cb0764e7346fdc02f7a49a05d988d1989fc8 (patch) | |
tree | 33582cb49e5797136e87bde785855efff2a60ac0 /dev-libs/json-glib/json-glib-0.14.2.ebuild | |
parent | Old. (diff) | |
download | gentoo-2-0268cb0764e7346fdc02f7a49a05d988d1989fc8.tar.gz gentoo-2-0268cb0764e7346fdc02f7a49a05d988d1989fc8.tar.bz2 gentoo-2-0268cb0764e7346fdc02f7a49a05d988d1989fc8.zip |
Version bump for gnome-3.6. Update dependencies and license, drop useless doc USE flag. Drop old.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-libs/json-glib/json-glib-0.14.2.ebuild')
-rw-r--r-- | dev-libs/json-glib/json-glib-0.14.2.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/dev-libs/json-glib/json-glib-0.14.2.ebuild b/dev-libs/json-glib/json-glib-0.14.2.ebuild index 663fc3a4626a..7ab466ef954f 100644 --- a/dev-libs/json-glib/json-glib-0.14.2.ebuild +++ b/dev-libs/json-glib/json-glib-0.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.14.2.ebuild,v 1.9 2012/07/14 13:23:39 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.14.2.ebuild,v 1.10 2012/12/19 03:31:28 tetromino Exp $ EAPI=4 GCONF_DEBUG=yes @@ -11,22 +11,23 @@ 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" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="doc +introspection" +IUSE="+introspection" -RDEPEND=">=dev-libs/glib-2.26:2" +RDEPEND=">=dev-libs/glib-2.26:2 + introspection? ( >=dev-libs/gobject-introspection-0.9.5 )" DEPEND="${RDEPEND} - virtual/pkgconfig + >=dev-util/gtk-doc-am-1.13 >=sys-devel/gettext-0.18 - doc? ( >=dev-util/gtk-doc-1.13 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.5 )" + virtual/pkgconfig" -pkg_setup() { +src_configure() { DOCS="ChangeLog NEWS README" # Coverage support is useless, and causes runtime problems G2CONF="${G2CONF} --disable-gcov $(use_enable introspection)" + gnome2_src_configure } |