diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:05:08 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:05:08 +0000 |
commit | 09db38f1bcdafd7910778b9cde61ce9ebc260e50 (patch) | |
tree | 6e83e9e2583415777600987aa8be3ce09d77b79b /app-editors/xvile | |
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/xvile')
-rw-r--r-- | app-editors/xvile/Manifest | 2 | ||||
-rw-r--r-- | app-editors/xvile/xvile-9.3h.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/xvile/Manifest b/app-editors/xvile/Manifest index c6d255719d5b..8e0b03ad44d7 100644 --- a/app-editors/xvile/Manifest +++ b/app-editors/xvile/Manifest @@ -1,5 +1,5 @@ MD5 600cfeec40ac9e08110c2f5666e5f346 ChangeLog 1120 MD5 a2ea95c1b1794b1749cc75cc2b44ff3a xvile-9.2r.ebuild 2039 -MD5 b5efe26dca68972a3f7ff9bb3e120699 xvile-9.3h.ebuild 1528 +MD5 99ffbfb1994773dd5330b75113975312 xvile-9.3h.ebuild 1526 MD5 765d6704eebefa91db03dcd67ba743ac files/digest-xvile-9.2r 1173 MD5 55768ae3bd94b5c67efdb12a1c969702 files/digest-xvile-9.3h 551 diff --git a/app-editors/xvile/xvile-9.3h.ebuild b/app-editors/xvile/xvile-9.3h.ebuild index ff6fe80306ad..735f2b8b6f8d 100644 --- a/app-editors/xvile/xvile-9.3h.ebuild +++ b/app-editors/xvile/xvile-9.3h.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/xvile/xvile-9.3h.ebuild,v 1.4 2003/03/11 21:11:44 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.3h.ebuild,v 1.5 2003/09/05 23:05:05 msterret Exp $ IUSE="perl" @@ -53,7 +53,7 @@ src_compile() { } src_install () { - dobin xvile + dobin xvile make DESTDIR=${D} install || die dodoc CHANGES* COPYING MANIFEST INSTALL README* doc/* } |