summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-04-25 14:46:46 +0000
committerMike Frysinger <vapier@gentoo.org>2003-04-25 14:46:46 +0000
commit3e5338baac86a31478da736379d383ef4e517e34 (patch)
tree8312311101f4363e403bec81fa8b2905c32dbd46 /app-misc/cdctl
parentnew version (diff)
downloadhistorical-3e5338baac86a31478da736379d383ef4e517e34.tar.gz
historical-3e5338baac86a31478da736379d383ef4e517e34.tar.bz2
historical-3e5338baac86a31478da736379d383ef4e517e34.zip
touchups
Diffstat (limited to 'app-misc/cdctl')
-rw-r--r--app-misc/cdctl/cdctl-0.15.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/app-misc/cdctl/cdctl-0.15.ebuild b/app-misc/cdctl/cdctl-0.15.ebuild
index da192844b2f0..c7fb1fabc706 100644
--- a/app-misc/cdctl/cdctl-0.15.ebuild
+++ b/app-misc/cdctl/cdctl-0.15.ebuild
@@ -1,23 +1,23 @@
# Copyright 2003 Matt Tucker <tuck@whistlingfish.net>
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/cdctl/cdctl-0.15.ebuild,v 1.3 2003/03/28 13:03:24 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cdctl/cdctl-0.15.ebuild,v 1.4 2003/04/25 14:46:46 vapier Exp $
+
+inherit eutils
+EPATCH_SOURCE=${FILESDIR}
DESCRIPTION="Utility to control your cd/dvd drive"
SRC_URI="mirror://sourceforge/cdctl/${P}.tar.gz"
HOMEPAGE="http://cdctl.sourceforge.net/"
+
KEYWORDS="x86 ~ppc"
-IUSE=""
SLOT="0"
LICENSE="free-noncomm"
DEPEND="virtual/glibc"
-inherit eutils
-EPATCH_SOURCE="${FILESDIR}"
-
src_unpack() {
- unpack "${A}"
- cd "${S}"
+ unpack ${A}
+ cd ${S}
epatch
}
@@ -25,4 +25,3 @@ src_install() {
make DESTDIR=${D} install || die
dodoc NEWS NUTSANDBOLTS LICENSE PUBLICKEY README
}
-