Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/etpan-ng: ChangeLog etpan-ng-0.7.1.ebuild etpan-ng-0.7.1-r1.ebuild
Date: Tue, 02 Aug 2011 06:22:29
Message-Id: 20110802062219.577092004C@flycatcher.gentoo.org
1 mattst88 11/08/02 06:22:19
2
3 Modified: ChangeLog etpan-ng-0.7.1.ebuild
4 etpan-ng-0.7.1-r1.ebuild
5 Log:
6 Fix DEPEND/RDEPEND (noticed the bison was in RDEPEND).
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 mail-client/etpan-ng/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/etpan-ng/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/etpan-ng/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/etpan-ng/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-client/etpan-ng/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 20 Apr 2010 19:08:07 -0000 1.10
24 +++ ChangeLog 2 Aug 2011 06:22:19 -0000 1.11
25 @@ -1,6 +1,10 @@
26 # ChangeLog for mail-client/etpan-ng
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/etpan-ng/ChangeLog,v 1.10 2010/04/20 19:08:07 fauli Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/mail-client/etpan-ng/ChangeLog,v 1.11 2011/08/02 06:22:19 mattst88 Exp $
31 +
32 + 02 Aug 2011; Matt Turner <mattst88@g.o> etpan-ng-0.7.1.ebuild,
33 + etpan-ng-0.7.1-r1.ebuild:
34 + Fix DEPEND/RDEPEND (noticed the bison was in RDEPEND).
35
36 *etpan-ng-0.7.1-r1 (20 Apr 2010)
37
38
39
40
41 1.5 mail-client/etpan-ng/etpan-ng-0.7.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.1.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.1.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.1.ebuild?r1=1.4&r2=1.5
46
47 Index: etpan-ng-0.7.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.1.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- etpan-ng-0.7.1.ebuild 7 Feb 2007 20:32:33 -0000 1.4
54 +++ etpan-ng-0.7.1.ebuild 2 Aug 2011 06:22:19 -0000 1.5
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2007 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.1.ebuild,v 1.4 2007/02/07 20:32:33 blubb Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.1.ebuild,v 1.5 2011/08/02 06:22:19 mattst88 Exp $
61
62 DESCRIPTION="etPan is a console mail client that is based on libEtPan!"
63 HOMEPAGE="http://libetpan.sourceforge.net/etpan/"
64 @@ -10,9 +10,10 @@
65 KEYWORDS="~amd64 x86"
66 IUSE="debug ldap"
67
68 -DEPEND=">=net-libs/libetpan-0.35
69 +RDEPEND=">=net-libs/libetpan-0.35
70 sys-libs/ncurses
71 - ldap? ( net-nds/openldap )
72 + ldap? ( net-nds/openldap )"
73 +DEPEND="${RDEPEND}
74 || ( sys-devel/bison dev-util/yacc dev-util/byacc )"
75
76 src_compile() {
77 @@ -25,6 +26,6 @@
78 }
79
80 src_install() {
81 - make DESTDIR=${D} install || die
82 + make DESTDIR="${D}" install || die
83 dodoc Changelog NEWS README TODO contrib/etpan-make-vtree.pl doc/*
84 }
85
86
87
88 1.2 mail-client/etpan-ng/etpan-ng-0.7.1-r1.ebuild
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.1-r1.ebuild?rev=1.2&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.1-r1.ebuild?rev=1.2&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.1-r1.ebuild?r1=1.1&r2=1.2
93
94 Index: etpan-ng-0.7.1-r1.ebuild
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.1-r1.ebuild,v
97 retrieving revision 1.1
98 retrieving revision 1.2
99 diff -u -r1.1 -r1.2
100 --- etpan-ng-0.7.1-r1.ebuild 20 Apr 2010 19:08:07 -0000 1.1
101 +++ etpan-ng-0.7.1-r1.ebuild 2 Aug 2011 06:22:19 -0000 1.2
102 @@ -1,6 +1,6 @@
103 -# Copyright 1999-2010 Gentoo Foundation
104 +# Copyright 1999-2011 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.1-r1.ebuild,v 1.1 2010/04/20 19:08:07 fauli Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/mail-client/etpan-ng/etpan-ng-0.7.1-r1.ebuild,v 1.2 2011/08/02 06:22:19 mattst88 Exp $
108
109 inherit eutils autotools
110
111 @@ -12,9 +12,10 @@
112 KEYWORDS="~amd64 ~x86"
113 IUSE="debug ldap"
114
115 -DEPEND=">=net-libs/libetpan-0.35
116 +RDEPEND=">=net-libs/libetpan-0.35
117 sys-libs/ncurses
118 - ldap? ( net-nds/openldap )
119 + ldap? ( net-nds/openldap )"
120 +DEPEND="${RDEPEND}
121 || ( sys-devel/bison dev-util/yacc dev-util/byacc )"
122
123 src_unpack() {