idella4     14/12/11 12:01:19

  Modified:             logilab-common-0.62.1.ebuild
                        logilab-common-0.61.0.ebuild ChangeLog
  Log:
  fix typoes, fixes bug #532174
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/logilab-common/logilab-common-0.62.1.ebuild

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

Index: logilab-common-0.62.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.62.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- logilab-common-0.62.1.ebuild        31 Oct 2014 11:29:53 -0000      1.1
+++ logilab-common-0.62.1.ebuild        11 Dec 2014 12:01:19 -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/logilab-common/logilab-common-0.62.1.ebuild,v
 1.1 2014/10/31 11:29:53 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.62.1.ebuild,v
 1.2 2014/12/11 12:01:19 idella4 Exp $
 
 EAPI=5
 
@@ -50,7 +50,7 @@
                pushd doc > /dev/null
                mkdir -p apidoc || die
                epydoc --parse-only -o apidoc --html -v --no-private 
--exclude=__pkginfo__ --exclude=setup --exclude=test \
-                       -n "Logilab's common library" "$(ls -d 
../build//lib/logilab/common/)" build \
+                       -n "Logilab's common library" "$(ls -d 
../build/lib/logilab/common/)" build \
                        || die "Generation of documentation failed"
        fi
 }
@@ -70,7 +70,7 @@
        # The suite can be made to pass under py3.4 by disabling the class 
MxDateTC in unittest_date.py
        # These are covered by issue 241813.  Any and all methods to disable 
them temporarily
        # (assuming they will ever be fixed) are simply cumbersome in the 
extreme, thus impractical.
-       # The failures are specific to py3.4's unittest's parameters in 
_addSkip and NOt the package itself.
+       # The failures are specific to py3.4's unittest's parameters in 
_addSkip and not the package itself.
                if [[ "${EPYTHON}" == "python3.4" ]]; then
                        sed -e 's:test_any:_&:' \
                                -i $(find . -name unittest_compat.py) || die



1.10                 dev-python/logilab-common/logilab-common-0.61.0.ebuild

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

Index: logilab-common-0.61.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.61.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- logilab-common-0.61.0.ebuild        6 Jul 2014 12:44:25 -0000       1.9
+++ logilab-common-0.61.0.ebuild        11 Dec 2014 12:01:19 -0000      1.10
@@ -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/logilab-common/logilab-common-0.61.0.ebuild,v
 1.9 2014/07/06 12:44:25 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.61.0.ebuild,v
 1.10 2014/12/11 12:01:19 idella4 Exp $
 
 EAPI=5
 
@@ -50,7 +50,7 @@
                pushd doc > /dev/null
                mkdir -p apidoc || die
                epydoc --parse-only -o apidoc --html -v --no-private 
--exclude=__pkginfo__ --exclude=setup --exclude=test \
-                       -n "Logilab's common library" "$(ls -d 
../build//lib/logilab/common/)" build \
+                       -n "Logilab's common library" "$(ls -d 
../build/lib/logilab/common/)" build \
                        || die "Generation of documentation failed"
        fi
 }



1.146                dev-python/logilab-common/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog   31 Oct 2014 11:29:53 -0000      1.145
+++ ChangeLog   11 Dec 2014 12:01:19 -0000      1.146
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/logilab-common
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.145 
2014/10/31 11:29:53 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.146 
2014/12/11 12:01:19 idella4 Exp $
+
+  11 Dec 2014; Ian Delaney <[email protected]> logilab-common-0.61.0.ebuild,
+  logilab-common-0.62.1.ebuild:
+  fix typoes, fixes bug #532174
 
 *logilab-common-0.62.1 (31 Oct 2014)
 




Reply via email to