summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-26 17:44:50 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-26 17:44:50 +0000
commit3998254e0989ba9fa510a3138e250cccdf2ba74f (patch)
tree28b04fc5b7ab336cdc01b490cdda1ef55329ded9 /x11-plugins/gkrellm-bfm
parentAdd ~ia64 wrt bug 165651 (diff)
downloadgentoo-2-3998254e0989ba9fa510a3138e250cccdf2ba74f.tar.gz
gentoo-2-3998254e0989ba9fa510a3138e250cccdf2ba74f.tar.bz2
gentoo-2-3998254e0989ba9fa510a3138e250cccdf2ba74f.zip
Removed old gkrellm-1 -only version (bug 151446)
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellm-bfm')
-rw-r--r--x11-plugins/gkrellm-bfm/ChangeLog5
-rw-r--r--x11-plugins/gkrellm-bfm/files/digest-gkrellm-bfm-0.5.13
-rw-r--r--x11-plugins/gkrellm-bfm/gkrellm-bfm-0.5.1.ebuild25
3 files changed, 4 insertions, 29 deletions
diff --git a/x11-plugins/gkrellm-bfm/ChangeLog b/x11-plugins/gkrellm-bfm/ChangeLog
index 091a60ac1a59..a53ad77f4fa6 100644
--- a/x11-plugins/gkrellm-bfm/ChangeLog
+++ b/x11-plugins/gkrellm-bfm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellm-bfm
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bfm/ChangeLog,v 1.12 2007/03/24 18:09:56 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bfm/ChangeLog,v 1.13 2007/03/26 17:44:50 lack Exp $
+
+ 26 Mar 2007; Jim Ramsay <lack@gentoo.org> -gkrellm-bfm-0.5.1.ebuild:
+ Removed old gkrellm-1 -only version (bug 151446)
24 Mar 2007; nixnut <nixnut@gentoo.org> gkrellm-bfm-0.6.4.ebuild:
Stable on ppc wrt bug 151446
diff --git a/x11-plugins/gkrellm-bfm/files/digest-gkrellm-bfm-0.5.1 b/x11-plugins/gkrellm-bfm/files/digest-gkrellm-bfm-0.5.1
deleted file mode 100644
index ed56e537a643..000000000000
--- a/x11-plugins/gkrellm-bfm/files/digest-gkrellm-bfm-0.5.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e9c55aaade6e5a94e6ae25650a7481ba bfm-0.5.1.tar.bz2 44286
-RMD160 4c677d86a476910ecb333dd9ead318d5b61ee84d bfm-0.5.1.tar.bz2 44286
-SHA256 a893ca91f743a79886b38138a11ba9a4ad19cd017eef05669523c96f9a359406 bfm-0.5.1.tar.bz2 44286
diff --git a/x11-plugins/gkrellm-bfm/gkrellm-bfm-0.5.1.ebuild b/x11-plugins/gkrellm-bfm/gkrellm-bfm-0.5.1.ebuild
deleted file mode 100644
index 49844a4419e9..000000000000
--- a/x11-plugins/gkrellm-bfm/gkrellm-bfm-0.5.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-bfm/gkrellm-bfm-0.5.1.ebuild,v 1.9 2004/06/24 22:53:45 agriffis Exp $
-
-IUSE=""
-S=${WORKDIR}/bfm-${PV}
-DESCRIPTION="A Gkrellm bubblefishymon plugin that monitors things on your machine"
-SRC_URI="http://pigeond.net/bfm/bfm-${PV}.tar.bz2"
-HOMEPAGE="http://pigeond.net/bfm/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc "
-
-DEPEND="=app-admin/gkrellm-1.2*
- >=media-libs/imlib-1.9.10-r1"
-
-src_compile() {
- emake gkrellm || die
-}
-
-src_install () {
- exeinto /usr/lib/gkrellm/plugins
- doexe gkrellm-bfm.so
- dodoc README README.bubblemon COPYING TODO SUPPORTED_SYSTEMS
-}