Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/reed: reed-5.4.ebuild ChangeLog
Date: Mon, 29 Oct 2012 08:47:25
Message-Id: 20121029084715.7928D21600@flycatcher.gentoo.org
1 ago 12/10/29 08:47:15
2
3 Modified: reed-5.4.ebuild ChangeLog
4 Log:
5 EAPI4, add ~amd64
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 app-text/reed/reed-5.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/reed/reed-5.4.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/reed/reed-5.4.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/reed/reed-5.4.ebuild?r1=1.11&r2=1.12
15
16 Index: reed-5.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/reed/reed-5.4.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- reed-5.4.ebuild 27 Jan 2009 09:11:18 -0000 1.11
23 +++ reed-5.4.ebuild 29 Oct 2012 08:47:15 -0000 1.12
24 @@ -1,6 +1,8 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/reed/reed-5.4.ebuild,v 1.11 2009/01/27 09:11:18 pva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/reed/reed-5.4.ebuild,v 1.12 2012/10/29 08:47:15 ago Exp $
30 +
31 +EAPI=4
32
33 inherit toolchain-funcs
34
35 @@ -11,27 +13,22 @@
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 -KEYWORDS="x86"
40 +KEYWORDS="~amd64 x86"
41 IUSE=""
42
43 DEPEND="sys-libs/ncurses"
44 +RDEPEND="${DEPEND}"
45
46 -src_unpack() {
47 - unpack ${A}
48 - cd "${S}"
49 +DOCS=( AUTHORS BUGS NEWS README )
50
51 +src_prepare() {
52 sed -e "s:-O2:${CFLAGS} ${LDFLAGS}:" \
53 -e "s: wrap::" \
54 - -e "s:-s reed:reed:" -i Makefile.in
55 - rm wrap.1 # Collision with talkfilters, bug #247396
56 + -e "s:-s reed:reed:" -i Makefile.in || die
57 + rm wrap.1 #Collision with talkfilters, bug #247396
58 + tc-export CC
59 }
60
61 -src_compile() {
62 +src_configure() {
63 ./configures --prefix=/usr || die "configures failed"
64 - emake CC="$(tc-getCC)" || die "emake failed"
65 -}
66 -
67 -src_install() {
68 - emake DESTDIR=${D} install || die "emake install failed"
69 - dodoc AUTHORS BUGS NEWS README
70 }
71
72
73
74 1.11 app-text/reed/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/reed/ChangeLog?rev=1.11&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/reed/ChangeLog?rev=1.11&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/reed/ChangeLog?r1=1.10&r2=1.11
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-text/reed/ChangeLog,v
83 retrieving revision 1.10
84 retrieving revision 1.11
85 diff -u -r1.10 -r1.11
86 --- ChangeLog 27 Jan 2009 09:11:18 -0000 1.10
87 +++ ChangeLog 29 Oct 2012 08:47:15 -0000 1.11
88 @@ -1,6 +1,9 @@
89 # ChangeLog for app-text/reed
90 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-text/reed/ChangeLog,v 1.10 2009/01/27 09:11:18 pva Exp $
92 +# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2
93 +# $Header: /var/cvsroot/gentoo-x86/app-text/reed/ChangeLog,v 1.11 2012/10/29 08:47:15 ago Exp $
94 +
95 + 29 Oct 2012; Agostino Sarubbo <ago@g.o> reed-5.4.ebuild:
96 + EAPI4, add ~amd64
97
98 27 Jan 2009; Peter Volkov <pva@g.o> reed-5.4.ebuild:
99 Update HOMEPAGE to point on webarchive.org since origianl does not
100 @@ -30,4 +33,3 @@
101
102 01 Oct 2003; Markus Nigbur <pyrania@g.o> reed-5.4.ebuild:
103 Initial import.
104 -