Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@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: Sun, 10 Feb 2008 11:30:11
Message-Id: E1JOANr-0007sz-KH@stork.gentoo.org
1 drac 08/02/10 11:30:07
2
3 Modified: ChangeLog
4 Added: most-5.0.0a.ebuild
5 Log:
6 Version bump for bugs 185563 and 199079, thanks to Jarnie Webb and Rafał Mużyło for reporting.
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.36 sys-apps/most/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/most/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/most/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/most/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 9 Feb 2008 10:54:42 -0000 1.35
23 +++ ChangeLog 10 Feb 2008 11:30:07 -0000 1.36
24 @@ -1,6 +1,12 @@
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.35 2008/02/09 10:54:42 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.36 2008/02/10 11:30:07 drac Exp $
29 +
30 +*most-5.0.0a (10 Feb 2008)
31 +
32 + 10 Feb 2008; Samuli Suominen <drac@g.o> +most-5.0.0a.ebuild:
33 + Version bump for bugs 185563 and 199079, thanks to Jarnie Webb and Rafał
34 + Mużyło for reporting.
35
36 09 Feb 2008; Samuli Suominen <drac@g.o> most-4.10.2-r1.ebuild:
37 Fix most for slang 2.1.3.
38
39
40
41 1.1 sys-apps/most/most-5.0.0a.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild?rev=1.1&content-type=text/plain
45
46 Index: most-5.0.0a.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v 1.1 2008/02/10 11:30:07 drac Exp $
51
52 DESCRIPTION="a paging program that displays, one windowful at a time, the contents of a file."
53 HOMEPAGE="ftp://space.mit.edu/pub/davis/most"
54 SRC_URI="ftp://space.mit.edu/pub/davis/${PN}/${P}.tar.bz2"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
59 IUSE=""
60
61 RDEPEND=">=sys-libs/slang-2.1.3"
62 DEPEND="${RDEPEND}"
63
64 src_unpack() {
65 unpack ${A}
66 sed -i -e 's:$(INSTALL) -s:$(INSTALL):' "${S}"/src/Makefile.in
67 }
68
69 src_compile() {
70 unset ARCH
71 econf
72 emake || die "emake failed."
73 }
74
75 src_install() {
76 emake DESTDIR="${D}" DOC_DIR="/usr/share/doc/${PF}" \
77 install || die "emake install failed."
78 prepalldocs
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list