Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/cfengine: ChangeLog cfengine-3.1.2.ebuild cfengine-3.1.3.ebuild
Date: Sun, 23 Jan 2011 15:35:48
Message-Id: 20110123153535.EF68420054@flycatcher.gentoo.org
1 idl0r 11/01/23 15:35:35
2
3 Modified: ChangeLog cfengine-3.1.2.ebuild
4 cfengine-3.1.3.ebuild
5 Log:
6 Always depend on libpcre, upstream forces it from now on.
7
8 (Portage version: 2.1.9.25/cvs/Linux i686)
9
10 Revision Changes Path
11 1.125 net-misc/cfengine/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cfengine/ChangeLog?rev=1.125&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cfengine/ChangeLog?rev=1.125&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cfengine/ChangeLog?r1=1.124&r2=1.125
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v
20 retrieving revision 1.124
21 retrieving revision 1.125
22 diff -u -r1.124 -r1.125
23 --- ChangeLog 21 Jan 2011 10:15:54 -0000 1.124
24 +++ ChangeLog 23 Jan 2011 15:35:35 -0000 1.125
25 @@ -1,6 +1,10 @@
26 # ChangeLog for net-misc/cfengine
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.124 2011/01/21 10:15:54 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/ChangeLog,v 1.125 2011/01/23 15:35:35 idl0r Exp $
30 +
31 + 23 Jan 2011; Christian Ruppert <idl0r@g.o> cfengine-3.1.2.ebuild,
32 + cfengine-3.1.3.ebuild:
33 + Always depend on libpcre, upstream forces it from now on.
34
35 21 Jan 2011; Markos Chandras <hwoarang@g.o> cfengine-3.1.2.ebuild:
36 Stable on amd64 wrt bug #352280
37
38
39
40 1.5 net-misc/cfengine/cfengine-3.1.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cfengine/cfengine-3.1.2.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cfengine/cfengine-3.1.2.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cfengine/cfengine-3.1.2.ebuild?r1=1.4&r2=1.5
45
46 Index: cfengine-3.1.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.2.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- cfengine-3.1.2.ebuild 21 Jan 2011 10:15:54 -0000 1.4
53 +++ cfengine-3.1.2.ebuild 23 Jan 2011 15:35:35 -0000 1.5
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.2.ebuild,v 1.4 2011/01/21 10:15:54 hwoarang Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.2.ebuild,v 1.5 2011/01/23 15:35:35 idl0r Exp $
59
60 EAPI="3"
61
62 @@ -18,7 +18,7 @@
63 KEYWORDS="amd64 ~arm ~ppc ~s390 ~sparc ~x86"
64
65 # libvirt disabled for now because it blocks stabilization etc.
66 -IUSE="examples gd graphviz html ldap mysql pcre postgres qdbm selinux tests tokyocabinet vim-syntax"
67 +IUSE="examples gd graphviz html ldap mysql postgres qdbm selinux tests tokyocabinet vim-syntax"
68
69 # libvirt? ( app-emulation/libvirt )
70 DEPEND=">=sys-libs/db-4
71 @@ -26,13 +26,13 @@
72 graphviz? ( media-gfx/graphviz )
73 ldap? ( net-nds/openldap )
74 mysql? ( virtual/mysql )
75 - pcre? ( dev-libs/libpcre )
76 postgres? ( dev-db/postgresql-base )
77 selinux? ( sys-libs/libselinux )
78 tokyocabinet? ( dev-db/tokyocabinet )
79 qdbm? ( dev-db/qdbm )
80 !tokyocabinet? ( !qdbm? ( >=sys-libs/db-4 ) )
81 - >=dev-libs/openssl-0.9.7"
82 + >=dev-libs/openssl-0.9.7
83 + dev-libs/libpcre"
84 RDEPEND="${DEPEND}"
85 PDEPEND="vim-syntax? ( app-vim/cfengine-syntax )"
86
87 @@ -56,11 +56,11 @@
88 econf \
89 --docdir=/usr/share/doc/"${PF}" \
90 --with-workdir=/var/cfengine \
91 + --with-pcre \
92 ${myconf} \
93 $(use_with gd) \
94 $(use_with graphviz) \
95 $(use_with ldap) \
96 - $(use_with pcre) \
97 $(use_with qdbm) \
98 $(use_enable selinux) \
99 $(use_with tokyocabinet)
100
101
102
103 1.4 net-misc/cfengine/cfengine-3.1.3.ebuild
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cfengine/cfengine-3.1.3.ebuild?rev=1.4&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cfengine/cfengine-3.1.3.ebuild?rev=1.4&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cfengine/cfengine-3.1.3.ebuild?r1=1.3&r2=1.4
108
109 Index: cfengine-3.1.3.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.3.ebuild,v
112 retrieving revision 1.3
113 retrieving revision 1.4
114 diff -u -r1.3 -r1.4
115 --- cfengine-3.1.3.ebuild 20 Jan 2011 20:33:32 -0000 1.3
116 +++ cfengine-3.1.3.ebuild 23 Jan 2011 15:35:35 -0000 1.4
117 @@ -1,6 +1,6 @@
118 # Copyright 1999-2011 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.3.ebuild,v 1.3 2011/01/20 20:33:32 idl0r Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-3.1.3.ebuild,v 1.4 2011/01/23 15:35:35 idl0r Exp $
122
123 EAPI="3"
124
125 @@ -18,7 +18,7 @@
126 KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sparc ~x86"
127
128 # libvirt disabled for now because it blocks stabilization etc.
129 -IUSE="examples gd graphviz html ldap mysql pcre postgres qdbm selinux tests tokyocabinet vim-syntax"
130 +IUSE="examples gd graphviz html ldap mysql postgres qdbm selinux tests tokyocabinet vim-syntax"
131
132 # libvirt? ( app-emulation/libvirt )
133 DEPEND=">=sys-libs/db-4
134 @@ -26,13 +26,13 @@
135 graphviz? ( media-gfx/graphviz )
136 ldap? ( net-nds/openldap )
137 mysql? ( virtual/mysql )
138 - pcre? ( dev-libs/libpcre )
139 postgres? ( dev-db/postgresql-base )
140 selinux? ( sys-libs/libselinux )
141 tokyocabinet? ( dev-db/tokyocabinet )
142 qdbm? ( dev-db/qdbm )
143 !tokyocabinet? ( !qdbm? ( >=sys-libs/db-4 ) )
144 - >=dev-libs/openssl-0.9.7"
145 + >=dev-libs/openssl-0.9.7
146 + dev-libs/libpcre"
147 RDEPEND="${DEPEND}"
148 PDEPEND="vim-syntax? ( app-vim/cfengine-syntax )"
149
150 @@ -56,11 +56,11 @@
151 econf \
152 --docdir=/usr/share/doc/"${PF}" \
153 --with-workdir=/var/cfengine \
154 + --with-pcre \
155 ${myconf} \
156 $(use_with gd) \
157 $(use_with graphviz) \
158 $(use_with ldap) \
159 - $(use_with pcre) \
160 $(use_with qdbm) \
161 $(use_enable selinux) \
162 $(use_with tokyocabinet)