diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-01-17 15:27:44 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-01-17 15:27:44 +0000 |
commit | 507155f4f39dcbd184597f91dbefa0e6f0a9f850 (patch) | |
tree | 452603f7627322358b18b92cf845662bca6312ec /gnome-base/gconf | |
parent | app-misc/byobu: No buildtime deps, spotted by radhermit (diff) | |
download | gentoo-2-507155f4f39dcbd184597f91dbefa0e6f0a9f850.tar.gz gentoo-2-507155f4f39dcbd184597f91dbefa0e6f0a9f850.tar.bz2 gentoo-2-507155f4f39dcbd184597f91dbefa0e6f0a9f850.zip |
Stop setting unexpanded , bug #452170 by Arfrever Frehtes Taifersar Arahesis
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-2.32.4.ebuild | 14 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-3.2.5.ebuild | 14 |
3 files changed, 20 insertions, 16 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 5b88f66a2ccf..0db2a98c0d75 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gconf -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.272 2012/12/27 23:33:58 tetromino Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.273 2013/01/17 15:27:44 pacho Exp $ + + 17 Jan 2013; Pacho Ramos <pacho@gentoo.org> gconf-2.32.4.ebuild, + gconf-3.2.5.ebuild: + Stop setting unexpanded , bug #452170 by Arfrever Frehtes Taifersar Arahesis 27 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gconf-2.32.4.ebuild, gconf-3.2.5.ebuild: diff --git a/gnome-base/gconf/gconf-2.32.4.ebuild b/gnome-base/gconf/gconf-2.32.4.ebuild index 058c371358f5..2a05b9bd5572 100644 --- a/gnome-base/gconf/gconf-2.32.4.ebuild +++ b/gnome-base/gconf/gconf-2.32.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.32.4.ebuild,v 1.11 2012/12/27 23:33:58 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.32.4.ebuild,v 1.12 2013/01/17 15:27:44 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -19,13 +19,13 @@ IUSE="debug gtk +introspection ldap policykit" RDEPEND=">=dev-libs/glib-2.25.9:2 >=x11-libs/gtk+-2.14:2 - >=dev-libs/dbus-glib-0.74 - >=sys-apps/dbus-1 + >=dev-libs/dbus-glib-0.74:= + >=sys-apps/dbus-1:= >=gnome-base/orbit-2.4:2 >=dev-libs/libxml2-2:2 - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) + introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) ldap? ( net-nds/openldap:= ) - policykit? ( sys-auth/polkit )" + policykit? ( sys-auth/polkit:= )" DEPEND="${RDEPEND} dev-util/gtk-doc-am >=dev-util/intltool-0.35 @@ -63,7 +63,7 @@ src_install() { # Make sure this directory exists, bug #268070, upstream #572027 keepdir /etc/gconf/gconf.xml.system - echo 'CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf"' > 50gconf + echo 'CONFIG_PROTECT_MASK='${EPREFIX}/etc/gconf'' > 50gconf echo 'GSETTINGS_BACKEND="gconf"' >> 50gconf doenvd 50gconf dodir /root/.gconfd diff --git a/gnome-base/gconf/gconf-3.2.5.ebuild b/gnome-base/gconf/gconf-3.2.5.ebuild index 2f561d7604f7..90287b84c750 100644 --- a/gnome-base/gconf/gconf-3.2.5.ebuild +++ b/gnome-base/gconf/gconf-3.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.5.ebuild,v 1.6 2012/12/27 23:33:58 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.5.ebuild,v 1.7 2013/01/17 15:27:44 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -18,14 +18,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd IUSE="debug gtk +introspection ldap orbit policykit" RDEPEND=">=dev-libs/glib-2.31:2 - >=dev-libs/dbus-glib-0.74 - >=sys-apps/dbus-1 + >=dev-libs/dbus-glib-0.74:= + >=sys-apps/dbus-1:= >=dev-libs/libxml2-2:2 gtk? ( >=x11-libs/gtk+-2.90:3 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) + introspection? ( >=dev-libs/gobject-introspection-0.9.5:= ) ldap? ( net-nds/openldap:= ) orbit? ( >=gnome-base/orbit-2.4:2 ) - policykit? ( sys-auth/polkit )" + policykit? ( sys-auth/polkit:= )" DEPEND="${RDEPEND} dev-libs/libxslt dev-util/gtk-doc-am @@ -66,7 +66,7 @@ src_install() { # Make sure this directory exists, bug #268070, upstream #572027 keepdir /etc/gconf/gconf.xml.system - echo 'CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf"' > 50gconf + echo 'CONFIG_PROTECT_MASK='${EPREFIX}/etc/gconf'' > 50gconf echo 'GSETTINGS_BACKEND="gconf"' >> 50gconf doenvd 50gconf dodir /root/.gconfd |