diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-10-12 19:13:33 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-10-12 19:13:33 +0000 |
commit | 82ff4e1e9f9fca19be276b2aace9ffcbe9d65803 (patch) | |
tree | 66be577780e3207b68f8a0645c25a2a89d5f2a32 /gnome-extra/bug-buddy | |
parent | Version bump for Gnome 2.32 (diff) | |
download | gentoo-2-82ff4e1e9f9fca19be276b2aace9ffcbe9d65803.tar.gz gentoo-2-82ff4e1e9f9fca19be276b2aace9ffcbe9d65803.tar.bz2 gentoo-2-82ff4e1e9f9fca19be276b2aace9ffcbe9d65803.zip |
Version bump for Gnome 2.32
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/bug-buddy')
-rw-r--r-- | gnome-extra/bug-buddy/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-extra/bug-buddy/bug-buddy-2.32.0.ebuild | 37 |
2 files changed, 45 insertions, 1 deletions
diff --git a/gnome-extra/bug-buddy/ChangeLog b/gnome-extra/bug-buddy/ChangeLog index 9138219b756b..7f169e373470 100644 --- a/gnome-extra/bug-buddy/ChangeLog +++ b/gnome-extra/bug-buddy/ChangeLog @@ -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.182 2010/10/08 19:25:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/ChangeLog,v 1.183 2010/10/12 19:13:33 pacho Exp $ + +*bug-buddy-2.32.0 (12 Oct 2010) + + 12 Oct 2010; Pacho Ramos <pacho@gentoo.org> +bug-buddy-2.32.0.ebuild: + Version bump for Gnome 2.32: Don't call the call handler if it's not + glib's default, remove google breakpad code (that is no change for us + since was never provided on Gentoo), translation updates. 08 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> bug-buddy-2.30.0.ebuild: diff --git a/gnome-extra/bug-buddy/bug-buddy-2.32.0.ebuild b/gnome-extra/bug-buddy/bug-buddy-2.32.0.ebuild new file mode 100644 index 000000000000..8c24b512d07d --- /dev/null +++ b/gnome-extra/bug-buddy/bug-buddy-2.32.0.ebuild @@ -0,0 +1,37 @@ +# 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.ebuild,v 1.1 2010/10/12 19:13:33 pacho Exp $ + +EAPI="3" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="A graphical bug reporting tool" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="Ximian-logos GPL-2" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~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" +} |