summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-07-17 14:51:16 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-07-17 14:51:16 +0000
commit510fa726154c18661e746a611152833a0e31e3b2 (patch)
tree1bc0a9a565d3f6c93fd415097fb5fffcd2d85bd1 /x11-plugins/wmmp3
parentMarked stable on x86. (Manifest recommit) (diff)
downloadgentoo-2-510fa726154c18661e746a611152833a0e31e3b2.tar.gz
gentoo-2-510fa726154c18661e746a611152833a0e31e3b2.tar.bz2
gentoo-2-510fa726154c18661e746a611152833a0e31e3b2.zip
Initial import of x11-plugins/wmmp3, version 0.12. Closes #19009
Diffstat (limited to 'x11-plugins/wmmp3')
-rw-r--r--x11-plugins/wmmp3/ChangeLog8
-rw-r--r--x11-plugins/wmmp3/Manifest2
-rw-r--r--x11-plugins/wmmp3/files/digest-wmmp3-0.121
-rw-r--r--x11-plugins/wmmp3/metadata.xml5
-rw-r--r--x11-plugins/wmmp3/wmmp3-0.12.ebuild34
5 files changed, 50 insertions, 0 deletions
diff --git a/x11-plugins/wmmp3/ChangeLog b/x11-plugins/wmmp3/ChangeLog
new file mode 100644
index 000000000000..56dcbd8c65da
--- /dev/null
+++ b/x11-plugins/wmmp3/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for x11-plugins/wmmp3
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/ChangeLog,v 1.1 2004/07/17 14:51:16 s4t4n Exp $
+
+*wmmp3-0.12 (17 Jul 2004)
+
+ 17 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmmp3-0.12.ebuild:
+ Initial import. Thanks to Susie Edgeworth. Closes #19009.
diff --git a/x11-plugins/wmmp3/Manifest b/x11-plugins/wmmp3/Manifest
new file mode 100644
index 000000000000..e1c635ef7f09
--- /dev/null
+++ b/x11-plugins/wmmp3/Manifest
@@ -0,0 +1,2 @@
+MD5 76123bf325c9233f9b0bf60117fd07dc wmmp3-0.12.ebuild 791
+MD5 632f433b2b4fca8b12da86ca825f44d6 files/digest-wmmp3-0.12 61
diff --git a/x11-plugins/wmmp3/files/digest-wmmp3-0.12 b/x11-plugins/wmmp3/files/digest-wmmp3-0.12
new file mode 100644
index 000000000000..959b56218639
--- /dev/null
+++ b/x11-plugins/wmmp3/files/digest-wmmp3-0.12
@@ -0,0 +1 @@
+MD5 4bbc839c48cb13680f94b2fa133ca423 wmmp3-0.12.tar.gz 43977
diff --git a/x11-plugins/wmmp3/metadata.xml b/x11-plugins/wmmp3/metadata.xml
new file mode 100644
index 000000000000..b1a9efc4f2f0
--- /dev/null
+++ b/x11-plugins/wmmp3/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>desktop-dock</herd>
+</pkgmetadata>
diff --git a/x11-plugins/wmmp3/wmmp3-0.12.ebuild b/x11-plugins/wmmp3/wmmp3-0.12.ebuild
new file mode 100644
index 000000000000..93b933582a10
--- /dev/null
+++ b/x11-plugins/wmmp3/wmmp3-0.12.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp3/wmmp3-0.12.ebuild,v 1.1 2004/07/17 14:51:16 s4t4n Exp $
+
+IUSE=""
+
+DESCRIPTION="Mp3 player dock app for WindowMaker; frontend to mpg123"
+HOMEPAGE="http://www.dotfiles.com/software/wmmp3/"
+SRC_URI="http://www.dotfiles.com/software/wmmp3/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="virtual/x11
+ >=media-sound/mpg123-0.59s-r3"
+
+src_compile()
+{
+ # override wmmp3 self-calculated cflags
+ econf || die "Configuration failed"
+ emake prefix="/usr/" || die "Compilation failed"
+}
+
+src_install()
+{
+ einstall || die "Installation failed"
+ dodoc AUTHORS COPYING ChangeLog sample.wmmp3 README TODO
+}
+
+pkg_postinst()
+{
+ einfo "Please copy the sample.wmmp3 to your home directory and change it to fit your needs."
+}