summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-07-08 13:12:40 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-07-08 13:12:40 +0000
commit6c614d726b574ee7f41869cc7bea8d54de9f010d (patch)
treefc6e2d005e1cf91aa4edf877f5f3d5a9b8ccb57f
parentInitial import of x11-plugins/wmpiki, version 0.2.1 (diff)
downloadhistorical-6c614d726b574ee7f41869cc7bea8d54de9f010d.tar.gz
historical-6c614d726b574ee7f41869cc7bea8d54de9f010d.tar.bz2
historical-6c614d726b574ee7f41869cc7bea8d54de9f010d.zip
Initial import of x11-plugins/cputnik, version 0.1.1
-rw-r--r--x11-plugins/cputnik/ChangeLog8
-rw-r--r--x11-plugins/cputnik/Manifest4
-rw-r--r--x11-plugins/cputnik/cputnik-0.1.1.ebuild28
-rw-r--r--x11-plugins/cputnik/files/digest-cputnik-0.1.11
-rw-r--r--x11-plugins/cputnik/metadata.xml5
5 files changed, 46 insertions, 0 deletions
diff --git a/x11-plugins/cputnik/ChangeLog b/x11-plugins/cputnik/ChangeLog
new file mode 100644
index 000000000000..9ed20c308d80
--- /dev/null
+++ b/x11-plugins/cputnik/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for x11-plugins/cputnik
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/cputnik/ChangeLog,v 1.1 2004/07/08 13:12:40 s4t4n Exp $
+
+*cputnik-0.1.1 (08 Jul 2004)
+
+ 08 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> cputnik-0.1.1.ebuild:
+ Initial import.
diff --git a/x11-plugins/cputnik/Manifest b/x11-plugins/cputnik/Manifest
new file mode 100644
index 000000000000..6c97f21d6ff5
--- /dev/null
+++ b/x11-plugins/cputnik/Manifest
@@ -0,0 +1,4 @@
+MD5 caa29d88ab76ac45f71fd4377fff444b ChangeLog 332
+MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
+MD5 ba94414c74f7337db50cdc75f0c755cc cputnik-0.1.1.ebuild 617
+MD5 c055003f9162d5332e37901e45ca1d70 files/digest-cputnik-0.1.1 64
diff --git a/x11-plugins/cputnik/cputnik-0.1.1.ebuild b/x11-plugins/cputnik/cputnik-0.1.1.ebuild
new file mode 100644
index 000000000000..f1d1ae44b6f6
--- /dev/null
+++ b/x11-plugins/cputnik/cputnik-0.1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/cputnik/cputnik-0.1.1.ebuild,v 1.1 2004/07/08 13:12:40 s4t4n Exp $
+
+inherit eutils
+
+IUSE=""
+
+DESCRIPTION="cputnik is a simple cpu monitor dockapp."
+HOMEPAGE="http://clay.ll.pl/projects.html#dockapps"
+SRC_URI="http://clay.ll.pl/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="virtual/x11"
+
+src_compile()
+{
+ make CFLAGS="${CFLAGS} -Iwmgeneral" || die "Compilation failed"
+}
+
+src_install()
+{
+ dobin cputnik
+ dodoc AUTHORS Changelog README
+}
diff --git a/x11-plugins/cputnik/files/digest-cputnik-0.1.1 b/x11-plugins/cputnik/files/digest-cputnik-0.1.1
new file mode 100644
index 000000000000..bccb1822173b
--- /dev/null
+++ b/x11-plugins/cputnik/files/digest-cputnik-0.1.1
@@ -0,0 +1 @@
+MD5 c042ebd8c3d5ed699f544a9ef35834b6 cputnik-0.1.1.tar.gz 15614
diff --git a/x11-plugins/cputnik/metadata.xml b/x11-plugins/cputnik/metadata.xml
new file mode 100644
index 000000000000..b1a9efc4f2f0
--- /dev/null
+++ b/x11-plugins/cputnik/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>