summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-02-19 21:59:40 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-02-19 21:59:40 +0000
commit3d772476b9051b834a6ff13d6acbe4e791abea57 (patch)
treed43a571b6ab4501e4fc236856cf00a37a17f40b7 /x11-plugins/gkrellmms
parentremoved x86 portions of ebuild and set to ~ppc only (diff)
downloadhistorical-3d772476b9051b834a6ff13d6acbe4e791abea57.tar.gz
historical-3d772476b9051b834a6ff13d6acbe4e791abea57.tar.bz2
historical-3d772476b9051b834a6ff13d6acbe4e791abea57.zip
Version bumped.
Diffstat (limited to 'x11-plugins/gkrellmms')
-rw-r--r--x11-plugins/gkrellmms/ChangeLog8
-rw-r--r--x11-plugins/gkrellmms/files/digest-gkrellmms-2.1.81
-rw-r--r--x11-plugins/gkrellmms/gkrellmms-2.1.8.ebuild25
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-plugins/gkrellmms/ChangeLog b/x11-plugins/gkrellmms/ChangeLog
index e6328ee7b6e2..ba061b1fa818 100644
--- a/x11-plugins/gkrellmms/ChangeLog
+++ b/x11-plugins/gkrellmms/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/gkrellmms
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.11 2003/02/19 21:55:07 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.12 2003/02/19 21:59:40 mholzer Exp $
+
+*gkrellmms-2.1.8 (19 Feb 2003)
+
+ 19 Feb 2003; Martin Holzer <mholzer@gentoo.org> gkrellmms-2.1.8.ebuild
+ files/digest-gkrellmms-2.1.8 :
+ Version bumped.
*gkrellmms-2.1.6 (16 Jan 2003)
diff --git a/x11-plugins/gkrellmms/files/digest-gkrellmms-2.1.8 b/x11-plugins/gkrellmms/files/digest-gkrellmms-2.1.8
new file mode 100644
index 000000000000..d6e4c324fd4e
--- /dev/null
+++ b/x11-plugins/gkrellmms/files/digest-gkrellmms-2.1.8
@@ -0,0 +1 @@
+MD5 ec3a2fe8e0d5e8b6d745259959d14ea4 gkrellmms-2.1.8.tar.gz 43417
diff --git a/x11-plugins/gkrellmms/gkrellmms-2.1.8.ebuild b/x11-plugins/gkrellmms/gkrellmms-2.1.8.ebuild
new file mode 100644
index 000000000000..868880cfc46a
--- /dev/null
+++ b/x11-plugins/gkrellmms/gkrellmms-2.1.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/gkrellmms-2.1.8.ebuild,v 1.1 2003/02/19 21:59:40 mholzer Exp $
+
+S=${WORKDIR}/${PN}
+DESCRIPTION="A sweet plugin to control XMMS from GKrellM2"
+SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
+HOMEPAGE="http://gkrellm.luon.net/gkrellmms.phtml"
+
+DEPEND=">=app-admin/gkrellm-2*
+ media-sound/xmms"
+
+SLOT="2"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ exeinto /usr/lib/gkrellm2/plugins
+ newexe gkrellmms.so gkrellmms2.so
+ dodoc README Changelog FAQ Themes
+}