diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2013-07-02 02:11:48 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2013-07-02 02:11:48 +0000 |
commit | 180861ba066bf1b2682d6857cfdce75c70b0fe69 (patch) | |
tree | 726154ac4487e44776045d3b00eec86224aa2188 /app-crypt/johntheripper | |
parent | version bump (diff) | |
download | gentoo-2-180861ba066bf1b2682d6857cfdce75c70b0fe69.tar.gz gentoo-2-180861ba066bf1b2682d6857cfdce75c70b0fe69.tar.bz2 gentoo-2-180861ba066bf1b2682d6857cfdce75c70b0fe69.zip |
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)
Diffstat (limited to 'app-crypt/johntheripper')
9 files changed, 16 insertions, 33 deletions
diff --git a/app-crypt/johntheripper/ChangeLog b/app-crypt/johntheripper/ChangeLog index ff1012d56074..2801893d36eb 100644 --- a/app-crypt/johntheripper/ChangeLog +++ b/app-crypt/johntheripper/ChangeLog @@ -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 <jsbronder@gentoo.org> + 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) diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild index 6773b9ac3d23..59ac427c9f1c 100644 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild @@ -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 @@ src_compile() { 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/ \ diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild index f4f8854f99d9..2334a3d92331 100644 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild @@ -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 @@ src_compile() { 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/ \ diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild index f0bc6c92fd04..2c6618de0e2d 100644 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild @@ -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 @@ src_compile() { 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/ \ diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild index 1d7ae24ebf01..adc97386282b 100644 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild @@ -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 @@ src_compile() { 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 diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild index f81d0713faa6..aa93304094ae 100644 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild @@ -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 @@ src_compile() { 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 diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild index a154b4827c75..97ae458ff13a 100644 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild @@ -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 @@ src_compile() { 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 diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild index ff58fc8d56f5..32be34c09889 100644 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild @@ -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 @@ src_compile() { 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 diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild index 708623ec9b98..9196254e1f54 100644 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild @@ -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 @@ src_compile() { 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 |