public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/logilab-common: logilab-common-0.58.3-r1.ebuild logilab-common-0.59.0.ebuild ChangeLog
@ 2013-02-02 18:54 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2013-02-02 18:54 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/02/02 18:54:18

  Modified:             logilab-common-0.58.3-r1.ebuild
                        logilab-common-0.59.0.ebuild ChangeLog
  Log:
  Improve comments on the ultimate test solution.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.6                  dev-python/logilab-common/logilab-common-0.58.3-r1.ebuild

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

Index: logilab-common-0.58.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.58.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- logilab-common-0.58.3-r1.ebuild	2 Feb 2013 17:03:58 -0000	1.5
+++ logilab-common-0.58.3-r1.ebuild	2 Feb 2013 18:54:18 -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/logilab-common/logilab-common-0.58.3-r1.ebuild,v 1.5 2013/02/02 17:03:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.58.3-r1.ebuild,v 1.6 2013/02/02 18:54:18 mgorny Exp $
 
 EAPI=5
 # broken with python3.3, bug #449276
@@ -50,11 +50,12 @@
 	# 1) because of namespaces, we can't use 'install --root',
 	# 2) 'install --home' is terribly broken on pypy,
 	# 3) non-root 'install' complains about PYTHONPATH and missing dirs,
+	#    so we need to set it properly and mkdir them,
 	# 4) it runs a bunch of commands which write random files to cwd,
 	#    in order to avoid that, we need to run them ourselves to pass
 	#    alternate build paths,
 	# 5) 'install' needs to go before 'bdist_egg' or the latter would
-	#    overwrite install paths.
+	#    re-set install paths.
 
 	local tpath=${BUILD_DIR}/test
 	local bindir=${tpath}/bin



1.2                  dev-python/logilab-common/logilab-common-0.59.0.ebuild

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

Index: logilab-common-0.59.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- logilab-common-0.59.0.ebuild	2 Feb 2013 17:26:16 -0000	1.1
+++ logilab-common-0.59.0.ebuild	2 Feb 2013 18:54:18 -0000	1.2
@@ -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/logilab-common/logilab-common-0.59.0.ebuild,v 1.1 2013/02/02 17:26:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.0.ebuild,v 1.2 2013/02/02 18:54:18 mgorny Exp $
 
 EAPI=5
 # broken with python3.3, bug #449276
@@ -50,11 +50,12 @@
 	# 1) because of namespaces, we can't use 'install --root',
 	# 2) 'install --home' is terribly broken on pypy,
 	# 3) non-root 'install' complains about PYTHONPATH and missing dirs,
+	#    so we need to set it properly and mkdir them,
 	# 4) it runs a bunch of commands which write random files to cwd,
 	#    in order to avoid that, we need to run them ourselves to pass
 	#    alternate build paths,
 	# 5) 'install' needs to go before 'bdist_egg' or the latter would
-	#    overwrite install paths.
+	#    re-set install paths.
 
 	local tpath=${BUILD_DIR}/test
 	local bindir=${tpath}/bin



1.117                dev-python/logilab-common/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	2 Feb 2013 17:26:16 -0000	1.116
+++ ChangeLog	2 Feb 2013 18:54:18 -0000	1.117
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/logilab-common
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.116 2013/02/02 17:26:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.117 2013/02/02 18:54:18 mgorny Exp $
+
+  02 Feb 2013; Michał Górny <mgorny@gentoo.org> logilab-common-0.58.3-r1.ebuild,
+  logilab-common-0.59.0.ebuild:
+  Improve comments on the ultimate test solution.
 
 *logilab-common-0.59.0 (02 Feb 2013)
 





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

only message in thread, other threads:[~2013-02-02 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-02 18:54 [gentoo-commits] gentoo-x86 commit in dev-python/logilab-common: logilab-common-0.58.3-r1.ebuild logilab-common-0.59.0.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