diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 22:01:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 22:01:27 +0000 |
commit | 688bf986ae676a6747c1db808657c1c54846289a (patch) | |
tree | 50ff48f96423aba67bddc229e822ed54330ef163 /sys-apps | |
parent | sync IUSE (missing) (diff) | |
download | historical-688bf986ae676a6747c1db808657c1c54846289a.tar.gz historical-688bf986ae676a6747c1db808657c1c54846289a.tar.bz2 historical-688bf986ae676a6747c1db808657c1c54846289a.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/most/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/most/most-4.9.2.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/most/most-4.9.4.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/most/most-4.9.5.ebuild | 3 |
4 files changed, 10 insertions, 5 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog index db989239e7aa..0ec6e304c4df 100644 --- a/sys-apps/most/ChangeLog +++ b/sys-apps/most/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/most # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.11 2004/06/28 08:58:07 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.12 2004/06/30 22:01:27 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> most-4.9.2.ebuild, + most-4.9.4.ebuild: + sync IUSE (missing), trim trailing whitespace 28 Jun 2004; David Holm <dholm@gentoo.org> most-4.9.5.ebuild: Added ppc support. diff --git a/sys-apps/most/most-4.9.2.ebuild b/sys-apps/most/most-4.9.2.ebuild index 3af3a09e05fd..7c0cef33fca3 100644 --- a/sys-apps/most/most-4.9.2.ebuild +++ b/sys-apps/most/most-4.9.2.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # 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.15 2004/06/24 22:18:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.2.ebuild,v 1.16 2004/06/30 22:01:27 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="An extremely excellent text file reader" HOMEPAGE="http://freshmeat.net/projects/most/" KEYWORDS="x86 amd64 -ppc" +IUSE="" SLOT="0" LICENSE="GPL-2" SRC_URI="ftp://space.mit.edu/pub/davis/most/${P}.tar.gz" diff --git a/sys-apps/most/most-4.9.4.ebuild b/sys-apps/most/most-4.9.4.ebuild index 0e3d402bec4e..be5de3af8aa9 100644 --- a/sys-apps/most/most-4.9.4.ebuild +++ b/sys-apps/most/most-4.9.4.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.4.ebuild,v 1.2 2004/06/24 22:18:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.4.ebuild,v 1.3 2004/06/30 22:01:27 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="An extremely excellent text file reader" HOMEPAGE="http://freshmeat.net/projects/most/" KEYWORDS="~x86 ~amd64 -ppc" +IUSE="" SLOT="0" LICENSE="GPL-2" SRC_URI="ftp://space.mit.edu/pub/davis/most/${P}.tar.gz" diff --git a/sys-apps/most/most-4.9.5.ebuild b/sys-apps/most/most-4.9.5.ebuild index 23716eaba018..ea25374d6ff3 100644 --- a/sys-apps/most/most-4.9.5.ebuild +++ b/sys-apps/most/most-4.9.5.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/sys-apps/most/most-4.9.5.ebuild,v 1.2 2004/06/28 08:58:07 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.5.ebuild,v 1.3 2004/06/30 22:01:27 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="An extremely excellent text file reader" @@ -57,4 +57,3 @@ src_install() { docinto txt dodoc default.rc lesskeys.rc most-fun.txt } - |