summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-10-22 22:59:00 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-10-22 22:59:00 +0000
commitcfc820b5caa2b3b8605d5a9ed102265c6e6db8bb (patch)
tree00d495ce9b30dbecf0ede65e0f027fb44f0f1d71 /gnome-extra
parentbump to 2.24.1. Documentation and translation updates. (diff)
downloadgentoo-2-cfc820b5caa2b3b8605d5a9ed102265c6e6db8bb.tar.gz
gentoo-2-cfc820b5caa2b3b8605d5a9ed102265c6e6db8bb.tar.bz2
gentoo-2-cfc820b5caa2b3b8605d5a9ed102265c6e6db8bb.zip
bump to 2.24.1. Bug fix in baobab and screenshot, translation updates.
(Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-utils/ChangeLog8
-rw-r--r--gnome-extra/gnome-utils/gnome-utils-2.24.1.ebuild48
2 files changed, 55 insertions, 1 deletions
diff --git a/gnome-extra/gnome-utils/ChangeLog b/gnome-extra/gnome-utils/ChangeLog
index f5ae8dedd5b1..1586776a0545 100644
--- a/gnome-extra/gnome-utils/ChangeLog
+++ b/gnome-extra/gnome-utils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnome-extra/gnome-utils
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-utils/ChangeLog,v 1.165 2008/10/19 20:26:28 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-utils/ChangeLog,v 1.166 2008/10/22 22:59:00 eva Exp $
+
+*gnome-utils-2.24.1 (22 Oct 2008)
+
+ 22 Oct 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ +gnome-utils-2.24.1.ebuild:
+ bump to 2.24.1. Bug fix in baobab and screenshot, translation updates.
*gnome-utils-2.24.0 (19 Oct 2008)
diff --git a/gnome-extra/gnome-utils/gnome-utils-2.24.1.ebuild b/gnome-extra/gnome-utils/gnome-utils-2.24.1.ebuild
new file mode 100644
index 000000000000..3cecff0693a6
--- /dev/null
+++ b/gnome-extra/gnome-utils/gnome-utils-2.24.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-utils/gnome-utils-2.24.1.ebuild,v 1.1 2008/10/22 22:59:00 eva Exp $
+
+inherit gnome2
+
+DESCRIPTION="Utilities for the Gnome2 desktop"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="hal ipv6"
+
+RDEPEND=">=dev-libs/glib-2.16.0
+ >=x11-libs/gtk+-2.11.6
+ >=gnome-base/gnome-desktop-2.9.91
+ >=gnome-base/libgnome-2.13.2
+ >=gnome-base/libgnomeui-2.13.7
+ >=gnome-base/libglade-2.3
+ >=gnome-base/libbonoboui-2.1
+ >=gnome-base/gnome-vfs-2.8.4
+ >=gnome-base/gnome-panel-2.13.4
+ >=gnome-base/libgtop-2.12
+ >=gnome-base/gconf-2
+ sys-fs/e2fsprogs
+ hal? ( >=sys-apps/hal-0.5 )
+ x11-libs/libXext"
+
+DEPEND="${RDEPEND}
+ x11-proto/xextproto
+ app-text/gnome-doc-utils
+ app-text/scrollkeeper
+ >=dev-util/intltool-0.40
+ >=dev-util/pkgconfig-0.9
+ doc? ( >=dev-util/gtk-doc-1 )"
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS"
+
+pkg_setup() {
+ G2CONF="${G2CONF}
+ $(use_enable ipv6)
+ $(use_enable hal)
+ $(use_enable hal gfloppy)
+ --enable-console-helper=no
+ --disable-schemas-install
+ --disable-scrollkeeper"
+}