Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/acpid: acpid-2.0.20.ebuild acpid-2.0.19.ebuild ChangeLog
Date: Fri, 01 Nov 2013 07:47:48
Message-Id: 20131101074741.423C82004B@flycatcher.gentoo.org
1 robbat2 13/11/01 07:47:41
2
3 Modified: acpid-2.0.20.ebuild acpid-2.0.19.ebuild ChangeLog
4 Log:
5 Compile fix: KEY_MICMUTE is used in newer versions, and only available in >=sys-kernel/linux-headers-3.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 sys-power/acpid/acpid-2.0.20.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/acpid-2.0.20.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/acpid-2.0.20.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/acpid-2.0.20.ebuild?r1=1.1&r2=1.2
15
16 Index: acpid-2.0.20.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.20.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -p -w -b -B -u -u -r1.1 -r1.2
22 --- acpid-2.0.20.ebuild 25 Sep 2013 08:09:29 -0000 1.1
23 +++ acpid-2.0.20.ebuild 1 Nov 2013 07:47:41 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.20.ebuild,v 1.1 2013/09/25 08:09:29 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.20.ebuild,v 1.2 2013/11/01 07:47:41 robbat2 Exp $
29
30 EAPI=5
31 inherit systemd
32 @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~ia64 -ppc ~x86"
33 IUSE="selinux"
34
35 RDEPEND="selinux? ( sec-policy/selinux-apm )"
36 -DEPEND="${RDEPEND}"
37 +DEPEND="${RDEPEND}
38 + >=sys-kernel/linux-headers-3"
39
40 src_configure() {
41 econf --docdir=/usr/share/doc/${PF}
42
43
44
45 1.4 sys-power/acpid/acpid-2.0.19.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/acpid-2.0.19.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/acpid-2.0.19.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/acpid-2.0.19.ebuild?r1=1.3&r2=1.4
50
51 Index: acpid-2.0.19.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.19.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -p -w -b -B -u -u -r1.3 -r1.4
57 --- acpid-2.0.19.ebuild 30 Sep 2013 17:16:00 -0000 1.3
58 +++ acpid-2.0.19.ebuild 1 Nov 2013 07:47:41 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.19.ebuild,v 1.3 2013/09/30 17:16:00 ago Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.19.ebuild,v 1.4 2013/11/01 07:47:41 robbat2 Exp $
64
65 EAPI=5
66 inherit systemd
67 @@ -15,7 +15,8 @@ KEYWORDS="amd64 ~ia64 -ppc x86"
68 IUSE="selinux"
69
70 RDEPEND="selinux? ( sec-policy/selinux-apm )"
71 -DEPEND="${RDEPEND}"
72 +DEPEND="${RDEPEND}
73 + >=sys-kernel/linux-headers-3"
74
75 src_configure() {
76 econf --docdir=/usr/share/doc/${PF}
77
78
79
80 1.110 sys-power/acpid/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/ChangeLog?rev=1.110&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/ChangeLog?rev=1.110&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/ChangeLog?r1=1.109&r2=1.110
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v
89 retrieving revision 1.109
90 retrieving revision 1.110
91 diff -p -w -b -B -u -u -r1.109 -r1.110
92 --- ChangeLog 30 Sep 2013 17:16:00 -0000 1.109
93 +++ ChangeLog 1 Nov 2013 07:47:41 -0000 1.110
94 @@ -1,6 +1,11 @@
95 # ChangeLog for sys-power/acpid
96 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.109 2013/09/30 17:16:00 ago Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.110 2013/11/01 07:47:41 robbat2 Exp $
99 +
100 + 01 Nov 2013; Robin H. Johnson <robbat2@g.o> acpid-2.0.17-r1.ebuild,
101 + acpid-2.0.18.ebuild, acpid-2.0.19.ebuild, acpid-2.0.20.ebuild:
102 + Compile fix: KEY_MICMUTE is used in newer versions, and only available in
103 + >=sys-kernel/linux-headers-3.
104
105 30 Sep 2013; Agostino Sarubbo <ago@g.o> acpid-2.0.19.ebuild:
106 Stable for x86, wrt bug #482252