summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 04:18:52 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 04:18:52 +0000
commitdf5dbac64793120bd42de7e388374590da2b5287 (patch)
tree90f06c3d21bf3f66510acc04e4f0c7084b424bb9 /app-misc/rlwrap
parentunmask baselayout-1.10 (diff)
downloadhistorical-df5dbac64793120bd42de7e388374590da2b5287.tar.gz
historical-df5dbac64793120bd42de7e388374590da2b5287.tar.bz2
historical-df5dbac64793120bd42de7e388374590da2b5287.zip
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r--app-misc/rlwrap/rlwrap-0.16.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/rlwrap/rlwrap-0.16.ebuild b/app-misc/rlwrap/rlwrap-0.16.ebuild
index f01e0885b506..a9adb1471fce 100644
--- a/app-misc/rlwrap/rlwrap-0.16.ebuild
+++ b/app-misc/rlwrap/rlwrap-0.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.16.ebuild,v 1.8 2004/06/28 02:04:05 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.16.ebuild,v 1.9 2004/06/28 04:11:20 vapier Exp $
DESCRIPTION="a 'readline wrapper' which uses the GNU readline lib to allow the editing of keyboard input for any command"
HOMEPAGE="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
@@ -15,5 +15,5 @@ DEPEND="sys-libs/readline"
src_install() {
einstall || die
- dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README
+ dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README
}