diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 21:35:55 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 21:35:55 +0000 |
commit | 433308fba361098302d4b1cb43bb15550b7a9294 (patch) | |
tree | 757222902c67b961524bce4a517c2dc25b4f0d28 /gnome-base/libgtop/libgtop-2.28.0.ebuild | |
parent | New version for GNOME 2.28. Clean up old revisions. (diff) | |
download | gentoo-2-433308fba361098302d4b1cb43bb15550b7a9294.tar.gz gentoo-2-433308fba361098302d4b1cb43bb15550b7a9294.tar.bz2 gentoo-2-433308fba361098302d4b1cb43bb15550b7a9294.zip |
New version for GNOME 2.28.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/libgtop/libgtop-2.28.0.ebuild')
-rw-r--r-- | gnome-base/libgtop/libgtop-2.28.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnome-base/libgtop/libgtop-2.28.0.ebuild b/gnome-base/libgtop/libgtop-2.28.0.ebuild new file mode 100644 index 000000000000..e49190a189fe --- /dev/null +++ b/gnome-base/libgtop/libgtop-2.28.0.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.28.0.ebuild,v 1.1 2009/10/29 21:35:55 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" +} |