Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild systemd-210.ebuild ChangeLog
Date: Wed, 26 Feb 2014 03:36:50
Message-Id: 20140226033644.4CE1A2004B@flycatcher.gentoo.org
1 floppym 14/02/26 03:36:44
2
3 Modified: systemd-9999.ebuild systemd-210.ebuild ChangeLog
4 Log:
5 lxml is only needed at build time.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.95 sys-apps/systemd/systemd-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.95&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.95&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.94&r2=1.95
15
16 Index: systemd-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
19 retrieving revision 1.94
20 retrieving revision 1.95
21 diff -u -r1.94 -r1.95
22 --- systemd-9999.ebuild 25 Feb 2014 18:03:00 -0000 1.94
23 +++ systemd-9999.ebuild 26 Feb 2014 03:36:44 -0000 1.95
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.94 2014/02/25 18:03:00 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.95 2014/02/26 03:36:44 floppym Exp $
29
30 EAPI=5
31
32 @@ -43,10 +43,7 @@
33 kmod? ( >=sys-apps/kmod-15:0= )
34 lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
35 pam? ( virtual/pam:= )
36 - python? (
37 - ${PYTHON_DEPS}
38 - dev-python/lxml[${PYTHON_USEDEP}]
39 - )
40 + python? ( ${PYTHON_DEPS} )
41 qrcode? ( media-gfx/qrencode:0= )
42 seccomp? ( sys-libs/libseccomp:0= )
43 selinux? ( sys-libs/libselinux:0= )
44 @@ -84,6 +81,7 @@
45 ia64? ( >=sys-kernel/linux-headers-3.9 )
46 virtual/pkgconfig
47 doc? ( >=dev-util/gtk-doc-1.18 )
48 + python? ( dev-python/lxml[${PYTHON_USEDEP}] )
49 test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
50
51 #if LIVE
52
53
54
55 1.3 sys-apps/systemd/systemd-210.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-210.ebuild?rev=1.3&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-210.ebuild?rev=1.3&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-210.ebuild?r1=1.2&r2=1.3
60
61 Index: systemd-210.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-210.ebuild,v
64 retrieving revision 1.2
65 retrieving revision 1.3
66 diff -u -r1.2 -r1.3
67 --- systemd-210.ebuild 25 Feb 2014 18:03:00 -0000 1.2
68 +++ systemd-210.ebuild 26 Feb 2014 03:36:44 -0000 1.3
69 @@ -1,6 +1,6 @@
70 # Copyright 1999-2014 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-210.ebuild,v 1.2 2014/02/25 18:03:00 mgorny Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-210.ebuild,v 1.3 2014/02/26 03:36:44 floppym Exp $
74
75 EAPI=5
76
77 @@ -35,10 +35,7 @@
78 kmod? ( >=sys-apps/kmod-15:0= )
79 lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
80 pam? ( virtual/pam:= )
81 - python? (
82 - ${PYTHON_DEPS}
83 - dev-python/lxml[${PYTHON_USEDEP}]
84 - )
85 + python? ( ${PYTHON_DEPS} )
86 qrcode? ( media-gfx/qrencode:0= )
87 seccomp? ( sys-libs/libseccomp:0= )
88 selinux? ( sys-libs/libselinux:0= )
89 @@ -76,6 +73,7 @@
90 ia64? ( >=sys-kernel/linux-headers-3.9 )
91 virtual/pkgconfig
92 doc? ( >=dev-util/gtk-doc-1.18 )
93 + python? ( dev-python/lxml[${PYTHON_USEDEP}] )
94 test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
95
96 src_prepare() {
97
98
99
100 1.230 sys-apps/systemd/ChangeLog
101
102 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.230&view=markup
103 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.230&content-type=text/plain
104 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.229&r2=1.230
105
106 Index: ChangeLog
107 ===================================================================
108 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
109 retrieving revision 1.229
110 retrieving revision 1.230
111 diff -u -r1.229 -r1.230
112 --- ChangeLog 25 Feb 2014 18:03:00 -0000 1.229
113 +++ ChangeLog 26 Feb 2014 03:36:44 -0000 1.230
114 @@ -1,6 +1,10 @@
115 # ChangeLog for sys-apps/systemd
116 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
117 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.229 2014/02/25 18:03:00 mgorny Exp $
118 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.230 2014/02/26 03:36:44 floppym Exp $
119 +
120 + 26 Feb 2014; Mike Gilbert <floppym@g.o> systemd-210.ebuild,
121 + systemd-9999.ebuild:
122 + lxml is only needed at build time.
123
124 25 Feb 2014; Michał Górny <mgorny@g.o> systemd-210.ebuild,
125 systemd-9999.ebuild: