diff options
author | 2003-09-05 23:05:08 +0000 | |
---|---|---|
committer | 2003-09-05 23:05:08 +0000 | |
commit | 09db38f1bcdafd7910778b9cde61ce9ebc260e50 (patch) | |
tree | 6e83e9e2583415777600987aa8be3ce09d77b79b /app-editors/vi | |
parent | header fix; whitespace cleanup (diff) | |
download | gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.tar.gz gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.tar.bz2 gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.zip |
whitespace cleanup
Diffstat (limited to 'app-editors/vi')
-rw-r--r-- | app-editors/vi/Manifest | 6 | ||||
-rw-r--r-- | app-editors/vi/vi-3.7-r2.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vi/vi-3.7-r3.ebuild | 6 | ||||
-rw-r--r-- | app-editors/vi/vi-3.7-r4.ebuild | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/app-editors/vi/Manifest b/app-editors/vi/Manifest index 19aeb6b1712e..8b8ef08a097c 100644 --- a/app-editors/vi/Manifest +++ b/app-editors/vi/Manifest @@ -1,7 +1,7 @@ -MD5 aea29e9ae414c4092290d585505a1b17 vi-3.7-r3.ebuild 1526 -MD5 d184ae0401873a7120f50c3afc10071d vi-3.7-r2.ebuild 1230 MD5 e27de4981d99c895d7cf6bcfb8c07824 ChangeLog 2337 -MD5 43710dd58f8e7570ed81323dd2347a94 vi-3.7-r4.ebuild 1811 +MD5 d8b2b0b157563c6de442090b16dad4a3 vi-3.7-r2.ebuild 1231 +MD5 f0abbb4fd4197ae2a0d674ba1cfb8b2c vi-3.7-r3.ebuild 1524 +MD5 2a7cb0f838aef9752bdba97be1bb25d8 vi-3.7-r4.ebuild 1807 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 ce4d692dfa7de2308c057231387e920c files/digest-vi-3.7-r2 61 MD5 ce4d692dfa7de2308c057231387e920c files/digest-vi-3.7-r3 61 diff --git a/app-editors/vi/vi-3.7-r2.ebuild b/app-editors/vi/vi-3.7-r2.ebuild index 01d6d1826fc6..a55f78839dee 100644 --- a/app-editors/vi/vi-3.7-r2.ebuild +++ b/app-editors/vi/vi-3.7-r2.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-editors/vi/vi-3.7-r2.ebuild,v 1.7 2003/02/13 06:59:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r2.ebuild,v 1.8 2003/09/05 23:05:05 msterret Exp $ MY_P=ex-020403 S=${WORKDIR}/${MY_P} @@ -34,7 +34,7 @@ src_install() { PRESERVEDIR=${D}/var/preserve \ TERMLIB=termlib \ install || die - + dodoc Changes LICENSE README TODO } diff --git a/app-editors/vi/vi-3.7-r3.ebuild b/app-editors/vi/vi-3.7-r3.ebuild index fa44049c6dc0..1e48088a1031 100644 --- a/app-editors/vi/vi-3.7-r3.ebuild +++ b/app-editors/vi/vi-3.7-r3.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-editors/vi/vi-3.7-r3.ebuild,v 1.10 2003/08/13 07:20:22 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r3.ebuild,v 1.11 2003/09/05 23:05:05 msterret Exp $ IUSE="" @@ -24,7 +24,7 @@ src_compile() { # Do not use TERMLIB=ncurses, as it causes vi # to segfault with TERM=linux. - # + # # WARN is set in the environment in /sbin/functions.sh # (unfortunately generic variable name). Need to reset on the # make command-line to keep from breaking the build. @@ -48,7 +48,7 @@ src_install() { RECOVER="-DEXRECOVER=\\\"/var/lib/exrecover\\\" \ -DEXPRESERVE=\\\"/var/lib/expreserve\\\"" \ install || die - + dodoc Changes LICENSE README TODO } diff --git a/app-editors/vi/vi-3.7-r4.ebuild b/app-editors/vi/vi-3.7-r4.ebuild index 060213072dc0..15c414a6d4b4 100644 --- a/app-editors/vi/vi-3.7-r4.ebuild +++ b/app-editors/vi/vi-3.7-r4.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-editors/vi/vi-3.7-r4.ebuild,v 1.1 2003/08/20 15:17:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r4.ebuild,v 1.2 2003/09/05 23:05:05 msterret Exp $ IUSE="" @@ -24,7 +24,7 @@ src_compile() { # Do not use TERMLIB=ncurses, as it causes vi # to segfault with TERM=linux. - # + # # WARN is set in the environment in /sbin/functions.sh # (unfortunately generic variable name). Need to reset on the # make command-line to keep from breaking the build. |