grobian     15/02/10 12:41:32

  Modified:             argcomplete-0.8.1.ebuild ChangeLog
  Log:
  Fix double Prefix
  
  (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.2                  dev-python/argcomplete/argcomplete-0.8.1.ebuild

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

Index: argcomplete-0.8.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/argcomplete/argcomplete-0.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- argcomplete-0.8.1.ebuild    1 Dec 2014 13:52:14 -0000       1.1
+++ argcomplete-0.8.1.ebuild    10 Feb 2015 12:41:32 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/argcomplete/argcomplete-0.8.1.ebuild,v 1.1 
2014/12/01 13:52:14 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/argcomplete/argcomplete-0.8.1.ebuild,v 1.2 
2015/02/10 12:41:32 grobian Exp $
 
 EAPI=5
 
@@ -35,7 +35,7 @@
        sed \
                -e "/complete /d" \
                -i argcomplete/bash_completion.d/python-argcomplete.sh || die
-       insinto $(get_bashhelpersdir)
+       insinto "$(_bash-completion-r1_get_bashhelpersdir)"
        doins argcomplete/bash_completion.d/python-argcomplete.sh
        distutils-r1_python_install_all
 }



1.9                  dev-python/argcomplete/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   1 Dec 2014 14:56:19 -0000       1.8
+++ ChangeLog   10 Feb 2015 12:41:32 -0000      1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/argcomplete
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v 1.8 
2014/12/01 14:56:19 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v 1.9 
2015/02/10 12:41:32 grobian Exp $
+
+  10 Feb 2015; Fabian Groffen <[email protected]> argcomplete-0.8.1.ebuild:
+  Fix double Prefix
 
   01 Dec 2014; Justin Lecher <[email protected]> ChangeLog:
   Version Bump




Reply via email to