summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-06-22 14:10:21 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-06-22 14:10:21 +0000
commit68375cfd9812d93579b64c8dff7781a59b9cb1fa (patch)
treea2c9ced33cb6539508a89b1b3a955f7dab211cdf /x11-plugins
parentVersion bumped. Closes 52738 (diff)
downloadhistorical-68375cfd9812d93579b64c8dff7781a59b9cb1fa.tar.gz
historical-68375cfd9812d93579b64c8dff7781a59b9cb1fa.tar.bz2
historical-68375cfd9812d93579b64c8dff7781a59b9cb1fa.zip
Version bumped.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellflynn/ChangeLog8
-rw-r--r--x11-plugins/gkrellflynn/files/digest-gkrellflynn-0.71
-rw-r--r--x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild40
-rw-r--r--x11-plugins/gkrellflynn/metadata.xml8
4 files changed, 56 insertions, 1 deletions
diff --git a/x11-plugins/gkrellflynn/ChangeLog b/x11-plugins/gkrellflynn/ChangeLog
index cb610d9f6f73..189b951491eb 100644
--- a/x11-plugins/gkrellflynn/ChangeLog
+++ b/x11-plugins/gkrellflynn/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/gkrellflynn
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog,v 1.5 2004/04/19 14:54:40 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog,v 1.6 2004/06/22 14:10:21 mholzer Exp $
+
+*gkrellflynn-0.7 (22 Jun 2004)
+
+ 22 Jun 2004; Martin Holzer <mholzer@gentoo.org> gkrellflynn-0.7.ebuild,
+ metadata.xml:
+ Version bumped.
19 Apr 2004; Danny van Dyk <kugelfang@gentoo.org> gkrellflynn-0.6.ebuild:
marked ~amd64
diff --git a/x11-plugins/gkrellflynn/files/digest-gkrellflynn-0.7 b/x11-plugins/gkrellflynn/files/digest-gkrellflynn-0.7
new file mode 100644
index 000000000000..340a764fdfb0
--- /dev/null
+++ b/x11-plugins/gkrellflynn/files/digest-gkrellflynn-0.7
@@ -0,0 +1 @@
+MD5 c0c2a5fb1266838d5d33e0445b1f1a5a gkrellflynn-0.7.tar.gz 68206
diff --git a/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild b/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild
new file mode 100644
index 000000000000..635e552bff59
--- /dev/null
+++ b/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild,v 1.1 2004/06/22 14:10:21 mholzer Exp $
+
+IUSE=""
+HOMEPAGE="http://horus.comlab.uni-rostock.de/flynn/"
+SRC_URI="http://horus.comlab.uni-rostock.de/flynn/${P}.tar.gz"
+DESCRIPTION="A funny GKrellM (1 or 2) load monitor (for Doom(tm) fans)"
+KEYWORDS="~x86 ~sparc ~alpha ~amd64 ~ppc"
+DEPEND="app-admin/gkrellm"
+SLOT="0"
+LICENSE="GPL-2"
+
+src_compile() {
+ if [ -f /usr/bin/gkrellm ]
+ then
+ make gkrellm
+ fi
+
+ if [ -f /usr/bin/gkrellm2 ]
+ then
+ make gkrellm2
+ fi
+}
+
+src_install() {
+ if [ -f /usr/bin/gkrellm ]
+ then
+ exeinto /usr/lib/gkrellm/plugins
+ doexe gkrellflynn.so
+ fi
+
+ if [ -f /usr/bin/gkrellm2 ]
+ then
+ exeinto /usr/lib/gkrellm2/plugins ;
+ doexe gkrellflynn.so
+ fi
+
+ dodoc INSTALL Changelog README COPYING AUTHORS
+}
diff --git a/x11-plugins/gkrellflynn/metadata.xml b/x11-plugins/gkrellflynn/metadata.xml
new file mode 100644
index 000000000000..ea303dc8c30d
--- /dev/null
+++ b/x11-plugins/gkrellflynn/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>mholzer@gentoo.org</email>
+</maintainer>
+</pkgmetadata>