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 metadata.xml ChangeLog
Date: Mon, 28 Jul 2014 03:36:15
Message-Id: 20140728033610.9A50F2004E@flycatcher.gentoo.org
1 floppym 14/07/28 03:36:10
2
3 Modified: systemd-9999.ebuild metadata.xml ChangeLog
4 Log:
5 Add python3_4 to PYTHON_COMPAT. Add optional dependencies on curl and lz4.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.130 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.130&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.130&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.129&r2=1.130
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.129
20 retrieving revision 1.130
21 diff -u -r1.129 -r1.130
22 --- systemd-9999.ebuild 27 Jul 2014 15:00:52 -0000 1.129
23 +++ systemd-9999.ebuild 28 Jul 2014 03:36:10 -0000 1.130
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.129 2014/07/27 15:00:52 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.130 2014/07/28 03:36:10 floppym Exp $
29
30 EAPI=5
31
32 @@ -13,7 +13,7 @@
33 #endif
34
35 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
36 -PYTHON_COMPAT=( python{2_7,3_2,3_3} )
37 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
38 inherit autotools-utils bash-completion-r1 fcaps linux-info multilib \
39 multilib-minimal pam python-single-r1 systemd toolchain-funcs udev \
40 user
41 @@ -25,9 +25,9 @@
42 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
43 SLOT="0/2"
44 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
45 -IUSE="acl audit cryptsetup doc elfutils +firmware-loader gcrypt gudev http
46 - introspection kdbus +kmod lzma pam policykit python qrcode +seccomp selinux
47 - ssl test vanilla"
48 +IUSE="acl audit cryptsetup curl doc elfutils +firmware-loader gcrypt gudev http
49 + introspection kdbus +kmod lz4 lzma pam policykit python qrcode +seccomp
50 + selinux ssl test vanilla"
51
52 MINKV="3.8"
53
54 @@ -36,6 +36,7 @@
55 acl? ( sys-apps/acl:0= )
56 audit? ( >=sys-process/audit-2:0= )
57 cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= )
58 + curl? ( net-misc/curl:0= )
59 elfutils? ( >=dev-libs/elfutils-0.158:0= )
60 gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
61 gudev? ( >=dev-libs/glib-2.34.3:2=[${MULTILIB_USEDEP}] )
62 @@ -45,6 +46,7 @@
63 )
64 introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
65 kmod? ( >=sys-apps/kmod-15:0= )
66 + lz4? ( >=app-arch/lz4-0_p119:0=[${MULTILIB_USEDEP}] )
67 lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
68 pam? ( virtual/pam:= )
69 python? ( ${PYTHON_DEPS} )
70 @@ -210,6 +212,7 @@
71 $(multilib_native_use_enable acl)
72 $(multilib_native_use_enable audit)
73 $(multilib_native_use_enable cryptsetup libcryptsetup)
74 + $(multilib_native_use_enable curl libcurl)
75 $(multilib_native_use_enable doc gtk-doc)
76 $(multilib_native_use_enable elfutils)
77 $(use_enable gcrypt)
78 @@ -219,6 +222,7 @@
79 $(multilib_native_use_enable introspection)
80 $(use_enable kdbus)
81 $(multilib_native_use_enable kmod)
82 + $(use_enable lz4)
83 $(use_enable lzma xz)
84 $(multilib_native_use_enable pam)
85 $(multilib_native_use_enable policykit polkit)
86 @@ -235,6 +239,7 @@
87 $(multilib_native_enable binfmt)
88 $(multilib_native_enable bootchart)
89 $(multilib_native_enable coredump)
90 + $(multilib_native_enable firstboot)
91 $(multilib_native_enable hostnamed)
92 $(multilib_native_enable localed)
93 $(multilib_native_enable logind)
94
95
96
97 1.27 sys-apps/systemd/metadata.xml
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/metadata.xml?rev=1.27&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/metadata.xml?rev=1.27&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/metadata.xml?r1=1.26&r2=1.27
102
103 Index: metadata.xml
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/metadata.xml,v
106 retrieving revision 1.26
107 retrieving revision 1.27
108 diff -u -r1.26 -r1.27
109 --- metadata.xml 4 Jul 2014 15:00:55 -0000 1.26
110 +++ metadata.xml 28 Jul 2014 03:36:10 -0000 1.27
111 @@ -16,6 +16,7 @@
112 <flag name='http'>Enable embedded HTTP server in journald</flag>
113 <flag name='kdbus'>Connect to kernel dbus (KDBUS) instead of userspace dbus if available</flag>
114 <flag name='kmod'>Enable kernel module loading via <pkg>sys-apps/kmod</pkg></flag>
115 + <flag name='lz4'>Enable lz4 compression for the journal</flag>
116 <flag name='qrcode'>Enable qrcode output support in journal</flag>
117 <flag name='seccomp'>Enable system call filtering via seccomp</flag>
118 <flag name='vanilla'>Disable Gentoo-specific behavior and compatibility quirks</flag>
119
120
121
122 1.295 sys-apps/systemd/ChangeLog
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.295&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.295&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.294&r2=1.295
127
128 Index: ChangeLog
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
131 retrieving revision 1.294
132 retrieving revision 1.295
133 diff -u -r1.294 -r1.295
134 --- ChangeLog 28 Jul 2014 02:43:04 -0000 1.294
135 +++ ChangeLog 28 Jul 2014 03:36:10 -0000 1.295
136 @@ -1,6 +1,10 @@
137 # ChangeLog for sys-apps/systemd
138 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
139 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.294 2014/07/28 02:43:04 rich0 Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.295 2014/07/28 03:36:10 floppym Exp $
141 +
142 + 28 Jul 2014; Mike Gilbert <floppym@g.o> metadata.xml,
143 + systemd-9999.ebuild:
144 + Add python3_4 to PYTHON_COMPAT. Add optional dependencies on curl and lz4.
145
146 28 Jul 2014; Richard Freeman <rich0@g.o> systemd-215-r3.ebuild:
147 amd64 stable - 517120