Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: ChangeLog consolekit-0.2.1.ebuild consolekit-0.2.3.ebuild
Date: Mon, 15 Oct 2007 14:11:30
Message-Id: E1IhQVO-0005ER-FU@stork.gentoo.org
1 cardoe 07/10/15 14:01:14
2
3 Modified: ChangeLog consolekit-0.2.1.ebuild
4 consolekit-0.2.3.ebuild
5 Log:
6 if we're using glibc, we can't use version 2.4 because of missing defines. bug #195537
7 (Portage version: 2.1.3.12)
8
9 Revision Changes Path
10 1.23 sys-auth/consolekit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 22 Sep 2007 09:12:27 -0000 1.22
23 +++ ChangeLog 15 Oct 2007 14:01:13 -0000 1.23
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-auth/consolekit
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.22 2007/09/22 09:12:27 tgall Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.23 2007/10/15 14:01:13 cardoe Exp $
29 +
30 + 15 Oct 2007; Doug Goldstein <cardoe@g.o> consolekit-0.2.1.ebuild,
31 + consolekit-0.2.3.ebuild:
32 + if we're using glibc, we can't use version 2.4 because of missing defines
33 + bug #195537
34
35 22 Sep 2007; Tom Gall <tgall@g.o> consolekit-0.2.1.ebuild:
36 stable on ppc64
37
38
39
40 1.16 sys-auth/consolekit/consolekit-0.2.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild?rev=1.16&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild?rev=1.16&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild?r1=1.15&r2=1.16
45
46 Index: consolekit-0.2.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild,v
49 retrieving revision 1.15
50 retrieving revision 1.16
51 diff -u -r1.15 -r1.16
52 --- consolekit-0.2.1.ebuild 22 Sep 2007 09:12:27 -0000 1.15
53 +++ consolekit-0.2.1.ebuild 15 Oct 2007 14:01:13 -0000 1.16
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2007 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild,v 1.15 2007/09/22 09:12:27 tgall Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.1.ebuild,v 1.16 2007/10/15 14:01:13 cardoe Exp $
59
60 inherit eutils autotools multilib
61
62 @@ -20,7 +20,8 @@
63 RDEPEND=">=dev-libs/glib-2.7
64 >=dev-libs/dbus-glib-0.61
65 >=x11-libs/libX11-1.0.0
66 - pam? ( virtual/pam )"
67 + pam? ( virtual/pam )
68 + elibc_glibc? ( !~sys-libs/glibc-2.4* )"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig"
71
72
73
74
75 1.2 sys-auth/consolekit/consolekit-0.2.3.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild?r1=1.1&r2=1.2
80
81 Index: consolekit-0.2.3.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- consolekit-0.2.3.ebuild 19 Sep 2007 02:40:41 -0000 1.1
88 +++ consolekit-0.2.3.ebuild 15 Oct 2007 14:01:13 -0000 1.2
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2007 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild,v 1.1 2007/09/19 02:40:41 cardoe Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.2.3.ebuild,v 1.2 2007/10/15 14:01:13 cardoe Exp $
94
95 inherit eutils autotools multilib pam
96
97 @@ -21,7 +21,8 @@
98 RDEPEND=">=dev-libs/glib-2.7
99 >=dev-libs/dbus-glib-0.61
100 >=x11-libs/libX11-1.0.0
101 - pam? ( virtual/pam )"
102 + pam? ( virtual/pam )
103 + elibc_glibc? ( !~sys-libs/glibc-2.4* )"
104 DEPEND="${RDEPEND}
105 dev-util/pkgconfig"
106
107
108
109
110 --
111 gentoo-commits@g.o mailing list