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 | 9b50cfbdd113f9fde098315ae0ecb20e70707aa1 (patch) | |
tree | 1e45319eec9c5074544f461fe19aa66c1e8a4cf5 /sys-apps/most | |
parent | Marking twisted-10.2.0 ~ppc for bug 350894 (diff) | |
download | gentoo-2-9b50cfbdd113f9fde098315ae0ecb20e70707aa1.tar.gz gentoo-2-9b50cfbdd113f9fde098315ae0ecb20e70707aa1.tar.bz2 gentoo-2-9b50cfbdd113f9fde098315ae0ecb20e70707aa1.zip |
Some Clean up
(Portage version: 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() { |