mgorny 14/03/24 19:33:02 Modified: systemd-9999.ebuild ChangeLog Log: Update following upstream changes. GnuTLS support has been added, and tcp-wrappers support has been removed. (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.101 sys-apps/systemd/systemd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.100&r2=1.101 Index: systemd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- systemd-9999.ebuild 3 Mar 2014 22:19:31 -0000 1.100 +++ systemd-9999.ebuild 24 Mar 2014 19:33:02 -0000 1.101 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.100 2014/03/03 22:19:31 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.101 2014/03/24 19:33:02 mgorny Exp $ EAPI=5 @@ -26,7 +26,7 @@ SLOT="0/2" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection - kdbus +kmod lzma pam policykit python qrcode +seccomp selinux tcpd + kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl test vanilla xattr" MINKV="3.0" @@ -38,7 +38,7 @@ cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= ) gudev? ( dev-libs/glib:2=[${MULTILIB_USEDEP}] ) - http? ( net-libs/libmicrohttpd:0= ) + http? ( >=net-libs/libmicrohttpd-0.9.33:0= ) introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] ) @@ -47,7 +47,7 @@ qrcode? ( media-gfx/qrencode:0= ) seccomp? ( sys-libs/libseccomp:0= ) selinux? ( sys-libs/libselinux:0= ) - tcpd? ( sys-apps/tcp-wrappers:0= ) + ssl? ( net-libs/gnutls:0= ) xattr? ( sys-apps/attr:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" @@ -200,7 +200,7 @@ $(use_enable qrcode qrencode) $(use_enable seccomp) $(use_enable selinux) - $(use_enable tcpd tcpwrap) + $(use_enable ssl gnutls) $(use_enable test tests) $(use_enable xattr) @@ -239,6 +239,7 @@ --disable-acl --disable-audit --disable-gcrypt + --disable-gnutls --disable-gtk-doc --disable-introspection --disable-kmod @@ -250,7 +251,6 @@ --disable-qrencode --disable-seccomp --disable-selinux - --disable-tcpwrap --disable-tests --disable-xattr --disable-xz 1.240 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.240&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.240&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.239&r2=1.240 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.239 retrieving revision 1.240 diff -u -r1.239 -r1.240 --- ChangeLog 12 Mar 2014 18:40:56 -0000 1.239 +++ ChangeLog 24 Mar 2014 19:33:02 -0000 1.240 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.239 2014/03/12 18:40:56 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.240 2014/03/24 19:33:02 mgorny Exp $ + + 24 Mar 2014; Michał Górny <[email protected]> systemd-9999.ebuild: + Update following upstream changes. GnuTLS support has been added, and tcp- + wrappers support has been removed. 12 Mar 2014; Mike Gilbert <[email protected]> systemd-211.ebuild: Copy ROOTPREFIX logic from the live ebuild.
