From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
Date: Mon, 24 Mar 2014 19:33:02 +0000 (UTC) [thread overview]
Message-ID: <20140324193302.8FD9A20054@flycatcher.gentoo.org> (raw)
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 <mgorny@gentoo.org> systemd-9999.ebuild:
+ Update following upstream changes. GnuTLS support has been added, and tcp-
+ wrappers support has been removed.
12 Mar 2014; Mike Gilbert <floppym@gentoo.org> systemd-211.ebuild:
Copy ROOTPREFIX logic from the live ebuild.
next reply other threads:[~2014-03-24 19:33 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-24 19:33 Michal Gorny (mgorny) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-08-01 15:10 [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog Mike Gilbert (floppym)
2015-07-24 20:14 Mike Gilbert (floppym)
2015-07-11 16:39 Mike Gilbert (floppym)
2015-06-21 15:29 Mike Gilbert (floppym)
2015-06-10 1:40 Mike Gilbert (floppym)
2015-05-30 18:08 Mike Gilbert (floppym)
2015-05-29 0:03 Mike Gilbert (floppym)
2015-04-13 6:53 Michal Gorny (mgorny)
2014-12-26 19:58 Mike Gilbert (floppym)
2014-08-31 17:02 Mike Gilbert (floppym)
2014-08-31 15:47 Mike Gilbert (floppym)
2014-08-20 7:44 Michal Gorny (mgorny)
2014-07-10 17:12 Mike Gilbert (floppym)
2014-07-10 0:20 Mike Gilbert (floppym)
2014-07-10 0:08 Mike Gilbert (floppym)
2014-07-08 17:01 Mike Gilbert (floppym)
2014-07-04 3:11 Mike Gilbert (floppym)
2014-07-03 20:46 Mike Gilbert (floppym)
2014-06-03 0:46 Mike Gilbert (floppym)
2014-06-01 7:33 Michal Gorny (mgorny)
2014-05-29 1:11 Mike Gilbert (floppym)
2014-05-29 0:13 Mike Gilbert (floppym)
2014-05-02 9:23 Michal Gorny (mgorny)
2014-02-25 14:40 Michal Gorny (mgorny)
2014-02-24 22:40 Mike Gilbert (floppym)
2014-02-24 22:34 Michal Gorny (mgorny)
2014-02-24 2:29 Mike Gilbert (floppym)
2014-02-22 3:51 Mike Gilbert (floppym)
2014-02-21 3:19 Jason Donenfeld (zx2c4)
2014-02-21 3:05 Mike Gilbert (floppym)
2014-02-20 2:27 Mike Gilbert (floppym)
2013-12-31 17:59 Mike Gilbert (floppym)
2013-12-02 16:49 Michal Gorny (mgorny)
2013-11-25 19:32 Michal Gorny (mgorny)
2013-10-17 18:36 Michal Gorny (mgorny)
2013-04-15 20:13 Michal Gorny (mgorny)
2013-04-15 13:31 Michal Gorny (mgorny)
2013-03-30 9:37 Mike Gilbert (floppym)
2013-03-30 9:33 Mike Gilbert (floppym)
2013-03-29 15:26 Michal Gorny (mgorny)
2013-03-26 22:02 Michal Gorny (mgorny)
2013-03-26 17:29 Michal Gorny (mgorny)
2013-03-26 17:19 Michal Gorny (mgorny)
2013-03-26 16:35 Michal Gorny (mgorny)
2013-02-08 18:38 Michal Gorny (mgorny)
2013-01-21 18:01 Mike Gilbert (floppym)
2013-01-21 17:33 Mike Gilbert (floppym)
2013-01-08 21:20 Michal Gorny (mgorny)
2013-01-08 16:44 Michal Gorny (mgorny)
2012-12-15 13:05 Michal Gorny (mgorny)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140324193302.8FD9A20054@flycatcher.gentoo.org \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox