Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
Date: Mon, 24 Mar 2014 19:33:10
Message-Id: 20140324193302.8FD9A20054@flycatcher.gentoo.org
1 mgorny 14/03/24 19:33:02
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Update following upstream changes. GnuTLS support has been added, and tcp-wrappers support has been removed.
6
7 (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.101 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.101&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.101&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.100&r2=1.101
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.100
20 retrieving revision 1.101
21 diff -u -r1.100 -r1.101
22 --- systemd-9999.ebuild 3 Mar 2014 22:19:31 -0000 1.100
23 +++ systemd-9999.ebuild 24 Mar 2014 19:33:02 -0000 1.101
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.100 2014/03/03 22:19:31 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.101 2014/03/24 19:33:02 mgorny Exp $
29
30 EAPI=5
31
32 @@ -26,7 +26,7 @@
33 SLOT="0/2"
34 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
35 IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection
36 - kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd
37 + kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
38 test vanilla xattr"
39
40 MINKV="3.0"
41 @@ -38,7 +38,7 @@
42 cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= )
43 gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= )
44 gudev? ( dev-libs/glib:2=[${MULTILIB_USEDEP}] )
45 - http? ( net-libs/libmicrohttpd:0= )
46 + http? ( >=net-libs/libmicrohttpd-0.9.33:0= )
47 introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
48 kmod? ( >=sys-apps/kmod-15:0= )
49 lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
50 @@ -47,7 +47,7 @@
51 qrcode? ( media-gfx/qrencode:0= )
52 seccomp? ( sys-libs/libseccomp:0= )
53 selinux? ( sys-libs/libselinux:0= )
54 - tcpd? ( sys-apps/tcp-wrappers:0= )
55 + ssl? ( net-libs/gnutls:0= )
56 xattr? ( sys-apps/attr:0= )
57 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9
58 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
59 @@ -200,7 +200,7 @@
60 $(use_enable qrcode qrencode)
61 $(use_enable seccomp)
62 $(use_enable selinux)
63 - $(use_enable tcpd tcpwrap)
64 + $(use_enable ssl gnutls)
65 $(use_enable test tests)
66 $(use_enable xattr)
67
68 @@ -239,6 +239,7 @@
69 --disable-acl
70 --disable-audit
71 --disable-gcrypt
72 + --disable-gnutls
73 --disable-gtk-doc
74 --disable-introspection
75 --disable-kmod
76 @@ -250,7 +251,6 @@
77 --disable-qrencode
78 --disable-seccomp
79 --disable-selinux
80 - --disable-tcpwrap
81 --disable-tests
82 --disable-xattr
83 --disable-xz
84
85
86
87 1.240 sys-apps/systemd/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.240&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.240&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.239&r2=1.240
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
96 retrieving revision 1.239
97 retrieving revision 1.240
98 diff -u -r1.239 -r1.240
99 --- ChangeLog 12 Mar 2014 18:40:56 -0000 1.239
100 +++ ChangeLog 24 Mar 2014 19:33:02 -0000 1.240
101 @@ -1,6 +1,10 @@
102 # ChangeLog for sys-apps/systemd
103 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.239 2014/03/12 18:40:56 floppym Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.240 2014/03/24 19:33:02 mgorny Exp $
106 +
107 + 24 Mar 2014; Michał Górny <mgorny@g.o> systemd-9999.ebuild:
108 + Update following upstream changes. GnuTLS support has been added, and tcp-
109 + wrappers support has been removed.
110
111 12 Mar 2014; Mike Gilbert <floppym@g.o> systemd-211.ebuild:
112 Copy ROOTPREFIX logic from the live ebuild.