Gentoo Archives: gentoo-commits

From: "David Shakaryan (omp)" <omp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nds/ldapvi: ldapvi-1.7.ebuild ChangeLog
Date: Mon, 07 Jan 2008 22:43:48
Message-Id: E1JC0h7-0002YH-H7@stork.gentoo.org
1 omp 08/01/07 22:43:45
2
3 Modified: ldapvi-1.7.ebuild ChangeLog
4 Log:
5 Minor cleanup, add missing dev-util/pkgconfig dependency. (bug #204806)
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.4 net-nds/ldapvi/ldapvi-1.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ldapvi/ldapvi-1.7.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ldapvi/ldapvi-1.7.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ldapvi/ldapvi-1.7.ebuild?r1=1.3&r2=1.4
14
15 Index: ldapvi-1.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-nds/ldapvi/ldapvi-1.7.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ldapvi-1.7.ebuild 21 Aug 2007 20:16:12 -0000 1.3
22 +++ ldapvi-1.7.ebuild 7 Jan 2008 22:43:44 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ldapvi/ldapvi-1.7.ebuild,v 1.3 2007/08/21 20:16:12 killerfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-nds/ldapvi/ldapvi-1.7.ebuild,v 1.4 2008/01/07 22:43:44 omp Exp $
29
30 inherit eutils
31
32 @@ -12,21 +12,21 @@
33 KEYWORDS="amd64 hppa ppc x86"
34 IUSE="ssl"
35
36 -DEPEND="
37 - sys-libs/ncurses
38 +RDEPEND="sys-libs/ncurses
39 >=net-nds/openldap-2.2
40 dev-libs/popt
41 >=dev-libs/glib-2
42 sys-libs/readline
43 - ssl? ( dev-libs/openssl )
44 -"
45 + ssl? ( dev-libs/openssl )"
46 +DEPEND="${RDEPEND}
47 + dev-util/pkgconfig"
48
49 src_compile() {
50 - econf $(use_with ssl libcrypto openssl) || die
51 - emake || die
52 + econf $(use_with ssl libcrypto openssl) || die "econf failed"
53 + emake || die "emake failed"
54 }
55
56 src_install() {
57 - dobin ldapvi
58 + dobin ldapvi || "dobin failed"
59 doman ldapvi.1
60 }
61
62
63
64 1.18 net-nds/ldapvi/ChangeLog
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ldapvi/ChangeLog?rev=1.18&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ldapvi/ChangeLog?rev=1.18&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ldapvi/ChangeLog?r1=1.17&r2=1.18
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/net-nds/ldapvi/ChangeLog,v
73 retrieving revision 1.17
74 retrieving revision 1.18
75 diff -u -r1.17 -r1.18
76 --- ChangeLog 21 Aug 2007 20:23:56 -0000 1.17
77 +++ ChangeLog 7 Jan 2008 22:43:44 -0000 1.18
78 @@ -1,6 +1,9 @@
79 # ChangeLog for net-nds/ldapvi
80 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ldapvi/ChangeLog,v 1.17 2007/08/21 20:23:56 hansmi Exp $
82 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
83 +# $Header: /var/cvsroot/gentoo-x86/net-nds/ldapvi/ChangeLog,v 1.18 2008/01/07 22:43:44 omp Exp $
84 +
85 + 07 Jan 2008; David Shakaryan <omp@g.o> ldapvi-1.7.ebuild:
86 + Minor cleanup, add missing dev-util/pkgconfig dependency. (bug #204806)
87
88 21 Aug 2007; Michael Hanselmann <hansmi@g.o> -ldapvi-1.5.ebuild:
89 Drop old version.
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list