From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JwSEa-0005IE-Eu for garchives@archives.gentoo.org; Thu, 15 May 2008 01:26:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53BEBE03CD; Thu, 15 May 2008 01:26:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 071F2E03CD for ; Thu, 15 May 2008 01:26:15 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 6865E65FA9 for ; Thu, 15 May 2008 01:26:14 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JwSEX-0007UO-FF for gentoo-commits@lists.gentoo.org; Thu, 15 May 2008 01:26:13 +0000 From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_dotfile: pam_dotfile-0.7-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pam_dotfile-0.7-r1.ebuild ChangeLog X-VCS-Directories: sys-auth/pam_dotfile X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: Sender: Diego Petteno Date: Thu, 15 May 2008 01:26:13 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8d94dcc3-b5ba-4a34-b862-488799fc2067 X-Archives-Hash: 801f4593edc52e35b9ec99a1cf2c2791 flameeyes 08/05/15 01:26:13 Modified: pam_dotfile-0.7-r1.ebuild ChangeLog Log: Die on failed install. (Portage version: 2.1.5_rc10) Revision Changes Path 1.6 sys-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_dotfi= le/pam_dotfile-0.7-r1.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_dotfi= le/pam_dotfile-0.7-r1.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_dotfi= le/pam_dotfile-0.7-r1.ebuild?r1=3D1.5&r2=3D1.6 Index: pam_dotfile-0.7-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-r1= .ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pam_dotfile-0.7-r1.ebuild 11 Jul 2007 13:08:43 -0000 1.5 +++ pam_dotfile-0.7-r1.ebuild 15 May 2008 01:26:13 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-= r1.ebuild,v 1.5 2007/07/11 13:08:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/pam_dotfile-0.7-= r1.ebuild,v 1.6 2008/05/15 01:26:13 flameeyes Exp $ =20 WANT_AUTOMAKE=3D"latest" WANT_AUTOCONF=3D"latest" @@ -45,8 +45,8 @@ } =20 src_install() { - make -C src DESTDIR=3D"${D}" install - make -C man DESTDIR=3D"${D}" install + make -C src DESTDIR=3D"${D}" install || die "make -C src install failed= " + make -C man DESTDIR=3D"${D}" install || die "make -C src install failed= " =20 rm -f "${D}"/$(getpam_mod_dir)/pam_dotfile.la fperms 4111 /usr/sbin/pam-dotfile-helper 1.8 sys-auth/pam_dotfile/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_dotfi= le/ChangeLog?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_dotfi= le/ChangeLog?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_dotfi= le/ChangeLog?r1=3D1.7&r2=3D1.8 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 11 Jul 2007 13:08:43 -0000 1.7 +++ ChangeLog 15 May 2008 01:26:13 -0000 1.8 @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_dotfile -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v 1.7 = 2007/07/11 13:08:43 flameeyes Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_dotfile/ChangeLog,v 1.8 = 2008/05/15 01:26:13 flameeyes Exp $ + + 15 May 2008; Diego Petten=C3=B2 + pam_dotfile-0.7-r1.ebuild: + Die on failed install. =20 11 Jul 2007; Diego Petten=C3=B2 pam_dotfile-0.7= .ebuild, pam_dotfile-0.7-r1.ebuild: --=20 gentoo-commits@lists.gentoo.org mailing list