summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-19 19:41:23 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-19 19:41:23 +0000
commitf2ab6f1b7e1dca3469973cc7dcaa7b8042f92328 (patch)
treedaa0635fb0a9b65f7db9f3659a13429afe78d005 /media-sound/moosic
parentFile removed but for some reason not committed as removed (diff)
downloadgentoo-2-f2ab6f1b7e1dca3469973cc7dcaa7b8042f92328.tar.gz
gentoo-2-f2ab6f1b7e1dca3469973cc7dcaa7b8042f92328.tar.bz2
gentoo-2-f2ab6f1b7e1dca3469973cc7dcaa7b8042f92328.zip
old, repoman issues
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/moosic')
-rw-r--r--media-sound/moosic/moosic-1.5.0.ebuild9
-rw-r--r--media-sound/moosic/moosic-1.5.2.ebuild25
-rw-r--r--media-sound/moosic/moosic-1.5.4.ebuild8
3 files changed, 9 insertions, 33 deletions
diff --git a/media-sound/moosic/moosic-1.5.0.ebuild b/media-sound/moosic/moosic-1.5.0.ebuild
index e3166649c9f4..c43bc15f6e75 100644
--- a/media-sound/moosic/moosic-1.5.0.ebuild
+++ b/media-sound/moosic/moosic-1.5.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/moosic-1.5.0.ebuild,v 1.7 2007/07/11 19:30:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/moosic-1.5.0.ebuild,v 1.8 2009/06/19 19:41:23 ssuominen Exp $
DESCRIPTION="Moosic is a music player that focuses on easy playlist management"
HOMEPAGE="http://www.nanoo.org/~daniel/moosic/"
@@ -10,10 +10,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc sparc amd64"
IUSE=""
-DEPEND="virtual/python"
+RDEPEND="dev-lang/python"
+DEPEND="${RDEPEND}"
src_install() {
- make install INSTALL_PREFIX=$D/usr
+ make install INSTALL_PREFIX="${D}/usr" || die
insinto /etc/bash_completion.d/
newins bash_completion moosic
diff --git a/media-sound/moosic/moosic-1.5.2.ebuild b/media-sound/moosic/moosic-1.5.2.ebuild
deleted file mode 100644
index fb7fdf013dc8..000000000000
--- a/media-sound/moosic/moosic-1.5.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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
-}
diff --git a/media-sound/moosic/moosic-1.5.4.ebuild b/media-sound/moosic/moosic-1.5.4.ebuild
index 54a937758e73..d1ac97cc2fe9 100644
--- a/media-sound/moosic/moosic-1.5.4.ebuild
+++ b/media-sound/moosic/moosic-1.5.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/moosic-1.5.4.ebuild,v 1.2 2008/05/29 17:16:58 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/moosic-1.5.4.ebuild,v 1.3 2009/06/19 19:41:23 ssuominen Exp $
inherit distutils python multilib
@@ -10,10 +10,10 @@ SRC_URI="http://www.nanoo.org/~daniel/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc"
-RDEPEND="virtual/python"
+RDEPEND="dev-lang/python"
DEPEND="${RDEPEND}
dev-python/setuptools"