summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-06-19 01:08:02 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-06-19 01:08:02 +0000
commit9ecb654b98fe4aed6ac34c1b6ff1e1fa3ae0a800 (patch)
treefc356f3729b00460b6f325b6d6a9d505e6d95798 /gnome-extra/merlin-cpufire
parent- typo (diff)
downloadgentoo-2-9ecb654b98fe4aed6ac34c1b6ff1e1fa3ae0a800.tar.gz
gentoo-2-9ecb654b98fe4aed6ac34c1b6ff1e1fa3ae0a800.tar.bz2
gentoo-2-9ecb654b98fe4aed6ac34c1b6ff1e1fa3ae0a800.zip
new package. resolves #3169
Diffstat (limited to 'gnome-extra/merlin-cpufire')
-rw-r--r--gnome-extra/merlin-cpufire/ChangeLog13
-rw-r--r--gnome-extra/merlin-cpufire/files/digest-merlin-cpufire-0.1.01
-rw-r--r--gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0.ebuild21
3 files changed, 35 insertions, 0 deletions
diff --git a/gnome-extra/merlin-cpufire/ChangeLog b/gnome-extra/merlin-cpufire/ChangeLog
new file mode 100644
index 000000000000..04d12fb74da5
--- /dev/null
+++ b/gnome-extra/merlin-cpufire/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for gnome-extra/merlin-cpufire
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/merlin-cpufire/ChangeLog,v 1.1 2002/06/19 01:08:02 rphillips Exp $
+
+*merlin-cpufire-0.1.0 (18 Jun 2002)
+
+ 18 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/gnome-extra/merlin-cpufire/files/digest-merlin-cpufire-0.1.0 b/gnome-extra/merlin-cpufire/files/digest-merlin-cpufire-0.1.0
new file mode 100644
index 000000000000..10c03864695c
--- /dev/null
+++ b/gnome-extra/merlin-cpufire/files/digest-merlin-cpufire-0.1.0
@@ -0,0 +1 @@
+MD5 4be66b4349b2a21b9ad995ddc5c90993 merlin-cpufire-0.1.0.tgz 15909
diff --git a/gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0.ebuild b/gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0.ebuild
new file mode 100644
index 000000000000..d59eb55e3310
--- /dev/null
+++ b/gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2002 Maik Schreiber
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0.ebuild,v 1.1 2002/06/19 01:08:02 rphillips Exp $
+
+DESCRIPTION="Gnome applet that displays CPU usage as burning fire"
+HOMEPAGE="http://nitric.com/freeware"
+LICENSE="GPL-2"
+RDEPEND="gnome-base/gnome-core gnome-base/libgtop"
+DEPEND="${RDEPEND}"
+SRC_URI="ftp://ftp.ibiblio.org/pub/packages/desktops/gnome/sources/merlin-cpufire/${P}.tgz"
+
+src_compile() {
+ mv Makefile Makefile~
+ # include libgtop in cppFlags
+ sed <Makefile~ >Makefile -e 's|cppFlags = ${shell gnome-config --cflags glib gnome gnomeui gnorba}|cppFlags = ${shell gnome-config --cflags glib gnome gnomeui gnorba libgtop}|'
+ make prefix=${D}/usr etcdir=${D}/etc || die
+}
+
+src_install () {
+ make prefix=${D}/usr etcdir=${D}/etc install
+}