mgorny 15/01/28 19:13:24
Modified: johntheripper-1.7.9-r7.ebuild
johntheripper-1.7.9-r2.ebuild
johntheripper-1.7.9-r3.ebuild
johntheripper-1.7.9.ebuild
johntheripper-1.7.9-r4.ebuild
johntheripper-1.7.9-r9.ebuild
johntheripper-1.7.9-r6.ebuild
johntheripper-1.7.9-r5.ebuild
johntheripper-1.7.8.ebuild
johntheripper-1.7.6-r1.ebuild
johntheripper-1.7.9-r8.ebuild
johntheripper-1.7.9-r1.ebuild ChangeLog
Log:
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.4 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.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild?r1=1.3&r2=1.4
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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- johntheripper-1.7.9-r7.ebuild 2 Jul 2013 02:11:48 -0000 1.3
+++ johntheripper-1.7.9-r7.ebuild 28 Jan 2015 19:13:24 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.3 2013/07/02 02:11:48 jsbronder Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r7.ebuild,v
1.4 2015/01/28 19:13:24 mgorny Exp $
EAPI="5"
@@ -21,7 +21,7 @@
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
#Remove AltiVec USE flag. Appears to be an upstream issue.
-IUSE="cuda custom-cflags -minimal mmx mpi opencl openmp sse2"
+IUSE="cuda custom-cflags -minimal cpu_flags_x86_mmx mpi opencl openmp
cpu_flags_x86_sse2"
REQUIRED_USE="openmp? ( !minimal )
mpi? ( !minimal )
cuda? ( !minimal )
@@ -76,9 +76,9 @@
echo "linux-x86-xop"
elif has_avx; then
echo "linux-x86-avx"
- elif use sse2; then
+ elif use cpu_flags_x86_sse2; then
echo "linux-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "linux-x86-mmx"
else
echo "linux-x86-any"
@@ -92,7 +92,7 @@
# fi
# for Tiger this can be macosx-ppc64
elif use x86-macos; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "macosx-x86-sse2"
else
echo "macosx-x86"
@@ -100,9 +100,9 @@
elif use x86-solaris; then
echo "solaris-x86-any"
elif use x86-fbsd; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "freebsd-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "freebsd-x86-mmx"
else
echo "freebsd-x86-any"
1.4 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.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild?r1=1.3&r2=1.4
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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- johntheripper-1.7.9-r2.ebuild 2 Jul 2013 02:11:48 -0000 1.3
+++ johntheripper-1.7.9-r2.ebuild 28 Jan 2015 19:13:24 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.3 2013/07/02 02:11:48 jsbronder Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r2.ebuild,v
1.4 2015/01/28 19:13:24 mgorny Exp $
EAPI="4"
@@ -22,7 +22,7 @@
# This package can't be marked stable for ppc or ppc64 before bug 327211 is
closed.
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
#Remove AltiVec USE flag. Appears to be an upstream issue.
-IUSE="custom-cflags -minimal mmx mpi openmp sse2"
+IUSE="custom-cflags -minimal cpu_flags_x86_mmx mpi openmp cpu_flags_x86_sse2"
REQUIRED_USE="openmp? ( !minimal )
mpi? ( !minimal )"
@@ -72,9 +72,9 @@
echo "linux-x86-xop"
elif has_avx; then
echo "linux-x86-avx"
- elif use sse2; then
+ elif use cpu_flags_x86_sse2; then
echo "linux-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "linux-x86-mmx"
else
echo "linux-x86-any"
@@ -88,7 +88,7 @@
# fi
# for Tiger this can be macosx-ppc64
elif use x86-macos; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "macosx-x86-sse2"
else
echo "macosx-x86"
@@ -96,9 +96,9 @@
elif use x86-solaris; then
echo "solaris-x86-any"
elif use x86-fbsd; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "freebsd-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "freebsd-x86-mmx"
else
echo "freebsd-x86-any"
1.4 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.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild?r1=1.3&r2=1.4
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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- johntheripper-1.7.9-r3.ebuild 2 Jul 2013 02:11:48 -0000 1.3
+++ johntheripper-1.7.9-r3.ebuild 28 Jan 2015 19:13:24 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.3 2013/07/02 02:11:48 jsbronder Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r3.ebuild,v
1.4 2015/01/28 19:13:24 mgorny Exp $
EAPI="4"
@@ -22,7 +22,7 @@
# This package can't be marked stable for ppc or ppc64 before bug 327211 is
closed.
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
#Remove AltiVec USE flag. Appears to be an upstream issue.
-IUSE="custom-cflags -minimal mmx mpi openmp sse2"
+IUSE="custom-cflags -minimal cpu_flags_x86_mmx mpi openmp cpu_flags_x86_sse2"
REQUIRED_USE="openmp? ( !minimal )
mpi? ( !minimal )"
@@ -72,9 +72,9 @@
echo "linux-x86-xop"
elif has_avx; then
echo "linux-x86-avx"
- elif use sse2; then
+ elif use cpu_flags_x86_sse2; then
echo "linux-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "linux-x86-mmx"
else
echo "linux-x86-any"
@@ -88,7 +88,7 @@
# fi
# for Tiger this can be macosx-ppc64
elif use x86-macos; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "macosx-x86-sse2"
else
echo "macosx-x86"
@@ -96,9 +96,9 @@
elif use x86-solaris; then
echo "solaris-x86-any"
elif use x86-fbsd; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "freebsd-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "freebsd-x86-mmx"
else
echo "freebsd-x86-any"
1.5 app-crypt/johntheripper/johntheripper-1.7.9.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9.ebuild?r1=1.4&r2=1.5
Index: johntheripper-1.7.9.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- johntheripper-1.7.9.ebuild 7 Apr 2012 06:44:47 -0000 1.4
+++ johntheripper-1.7.9.ebuild 28 Jan 2015 19:13:24 -0000 1.5
@@ -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/app-crypt/johntheripper/johntheripper-1.7.9.ebuild,v
1.4 2012/04/07 06:44:47 radhermit Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9.ebuild,v
1.5 2015/01/28 19:13:24 mgorny Exp $
EAPI="4"
@@ -23,7 +23,7 @@
SLOT="0"
# This package can't be marked stable for ppc or ppc64 before bug 327211 is
closed.
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="custom-cflags -minimal mmx openmp sse2"
+IUSE="custom-cflags -minimal cpu_flags_x86_mmx openmp cpu_flags_x86_sse2"
REQUIRED_USE="openmp? ( !minimal )"
#Remove AltiVec USE flag. Appears to be an upstream issue.
#IUSE="altivec custom-cflags -minimal mmx openmp sse2"
@@ -76,9 +76,9 @@
echo "linux-x86-xop"
elif has_avx; then
echo "linux-x86-avx"
- elif use sse2; then
+ elif use cpu_flags_x86_sse2; then
echo "linux-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "linux-x86-mmx"
else
echo "linux-x86-any"
@@ -92,7 +92,7 @@
# fi
# for Tiger this can be macosx-ppc64
elif use x86-macos; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "macosx-x86-sse2"
else
echo "macosx-x86"
@@ -100,9 +100,9 @@
elif use x86-solaris; then
echo "solaris-x86-any"
elif use x86-fbsd; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "freebsd-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "freebsd-x86-mmx"
else
echo "freebsd-x86-any"
1.4 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.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild?r1=1.3&r2=1.4
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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- johntheripper-1.7.9-r4.ebuild 2 Jul 2013 02:11:48 -0000 1.3
+++ johntheripper-1.7.9-r4.ebuild 28 Jan 2015 19:13:24 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.3 2013/07/02 02:11:48 jsbronder Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r4.ebuild,v
1.4 2015/01/28 19:13:24 mgorny Exp $
EAPI="4"
@@ -22,7 +22,7 @@
# This package can't be marked stable for ppc or ppc64 before bug 327211 is
closed.
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
#Remove AltiVec USE flag. Appears to be an upstream issue.
-IUSE="cuda custom-cflags -minimal mmx mpi opencl openmp sse2"
+IUSE="cuda custom-cflags -minimal cpu_flags_x86_mmx mpi opencl openmp
cpu_flags_x86_sse2"
REQUIRED_USE="openmp? ( !minimal )
mpi? ( !minimal )
cuda? ( !minimal )
@@ -76,9 +76,9 @@
echo "linux-x86-xop"
elif has_avx; then
echo "linux-x86-avx"
- elif use sse2; then
+ elif use cpu_flags_x86_sse2; then
echo "linux-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "linux-x86-mmx"
else
echo "linux-x86-any"
@@ -92,7 +92,7 @@
# fi
# for Tiger this can be macosx-ppc64
elif use x86-macos; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "macosx-x86-sse2"
else
echo "macosx-x86"
@@ -100,9 +100,9 @@
elif use x86-solaris; then
echo "solaris-x86-any"
elif use x86-fbsd; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "freebsd-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "freebsd-x86-mmx"
else
echo "freebsd-x86-any"
1.3 app-crypt/johntheripper/johntheripper-1.7.9-r9.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r9.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r9.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r9.ebuild?r1=1.2&r2=1.3
Index: johntheripper-1.7.9-r9.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- johntheripper-1.7.9-r9.ebuild 17 Sep 2014 12:54:50 -0000 1.2
+++ johntheripper-1.7.9-r9.ebuild 28 Jan 2015 19:13:24 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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-r9.ebuild,v
1.2 2014/09/17 12:54:50 jlec Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r9.ebuild,v
1.3 2015/01/28 19:13:24 mgorny Exp $
EAPI="5"
@@ -21,7 +21,7 @@
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
#Remove AltiVec USE flag. Appears to be an upstream issue.
-IUSE="cuda custom-cflags -minimal mmx mozilla mpi opencl openmp sse2"
+IUSE="cuda custom-cflags -minimal cpu_flags_x86_mmx mozilla mpi opencl openmp
cpu_flags_x86_sse2"
REQUIRED_USE="openmp? ( !minimal )
mpi? ( !minimal )
cuda? ( !minimal )
@@ -78,9 +78,9 @@
echo "linux-x86-xop"
elif has_avx; then
echo "linux-x86-avx"
- elif use sse2; then
+ elif use cpu_flags_x86_sse2; then
echo "linux-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "linux-x86-mmx"
else
echo "linux-x86-any"
@@ -94,7 +94,7 @@
# fi
# for Tiger this can be macosx-ppc64
elif use x86-macos; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "macosx-x86-sse2"
else
echo "macosx-x86"
@@ -102,9 +102,9 @@
elif use x86-solaris; then
echo "solaris-x86-any"
elif use x86-fbsd; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "freebsd-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "freebsd-x86-mmx"
else
echo "freebsd-x86-any"
1.14 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.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild?r1=1.13&r2=1.14
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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- johntheripper-1.7.9-r6.ebuild 2 Jul 2013 02:11:48 -0000 1.13
+++ johntheripper-1.7.9-r6.ebuild 28 Jan 2015 19:13:24 -0000 1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.13 2013/07/02 02:11:48 jsbronder Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild,v
1.14 2015/01/28 19:13:24 mgorny Exp $
EAPI="4"
@@ -21,7 +21,7 @@
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
#Remove AltiVec USE flag. Appears to be an upstream issue.
-IUSE="cuda custom-cflags -minimal mmx mpi opencl openmp sse2"
+IUSE="cuda custom-cflags -minimal cpu_flags_x86_mmx mpi opencl openmp
cpu_flags_x86_sse2"
REQUIRED_USE="openmp? ( !minimal )
mpi? ( !minimal )
cuda? ( !minimal )
@@ -75,9 +75,9 @@
echo "linux-x86-xop"
elif has_avx; then
echo "linux-x86-avx"
- elif use sse2; then
+ elif use cpu_flags_x86_sse2; then
echo "linux-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "linux-x86-mmx"
else
echo "linux-x86-any"
@@ -91,7 +91,7 @@
# fi
# for Tiger this can be macosx-ppc64
elif use x86-macos; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "macosx-x86-sse2"
else
echo "macosx-x86"
@@ -99,9 +99,9 @@
elif use x86-solaris; then
echo "solaris-x86-any"
elif use x86-fbsd; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "freebsd-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "freebsd-x86-mmx"
else
echo "freebsd-x86-any"
1.6 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.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild?r1=1.5&r2=1.6
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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- johntheripper-1.7.9-r5.ebuild 2 Jul 2013 02:11:48 -0000 1.5
+++ johntheripper-1.7.9-r5.ebuild 28 Jan 2015 19:13:24 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.5 2013/07/02 02:11:48 jsbronder Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r5.ebuild,v
1.6 2015/01/28 19:13:24 mgorny Exp $
EAPI="4"
@@ -21,7 +21,7 @@
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
#Remove AltiVec USE flag. Appears to be an upstream issue.
-IUSE="cuda custom-cflags -minimal mmx mpi opencl openmp sse2"
+IUSE="cuda custom-cflags -minimal cpu_flags_x86_mmx mpi opencl openmp
cpu_flags_x86_sse2"
REQUIRED_USE="openmp? ( !minimal )
mpi? ( !minimal )
cuda? ( !minimal )
@@ -75,9 +75,9 @@
echo "linux-x86-xop"
elif has_avx; then
echo "linux-x86-avx"
- elif use sse2; then
+ elif use cpu_flags_x86_sse2; then
echo "linux-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "linux-x86-mmx"
else
echo "linux-x86-any"
@@ -91,7 +91,7 @@
# fi
# for Tiger this can be macosx-ppc64
elif use x86-macos; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "macosx-x86-sse2"
else
echo "macosx-x86"
@@ -99,9 +99,9 @@
elif use x86-solaris; then
echo "solaris-x86-any"
elif use x86-fbsd; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "freebsd-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "freebsd-x86-mmx"
else
echo "freebsd-x86-any"
1.4 app-crypt/johntheripper/johntheripper-1.7.8.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.8.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.8.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.8.ebuild?r1=1.3&r2=1.4
Index: johntheripper-1.7.8.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- johntheripper-1.7.8.ebuild 7 Apr 2012 06:38:17 -0000 1.3
+++ johntheripper-1.7.8.ebuild 28 Jan 2015 19:13:24 -0000 1.4
@@ -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/app-crypt/johntheripper/johntheripper-1.7.8.ebuild,v
1.3 2012/04/07 06:38:17 radhermit Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.8.ebuild,v
1.4 2015/01/28 19:13:24 mgorny Exp $
EAPI="4"
@@ -23,7 +23,7 @@
SLOT="0"
# This package can't be marked stable for ppc or ppc64 before bug 327211 is
closed.
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="custom-cflags -minimal mmx openmp sse2"
+IUSE="custom-cflags -minimal cpu_flags_x86_mmx openmp cpu_flags_x86_sse2"
REQUIRED_USE="openmp? ( !minimal )"
#Remove AltiVec USE flag. Appears to be an upstream issue.
#IUSE="altivec custom-cflags -minimal mmx openmp sse2"
@@ -59,9 +59,9 @@
elif use sparc; then
echo "linux-sparc"
elif use x86; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "linux-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "linux-x86-mmx"
else
echo "linux-x86-any"
@@ -75,7 +75,7 @@
# fi
# for Tiger this can be macosx-ppc64
elif use x86-macos; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "macosx-x86-sse2"
else
echo "macosx-x86"
@@ -83,9 +83,9 @@
elif use x86-solaris; then
echo "solaris-x86-any"
elif use x86-fbsd; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "freebsd-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "freebsd-x86-mmx"
else
echo "freebsd-x86-any"
1.15 app-crypt/johntheripper/johntheripper-1.7.6-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.6-r1.ebuild?rev=1.15&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.6-r1.ebuild?rev=1.15&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.6-r1.ebuild?r1=1.14&r2=1.15
Index: johntheripper-1.7.6-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.6-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- johntheripper-1.7.6-r1.ebuild 7 Apr 2012 06:38:17 -0000 1.14
+++ johntheripper-1.7.6-r1.ebuild 28 Jan 2015 19:13:24 -0000 1.15
@@ -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/app-crypt/johntheripper/johntheripper-1.7.6-r1.ebuild,v
1.14 2012/04/07 06:38:17 radhermit Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.6-r1.ebuild,v
1.15 2015/01/28 19:13:24 mgorny Exp $
EAPI="3"
@@ -23,7 +23,7 @@
SLOT="0"
# This package can't be marked stable for ppc or ppc64 before bug 327211 is
closed.
KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86 ~x86-interix ~amd64-linux
~x86-linux ~ppc-macos"
-IUSE="custom-cflags -minimal mmx openmp sse2"
+IUSE="custom-cflags -minimal cpu_flags_x86_mmx openmp cpu_flags_x86_sse2"
#Remove AltiVec USE flag. Appears to be an upstream issue.
#IUSE="altivec custom-cflags -minimal mmx openmp sse2"
#IUSE="altivec custom-cflags -minimal mmx -mpi sse2"
@@ -58,9 +58,9 @@
elif use sparc; then
echo "linux-sparc"
elif use x86; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "linux-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "linux-x86-mmx"
else
echo "linux-x86-any"
@@ -74,7 +74,7 @@
# fi
# for Tiger this can be macosx-ppc64
elif use x86-macos; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "macosx-x86-sse2"
else
echo "macosx-x86"
1.5 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.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild?r1=1.4&r2=1.5
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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- johntheripper-1.7.9-r8.ebuild 19 Sep 2013 19:44:58 -0000 1.4
+++ johntheripper-1.7.9-r8.ebuild 28 Jan 2015 19:13:24 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.4 2013/09/19 19:44:58 zerochaos Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r8.ebuild,v
1.5 2015/01/28 19:13:24 mgorny Exp $
EAPI="5"
@@ -21,7 +21,7 @@
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
#Remove AltiVec USE flag. Appears to be an upstream issue.
-IUSE="cuda custom-cflags -minimal mmx mpi opencl openmp sse2"
+IUSE="cuda custom-cflags -minimal cpu_flags_x86_mmx mpi opencl openmp
cpu_flags_x86_sse2"
REQUIRED_USE="openmp? ( !minimal )
mpi? ( !minimal )
cuda? ( !minimal )
@@ -76,9 +76,9 @@
echo "linux-x86-xop"
elif has_avx; then
echo "linux-x86-avx"
- elif use sse2; then
+ elif use cpu_flags_x86_sse2; then
echo "linux-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "linux-x86-mmx"
else
echo "linux-x86-any"
@@ -92,7 +92,7 @@
# fi
# for Tiger this can be macosx-ppc64
elif use x86-macos; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "macosx-x86-sse2"
else
echo "macosx-x86"
@@ -100,9 +100,9 @@
elif use x86-solaris; then
echo "solaris-x86-any"
elif use x86-fbsd; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "freebsd-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "freebsd-x86-mmx"
else
echo "freebsd-x86-any"
1.7 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.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild?r1=1.6&r2=1.7
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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- johntheripper-1.7.9-r1.ebuild 2 Jul 2013 02:11:48 -0000 1.6
+++ johntheripper-1.7.9-r1.ebuild 28 Jan 2015 19:13:24 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.6 2013/07/02 02:11:48 jsbronder Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r1.ebuild,v
1.7 2015/01/28 19:13:24 mgorny Exp $
EAPI="4"
@@ -22,7 +22,7 @@
# This package can't be marked stable for ppc or ppc64 before bug 327211 is
closed.
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
#Remove AltiVec USE flag. Appears to be an upstream issue.
-IUSE="custom-cflags -minimal mmx mpi openmp sse2"
+IUSE="custom-cflags -minimal cpu_flags_x86_mmx mpi openmp cpu_flags_x86_sse2"
REQUIRED_USE="openmp? ( !minimal )
mpi? ( !minimal )"
@@ -72,9 +72,9 @@
echo "linux-x86-xop"
elif has_avx; then
echo "linux-x86-avx"
- elif use sse2; then
+ elif use cpu_flags_x86_sse2; then
echo "linux-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "linux-x86-mmx"
else
echo "linux-x86-any"
@@ -88,7 +88,7 @@
# fi
# for Tiger this can be macosx-ppc64
elif use x86-macos; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "macosx-x86-sse2"
else
echo "macosx-x86"
@@ -96,9 +96,9 @@
elif use x86-solaris; then
echo "solaris-x86-any"
elif use x86-fbsd; then
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
echo "freebsd-x86-sse2"
- elif use mmx; then
+ elif use cpu_flags_x86_mmx; then
echo "freebsd-x86-mmx"
else
echo "freebsd-x86-any"
1.166 app-crypt/johntheripper/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/ChangeLog?rev=1.166&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/ChangeLog?rev=1.166&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/johntheripper/ChangeLog?r1=1.165&r2=1.166
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog 17 Sep 2014 12:54:50 -0000 1.165
+++ ChangeLog 28 Jan 2015 19:13:24 -0000 1.166
@@ -1,6 +1,15 @@
# ChangeLog for app-crypt/johntheripper
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v 1.165
2014/09/17 12:54:50 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v 1.166
2015/01/28 19:13:24 mgorny Exp $
+
+ 28 Jan 2015; Michał Górny <[email protected]> johntheripper-1.7.6-r1.ebuild,
+ johntheripper-1.7.8.ebuild, 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, johntheripper-1.7.9-r9.ebuild,
+ johntheripper-1.7.9.ebuild:
+ Switch to CPU_FLAGS_X86.
17 Sep 2014; Justin Lecher <[email protected]> johntheripper-1.7.9-r9.ebuild:
Drop gpu specific compiler flags