summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-01-27 18:58:27 +0000
committerMarinus Schraal <foser@gentoo.org>2003-01-27 18:58:27 +0000
commit0a935b880966194e71bb43498c33b56e643632d2 (patch)
tree573b7c26e3263bf954ffb68cb289170715920003 /gnome-base/libgtop
parent-mask ppc as the folks at penguin ppc havent put together an installer yet (diff)
downloadgentoo-2-0a935b880966194e71bb43498c33b56e643632d2.tar.gz
gentoo-2-0a935b880966194e71bb43498c33b56e643632d2.tar.bz2
gentoo-2-0a935b880966194e71bb43498c33b56e643632d2.zip
New version
Diffstat (limited to 'gnome-base/libgtop')
-rw-r--r--gnome-base/libgtop/ChangeLog7
-rw-r--r--gnome-base/libgtop/files/digest-libgtop-2.0.11
-rw-r--r--gnome-base/libgtop/libgtop-2.0.1.ebuild20
3 files changed, 27 insertions, 1 deletions
diff --git a/gnome-base/libgtop/ChangeLog b/gnome-base/libgtop/ChangeLog
index 98c03701484c..9ca2b9640883 100644
--- a/gnome-base/libgtop/ChangeLog
+++ b/gnome-base/libgtop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-base/libgtop
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v 1.8 2002/12/13 10:56:53 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/ChangeLog,v 1.9 2003/01/27 18:58:27 foser Exp $
+
+*libgtop-2.0.1 (27 Jan 2003)
+
+ 27 Jan 2003; foser <foser@gentoo.org> libgtop-2.0.1.ebuild :
+ New version
10 Dec 2002; foser <foser@gentoo.org> libgtop-1.0.13-r2.ebuild :
Added patch by Stanislev brabec <sbrabec@suse.cz> to fix build break with latest guile (bug #11957)
diff --git a/gnome-base/libgtop/files/digest-libgtop-2.0.1 b/gnome-base/libgtop/files/digest-libgtop-2.0.1
new file mode 100644
index 000000000000..95a31b437079
--- /dev/null
+++ b/gnome-base/libgtop/files/digest-libgtop-2.0.1
@@ -0,0 +1 @@
+MD5 1757801cb39ad7be19b1a472e7fc9060 libgtop-2.0.1.tar.bz2 756905
diff --git a/gnome-base/libgtop/libgtop-2.0.1.ebuild b/gnome-base/libgtop/libgtop-2.0.1.ebuild
new file mode 100644
index 000000000000..ad28756a3897
--- /dev/null
+++ b/gnome-base/libgtop/libgtop-2.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-2.0.1.ebuild,v 1.1 2003/01/27 18:58:27 foser Exp $
+
+inherit gnome2
+
+S=${WORKDIR}/${P}
+DESCRIPTION="libgtop"
+HOMEPAGE="http://www.gnome.org/"
+SLOT="2"
+LICENSE="LGPL-2.1"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+
+RDEPEND=">=x11-libs/gtk+-2
+ >=dev-libs/glib-2"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0"
+
+DOCS="AUTHORS COPYING ChangeLog INSTALL LIBGTOP-VERSION NEWS README RELNOTES*"