Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/fe: fe-1.8.ebuild ChangeLog fe-1.6.ebuild
Date: Wed, 09 Jan 2008 13:00:48
Message-Id: E1JCaY1-0008SB-Qr@stork.gentoo.org
1 ulm 08/01/09 13:00:45
2
3 Modified: fe-1.8.ebuild ChangeLog
4 Removed: fe-1.6.ebuild
5 Log:
6 Add sendmail USE flag, bug #205036.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.3 app-editors/fe/fe-1.8.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/fe-1.8.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/fe-1.8.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/fe-1.8.ebuild?r1=1.2&r2=1.3
15
16 Index: fe-1.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/fe/fe-1.8.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- fe-1.8.ebuild 18 Dec 2007 21:46:03 -0000 1.2
23 +++ fe-1.8.ebuild 9 Jan 2008 13:00:45 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fe/fe-1.8.ebuild,v 1.2 2007/12/18 21:46:03 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/fe/fe-1.8.ebuild,v 1.3 2008/01/09 13:00:45 ulm Exp $
30
31 inherit eutils
32
33 @@ -11,9 +11,10 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 +IUSE="sendmail"
39
40 -DEPEND="sys-libs/ncurses"
41 +DEPEND="sys-libs/ncurses
42 + sendmail? ( virtual/mta )"
43 RDEPEND="${DEPEND}"
44
45 src_unpack() {
46 @@ -22,6 +23,11 @@
47 epatch "${FILESDIR}/${PN}-1.6-nostrip.patch"
48 }
49
50 +src_compile() {
51 + econf $(use_enable sendmail) || die "econf failed"
52 + emake || die "emake failed"
53 +}
54 +
55 src_install() {
56 emake \
57 prefix="${D}"/usr \
58
59
60
61 1.5 app-editors/fe/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/ChangeLog?rev=1.5&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/ChangeLog?rev=1.5&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/fe/ChangeLog?r1=1.4&r2=1.5
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/app-editors/fe/ChangeLog,v
70 retrieving revision 1.4
71 retrieving revision 1.5
72 diff -u -r1.4 -r1.5
73 --- ChangeLog 18 Dec 2007 21:46:03 -0000 1.4
74 +++ ChangeLog 9 Jan 2008 13:00:45 -0000 1.5
75 @@ -1,6 +1,11 @@
76 # ChangeLog for app-editors/fe
77 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fe/ChangeLog,v 1.4 2007/12/18 21:46:03 ulm Exp $
79 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/app-editors/fe/ChangeLog,v 1.5 2008/01/09 13:00:45 ulm Exp $
81 +
82 + 09 Jan 2008; Ulrich Mueller <ulm@g.o> -fe-1.6.ebuild,
83 + fe-1.8.ebuild:
84 + Add sendmail USE flag and dependency on virtual/mta, fixes bug #205036.
85 + Remove old.
86
87 18 Dec 2007; Ulrich Mueller <ulm@g.o> fe-1.8.ebuild:
88 Add ~amd64 keyword, bug #202428.
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list