diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:30:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:30:00 +0000 |
commit | a8c48b6f928f8768e3ca1206ad769b164e864c21 (patch) | |
tree | 96a594f43ffdbb9227de7fddc6cb6dfa7c97d30e /app-misc/cdctl | |
parent | QA - fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-a8c48b6f928f8768e3ca1206ad769b164e864c21.tar.gz gentoo-2-a8c48b6f928f8768e3ca1206ad769b164e864c21.tar.bz2 gentoo-2-a8c48b6f928f8768e3ca1206ad769b164e864c21.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/cdctl')
-rw-r--r-- | app-misc/cdctl/cdctl-0.15.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/cdctl/cdctl-0.15.ebuild b/app-misc/cdctl/cdctl-0.15.ebuild index 45c362fffbb1..4d826c36088b 100644 --- a/app-misc/cdctl/cdctl-0.15.ebuild +++ b/app-misc/cdctl/cdctl-0.15.ebuild @@ -1,20 +1,20 @@ # Copyright 1999-2004 Gentoo Foundation # 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.10 2004/06/24 22:05:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/cdctl/cdctl-0.15.ebuild,v 1.11 2004/06/28 03:28:37 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/" +SRC_URI="mirror://sourceforge/cdctl/${P}.tar.gz" +LICENSE="free-noncomm" +SLOT="0" KEYWORDS="x86 ~ppc ~amd64" IUSE="" -SLOT="0" -LICENSE="free-noncomm" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} @@ -24,5 +24,5 @@ src_unpack() { src_install() { make DESTDIR=${D} install || die - dodoc NEWS NUTSANDBOLTS LICENSE PUBLICKEY README + dodoc NEWS NUTSANDBOLTS PUBLICKEY README } |