diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-06-12 21:23:19 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-06-12 21:23:19 +0000 |
commit | 8b8063451d0a3ea6592043e733d5242b12abbe14 (patch) | |
tree | 173a75d6b438b8f9f1fe3ddb83853d10efe71c3c /x11-plugins | |
parent | Stable on x86 wrt bug #181612 (diff) | |
download | gentoo-2-8b8063451d0a3ea6592043e733d5242b12abbe14.tar.gz gentoo-2-8b8063451d0a3ea6592043e733d5242b12abbe14.tar.bz2 gentoo-2-8b8063451d0a3ea6592043e733d5242b12abbe14.zip |
Old version cleanup
(Portage version: 2.1.2.8)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrelltop/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkrelltop/files/digest-gkrelltop-2.2.4 | 3 | ||||
-rw-r--r-- | x11-plugins/gkrelltop/files/digest-gkrelltop-2.2.6 | 3 | ||||
-rw-r--r-- | x11-plugins/gkrelltop/gkrelltop-2.2.4.ebuild | 28 | ||||
-rw-r--r-- | x11-plugins/gkrelltop/gkrelltop-2.2.6.ebuild | 29 |
5 files changed, 5 insertions, 64 deletions
diff --git a/x11-plugins/gkrelltop/ChangeLog b/x11-plugins/gkrelltop/ChangeLog index 3ffd45e61fca..4cc6785cae68 100644 --- a/x11-plugins/gkrelltop/ChangeLog +++ b/x11-plugins/gkrelltop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrelltop # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v 1.24 2007/06/02 16:55:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/ChangeLog,v 1.25 2007/06/12 21:23:19 lack Exp $ + + 12 Jun 2007; Jim Ramsay <lack@gentoo.org> -gkrelltop-2.2.4.ebuild, + -gkrelltop-2.2.6.ebuild: + Old version cleanup 02 Jun 2007; Raúl Porcel <armin76@gentoo.org> gkrelltop-2.2.6-r1.ebuild: alpha stable wrt #176144 diff --git a/x11-plugins/gkrelltop/files/digest-gkrelltop-2.2.4 b/x11-plugins/gkrelltop/files/digest-gkrelltop-2.2.4 deleted file mode 100644 index 4875526350df..000000000000 --- a/x11-plugins/gkrelltop/files/digest-gkrelltop-2.2.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 4d45358e6a752a9125a91e7c03697657 gkrelltop.2.2.4.tgz 16387 -RMD160 6d512e0a5c359ce2d0dafc77ceba67a6b0cc02ce gkrelltop.2.2.4.tgz 16387 -SHA256 d3373c9d71994b733b69a63dfbfd4d07d1e6b61bcb2aa905c21aa96e911afc09 gkrelltop.2.2.4.tgz 16387 diff --git a/x11-plugins/gkrelltop/files/digest-gkrelltop-2.2.6 b/x11-plugins/gkrelltop/files/digest-gkrelltop-2.2.6 deleted file mode 100644 index 5433e46e9f44..000000000000 --- a/x11-plugins/gkrelltop/files/digest-gkrelltop-2.2.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b9c641b4d9ce130c07c7da66938244bf gkrelltop_2.2-6.tar.gz 23384 -RMD160 2bda8e41ae0f287f6a33446e71365f7b8ca189a1 gkrelltop_2.2-6.tar.gz 23384 -SHA256 8ba11fbbfd5b1cdf33ef489310b565c8dc4252d54ee406effabb43d7ce7cd1d3 gkrelltop_2.2-6.tar.gz 23384 diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.4.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.4.ebuild deleted file mode 100644 index af8fcd11a6c5..000000000000 --- a/x11-plugins/gkrelltop/gkrelltop-2.2.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.4.ebuild,v 1.10 2007/03/12 17:40:26 lack Exp $ - -inherit gkrellm-plugin - -DESCRIPTION="a GKrellM2 plugin which displays the top three processes" -SRC_URI="http://psychology.rutgers.edu/~zaimi/html/${PN}/${PN}.${PV}.tgz" -HOMEPAGE="http://psychology.rutgers.edu/~zaimi/software.html" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ppc sparc x86" - -IUSE="" - -PLUGIN_SO=gkrelltop2.so - -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 -} diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.6.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.6.ebuild deleted file mode 100644 index 466afcf09783..000000000000 --- a/x11-plugins/gkrelltop/gkrelltop-2.2.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.6.ebuild,v 1.2 2007/03/12 17:40:26 lack Exp $ - -inherit gkrellm-plugin - -DESCRIPTION="a GKrellM2 plugin which displays the top three processes" -SRC_URI="http://psychology.rutgers.edu/~zaimi/html/${PN}/${PN}_2.2-6.tar.gz" -HOMEPAGE="http://psychology.rutgers.edu/~zaimi/software.html" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64" - -IUSE="" - -PLUGIN_SO=gkrelltop2.so - -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 -} - |