diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-08 13:12:40 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-08 13:12:40 +0000 |
commit | d5b4b572fc2b42dddf158eda8b8b747072d81b7a (patch) | |
tree | 17f12a5cd6788128716294be3aa32ae0dce62518 /x11-plugins/cputnik | |
parent | Initial import of x11-plugins/wmpiki, version 0.2.1 (Manifest recommit) (diff) | |
download | gentoo-2-d5b4b572fc2b42dddf158eda8b8b747072d81b7a.tar.gz gentoo-2-d5b4b572fc2b42dddf158eda8b8b747072d81b7a.tar.bz2 gentoo-2-d5b4b572fc2b42dddf158eda8b8b747072d81b7a.zip |
Initial import of x11-plugins/cputnik, version 0.1.1
Diffstat (limited to 'x11-plugins/cputnik')
-rw-r--r-- | x11-plugins/cputnik/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/cputnik/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/cputnik/cputnik-0.1.1.ebuild | 28 | ||||
-rw-r--r-- | x11-plugins/cputnik/files/digest-cputnik-0.1.1 | 1 | ||||
-rw-r--r-- | x11-plugins/cputnik/metadata.xml | 5 |
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..ca6f4ba1fb69 --- /dev/null +++ b/x11-plugins/cputnik/Manifest @@ -0,0 +1,4 @@ +MD5 c938d32dc7ef54e6933facb6d0c8b7df ChangeLog 328 +MD5 a6bb65fb883aa8323b6bfd6287e3f062 metadata.xml 528 +MD5 1c6d875880b64f779d6b2368cc2839a4 cputnik-0.1.1.ebuild 663 +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> |