summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 03:45:42 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 03:45:42 +0000
commited34e375961396c31c32ea54685059966d51665e (patch)
tree318409b3268d5b5cf241ef4ccc6ea1c977e22b7c /app-misc/cdspeed
parentQA - fix use invocation (diff)
downloadhistorical-ed34e375961396c31c32ea54685059966d51665e.tar.gz
historical-ed34e375961396c31c32ea54685059966d51665e.tar.bz2
historical-ed34e375961396c31c32ea54685059966d51665e.zip
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/cdspeed')
-rw-r--r--app-misc/cdspeed/cdspeed-0.3.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/cdspeed/cdspeed-0.3.ebuild b/app-misc/cdspeed/cdspeed-0.3.ebuild
index 42988a36561b..787d52948f72 100644
--- a/app-misc/cdspeed/cdspeed-0.3.ebuild
+++ b/app-misc/cdspeed/cdspeed-0.3.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/cdspeed/cdspeed-0.3.ebuild,v 1.8 2004/06/24 22:05:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cdspeed/cdspeed-0.3.ebuild,v 1.9 2004/06/28 03:29:06 vapier Exp $
-DESCRIPTION="Change the speed of your CD drive."
+DESCRIPTION="Change the speed of your CD drive"
HOMEPAGE="http://linuxfocus.org/~guido/"
SRC_URI="http://linuxfocus.org/~guido/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc alpha ~hppa ~mips ~amd64"
+KEYWORDS="x86 ~ppc ~sparc ~mips alpha ~hppa ~amd64"
IUSE=""
-RDEPEND="virtual/glibc"
+RDEPEND="virtual/libc"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"
@@ -19,8 +19,8 @@ src_unpack() {
unpack ${A}
cd ${S}
sed -i \
- -e 's:^CFLAGS=.*:CFLAGS=$(E_CFLAGS):' Makefile \
- || die "sed Makefile failed"
+ -e 's:^CFLAGS=.*:CFLAGS=$(E_CFLAGS):' \
+ Makefile || die "sed Makefile failed"
}
src_compile() {