mrueg       15/06/30 18:14:22

  Modified:             docker-1.6.1.ebuild ChangeLog
  Log:
  Install zsh-completions unconditionally.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  app-emulation/docker/docker-1.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.6.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.6.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.6.1.ebuild?r1=1.2&r2=1.3

Index: docker-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- docker-1.6.1.ebuild 7 Jun 2015 07:54:35 -0000       1.2
+++ docker-1.6.1.ebuild 30 Jun 2015 18:14:22 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.1.ebuild,v 
1.2 2015/06/07 07:54:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.1.ebuild,v 
1.3 2015/06/30 18:14:22 mrueg Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="aufs btrfs +contrib +device-mapper doc lxc overlay vim-syntax 
zsh-completion"
+IUSE="aufs btrfs +contrib +device-mapper doc lxc overlay vim-syntax"
 
 # 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#build-dependencies
 CDEPEND="
@@ -211,10 +211,8 @@
 
        dobashcomp contrib/completion/bash/*
 
-       if use zsh-completion; then
-               insinto /usr/share/zsh/site-functions
-               doins contrib/completion/zsh/*
-       fi
+       insinto /usr/share/zsh/site-functions
+       doins contrib/completion/zsh/*
 
        if use vim-syntax; then
                insinto /usr/share/vim/vimfiles



1.49                 app-emulation/docker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.49&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.49&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   7 Jun 2015 07:54:35 -0000       1.48
+++ ChangeLog   30 Jun 2015 18:14:22 -0000      1.49
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/docker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.48 
2015/06/07 07:54:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.49 
2015/06/30 18:14:22 mrueg Exp $
+
+  30 Jun 2015; Manuel RĂ¼ger <[email protected]> docker-1.6.1.ebuild:
+  Install zsh-completions unconditionally.
 
   07 Jun 2015; Justin Lecher <[email protected]> docker-1.6.1.ebuild:
   Add missing eclass




Reply via email to