public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/polarssl: polarssl-1.3.8.ebuild polarssl-1.3.9.ebuild ChangeLog
@ 2015-01-28 22:58 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2015-01-28 22:58 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/01/28 22:58:32

  Modified:             polarssl-1.3.8.ebuild polarssl-1.3.9.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.10                 net-libs/polarssl/polarssl-1.3.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/polarssl-1.3.8.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/polarssl-1.3.8.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/polarssl-1.3.8.ebuild?r1=1.9&r2=1.10

Index: polarssl-1.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-1.3.8.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- polarssl-1.3.8.ebuild	20 Aug 2014 12:14:46 -0000	1.9
+++ polarssl-1.3.8.ebuild	28 Jan 2015 22:58:32 -0000	1.10
@@ -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/net-libs/polarssl/polarssl-1.3.8.ebuild,v 1.9 2014/08/20 12:14:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-1.3.8.ebuild,v 1.10 2015/01/28 22:58:32 mgorny Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0/7"
 KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc havege programs sse2 static-libs test threads zlib"
+IUSE="doc havege programs cpu_flags_x86_sse2 static-libs test threads zlib"
 
 RDEPEND="
 	programs? ( dev-libs/openssl:0 )
@@ -31,7 +31,7 @@
 }
 
 src_prepare() {
-	use sse2 && enable_polarssl_option POLARSSL_HAVE_SSE2
+	use cpu_flags_x86_sse2 && enable_polarssl_option POLARSSL_HAVE_SSE2
 	use zlib && enable_polarssl_option POLARSSL_ZLIB_SUPPORT
 	use havege && enable_polarssl_option POLARSSL_HAVEGE_C
 	use threads && enable_polarssl_option POLARSSL_THREADING_C



1.2                  net-libs/polarssl/polarssl-1.3.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/polarssl-1.3.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/polarssl-1.3.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/polarssl-1.3.9.ebuild?r1=1.1&r2=1.2

Index: polarssl-1.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-1.3.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- polarssl-1.3.9.ebuild	25 Oct 2014 17:21:50 -0000	1.1
+++ polarssl-1.3.9.ebuild	28 Jan 2015 22:58:32 -0000	1.2
@@ -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/net-libs/polarssl/polarssl-1.3.9.ebuild,v 1.1 2014/10/25 17:21:50 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-1.3.9.ebuild,v 1.2 2015/01/28 22:58:32 mgorny Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0/7"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc havege programs sse2 static-libs test threads zlib"
+IUSE="doc havege programs cpu_flags_x86_sse2 static-libs test threads zlib"
 
 RDEPEND="
 	programs? ( dev-libs/openssl:0 )
@@ -31,7 +31,7 @@
 }
 
 src_prepare() {
-	use sse2 && enable_polarssl_option POLARSSL_HAVE_SSE2
+	use cpu_flags_x86_sse2 && enable_polarssl_option POLARSSL_HAVE_SSE2
 	use zlib && enable_polarssl_option POLARSSL_ZLIB_SUPPORT
 	use havege && enable_polarssl_option POLARSSL_HAVEGE_C
 	use threads && enable_polarssl_option POLARSSL_THREADING_C



1.95                 net-libs/polarssl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/polarssl/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	25 Nov 2014 23:26:11 -0000	1.94
+++ ChangeLog	28 Jan 2015 22:58:32 -0000	1.95
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/polarssl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/ChangeLog,v 1.94 2014/11/25 23:26:11 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/ChangeLog,v 1.95 2015/01/28 22:58:32 mgorny Exp $
+
+  28 Jan 2015; Michał Górny <mgorny@gentoo.org> polarssl-1.3.8.ebuild,
+  polarssl-1.3.9.ebuild:
+  Switch to CPU_FLAGS_X86.
 
   25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml:
   drop maintainership





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-28 22:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-28 22:58 [gentoo-commits] gentoo-x86 commit in net-libs/polarssl: polarssl-1.3.8.ebuild polarssl-1.3.9.ebuild ChangeLog Michal Gorny (mgorny)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox