From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C7AFF1381F3 for ; Thu, 17 Oct 2013 18:36:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D5E1E0B0A; Thu, 17 Oct 2013 18:36:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2590CE0B0A for ; Thu, 17 Oct 2013 18:36:56 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 058EE33EE84 for ; Thu, 17 Oct 2013 18:36:55 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id AD2FD2004C; Thu, 17 Oct 2013 18:36:53 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: systemd-9999.ebuild ChangeLog X-VCS-Directories: sys-apps/systemd X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131017183653.AD2FD2004C@flycatcher.gentoo.org> Date: Thu, 17 Oct 2013 18:36:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 64a5a8e3-d704-4108-acb1-6544baed3b22 X-Archives-Hash: 61a1ff926c5db681b2c5d411df09bb59 mgorny 13/10/17 18:36:53 Modified: systemd-9999.ebuild ChangeLog Log: Bump kmod dep following upstream changes. Remove python-config hack wrt bug #488396. Add slot operator deps. Switch to git-r3. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.70 sys-apps/systemd/systemd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.70&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.70&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.69&r2=1.70 Index: systemd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- systemd-9999.ebuild 14 Oct 2013 18:17:39 -0000 1.69 +++ systemd-9999.ebuild 17 Oct 2013 18:36:53 -0000 1.70 @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.69 2013/10/14 18:17:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.70 2013/10/17 18:36:53 mgorny Exp $ EAPI=5 @@ -9,7 +9,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}/${PN} http://cgit.freedesktop.org/${PN}/${PN}/" -inherit git-2 +inherit git-r3 #endif AUTOTOOLS_PRUNE_LIBTOOL_FILES=all @@ -31,24 +31,24 @@ MINKV="3.0" -COMMON_DEPEND=">=sys-apps/dbus-1.6.8-r1 - >=sys-apps/util-linux-2.20 - sys-libs/libcap - acl? ( sys-apps/acl ) - audit? ( >=sys-process/audit-2 ) - cryptsetup? ( >=sys-fs/cryptsetup-1.6 ) - gcrypt? ( >=dev-libs/libgcrypt-1.4.5 ) - gudev? ( >=dev-libs/glib-2[${MULTILIB_USEDEP}] ) - http? ( net-libs/libmicrohttpd ) - introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) - kmod? ( >=sys-apps/kmod-14-r1 ) - lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] ) - pam? ( virtual/pam ) +COMMON_DEPEND=">=sys-apps/dbus-1.6.8-r1:0= + >=sys-apps/util-linux-2.20:0= + sys-libs/libcap:0= + acl? ( sys-apps/acl:0= ) + audit? ( >=sys-process/audit-2:0= ) + 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= ) + introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= ) + kmod? ( >=sys-apps/kmod-15:0= ) + lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] ) + pam? ( virtual/pam:= ) python? ( ${PYTHON_DEPS} ) - qrcode? ( media-gfx/qrencode ) - selinux? ( sys-libs/libselinux ) - tcpd? ( sys-apps/tcp-wrappers ) - xattr? ( sys-apps/attr ) + qrcode? ( media-gfx/qrencode:0= ) + selinux? ( sys-libs/libselinux:0= ) + tcpd? ( sys-apps/tcp-wrappers: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(-)] )" @@ -69,10 +69,10 @@ !vanilla? ( sys-apps/gentoo-systemd-integration )" DEPEND="${COMMON_DEPEND} - app-arch/xz-utils + app-arch/xz-utils:0 app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets - dev-libs/libxslt + dev-libs/libxslt:0 dev-util/gperf >=dev-util/intltool-0.50 >=sys-devel/binutils-2.23.1 @@ -84,7 +84,7 @@ #if LIVE DEPEND="${DEPEND} dev-libs/gobject-introspection - >=dev-libs/libgcrypt-1.4.5 + >=dev-libs/libgcrypt-1.4.5:0 >=dev-util/gtk-doc-1.18" SRC_URI= @@ -165,7 +165,6 @@ $(use_enable pam) $(use_enable policykit polkit) $(use_enable python python-devel) - $(use python && echo PYTHON_CONFIG=/usr/bin/python-config-${EPYTHON#python}) $(use_enable qrcode qrencode) $(use_enable selinux) $(use_enable tcpd tcpwrap) 1.193 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.193&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.193&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.192&r2=1.193 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.192 retrieving revision 1.193 diff -u -r1.192 -r1.193 --- ChangeLog 14 Oct 2013 18:17:39 -0000 1.192 +++ ChangeLog 17 Oct 2013 18:36:53 -0000 1.193 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.192 2013/10/14 18:17:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.193 2013/10/17 18:36:53 mgorny Exp $ + + 17 Oct 2013; Michał Górny systemd-9999.ebuild: + Bump kmod dep following upstream changes. Remove python-config hack wrt bug + #488396. Add slot operator deps. Switch to git-r3. 14 Oct 2013; Michał Górny systemd-207-r2.ebuild, systemd-208-r1.ebuild, systemd-208-r2.ebuild, systemd-9999.ebuild: