idella4     14/12/01 05:50:43

  Modified:             apsw-3.8.5_p1.ebuild apsw-3.8.7.1_p1.ebuild
                        ChangeLog
  Removed:              apsw-3.8.4.1_p1.ebuild apsw-3.8.2_p1.ebuild
                        apsw-3.8.4.3_p1.ebuild apsw-3.8.3.1_p1.ebuild
                        apsw-3.8.0.2_p1.ebuild apsw-3.8.0_p2.ebuild
                        apsw-3.7.17_p1.ebuild apsw-3.8.1_p1.ebuild
  Log:
  clean old python impl, minor upgrade to fix to qa issue, remove many old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/apsw/apsw-3.8.5_p1.ebuild

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

Index: apsw-3.8.5_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.8.5_p1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apsw-3.8.5_p1.ebuild        10 Jun 2014 23:56:38 -0000      1.1
+++ apsw-3.8.5_p1.ebuild        1 Dec 2014 05:50:43 -0000       1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.8.5_p1.ebuild,v 1.1 
2014/06/10 23:56:38 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.8.5_p1.ebuild,v 1.2 
2014/12/01 05:50:43 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 
@@ -29,7 +29,7 @@
 PATCHES=( "${FILESDIR}"/${PN}-3.6.20.1-fix_tests.patch )
 
 python_compile() {
-       if [[ ${EPYTHON} == python2* ]]; then
+       if ! python_is_python3; then
                local CFLAGS="${CFLAGS} -fno-strict-aliasing"
                export CFLAGS
        fi



1.2                  dev-python/apsw/apsw-3.8.7.1_p1.ebuild

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

Index: apsw-3.8.7.1_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.8.7.1_p1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apsw-3.8.7.1_p1.ebuild      6 Nov 2014 06:16:31 -0000       1.1
+++ apsw-3.8.7.1_p1.ebuild      1 Dec 2014 05:50:43 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.8.7.1_p1.ebuild,v 
1.1 2014/11/06 06:16:31 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.8.7.1_p1.ebuild,v 
1.2 2014/12/01 05:50:43 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -29,7 +29,7 @@
 PATCHES=( "${FILESDIR}"/${PN}-3.6.20.1-fix_tests.patch )
 
 python_compile() {
-       if [[ ${EPYTHON} == python2* ]]; then
+       if ! python_is_python3; then
                local CFLAGS="${CFLAGS} -fno-strict-aliasing"
                export CFLAGS
        fi



1.73                 dev-python/apsw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   6 Nov 2014 06:16:31 -0000       1.72
+++ ChangeLog   1 Dec 2014 05:50:43 -0000       1.73
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/apsw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.72 2014/11/06 
06:16:31 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.73 2014/12/01 
05:50:43 idella4 Exp $
+
+  01 Dec 2014; Ian Delaney <idel...@gentoo.org> -apsw-3.7.17_p1.ebuild,
+  -apsw-3.8.0.2_p1.ebuild, -apsw-3.8.0_p2.ebuild, -apsw-3.8.1_p1.ebuild,
+  -apsw-3.8.2_p1.ebuild, -apsw-3.8.3.1_p1.ebuild, -apsw-3.8.4.1_p1.ebuild,
+  -apsw-3.8.4.3_p1.ebuild, apsw-3.8.5_p1.ebuild, apsw-3.8.7.1_p1.ebuild:
+  clean old python impl, minor upgrade to fix to qa issue, remove many old
 
 *apsw-3.8.7.1_p1 (06 Nov 2014)
 




Reply via email to