* [gentoo-commits] gentoo-x86 commit in gnome-extra/bug-buddy: bug-buddy-2.32.0-r2.ebuild ChangeLog bug-buddy-2.32.0-r1.ebuild
@ 2010-12-22 12:30 Arun Raghavan (ford_prefect)
0 siblings, 0 replies; only message in thread
From: Arun Raghavan (ford_prefect) @ 2010-12-22 12:30 UTC (permalink / raw
To: gentoo-commits
ford_prefect 10/12/22 12:30:24
Modified: ChangeLog
Added: bug-buddy-2.32.0-r2.ebuild
Removed: bug-buddy-2.32.0-r1.ebuild
Log:
Fix the gconf key type (it's a bool, not a string) for /apps/gnome_settings_daemon/gtk-modules/gnomebreakpad (bug #349355)
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Revision Changes Path
1.189 gnome-extra/bug-buddy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/bug-buddy/ChangeLog?rev=1.189&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/bug-buddy/ChangeLog?rev=1.189&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/bug-buddy/ChangeLog?r1=1.188&r2=1.189
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog 17 Dec 2010 08:38:34 -0000 1.188
+++ ChangeLog 22 Dec 2010 12:30:24 -0000 1.189
@@ -1,6 +1,13 @@
# ChangeLog for gnome-extra/bug-buddy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/ChangeLog,v 1.188 2010/12/17 08:38:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/ChangeLog,v 1.189 2010/12/22 12:30:24 ford_prefect Exp $
+
+*bug-buddy-2.32.0-r2 (22 Dec 2010)
+
+ 22 Dec 2010; Arun Raghavan <ford_prefect@gentoo.org>
+ -bug-buddy-2.32.0-r1.ebuild, +bug-buddy-2.32.0-r2.ebuild:
+ Fix the gconf key type (it's a bool, not a string) for
+ /apps/gnome_settings_daemon/gtk-modules/gnomebreakpad (bug #349355)
17 Dec 2010; Pacho Ramos <pacho@gentoo.org>
+files/bug-buddy-2.32.0-gnomesession-debug.patch:
1.1 gnome-extra/bug-buddy/bug-buddy-2.32.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/bug-buddy/bug-buddy-2.32.0-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/bug-buddy/bug-buddy-2.32.0-r2.ebuild?rev=1.1&content-type=text/plain
Index: bug-buddy-2.32.0-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/bug-buddy-2.32.0-r2.ebuild,v 1.1 2010/12/22 12:30:24 ford_prefect Exp $
EAPI="3"
GCONF_DEBUG="no"
inherit gnome2 eutils
DESCRIPTION="A graphical bug reporting tool"
HOMEPAGE="http://www.gnome.org/"
LICENSE="Ximian-logos GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="eds"
RDEPEND=">=gnome-base/libbonobo-2
>=dev-libs/glib-2.16:2
>=dev-libs/libxml2-2.4.6
>=x11-libs/gtk+-2.14:2
>=net-libs/libsoup-2.4
>=gnome-base/libgtop-2.13.3
>=gnome-base/gconf-2
|| ( dev-libs/elfutils dev-libs/libelf )
>=sys-devel/gdb-5.1
eds? ( >=gnome-extra/evolution-data-server-1.3 )"
DEPEND="${RDEPEND}
>=app-text/gnome-doc-utils-0.3.2
>=dev-util/pkgconfig-0.9
>=dev-util/intltool-0.40"
pkg_setup() {
G2CONF="${G2CONF}
$(use_enable eds)"
DOCS="AUTHORS ChangeLog NEWS README TODO"
}
src_prepare() {
gnome2_src_prepare
# Revert this commit as it causes gnome-session to always run in debug mode, bug #348722
EPATCH_OPTS="-R" epatch "${FILESDIR}/${PN}-2.32.0-gnomesession-debug.patch"
}
pkg_postinst() {
# Prevent old gnomebreakpad to be requested, bug #348351
local gconftool="${EROOT}usr/bin/gconftool-2"
local GCONF_CONFIG_SOURCE="$("${gconftool}" --get-default-source | sed "s;:/;:${ROOT};")"
"${gconftool}" --direct --config-source "${GCONF_CONFIG_SOURCE}" --type=bool \
--set /apps/gnome_settings_daemon/gtk-modules/gnomebreakpad false || die
gnome2_pkg_postinst
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-22 12:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-22 12:30 [gentoo-commits] gentoo-x86 commit in gnome-extra/bug-buddy: bug-buddy-2.32.0-r2.ebuild ChangeLog bug-buddy-2.32.0-r1.ebuild Arun Raghavan (ford_prefect)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox