summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-01-26 21:59:07 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-01-26 21:59:07 +0000
commit2a502de7b3bdf25fc45ad159bec015096cf26da9 (patch)
treeb3f5dbb8446a11eef777f490de8c728d6dd690bd /gnome-base/libgtop/libgtop-2.24.4.ebuild
parentstable ppc64, bug 256106 (diff)
downloadgentoo-2-2a502de7b3bdf25fc45ad159bec015096cf26da9.tar.gz
gentoo-2-2a502de7b3bdf25fc45ad159bec015096cf26da9.tar.bz2
gentoo-2-2a502de7b3bdf25fc45ad159bec015096cf26da9.zip
Bump to 2.24.4. Dummy release with fixed license.
(Portage version: 2.2_rc22/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'gnome-base/libgtop/libgtop-2.24.4.ebuild')
-rw-r--r--gnome-base/libgtop/libgtop-2.24.4.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnome-base/libgtop/libgtop-2.24.4.ebuild b/gnome-base/libgtop/libgtop-2.24.4.ebuild
new file mode 100644
index 000000000000..5317992286fb
--- /dev/null
+++ b/gnome-base/libgtop/libgtop-2.24.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-2.24.4.ebuild,v 1.1 2009/01/26 21:59:07 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_setup() {
+ G2CONF="${G2CONF} --disable-static"
+}