public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/libasyncns-python: ChangeLog libasyncns-python-0.7.1.ebuild
@ 2011-01-01 21:54 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-01 21:54 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/01/01 21:54:08

  Modified:             ChangeLog libasyncns-python-0.7.1.ebuild
  Log:
  Set SUPPORT_PYTHON_ABIS (bug #344729). Avoid breaking strict-aliasing rules.
  
  (Portage version: 2.2.0_alpha11_p6/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/libasyncns-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	27 Mar 2009 17:00:13 -0000	1.1
+++ ChangeLog	1 Jan 2011 21:54:08 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/libasyncns-python
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/ChangeLog,v 1.1 2009/03/27 17:00:13 hanno Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/ChangeLog,v 1.2 2011/01/01 21:54:08 arfrever Exp $
+
+  01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  libasyncns-python-0.7.1.ebuild:
+  Set SUPPORT_PYTHON_ABIS (bug #344729). Avoid breaking strict-aliasing rules.
 
 *libasyncns-python-0.7.1 (27 Mar 2009)
 



1.3                  dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild?r1=1.2&r2=1.3

Index: libasyncns-python-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libasyncns-python-0.7.1.ebuild	12 Apr 2009 20:51:11 -0000	1.2
+++ libasyncns-python-0.7.1.ebuild	1 Jan 2011 21:54:08 -0000	1.3
@@ -1,15 +1,23 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild,v 1.2 2009/04/12 20:51:11 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild,v 1.3 2011/01/01 21:54:08 arfrever Exp $
+
+EAPI="3"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="*-jython"
 
 inherit distutils
 
 DESCRIPTION="Python bindings for libasyncns."
 HOMEPAGE="https://launchpad.net/libasyncns-python/"
 SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
+
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
+
 DEPEND=">=net-libs/libasyncns-0.4"
 RDEPEND="${DEPEND}"
+
+PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")






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

* [gentoo-commits] gentoo-x86 commit in dev-python/libasyncns-python: ChangeLog libasyncns-python-0.7.1.ebuild
@ 2011-03-18  8:44 Thomas Kahle (tomka)
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Kahle (tomka) @ 2011-03-18  8:44 UTC (permalink / raw
  To: gentoo-commits

tomka       11/03/18 08:44:22

  Modified:             ChangeLog libasyncns-python-0.7.1.ebuild
  Log:
  ~x86 per bug 352874
  
  (Portage version: 2.1.9.43/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-python/libasyncns-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	1 Jan 2011 21:54:08 -0000	1.2
+++ ChangeLog	18 Mar 2011 08:44:22 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/libasyncns-python
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/ChangeLog,v 1.2 2011/01/01 21:54:08 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/ChangeLog,v 1.3 2011/03/18 08:44:22 tomka Exp $
+
+  18 Mar 2011; Thomas Kahle <tomka@gentoo.org> libasyncns-python-0.7.1.ebuild:
+  ~x86 per bug 352874
 
   01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   libasyncns-python-0.7.1.ebuild:



1.4                  dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild?r1=1.3&r2=1.4

Index: libasyncns-python-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libasyncns-python-0.7.1.ebuild	1 Jan 2011 21:54:08 -0000	1.3
+++ libasyncns-python-0.7.1.ebuild	18 Mar 2011 08:44:22 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild,v 1.3 2011/01/01 21:54:08 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild,v 1.4 2011/03/18 08:44:22 tomka Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=">=net-libs/libasyncns-0.4"






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

end of thread, other threads:[~2011-03-18  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-01 21:54 [gentoo-commits] gentoo-x86 commit in dev-python/libasyncns-python: ChangeLog libasyncns-python-0.7.1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-18  8:44 Thomas Kahle (tomka)

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