From 68375cfd9812d93579b64c8dff7781a59b9cb1fa Mon Sep 17 00:00:00 2001 From: Martin Holzer Date: Tue, 22 Jun 2004 14:10:21 +0000 Subject: Version bumped. --- x11-plugins/gkrellflynn/ChangeLog | 8 ++++- .../gkrellflynn/files/digest-gkrellflynn-0.7 | 1 + x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild | 40 ++++++++++++++++++++++ x11-plugins/gkrellflynn/metadata.xml | 8 +++++ 4 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 x11-plugins/gkrellflynn/files/digest-gkrellflynn-0.7 create mode 100644 x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild create mode 100644 x11-plugins/gkrellflynn/metadata.xml (limited to 'x11-plugins') 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 gkrellflynn-0.7.ebuild, + metadata.xml: + Version bumped. 19 Apr 2004; Danny van Dyk 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 @@ + + + +no-herd + + mholzer@gentoo.org + + -- cgit v1.2.3-65-gdbad