From 6c614d726b574ee7f41869cc7bea8d54de9f010d Mon Sep 17 00:00:00 2001 From: Michele Noberasco Date: Thu, 8 Jul 2004 13:12:40 +0000 Subject: Initial import of x11-plugins/cputnik, version 0.1.1 --- x11-plugins/cputnik/ChangeLog | 8 ++++++++ x11-plugins/cputnik/Manifest | 4 ++++ x11-plugins/cputnik/cputnik-0.1.1.ebuild | 28 ++++++++++++++++++++++++++ x11-plugins/cputnik/files/digest-cputnik-0.1.1 | 1 + x11-plugins/cputnik/metadata.xml | 5 +++++ 5 files changed, 46 insertions(+) create mode 100644 x11-plugins/cputnik/ChangeLog create mode 100644 x11-plugins/cputnik/Manifest create mode 100644 x11-plugins/cputnik/cputnik-0.1.1.ebuild create mode 100644 x11-plugins/cputnik/files/digest-cputnik-0.1.1 create mode 100644 x11-plugins/cputnik/metadata.xml (limited to 'x11-plugins/cputnik') 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 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 @@ + + + +desktop-dock + -- cgit v1.2.3-65-gdbad