public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pymountboot: pymountboot-9999.ebuild pymountboot-0.2.2.ebuild ChangeLog
@ 2013-09-14 23:00 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2013-09-14 23:00 UTC (permalink / raw
  To: gentoo-commits

floppym     13/09/14 23:00:16

  Modified:             pymountboot-9999.ebuild pymountboot-0.2.2.ebuild
                        ChangeLog
  Log:
  Add -fno-strict-aliasing for python2.
  
  (Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.6                  dev-python/pymountboot/pymountboot-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild?r1=1.5&r2=1.6

Index: pymountboot-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pymountboot-9999.ebuild	5 Sep 2013 18:46:31 -0000	1.5
+++ pymountboot-9999.ebuild	14 Sep 2013 23:00:16 -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/dev-python/pymountboot/pymountboot-9999.ebuild,v 1.5 2013/09/05 18:46:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild,v 1.6 2013/09/14 23:00:16 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -28,3 +28,8 @@
 KEYWORDS=
 SRC_URI=
 #endif
+
+python_compile() {
+	python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+	distutils-r1_python_compile
+}



1.6                  dev-python/pymountboot/pymountboot-0.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild?r1=1.5&r2=1.6

Index: pymountboot-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pymountboot-0.2.2.ebuild	5 Sep 2013 18:46:31 -0000	1.5
+++ pymountboot-0.2.2.ebuild	14 Sep 2013 23:00:16 -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/dev-python/pymountboot/pymountboot-0.2.2.ebuild,v 1.5 2013/09/05 18:46:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild,v 1.6 2013/09/14 23:00:16 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -18,3 +18,8 @@
 
 RDEPEND=">=sys-apps/util-linux-2.20"
 DEPEND="${RDEPEND}"
+
+python_compile() {
+	python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+	distutils-r1_python_compile
+}



1.12                 dev-python/pymountboot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	5 Sep 2013 18:46:31 -0000	1.11
+++ ChangeLog	14 Sep 2013 23:00:16 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pymountboot
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.11 2013/09/05 18:46:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.12 2013/09/14 23:00:16 floppym Exp $
+
+  14 Sep 2013; Mike Gilbert <floppym@gentoo.org> pymountboot-0.2.2.ebuild,
+  pymountboot-9999.ebuild:
+  Add -fno-strict-aliasing for python2.
 
   05 Sep 2013; Michał Górny <mgorny@gentoo.org> pymountboot-0.2.1.ebuild,
   pymountboot-0.2.2.ebuild, pymountboot-9999.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pymountboot: pymountboot-9999.ebuild pymountboot-0.2.2.ebuild ChangeLog
@ 2014-03-31 21:18 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 21:18 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/03/31 21:18:02

  Modified:             pymountboot-9999.ebuild pymountboot-0.2.2.ebuild
                        ChangeLog
  Log:
  Add support for the new PyPy slotting.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.8                  dev-python/pymountboot/pymountboot-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild?r1=1.7&r2=1.8

Index: pymountboot-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pymountboot-9999.ebuild	14 Oct 2013 20:58:51 -0000	1.7
+++ pymountboot-9999.ebuild	31 Mar 2014 21:18:02 -0000	1.8
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild,v 1.7 2013/10/14 20:58:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-9999.ebuild,v 1.8 2014/03/31 21:18:02 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.7                  dev-python/pymountboot/pymountboot-0.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild?r1=1.6&r2=1.7

Index: pymountboot-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pymountboot-0.2.2.ebuild	14 Sep 2013 23:00:16 -0000	1.6
+++ pymountboot-0.2.2.ebuild	31 Mar 2014 21:18:02 -0000	1.7
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild,v 1.6 2013/09/14 23:00:16 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.2.ebuild,v 1.7 2014/03/31 21:18:02 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.14                 dev-python/pymountboot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pymountboot/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	14 Oct 2013 20:58:51 -0000	1.13
+++ ChangeLog	31 Mar 2014 21:18:02 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pymountboot
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.13 2013/10/14 20:58:51 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.14 2014/03/31 21:18:02 mgorny Exp $
+
+  31 Mar 2014; Michał Górny <mgorny@gentoo.org> pymountboot-0.2.2.ebuild,
+  pymountboot-9999.ebuild:
+  Add support for the new PyPy slotting.
 
   14 Oct 2013; Michał Górny <mgorny@gentoo.org> pymountboot-9999.ebuild:
   Switch to git-r3.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-31 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-31 21:18 [gentoo-commits] gentoo-x86 commit in dev-python/pymountboot: pymountboot-9999.ebuild pymountboot-0.2.2.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-14 23:00 Mike Gilbert (floppym)

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