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 AE2911395EA for ; Wed, 5 Aug 2015 03:44:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24108E07D2; Wed, 5 Aug 2015 03:44:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3B55E07D2 for ; Wed, 5 Aug 2015 03:44:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D1B2340755 for ; Wed, 5 Aug 2015 03:44:26 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 559) id 3820E123; Wed, 5 Aug 2015 03:44:24 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/utempter: utempter-0.5.5.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: utempter-0.5.5.6.ebuild ChangeLog X-VCS-Directories: sys-apps/utempter X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150805034424.3820E123@oystercatcher.gentoo.org> Date: Wed, 5 Aug 2015 03:44:24 +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: c3d8cfb2-56ce-4246-ac92-1a170c14dd1a X-Archives-Hash: 8195a85c8d570749f7fb56eda7a5bd9b vapier 15/08/05 03:44:24 Modified: utempter-0.5.5.6.ebuild ChangeLog Log: Block dev-python/utmp as it installs `utmp` too #556644 by Toralf Förster. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision Changes Path 1.19 sys-apps/utempter/utempter-0.5.5.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/utempter/utempter-0.5.5.6.ebuild?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/utempter/utempter-0.5.5.6.ebuild?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/utempter/utempter-0.5.5.6.ebuild?r1=1.18&r2=1.19 Index: utempter-0.5.5.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.6.ebuild,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- utempter-0.5.5.6.ebuild 24 May 2012 02:35:09 -0000 1.18 +++ utempter-0.5.5.6.ebuild 5 Aug 2015 03:44:24 -0000 1.19 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.6.ebuild,v 1.18 2012/05/24 02:35:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.5.6.ebuild,v 1.19 2015/08/05 03:44:24 vapier Exp $ inherit rpm eutils user @@ -15,7 +15,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="" -RDEPEND="!sys-libs/libutempter" +RDEPEND="!sys-libs/libutempter + !dev-python/utmp" pkg_setup() { enewgroup utmp 406 1.48 sys-apps/utempter/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/utempter/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/utempter/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/utempter/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/utempter/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 24 May 2012 02:35:09 -0000 1.47 +++ ChangeLog 5 Aug 2015 03:44:24 -0000 1.48 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/utempter -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/ChangeLog,v 1.47 2012/05/24 02:35:09 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/ChangeLog,v 1.48 2015/08/05 03:44:24 vapier Exp $ + + 05 Aug 2015; Mike Frysinger utempter-0.5.5.6.ebuild: + Block dev-python/utmp as it installs `utmp` too #556644 by Toralf Förster. 24 May 2012; Mike Frysinger utempter-0.5.5.6.ebuild: Inherit user for enewuser/etc...