summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 12:10:43 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 12:10:43 +0000
commita913575f3789572a76e98d53c68e9e511b479d7f (patch)
tree78aa5f0315c08f62fcab0adc3a586ee68dfe2be4 /app-misc/rlwrap
parentwhitespace cleanup (diff)
downloadgentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.gz
gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.bz2
gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.zip
whitespace cleanup
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r--app-misc/rlwrap/Manifest4
-rw-r--r--app-misc/rlwrap/rlwrap-0.16.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/rlwrap/Manifest b/app-misc/rlwrap/Manifest
index 6da1ce6be8bf..76cc04f6bd79 100644
--- a/app-misc/rlwrap/Manifest
+++ b/app-misc/rlwrap/Manifest
@@ -1,3 +1,3 @@
-MD5 04395c7e842bf7ff90bd2710e02b430f files/digest-rlwrap-0.16 63
-MD5 8b1621ed895924a717920e9bdddf9b1d rlwrap-0.16.ebuild 916
MD5 84435ebfe467308cdb5edd80857deb4c ChangeLog 315
+MD5 2d5b6be8010c954262cb968c79f476a1 rlwrap-0.16.ebuild 915
+MD5 04395c7e842bf7ff90bd2710e02b430f files/digest-rlwrap-0.16 63
diff --git a/app-misc/rlwrap/rlwrap-0.16.ebuild b/app-misc/rlwrap/rlwrap-0.16.ebuild
index 5644eeb0c5f7..36d5894375c4 100644
--- a/app-misc/rlwrap/rlwrap-0.16.ebuild
+++ b/app-misc/rlwrap/rlwrap-0.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.1 2003/08/27 22:12:55 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.16.ebuild,v 1.2 2003/09/05 12:10:36 msterret Exp $
DESCRIPTION="rlwrap is a 'readline wrapper' which uses the GNU readline library to allow the editing of keyboard input for any command. Input history is remembered across invocations, separately for each command, history completion and -search work as in bash and completion word lists can be specified on the command line."
HOMEPAGE="http://utopia.knoware.nl/~hlub/uck/rlwrap/"
@@ -21,5 +21,5 @@ src_compile() {
src_install() {
einstall || die
- dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README
+ dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README
}