diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-06 21:32:23 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-06 21:32:23 +0000 |
commit | d71db296ab0e9727aeddaa7159a5527480be9729 (patch) | |
tree | 7281aad80b365deae41a4e437025cba021758d49 /sys-apps/most | |
parent | Marking twisted-10.2.0 ~ppc for bug 350894 (diff) | |
download | historical-d71db296ab0e9727aeddaa7159a5527480be9729.tar.gz historical-d71db296ab0e9727aeddaa7159a5527480be9729.tar.bz2 historical-d71db296ab0e9727aeddaa7159a5527480be9729.zip |
Some Clean up
Package-Manager: portage-2.2.0_alpha13/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/most')
-rw-r--r-- | sys-apps/most/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/most/most-5.0.0a.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog index 62edb84ee750..639786a59639 100644 --- a/sys-apps/most/ChangeLog +++ b/sys-apps/most/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/most -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.44 2008/09/25 11:58:05 aballier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.45 2011/01/06 21:32:23 jlec Exp $ + + 06 Jan 2011; Justin Lecher <jlec@gentoo.org> most-5.0.0a.ebuild: + Some Clean up 25 Sep 2008; Alexis Ballier <aballier@gentoo.org> most-5.0.0a.ebuild: keyword ~x86-fbsd diff --git a/sys-apps/most/most-5.0.0a.ebuild b/sys-apps/most/most-5.0.0a.ebuild index 32d6e380ba64..c94e8cc83a9f 100644 --- a/sys-apps/most/most-5.0.0a.ebuild +++ b/sys-apps/most/most-5.0.0a.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v 1.10 2008/09/25 11:58:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v 1.11 2011/01/06 21:32:23 jlec Exp $ -DESCRIPTION="a paging program that displays, one windowful at a time, the contents of a file." +DESCRIPTION="Paging program that displays, one windowful at a time, the contents of a file" HOMEPAGE="ftp://space.mit.edu/pub/davis/most" SRC_URI="ftp://space.mit.edu/pub/davis/${PN}/${P}.tar.bz2" @@ -16,7 +16,7 @@ DEPEND="${RDEPEND}" src_unpack() { unpack ${A} - sed -i -e 's:$(INSTALL) -s:$(INSTALL):' "${S}"/src/Makefile.in + sed -i -e 's:$(INSTALL) -s:$(INSTALL):' "${S}"/src/Makefile.in || die } src_compile() { |