summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-05-26 21:04:26 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-05-26 21:04:26 +0000
commitfc3033b6571263de94b3550893c91f9411b42fc2 (patch)
tree7f34f1d3c78df437bb32374c7c7c3634c37a15ae /x11-plugins
parentrm old (Manifest recommit) (diff)
downloadgentoo-2-fc3033b6571263de94b3550893c91f9411b42fc2.tar.gz
gentoo-2-fc3033b6571263de94b3550893c91f9411b42fc2.tar.bz2
gentoo-2-fc3033b6571263de94b3550893c91f9411b42fc2.zip
Version bumped. Closes 51776
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrelltop/ChangeLog8
-rw-r--r--x11-plugins/gkrelltop/Manifest2
-rw-r--r--x11-plugins/gkrelltop/files/digest-gkrelltop-2.2.21
-rw-r--r--x11-plugins/gkrelltop/gkrelltop-2.2.2.ebuild32
-rw-r--r--x11-plugins/gkrelltop/metadata.xml8
5 files changed, 50 insertions, 1 deletions
diff --git a/x11-plugins/gkrelltop/ChangeLog b/x11-plugins/gkrelltop/ChangeLog
index 6dbc5fa21302..e0d37345af0c 100644
--- a/x11-plugins/gkrelltop/ChangeLog
+++ b/x11-plugins/gkrelltop/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/gkrelltop
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v 1.2 2004/01/20 15:54:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v 1.3 2004/05/26 21:04:26 mholzer Exp $
+
+*gkrelltop-2.2.2 (26 May 2004)
+
+ 26 May 2004; Martin Holzer <mholzer@gentoo.org> gkrelltop-2.2.2.ebuild,
+ metadata.xml:
+ Version bumped. Closes 51776
20 Jan 2004; Aron Griffis <agriffis@gentoo.org> gkrelltop-2.2.ebuild:
stable on alpha
diff --git a/x11-plugins/gkrelltop/Manifest b/x11-plugins/gkrelltop/Manifest
index 7499653572e8..710735a3ba47 100644
--- a/x11-plugins/gkrelltop/Manifest
+++ b/x11-plugins/gkrelltop/Manifest
@@ -1,3 +1,5 @@
MD5 6cc0dee7ad0bed810749c240a7f904d5 ChangeLog 506
MD5 ddf1dd7a19f0c05b45e5b297e59a3a0d gkrelltop-2.2.ebuild 1069
+MD5 831a214bb8bf1251411f7ca1dd3b5017 gkrelltop-2.2.2.ebuild 1078
MD5 bc19088e1d88db5e98e5f821f27f94f3 files/digest-gkrelltop-2.2 61
+MD5 2d223204a4a90a4db9ea4d162e7206f6 files/digest-gkrelltop-2.2.2 63
diff --git a/x11-plugins/gkrelltop/files/digest-gkrelltop-2.2.2 b/x11-plugins/gkrelltop/files/digest-gkrelltop-2.2.2
new file mode 100644
index 000000000000..c21750d44869
--- /dev/null
+++ b/x11-plugins/gkrelltop/files/digest-gkrelltop-2.2.2
@@ -0,0 +1 @@
+MD5 b55d613d36ce32d0a99562cdf5368b0e gkrelltop.2.2.2.tgz 15350
diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.2.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.2.ebuild
new file mode 100644
index 000000000000..ce139639eb01
--- /dev/null
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.2.ebuild,v 1.1 2004/05/26 21:04:26 mholzer Exp $
+
+DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
+SRC_URI="http://psychology.rutgers.edu/~zaimi/html/${PN}.${PV}.tgz"
+HOMEPAGE="http://psychology.rutgers.edu/~zaimi/software.html"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc ~alpha ~ppc"
+
+IUSE=""
+
+DEPEND="=app-admin/gkrellm-2*"
+
+src_compile() {
+ # Unfortunately, the supplied Makefile won't work properly on
+ # non-x86, so we have to do this the hard way.
+ CONFIG="-DLINUX -DGKRELLM2 -fPIC `pkg-config gtk+-2.0 --cflags`"
+ LIBS="`pkg-config gtk+-2.0 --libs` -shared"
+ OBJS="top_three2.o gkrelltop2.o"
+ gcc -c $CONFIG $CFLAGS top_three.c -o top_three2.o || die
+ gcc -c $CONFIG $CFLAGS gkrelltop.c -o gkrelltop2.o || die
+ gcc $LIBS $CONFIG $CFLAGS -o gkrelltop2.so $OBJS || die
+}
+
+src_install() {
+ dodoc README
+ insinto /usr/lib/gkrellm2/plugins
+ doins gkrelltop2.so
+}
diff --git a/x11-plugins/gkrelltop/metadata.xml b/x11-plugins/gkrelltop/metadata.xml
new file mode 100644
index 000000000000..ea303dc8c30d
--- /dev/null
+++ b/x11-plugins/gkrelltop/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>mholzer@gentoo.org</email>
+</maintainer>
+</pkgmetadata>