diff options
author | 2010-10-22 20:11:50 +0000 | |
---|---|---|
committer | 2010-10-22 20:11:50 +0000 | |
commit | 35d5c28f27c24b00473f107374a450961830e508 (patch) | |
tree | ba87ac4672ddbf7525f780aa5f139896d1573110 /gnome-extra/gconf-editor | |
parent | Interix patches are still needed for some older versions. (diff) | |
download | gentoo-2-35d5c28f27c24b00473f107374a450961830e508.tar.gz gentoo-2-35d5c28f27c24b00473f107374a450961830e508.tar.bz2 gentoo-2-35d5c28f27c24b00473f107374a450961830e508.zip |
Version bump. Build fixes, translation updates.
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/gconf-editor')
-rw-r--r-- | gnome-extra/gconf-editor/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/gconf-editor/gconf-editor-2.32.0.ebuild (renamed from gnome-extra/gconf-editor/gconf-editor-2.28.0.ebuild) | 18 |
2 files changed, 17 insertions, 9 deletions
diff --git a/gnome-extra/gconf-editor/ChangeLog b/gnome-extra/gconf-editor/ChangeLog index db9e3c658ebb..8c6364c6d456 100644 --- a/gnome-extra/gconf-editor/ChangeLog +++ b/gnome-extra/gconf-editor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/gconf-editor # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/ChangeLog,v 1.167 2010/10/20 16:44:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/ChangeLog,v 1.168 2010/10/22 20:11:50 eva Exp $ + +*gconf-editor-2.32.0 (22 Oct 2010) + + 22 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> + -gconf-editor-2.28.0.ebuild, +gconf-editor-2.32.0.ebuild: + Version bump. Build fixes, translation updates. 20 Oct 2010; Pacho Ramos <pacho@gentoo.org> -gconf-editor-2.26.0.ebuild, -files/gconf-editor-2.26.0-optional-policykit.patch: diff --git a/gnome-extra/gconf-editor/gconf-editor-2.28.0.ebuild b/gnome-extra/gconf-editor/gconf-editor-2.32.0.ebuild index c230a25e628d..d620a3b58e93 100644 --- a/gnome-extra/gconf-editor/gconf-editor-2.28.0.ebuild +++ b/gnome-extra/gconf-editor/gconf-editor-2.32.0.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.28.0.ebuild,v 1.7 2010/08/18 22:21:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gconf-editor/gconf-editor-2.32.0.ebuild,v 1.1 2010/10/22 20:11:50 eva Exp $ -EAPI="2" +EAPI="3" +GCONF_DEBUG="no" inherit gnome2 @@ -11,11 +12,11 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="test" -RDEPEND=">=x11-libs/gtk+-2.6 - >=gnome-base/gconf-2.12.0" +RDEPEND=">=x11-libs/gtk+-2.20:2 + >=gnome-base/gconf-2.12" DEPEND="${RDEPEND} app-text/scrollkeeper sys-devel/gettext @@ -24,8 +25,9 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.19 test? ( ~app-text/docbook-xml-dtd-4.1.2 )" -DOCS="AUTHORS ChangeLog NEWS README" - pkg_setup() { - G2CONF="${G2CONF} --disable-scrollkeeper" + DOCS="AUTHORS ChangeLog NEWS README" + G2CONF="${G2CONF} + --disable-scrollkeeper + --with-gtk=2.0" } |