summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-14 22:03:11 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-14 22:03:11 +0000
commit30ecabcc88429c1218f62cd106c08e28d34a2187 (patch)
tree7baf77b8273e0bc25b9ed4620e0283d714fa8ad2 /x11-plugins
parentversion bump (diff)
downloadgentoo-2-30ecabcc88429c1218f62cd106c08e28d34a2187.tar.gz
gentoo-2-30ecabcc88429c1218f62cd106c08e28d34a2187.tar.bz2
gentoo-2-30ecabcc88429c1218f62cd106c08e28d34a2187.zip
version bump
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellmms/ChangeLog13
-rw-r--r--x11-plugins/gkrellmms/files/digest-gkrellmms-2.1.31
-rw-r--r--x11-plugins/gkrellmms/gkrellmms-2.1.3.ebuild25
3 files changed, 36 insertions, 3 deletions
diff --git a/x11-plugins/gkrellmms/ChangeLog b/x11-plugins/gkrellmms/ChangeLog
index b008aa799fa2..a9eceb0b77da 100644
--- a/x11-plugins/gkrellmms/ChangeLog
+++ b/x11-plugins/gkrellmms/ChangeLog
@@ -1,11 +1,18 @@
# ChangeLog for x11-plugins/gkrellmms
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.7 2002/12/13 11:00:58 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.8 2002/12/14 22:03:11 seemant Exp $
+
+*gkrellmms-2.1.3 (14 Dec 2002)
+
+ 14 Dec 2002; Seemant Kulleen <seemant@gentoo.org> gkrellmms-2.1.3.ebuild
+ files/digest-gkrellmms-2.1.3 :
+
+ Version bump. Added to ~ppc profile as well.
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
*gkrellmms-0.5.8 (16 Oct 2002)
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
+
16 Oct 2002; Seemant Kulleen <seemant@gentoo.org> gkrellmms-0.5.8.ebuild
files/digest-gkrellmms-0.5.8 :
diff --git a/x11-plugins/gkrellmms/files/digest-gkrellmms-2.1.3 b/x11-plugins/gkrellmms/files/digest-gkrellmms-2.1.3
new file mode 100644
index 000000000000..ae34c0dd7411
--- /dev/null
+++ b/x11-plugins/gkrellmms/files/digest-gkrellmms-2.1.3
@@ -0,0 +1 @@
+MD5 8ba6b28d84587d40d47e9c1e4139bcdd gkrellmms-2.1.3.tar.gz 26726
diff --git a/x11-plugins/gkrellmms/gkrellmms-2.1.3.ebuild b/x11-plugins/gkrellmms/gkrellmms-2.1.3.ebuild
new file mode 100644
index 000000000000..8dc373272654
--- /dev/null
+++ b/x11-plugins/gkrellmms/gkrellmms-2.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2002 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.3.ebuild,v 1.1 2002/12/14 22:03:11 seemant 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
+}