summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-11-07 16:07:23 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-11-07 16:07:23 +0000
commit4cde0e7967c4ad27b8227b6506acb50b96cef6c1 (patch)
treeb10538a60d19e6c0aba512aec9e5dcdf3f40da3b /x11-plugins
parentMake the pygtk support dependant on the gtk USE flag in addition to the pytho... (diff)
downloadgentoo-2-4cde0e7967c4ad27b8227b6506acb50b96cef6c1.tar.gz
gentoo-2-4cde0e7967c4ad27b8227b6506acb50b96cef6c1.tar.bz2
gentoo-2-4cde0e7967c4ad27b8227b6506acb50b96cef6c1.zip
Removed INSTALL from dodoc. Wiped out older version.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmbluecpu/ChangeLog7
-rw-r--r--x11-plugins/wmbluecpu/files/digest-wmbluecpu-0.41
-rw-r--r--x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild27
-rw-r--r--x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild4
4 files changed, 8 insertions, 31 deletions
diff --git a/x11-plugins/wmbluecpu/ChangeLog b/x11-plugins/wmbluecpu/ChangeLog
index 3f348f11304f..69185d4e8480 100644
--- a/x11-plugins/wmbluecpu/ChangeLog
+++ b/x11-plugins/wmbluecpu/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/wmbluecpu
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbluecpu/ChangeLog,v 1.9 2005/09/02 19:26:14 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbluecpu/ChangeLog,v 1.10 2005/11/07 16:07:23 s4t4n Exp $
+
+ 07 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> wmbluecpu-0.6.ebuild:
+ Removed INSTALL from dodoc.
+ wmbluecpu-0.4.ebuild:
+ Wiped out older release.
02 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> wmbluecpu-0.6.ebuild:
Stable on ppc.
diff --git a/x11-plugins/wmbluecpu/files/digest-wmbluecpu-0.4 b/x11-plugins/wmbluecpu/files/digest-wmbluecpu-0.4
deleted file mode 100644
index 19e85ff4f436..000000000000
--- a/x11-plugins/wmbluecpu/files/digest-wmbluecpu-0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 91bd55c929efd60d70d7324485006842 wmbluecpu-0.4.tar.bz2 13981
diff --git a/x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild b/x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild
deleted file mode 100644
index d7130d35cf6d..000000000000
--- a/x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild,v 1.7 2005/05/16 10:07:43 s4t4n Exp $
-
-IUSE=""
-
-DESCRIPTION="A blue WMaker DockApp to see CPU usage."
-HOMEPAGE="http://misuceldestept.go.ro/wmbluecpu/"
-SRC_URI="ftp://ftp.ibiblio.org/pub/linux/X11/xutils/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~sparc"
-
-DEPEND="virtual/x11"
-
-src_compile()
-{
- FLAGS=${CFLAGS} make -e || die "Compilation failed"
-}
-
-src_install()
-{
- dobin wmbluecpu
- doman wmbluecpu.1
- dodoc ChangeLog TODO WMS INSTALL README THANKS
-}
diff --git a/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild b/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild
index 0114acebe6e5..23c8b9fd3b31 100644
--- a/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild
+++ b/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild,v 1.3 2005/09/02 19:26:14 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbluecpu/wmbluecpu-0.6.ebuild,v 1.4 2005/11/07 16:07:23 s4t4n Exp $
IUSE=""
@@ -23,5 +23,5 @@ src_install()
{
dobin wmbluecpu
doman wmbluecpu.1
- dodoc ChangeLog TODO INSTALL README THANKS AUTHORS
+ dodoc ChangeLog TODO README THANKS AUTHORS
}