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 54322198005 for ; Sun, 3 Mar 2013 03:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDE5AE0329; Sun, 3 Mar 2013 03:39: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 4D06CE0329 for ; Sun, 3 Mar 2013 03:39: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 66FFC33DBFC for ; Sun, 3 Mar 2013 03:39:55 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 2ECCA2171D; Sun, 3 Mar 2013 03:39:54 +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/shadow: shadow-4.1.5.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: shadow-4.1.5.1-r1.ebuild ChangeLog X-VCS-Directories: sys-apps/shadow X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130303033954.2ECCA2171D@flycatcher.gentoo.org> Date: Sun, 3 Mar 2013 03:39:54 +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: 1f5895b1-eabe-498a-abd6-1a5d3dcb9487 X-Archives-Hash: 51249db153c8833876d3eaa4ff3d7bd1 vapier 13/03/03 03:39:54 Modified: shadow-4.1.5.1-r1.ebuild ChangeLog Log: Drop /etc/pam.d/login sed since the file is in pambase now #458548 by Kobboi. (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key FB7C4156) Revision Changes Path 1.3 sys-apps/shadow/shadow-4.1.5.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/shadow/shadow-4.1.5.1-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/shadow/shadow-4.1.5.1-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/shadow/shadow-4.1.5.1-r1.ebuild?r1=1.2&r2=1.3 Index: shadow-4.1.5.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.1.5.1-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- shadow-4.1.5.1-r1.ebuild 17 Feb 2013 20:42:02 -0000 1.2 +++ shadow-4.1.5.1-r1.ebuild 3 Mar 2013 03:39:54 -0000 1.3 @@ -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/shadow/shadow-4.1.5.1-r1.ebuild,v 1.2 2013/02/17 20:42:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.1.5.1-r1.ebuild,v 1.3 2013/03/03 03:39:54 vapier Exp $ EAPI="2" @@ -178,8 +178,6 @@ pkg_preinst() { rm -f "${ROOT}"/etc/pam.d/system-auth.new \ "${ROOT}/etc/login.defs.new" - - use pam && pam_epam_expand "${D}"/etc/pam.d/login } pkg_postinst() { 1.277 sys-apps/shadow/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/shadow/ChangeLog?rev=1.277&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/shadow/ChangeLog?rev=1.277&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/shadow/ChangeLog?r1=1.276&r2=1.277 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v retrieving revision 1.276 retrieving revision 1.277 diff -u -r1.276 -r1.277 --- ChangeLog 17 Feb 2013 20:42:02 -0000 1.276 +++ ChangeLog 3 Mar 2013 03:39:54 -0000 1.277 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/shadow # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v 1.276 2013/02/17 20:42:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v 1.277 2013/03/03 03:39:54 vapier Exp $ + + 03 Mar 2013; Mike Frysinger shadow-4.1.5.1-r1.ebuild: + Drop /etc/pam.d/login sed since the file is in pambase now #458548 by Kobboi. 17 Feb 2013; Mike Frysinger shadow-4.1.5.1-r1.ebuild: Drop epunt_cxx as this no longer needs it.