summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-10-08 20:48:02 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-10-08 20:48:02 +0000
commit369d6e4d69d4a38f4603d46348540e59fce91d1e (patch)
treedef1231e2923cc2cc427123ad279482bf6fc148c /x11-plugins
parentVersion bumped. (diff)
downloadgentoo-2-369d6e4d69d4a38f4603d46348540e59fce91d1e.tar.gz
gentoo-2-369d6e4d69d4a38f4603d46348540e59fce91d1e.tar.bz2
gentoo-2-369d6e4d69d4a38f4603d46348540e59fce91d1e.zip
Version bumped.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmmp/ChangeLog8
-rw-r--r--x11-plugins/wmmp/Manifest2
-rw-r--r--x11-plugins/wmmp/files/digest-wmmp-0.9.21
-rw-r--r--x11-plugins/wmmp/wmmp-0.9.2.ebuild33
4 files changed, 42 insertions, 2 deletions
diff --git a/x11-plugins/wmmp/ChangeLog b/x11-plugins/wmmp/ChangeLog
index 4dde5d8031d4..9ccfde3abcbc 100644
--- a/x11-plugins/wmmp/ChangeLog
+++ b/x11-plugins/wmmp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/wmmp
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/ChangeLog,v 1.2 2003/10/07 17:43:26 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/ChangeLog,v 1.3 2003/10/08 20:47:52 mholzer Exp $
+
+*wmmp-0.9.2 (09 Oct 2003)
+
+ 09 Oct 2003; Martin Holzer <mholzer@gentoo.org> wmmp-0.9.2.ebuild:
+ Version bumped.
+ Version bumped.
*wmmp-0.9.1 (08 Oct 2003)
diff --git a/x11-plugins/wmmp/Manifest b/x11-plugins/wmmp/Manifest
index bdbc096dc938..55caa96a6bfa 100644
--- a/x11-plugins/wmmp/Manifest
+++ b/x11-plugins/wmmp/Manifest
@@ -1,4 +1,4 @@
-MD5 bf964e2a679e0d4a6119000afbd3d5d1 ChangeLog 479
+MD5 55ca1906e58cd98d452f24f4aaa62d68 ChangeLog 612
MD5 bdaf12209d2425f5799be45dba682da6 wmmp-0.8.0.ebuild 653
MD5 0bfbafaa053724d07ed7c6ea4204cceb wmmp-0.9.1.ebuild 661
MD5 0bfbafaa053724d07ed7c6ea4204cceb wmmp-0.9.2.ebuild 661
diff --git a/x11-plugins/wmmp/files/digest-wmmp-0.9.2 b/x11-plugins/wmmp/files/digest-wmmp-0.9.2
new file mode 100644
index 000000000000..3e5d608cf229
--- /dev/null
+++ b/x11-plugins/wmmp/files/digest-wmmp-0.9.2
@@ -0,0 +1 @@
+MD5 6d298ad9f28a58e1457e012c6b8db5cb WMmp-0.9.2.tar.gz 313679
diff --git a/x11-plugins/wmmp/wmmp-0.9.2.ebuild b/x11-plugins/wmmp/wmmp-0.9.2.ebuild
new file mode 100644
index 000000000000..a943a3a8bc8b
--- /dev/null
+++ b/x11-plugins/wmmp/wmmp-0.9.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+#
+
+IUSE=""
+
+MY_P=${P/wm/WM}
+DESCRIPTION="A Window Maker dock app client for Music Player Daemon(media-sound/mpd)"
+SRC_URI="http://mercury.chem.pitt.edu/~shank/${MY_P}.tar.gz"
+HOMEPAGE="http://www.musicpd.org"
+
+DEPEND="virtual/x11"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc ~alpha"
+
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+ local myconf
+ myconf="--with-gnu-ld"
+
+ econf ${myconf} || die "configure failed"
+
+ emake || die "make failed"
+}
+
+src_install () {
+ emake install DESTDIR=${D} || die
+
+ dodoc AUTHORS COPYING INSTALL README THANKS TODO
+}