diff options
author | 2011-10-10 16:29:30 +0000 | |
---|---|---|
committer | 2011-10-10 16:29:30 +0000 | |
commit | effb8e6fffd94a378bea5655df7cc388e71768d6 (patch) | |
tree | c2d364ab630e9fca8b17211b95f70d42e1028f47 /dev-libs/json-glib | |
parent | Version bump using ebuild patch from Agostino Sarubbo. (diff) | |
download | gentoo-2-effb8e6fffd94a378bea5655df7cc388e71768d6.tar.gz gentoo-2-effb8e6fffd94a378bea5655df7cc388e71768d6.tar.bz2 gentoo-2-effb8e6fffd94a378bea5655df7cc388e71768d6.zip |
Remove useless libtool archive libjson-glib-1.0.la with GNOME2_LA_PUNT=yes
(Portage version: 2.2.0_alpha64/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/json-glib')
-rw-r--r-- | dev-libs/json-glib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/json-glib/json-glib-0.12.6.ebuild | 9 | ||||
-rw-r--r-- | dev-libs/json-glib/json-glib-0.13.4.ebuild | 9 |
3 files changed, 15 insertions, 9 deletions
diff --git a/dev-libs/json-glib/ChangeLog b/dev-libs/json-glib/ChangeLog index dfe413e7bd8f..c3e3a7bce640 100644 --- a/dev-libs/json-glib/ChangeLog +++ b/dev-libs/json-glib/ChangeLog @@ -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: diff --git a/dev-libs/json-glib/json-glib-0.12.6.ebuild b/dev-libs/json-glib/json-glib-0.12.6.ebuild index e896d4a855e8..0374b4a44040 100644 --- a/dev-libs/json-glib/json-glib-0.12.6.ebuild +++ b/dev-libs/json-glib/json-glib-0.12.6.ebuild @@ -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 @@ IUSE="doc +introspection" 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 )" diff --git a/dev-libs/json-glib/json-glib-0.13.4.ebuild b/dev-libs/json-glib/json-glib-0.13.4.ebuild index 8ee734212134..26b38240bd0e 100644 --- a/dev-libs/json-glib/json-glib-0.13.4.ebuild +++ b/dev-libs/json-glib/json-glib-0.13.4.ebuild @@ -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 @@ IUSE="doc +introspection" 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 )" |