Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/most: ChangeLog most-5.0.0a.ebuild
Date: Thu, 06 Jan 2011 21:32:33
Message-Id: 20110106213223.84E9220051@flycatcher.gentoo.org
1 jlec 11/01/06 21:32:23
2
3 Modified: ChangeLog most-5.0.0a.ebuild
4 Log:
5 Some Clean up
6
7 (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.45 sys-apps/most/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/most/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/most/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/most/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 25 Sep 2008 11:58:05 -0000 1.44
23 +++ ChangeLog 6 Jan 2011 21:32:23 -0000 1.45
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-apps/most
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.44 2008/09/25 11:58:05 aballier Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.45 2011/01/06 21:32:23 jlec Exp $
30 +
31 + 06 Jan 2011; Justin Lecher <jlec@g.o> most-5.0.0a.ebuild:
32 + Some Clean up
33
34 25 Sep 2008; Alexis Ballier <aballier@g.o> most-5.0.0a.ebuild:
35 keyword ~x86-fbsd
36
37
38
39 1.11 sys-apps/most/most-5.0.0a.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild?r1=1.10&r2=1.11
44
45 Index: most-5.0.0a.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- most-5.0.0a.ebuild 25 Sep 2008 11:58:05 -0000 1.10
52 +++ most-5.0.0a.ebuild 6 Jan 2011 21:32:23 -0000 1.11
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v 1.10 2008/09/25 11:58:05 aballier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v 1.11 2011/01/06 21:32:23 jlec Exp $
59
60 -DESCRIPTION="a paging program that displays, one windowful at a time, the contents of a file."
61 +DESCRIPTION="Paging program that displays, one windowful at a time, the contents of a file"
62 HOMEPAGE="ftp://space.mit.edu/pub/davis/most"
63 SRC_URI="ftp://space.mit.edu/pub/davis/${PN}/${P}.tar.bz2"
64
65 @@ -16,7 +16,7 @@
66
67 src_unpack() {
68 unpack ${A}
69 - sed -i -e 's:$(INSTALL) -s:$(INSTALL):' "${S}"/src/Makefile.in
70 + sed -i -e 's:$(INSTALL) -s:$(INSTALL):' "${S}"/src/Makefile.in || die
71 }
72
73 src_compile() {