summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-07-03 22:48:51 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-07-03 22:48:51 +0000
commit4a176c6a138573eaf8f63cc3660d2830cf356da9 (patch)
tree05b0aadea123bf50449346ff4c3751566213e06c /x11-plugins
parentUpdated homepage URL. (diff)
downloadhistorical-4a176c6a138573eaf8f63cc3660d2830cf356da9.tar.gz
historical-4a176c6a138573eaf8f63cc3660d2830cf356da9.tar.bz2
historical-4a176c6a138573eaf8f63cc3660d2830cf356da9.zip
Initial import of x11-plugins/wmbluecpu, version 0.4
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmbluecpu/ChangeLog9
-rw-r--r--x11-plugins/wmbluecpu/Manifest4
-rw-r--r--x11-plugins/wmbluecpu/files/digest-wmbluecpu-0.41
-rw-r--r--x11-plugins/wmbluecpu/metadata.xml5
-rw-r--r--x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild27
5 files changed, 46 insertions, 0 deletions
diff --git a/x11-plugins/wmbluecpu/ChangeLog b/x11-plugins/wmbluecpu/ChangeLog
new file mode 100644
index 000000000000..5293e898b28a
--- /dev/null
+++ b/x11-plugins/wmbluecpu/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-plugins/wmbluecpu
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbluecpu/ChangeLog,v 1.1 2004/07/03 22:48:51 s4t4n Exp $
+
+*wmbluecpu-0.4 (04 Jul 2004)
+
+ 04 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmbluecpu-0.4.ebuild:
+ Initial import.
+
diff --git a/x11-plugins/wmbluecpu/Manifest b/x11-plugins/wmbluecpu/Manifest
new file mode 100644
index 000000000000..8d0fc1631721
--- /dev/null
+++ b/x11-plugins/wmbluecpu/Manifest
@@ -0,0 +1,4 @@
+MD5 c9dd88c4691a9192f7f6ad465b3a9da4 wmbluecpu-0.4.ebuild 650
+MD5 cd739af98221181e364d02eb8ab212c4 ChangeLog 337
+MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
+MD5 1513671a066fd5641485c38c12d75a8a files/digest-wmbluecpu-0.4 65
diff --git a/x11-plugins/wmbluecpu/files/digest-wmbluecpu-0.4 b/x11-plugins/wmbluecpu/files/digest-wmbluecpu-0.4
new file mode 100644
index 000000000000..19e85ff4f436
--- /dev/null
+++ b/x11-plugins/wmbluecpu/files/digest-wmbluecpu-0.4
@@ -0,0 +1 @@
+MD5 91bd55c929efd60d70d7324485006842 wmbluecpu-0.4.tar.bz2 13981
diff --git a/x11-plugins/wmbluecpu/metadata.xml b/x11-plugins/wmbluecpu/metadata.xml
new file mode 100644
index 000000000000..b1a9efc4f2f0
--- /dev/null
+++ b/x11-plugins/wmbluecpu/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>desktop-dock</herd>
+</pkgmetadata>
diff --git a/x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild b/x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild
new file mode 100644
index 000000000000..fb7ce2ce5842
--- /dev/null
+++ b/x11-plugins/wmbluecpu/wmbluecpu-0.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 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.1 2004/07/03 22:48:51 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"
+
+DEPEND="virtual/x11"
+
+src_compile()
+{
+ FLAGS=${CFLAGS} make -e || die "Compilation failed"
+}
+
+src_install()
+{
+ dobin wmbluecpu
+ doman wmbluecpu.1
+ dodoc ChangeLog TODO WMS COPYING INSTALL README THANKS
+}