Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/consolekit: consolekit-0.3.0-r2.ebuild ChangeLog consolekit-0.4.1.ebuild
Date: Tue, 30 Mar 2010 08:27:38
Message-Id: E1NwWnN-0002G2-Dl@stork.gentoo.org
1 abcd 10/03/30 08:27:33
2
3 Modified: consolekit-0.3.0-r2.ebuild ChangeLog
4 consolekit-0.4.1.ebuild
5 Log:
6 Bump to EAPI=3, add prefix keywords
7 (Portage version: -svn/cvs/Linux i686)
8
9 Revision Changes Path
10 1.10 sys-auth/consolekit/consolekit-0.3.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.3.0-r2.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.3.0-r2.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.3.0-r2.ebuild?r1=1.9&r2=1.10
15
16 Index: consolekit-0.3.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.3.0-r2.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- consolekit-0.3.0-r2.ebuild 28 Oct 2009 18:20:50 -0000 1.9
23 +++ consolekit-0.3.0-r2.ebuild 30 Mar 2010 08:27:33 -0000 1.10
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.3.0-r2.ebuild,v 1.9 2009/10/28 18:20:50 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.3.0-r2.ebuild,v 1.10 2010/03/30 08:27:33 abcd Exp $
30
31 -EAPI="2"
32 +EAPI="3"
33
34 inherit autotools eutils multilib pam
35
36 @@ -16,7 +16,7 @@
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
41 +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
42 IUSE="debug doc pam policykit"
43
44 RDEPEND=">=dev-libs/glib-2.16
45 @@ -63,19 +63,19 @@
46 $(use_enable doc docbook-docs) \
47 $(use_enable pam pam-module) \
48 $(use_enable policykit polkit) \
49 - --with-pam-module-dir=/$(getpam_mod_dir) \
50 - --with-dbus-services=/usr/share/dbus-1/services/ \
51 - --localstatedir=/var
52 + --with-pam-module-dir=$(getpam_mod_dir) \
53 + --with-dbus-services="${EPREFIX}"/usr/share/dbus-1/services/ \
54 + --localstatedir="${EPREFIX}"/var
55 }
56
57 src_install() {
58 emake DESTDIR="${D}" install || die "emake install failed"
59
60 # crappy Redhat init script
61 - rm -f "${D}/etc/rc.d/init.d/ConsoleKit"
62 + rm -f "${ED}/etc/rc.d/init.d/ConsoleKit"
63
64 # Portage barfs on .la files
65 - rm -f "${D}/$(get_libdir)/security/pam_ck_connector.la"
66 + rm -f "${ED}/$(get_libdir)/security/pam_ck_connector.la"
67
68 # Gentoo style init script
69 newinitd "${FILESDIR}"/${PN}-0.1.rc consolekit
70
71
72
73 1.63 sys-auth/consolekit/ChangeLog
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.63&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.63&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.62&r2=1.63
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
82 retrieving revision 1.62
83 retrieving revision 1.63
84 diff -u -r1.62 -r1.63
85 --- ChangeLog 28 Feb 2010 18:47:26 -0000 1.62
86 +++ ChangeLog 30 Mar 2010 08:27:33 -0000 1.63
87 @@ -1,6 +1,10 @@
88 # ChangeLog for sys-auth/consolekit
89 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.62 2010/02/28 18:47:26 armin76 Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.63 2010/03/30 08:27:33 abcd Exp $
92 +
93 + 30 Mar 2010; Jonathan Callen <abcd@g.o> consolekit-0.3.0-r2.ebuild,
94 + consolekit-0.4.1.ebuild:
95 + Bump to EAPI=3, add prefix keywords
96
97 28 Feb 2010; Raúl Porcel <armin76@g.o> consolekit-0.4.1.ebuild:
98 Add ~alpha/~arm/~ia64/~sparc
99
100
101
102 1.6 sys-auth/consolekit/consolekit-0.4.1.ebuild
103
104 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.4.1.ebuild?rev=1.6&view=markup
105 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.4.1.ebuild?rev=1.6&content-type=text/plain
106 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/consolekit/consolekit-0.4.1.ebuild?r1=1.5&r2=1.6
107
108 Index: consolekit-0.4.1.ebuild
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.1.ebuild,v
111 retrieving revision 1.5
112 retrieving revision 1.6
113 diff -u -r1.5 -r1.6
114 --- consolekit-0.4.1.ebuild 28 Feb 2010 18:47:26 -0000 1.5
115 +++ consolekit-0.4.1.ebuild 30 Mar 2010 08:27:33 -0000 1.6
116 @@ -1,8 +1,8 @@
117 # Copyright 1999-2010 Gentoo Foundation
118 # Distributed under the terms of the GNU General Public License v2
119 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.1.ebuild,v 1.5 2010/02/28 18:47:26 armin76 Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.1.ebuild,v 1.6 2010/03/30 08:27:33 abcd Exp $
121
122 -EAPI="2"
123 +EAPI="3"
124
125 inherit autotools eutils multilib pam
126
127 @@ -17,7 +17,7 @@
128
129 LICENSE="GPL-2"
130 SLOT="0"
131 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
132 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
133 IUSE="debug doc pam policykit"
134
135 RDEPEND=">=dev-libs/glib-2.16
136 @@ -57,19 +57,19 @@
137 $(use_enable doc docbook-docs) \
138 $(use_enable pam pam-module) \
139 $(use_enable policykit polkit) \
140 - --with-pam-module-dir=/$(getpam_mod_dir) \
141 - --with-dbus-services=/usr/share/dbus-1/services/ \
142 - --localstatedir=/var
143 + --with-pam-module-dir=$(getpam_mod_dir) \
144 + --with-dbus-services="${EPREFIX}"/usr/share/dbus-1/services/ \
145 + --localstatedir="${EPREFIX}"/var
146 }
147
148 src_install() {
149 emake DESTDIR="${D}" install || die "emake install failed"
150
151 # crappy Redhat init script
152 - rm -f "${D}/etc/rc.d/init.d/ConsoleKit"
153 + rm -f "${ED}/etc/rc.d/init.d/ConsoleKit"
154
155 # Portage barfs on .la files
156 - rm -f "${D}/$(get_libdir)/security/pam_ck_connector.la"
157 + rm -f "${ED}/$(get_libdir)/security/pam_ck_connector.la"
158
159 # Gentoo style init script
160 newinitd "${FILESDIR}"/${PN}-0.1.rc consolekit