diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-06-22 14:10:21 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-06-22 14:10:21 +0000 |
commit | 055f748061e720ea91b39fccf279e4bfa3bc2c34 (patch) | |
tree | ccc2af990897bd7cbf2a9f62f17f9d283eeca9ac /x11-plugins | |
parent | Version bumped. Closes 52738 (Manifest recommit) (diff) | |
download | gentoo-2-055f748061e720ea91b39fccf279e4bfa3bc2c34.tar.gz gentoo-2-055f748061e720ea91b39fccf279e4bfa3bc2c34.tar.bz2 gentoo-2-055f748061e720ea91b39fccf279e4bfa3bc2c34.zip |
Version bumped.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellflynn/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/gkrellflynn/Manifest | 7 | ||||
-rw-r--r-- | x11-plugins/gkrellflynn/files/digest-gkrellflynn-0.7 | 1 | ||||
-rw-r--r-- | x11-plugins/gkrellflynn/gkrellflynn-0.7.ebuild | 40 | ||||
-rw-r--r-- | x11-plugins/gkrellflynn/metadata.xml | 8 |
5 files changed, 61 insertions, 3 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/Manifest b/x11-plugins/gkrellflynn/Manifest index b62842fc7fad..63dcfa5d61c3 100644 --- a/x11-plugins/gkrellflynn/Manifest +++ b/x11-plugins/gkrellflynn/Manifest @@ -1,3 +1,6 @@ -MD5 1166b6776b2bf7fde5a171f508bc0500 ChangeLog 838 -MD5 156cf91a6202d5d3268a099f9c5e7c87 gkrellflynn-0.6.ebuild 923 +MD5 2f131d06389f85ae1dfd1d6fc55f4e19 gkrellflynn-0.7.ebuild 922 +MD5 de35d8f600d3d75d8075a8d848787013 metadata.xml 223 +MD5 b814ccbee1676a18c84ea11caf0efeec ChangeLog 837 +MD5 2f131d06389f85ae1dfd1d6fc55f4e19 gkrellflynn-0.6.ebuild 922 MD5 ae2f270e3dab3e54a727b08293af3ae8 files/digest-gkrellflynn-0.6 66 +MD5 2eb583a49bc9f3e97d018b606b216e09 files/digest-gkrellflynn-0.7 66 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> |