summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-03 12:59:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-03 12:59:29 +0000
commit6aeda3a333ced673e26fea420c8895f455c92c49 (patch)
tree265271582aa4661f352a7fa7a868e0a9afc3737f /media-sound/dcd/dcd-0.95.ebuild
parentDon't install LICENSE (diff)
downloadgentoo-2-6aeda3a333ced673e26fea420c8895f455c92c49.tar.gz
gentoo-2-6aeda3a333ced673e26fea420c8895f455c92c49.tar.bz2
gentoo-2-6aeda3a333ced673e26fea420c8895f455c92c49.zip
Quoting
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/dcd/dcd-0.95.ebuild')
-rw-r--r--media-sound/dcd/dcd-0.95.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/media-sound/dcd/dcd-0.95.ebuild b/media-sound/dcd/dcd-0.95.ebuild
index 2d080ab3173c..4c7f1ce94b78 100644
--- a/media-sound/dcd/dcd-0.95.ebuild
+++ b/media-sound/dcd/dcd-0.95.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2006 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/dcd/dcd-0.95.ebuild,v 1.15 2006/03/07 14:30:28 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/dcd/dcd-0.95.ebuild,v 1.16 2009/08/03 12:59:29 ssuominen Exp $
inherit eutils toolchain-funcs
-IUSE=""
-
DESCRIPTION="A simple command-line based CD Player"
HOMEPAGE="http://www.technopagan.org/dcd"
SRC_URI="http://www.technopagan.org/dcd/${P}.tar.bz2"
-SLOT="0"
LICENSE="GPL-2 LGPL-2"
+SLOT="0"
KEYWORDS="alpha amd64 ~ppc ppc64 sparc x86"
+IUSE=""
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}/${P}-makefile.patch"
}
@@ -25,7 +24,7 @@ src_compile() {
}
src_install() {
- dobin dcd
+ dobin dcd || die "dobin failed"
doman dcd.1
dodoc README BUGS ChangeLog
}