summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-05-25 20:14:47 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-05-25 20:14:47 +0000
commit28a06d4c98e8f2908f51e57f8260179fec9e9ce4 (patch)
tree5d8d57853f0b8dbd369fd2c7255a672e9a9d22ff /gnome-base
parentbump to 2.22.5. Disable automount commands that should be handled by nautilus... (diff)
downloadgentoo-2-28a06d4c98e8f2908f51e57f8260179fec9e9ce4.tar.gz
gentoo-2-28a06d4c98e8f2908f51e57f8260179fec9e9ce4.tar.bz2
gentoo-2-28a06d4c98e8f2908f51e57f8260179fec9e9ce4.zip
bump to 2.22.2. fixed parsing of huge /proc/stat.
(Portage version: 2.1.5)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/libgtop/ChangeLog8
-rw-r--r--gnome-base/libgtop/libgtop-2.22.2.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/gnome-base/libgtop/ChangeLog b/gnome-base/libgtop/ChangeLog
index 59205874b70b..d85e9723eee7 100644
--- a/gnome-base/libgtop/ChangeLog
+++ b/gnome-base/libgtop/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnome-base/libgtop
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v 1.194 2008/04/29 09:10:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v 1.195 2008/05/25 20:14:47 eva Exp $
+
+*libgtop-2.22.2 (25 May 2008)
+
+ 25 May 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ +libgtop-2.22.2.ebuild:
+ bump to 2.22.2. fixed parsing of huge /proc/stat.
29 Apr 2008; Raúl Porcel <armin76@gentoo.org> libgtop-2.20.2.ebuild:
alpha/ia64/sparc stable wrt #219336
diff --git a/gnome-base/libgtop/libgtop-2.22.2.ebuild b/gnome-base/libgtop/libgtop-2.22.2.ebuild
new file mode 100644
index 000000000000..24784f300698
--- /dev/null
+++ b/gnome-base/libgtop/libgtop-2.22.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-2.22.2.ebuild,v 1.1 2008/05/25 20:14:47 eva Exp $
+
+inherit gnome2
+
+DESCRIPTION="A library that provides top functionality to applications"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="debug"
+
+RDEPEND=">=dev-libs/glib-2.6"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.35"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+pkg_config() {
+ G2CONF="${G2CONF} $(use_enable debug)"
+}