diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 02:58:26 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 02:58:26 +0000 |
commit | 22331de782a26a86355a42ab1a9b4e3621ba9291 (patch) | |
tree | 717303e1724a1e15dce0af945b6ba65b55ec5f28 /sys-apps | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-22331de782a26a86355a42ab1a9b4e3621ba9291.tar.gz gentoo-2-22331de782a26a86355a42ab1a9b4e3621ba9291.tar.bz2 gentoo-2-22331de782a26a86355a42ab1a9b4e3621ba9291.zip |
repoman: whitespace cleanup
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/most/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/most/most-4.9.2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/most/Manifest b/sys-apps/most/Manifest index a104bf8c1c18..87e333f31799 100644 --- a/sys-apps/most/Manifest +++ b/sys-apps/most/Manifest @@ -1,3 +1,3 @@ MD5 8a13a425fdf1daaa01241119dfcc7d70 ChangeLog 1115 -MD5 45ecd477d360124fbae8704f87676d3b most-4.9.2.ebuild 885 +MD5 7f9981ae82db06eef5495b2d3f88cc89 most-4.9.2.ebuild 877 MD5 a23dcc37cb7e0fb3d5fde35a36d9f270 files/digest-most-4.9.2 61 diff --git a/sys-apps/most/most-4.9.2.ebuild b/sys-apps/most/most-4.9.2.ebuild index caafea79f569..1d6d817834f6 100644 --- a/sys-apps/most/most-4.9.2.ebuild +++ b/sys-apps/most/most-4.9.2.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/sys-apps/most/most-4.9.2.ebuild,v 1.12 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.2.ebuild,v 1.13 2003/09/07 02:58:23 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="An extremely excellent text file reader" @@ -11,7 +11,7 @@ LICENSE="GPL-2" SRC_URI="ftp://space.mit.edu/pub/davis/most/${P}.tar.gz" DEPEND=">=sys-libs/slang-1.4.2 - >=sys-libs/ncurses-5.2-r2" + >=sys-libs/ncurses-5.2-r2" src_compile() { ./configure \ @@ -28,6 +28,6 @@ src_install() { doman most.1 dodoc COPYING COPYRIGHT README changes.txt - docinto txt + docinto txt dodoc default.rc lesskeys.rc most-fun.txt } |