summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-09-11 03:55:45 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-09-11 03:55:45 +0000
commit9d71fa152609d8e8b9af9e42a32acd28c824aa58 (patch)
treecce7c5fd38c9b56c0dbd807b3e763d493e361a5f /media-sound/moosic/moosic-1.5.2.ebuild
parentforce newer cairo (diff)
downloadgentoo-2-9d71fa152609d8e8b9af9e42a32acd28c824aa58.tar.gz
gentoo-2-9d71fa152609d8e8b9af9e42a32acd28c824aa58.tar.bz2
gentoo-2-9d71fa152609d8e8b9af9e42a32acd28c824aa58.zip
Version Bump my Dominik Stadler <centic@gentoo.org> closes bug #131865.
(Portage version: 2.1.1)
Diffstat (limited to 'media-sound/moosic/moosic-1.5.2.ebuild')
-rw-r--r--media-sound/moosic/moosic-1.5.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-sound/moosic/moosic-1.5.2.ebuild b/media-sound/moosic/moosic-1.5.2.ebuild
new file mode 100644
index 000000000000..fb7fdf013dc8
--- /dev/null
+++ b/media-sound/moosic/moosic-1.5.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/moosic-1.5.2.ebuild,v 1.1 2006/09/11 03:55:45 metalgod Exp $
+
+DESCRIPTION="Moosic is a music player that focuses on easy playlist management"
+HOMEPAGE="http://www.nanoo.org/~daniel/moosic/"
+SRC_URI="http://www.nanoo.org/~daniel/moosic/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+IUSE=""
+DEPEND="virtual/python"
+
+src_compile() {
+ ./setup.py build || die
+}
+
+src_install() {
+ ./setup.py install --prefix ${D}/usr || die
+
+ insinto /etc/bash_completion.d/
+ newins examples/completion moosic
+ dodoc ChangeLog
+}