summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-02-22 22:14:26 +0000
committerJim Ramsay <lack@gentoo.org>2007-02-22 22:14:26 +0000
commite830e37fef84039b5bb9e81bb4af015f6e8916ec (patch)
treead736a065c91c09de0cf7d4a8ed0410971bade55 /x11-plugins
parentCleanup (diff)
downloadgentoo-2-e830e37fef84039b5bb9e81bb4af015f6e8916ec.tar.gz
gentoo-2-e830e37fef84039b5bb9e81bb4af015f6e8916ec.tar.bz2
gentoo-2-e830e37fef84039b5bb9e81bb4af015f6e8916ec.zip
Version bump to 0.8 (bug 88469)
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellflynn/ChangeLog7
-rw-r--r--x11-plugins/gkrellflynn/files/digest-gkrellflynn-0.83
-rw-r--r--x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild25
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-plugins/gkrellflynn/ChangeLog b/x11-plugins/gkrellflynn/ChangeLog
index fb3160082a9e..24c7721d7416 100644
--- a/x11-plugins/gkrellflynn/ChangeLog
+++ b/x11-plugins/gkrellflynn/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/gkrellflynn
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog,v 1.14 2007/02/22 16:06:22 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/ChangeLog,v 1.15 2007/02/22 22:14:26 lack Exp $
+
+*gkrellflynn-0.8 (22 Feb 2007)
+
+ 22 Feb 2007; Jim Ramsay <lack@gentoo.org> +gkrellflynn-0.8.ebuild:
+ Version bump to 0.8 (bug 88469)
22 Feb 2007; Jim Ramsay <lack@gentoo.org> metadata.xml,
gkrellflynn-0.6.ebuild, gkrellflynn-0.7.ebuild:
diff --git a/x11-plugins/gkrellflynn/files/digest-gkrellflynn-0.8 b/x11-plugins/gkrellflynn/files/digest-gkrellflynn-0.8
new file mode 100644
index 000000000000..473b1befae59
--- /dev/null
+++ b/x11-plugins/gkrellflynn/files/digest-gkrellflynn-0.8
@@ -0,0 +1,3 @@
+MD5 19eabecbe7f95e7246012a7be4dff60d gkrellflynn-0.8.tar.gz 26722
+RMD160 f35eeacd8121bd52c53a5610199211f7c34c790c gkrellflynn-0.8.tar.gz 26722
+SHA256 377c8581c15e83948687cc22c0ddee208c65195687df68dd05e73bafa7e68659 gkrellflynn-0.8.tar.gz 26722
diff --git a/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild b/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild
new file mode 100644
index 000000000000..5da6ef9714e8
--- /dev/null
+++ b/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild,v 1.1 2007/02/22 22:14:26 lack Exp $
+
+inherit multilib
+
+IUSE=""
+HOMEPAGE="http://horus.comlab.uni-rostock.de/flynn/"
+SRC_URI="http://horus.comlab.uni-rostock.de/flynn/${P}.tar.gz"
+DESCRIPTION="A funny GKrellM2 load monitor (for Doom(tm) fans)"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+DEPEND="=app-admin/gkrellm-2*"
+SLOT="0"
+LICENSE="GPL-2"
+
+src_compile() {
+ make gkrellm2
+}
+
+src_install() {
+ exeinto /usr/$(get_libdir)/gkrellm2/plugins ;
+ doexe gkrellflynn.so
+
+ dodoc INSTALL Changelog README COPYING AUTHORS
+}