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 219371381F3 for ; Tue, 2 Jul 2013 02:11:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0AA7E0996; Tue, 2 Jul 2013 02:11:51 +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 55F54E0996 for ; Tue, 2 Jul 2013 02:11:51 +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 416B633E788 for ; Tue, 2 Jul 2013 02:11:50 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2198) id 07E672171D; Tue, 2 Jul 2013 02:11:48 +0000 (UTC) From: "Justin Bronder (jsbronder)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jsbronder@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/johntheripper: johntheripper-1.7.9-r3.ebuild johntheripper-1.7.9-r7.ebuild johntheripper-1.7.9-r6.ebuild johntheripper-1.7.9-r1.ebuild johntheripper-1.7.9-r8.ebuild johntheripper-1.7.9-r5.ebuild ChangeLog johntheripper-1.7.9-r2.ebuild johntheripper-1.7.9-r4.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: johntheripper-1.7.9-r3.ebuild johntheripper-1.7.9-r7.ebuild johntheripper-1.7.9-r6.ebuild johntheripper-1.7.9-r1.ebuild johntheripper-1.7.9-r8.ebuild johntheripper-1.7.9-r5.ebuild ChangeLog johntheripper-1.7.9-r2.ebuild johntheripper-1.7.9-r4.ebuild X-VCS-Directories: app-crypt/johntheripper X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130702021149.07E672171D@flycatcher.gentoo.org> Date: Tue, 2 Jul 2013 02:11:48 +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: 0e79882e-f2d0-47c2-af8d-a62b38b3e8c9 X-Archives-Hash: aea5427421e379e95533026133ea3e68 jsbronder 13/07/02 02:11:48 Modified: johntheripper-1.7.9-r3.ebuild johntheripper-1.7.9-r7.ebuild johntheripper-1.7.9-r6.ebuild johntheripper-1.7.9-r1.ebuild johntheripper-1.7.9-r8.ebuild johntheripper-1.7.9-r5.ebuild ChangeLog johntheripper-1.7.9-r2.ebuild johntheripper-1.7.9-r4.ebuild Log: Remove fix for #462602. Handled in sys-cluster/openmpi now. (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 4D7043C9) Revision Changes Path 1.3 app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild?r1=1.2&r2=1.3 Index: johntheripper-1.7.9-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- johntheripper-1.7.9-r3.ebuild 18 Jun 2013 22:42:02 -0000 1.2 +++ johntheripper-1.7.9-r3.ebuild 2 Jul 2013 02:11:48 -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/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild,v 1.2 2013/06/18 22:42:02 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild,v 1.3 2013/07/02 02:11:48 jsbronder Exp $ EAPI="4" @@ -158,9 +158,6 @@ CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)" if use mpi; then CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc - - # Workaround sandbox issue in #462602 - export FAKEROOTKEY=1 fi emake -C src/ \ 1.3 app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild?r1=1.2&r2=1.3 Index: johntheripper-1.7.9-r7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- johntheripper-1.7.9-r7.ebuild 18 Jun 2013 22:42:02 -0000 1.2 +++ johntheripper-1.7.9-r7.ebuild 2 Jul 2013 02:11:48 -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/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild,v 1.2 2013/06/18 22:42:02 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild,v 1.3 2013/07/02 02:11:48 jsbronder Exp $ EAPI="5" @@ -173,9 +173,6 @@ CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)" if use mpi; then CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc - - # Workaround sandbox issue in #462602 - export FAKEROOTKEY=1 fi #this stuff was all stolen from the Makefile, if build breaks, check this first 1.13 app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild?r1=1.12&r2=1.13 Index: johntheripper-1.7.9-r6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- johntheripper-1.7.9-r6.ebuild 18 Jun 2013 22:42:02 -0000 1.12 +++ johntheripper-1.7.9-r6.ebuild 2 Jul 2013 02:11:48 -0000 1.13 @@ -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/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild,v 1.12 2013/06/18 22:42:02 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild,v 1.13 2013/07/02 02:11:48 jsbronder Exp $ EAPI="4" @@ -172,9 +172,6 @@ CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)" if use mpi; then CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc - - # Workaround sandbox issue in #462602 - export FAKEROOTKEY=1 fi #this stuff was all stolen from the Makefile, if build breaks, check this first 1.6 app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild?r1=1.5&r2=1.6 Index: johntheripper-1.7.9-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- johntheripper-1.7.9-r1.ebuild 18 Jun 2013 22:42:02 -0000 1.5 +++ johntheripper-1.7.9-r1.ebuild 2 Jul 2013 02:11:48 -0000 1.6 @@ -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/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild,v 1.5 2013/06/18 22:42:02 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild,v 1.6 2013/07/02 02:11:48 jsbronder Exp $ EAPI="4" @@ -154,9 +154,6 @@ CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)" if use mpi; then CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc - - # Workaround sandbox issue in #462602 - export FAKEROOTKEY=1 fi emake -C src/ \ 1.2 app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild?r1=1.1&r2=1.2 Index: johntheripper-1.7.9-r8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- johntheripper-1.7.9-r8.ebuild 28 Jun 2013 22:02:06 -0000 1.1 +++ johntheripper-1.7.9-r8.ebuild 2 Jul 2013 02:11:48 -0000 1.2 @@ -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/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild,v 1.1 2013/06/28 22:02:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild,v 1.2 2013/07/02 02:11:48 jsbronder Exp $ EAPI="5" @@ -180,9 +180,6 @@ CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)" if use mpi; then CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc - - # Workaround sandbox issue in #462602 - export FAKEROOTKEY=1 fi #this stuff was all stolen from the Makefile, if build breaks, check this first 1.5 app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild?r1=1.4&r2=1.5 Index: johntheripper-1.7.9-r5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- johntheripper-1.7.9-r5.ebuild 18 Jun 2013 22:42:02 -0000 1.4 +++ johntheripper-1.7.9-r5.ebuild 2 Jul 2013 02:11:48 -0000 1.5 @@ -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/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild,v 1.4 2013/06/18 22:42:02 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild,v 1.5 2013/07/02 02:11:48 jsbronder Exp $ EAPI="4" @@ -170,9 +170,6 @@ CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)" if use mpi; then CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc - - # Workaround sandbox issue in #462602 - export FAKEROOTKEY=1 fi #this stuff was all stolen from the Makefile, if build breaks, check this first 1.161 app-crypt/johntheripper/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/ChangeLog?rev=1.161&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/ChangeLog?rev=1.161&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/ChangeLog?r1=1.160&r2=1.161 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v retrieving revision 1.160 retrieving revision 1.161 diff -u -r1.160 -r1.161 --- ChangeLog 28 Jun 2013 22:02:06 -0000 1.160 +++ ChangeLog 2 Jul 2013 02:11:48 -0000 1.161 @@ -1,6 +1,13 @@ # ChangeLog for app-crypt/johntheripper # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v 1.160 2013/06/28 22:02:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v 1.161 2013/07/02 02:11:48 jsbronder Exp $ + + 02 Jul 2013; Justin Bronder + johntheripper-1.7.9-r1.ebuild, johntheripper-1.7.9-r2.ebuild, + johntheripper-1.7.9-r3.ebuild, johntheripper-1.7.9-r4.ebuild, + johntheripper-1.7.9-r5.ebuild, johntheripper-1.7.9-r6.ebuild, + johntheripper-1.7.9-r7.ebuild, johntheripper-1.7.9-r8.ebuild: + Remove fix for #462602. Handled in sys-cluster/openmpi now. *johntheripper-1.7.9-r8 (28 Jun 2013) 1.3 app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild?r1=1.2&r2=1.3 Index: johntheripper-1.7.9-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- johntheripper-1.7.9-r2.ebuild 18 Jun 2013 22:42:02 -0000 1.2 +++ johntheripper-1.7.9-r2.ebuild 2 Jul 2013 02:11:48 -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/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild,v 1.2 2013/06/18 22:42:02 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild,v 1.3 2013/07/02 02:11:48 jsbronder Exp $ EAPI="4" @@ -160,9 +160,6 @@ CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)" if use mpi; then CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc - - # Workaround sandbox issue in #462602 - export FAKEROOTKEY=1 fi emake -C src/ \ 1.3 app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild?r1=1.2&r2=1.3 Index: johntheripper-1.7.9-r4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- johntheripper-1.7.9-r4.ebuild 18 Jun 2013 22:42:02 -0000 1.2 +++ johntheripper-1.7.9-r4.ebuild 2 Jul 2013 02:11:48 -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/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild,v 1.2 2013/06/18 22:42:02 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild,v 1.3 2013/07/02 02:11:48 jsbronder Exp $ EAPI="4" @@ -171,9 +171,6 @@ CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)" if use mpi; then CPP=mpicxx CC=mpicc AS=mpicc LD=mpicc - - # Workaround sandbox issue in #462602 - export FAKEROOTKEY=1 fi #this stuff was all stolen from the Makefile, if build breaks, check this first