summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 04:11:05 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 04:11:05 +0000
commitd7ce262232861ae5d138c6cbe902c429c8675a86 (patch)
treeca88db4603b40f1e67cacfe1cd0182e4c968244b /media-sound/cymbaline
parentfix license/repoman (diff)
downloadgentoo-2-d7ce262232861ae5d138c6cbe902c429c8675a86.tar.gz
gentoo-2-d7ce262232861ae5d138c6cbe902c429c8675a86.tar.bz2
gentoo-2-d7ce262232861ae5d138c6cbe902c429c8675a86.zip
fix license/repoman
Diffstat (limited to 'media-sound/cymbaline')
-rw-r--r--media-sound/cymbaline/cymbaline-0.9r.ebuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/media-sound/cymbaline/cymbaline-0.9r.ebuild b/media-sound/cymbaline/cymbaline-0.9r.ebuild
index 2618c6f68dc9..17048d649ad3 100644
--- a/media-sound/cymbaline/cymbaline-0.9r.ebuild
+++ b/media-sound/cymbaline/cymbaline-0.9r.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cymbaline/cymbaline-0.9r.ebuild,v 1.2 2003/04/24 13:32:23 phosphan Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cymbaline/cymbaline-0.9r.ebuild,v 1.3 2003/08/07 04:06:35 vapier Exp $
inherit eutils
DESCRIPTION="Smart Command Line Mp3 Player"
-SRC_URI="http://www.silmarill.org/files/${P}.tar.gz"
HOMEPAGE="http://silmarill.org/cymbaline.htm"
-IUSE="mikmod oggvorbis"
+SRC_URI="http://www.silmarill.org/files/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86"
+IUSE="mikmod oggvorbis"
RESTRICT="nostrip"
DEPEND="dev-lang/python
@@ -32,9 +32,7 @@ src_compile() {
src_install () {
dodir /usr/lib/cymbaline
- exeinto /usr/bin
- newexe cymbaline.py cymbaline
+ newbin cymbaline.py cymbaline
insinto /usr/lib/cymbaline
doins ID3.py mp3.py cycolors.py
}
-