mrueg       15/07/05 09:52:08

  Modified:             docker-1.7.0.ebuild docker-1.6.2.ebuild ChangeLog
  Log:
  [QA] Install zsh-completion unconditionally.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.2                  app-emulation/docker/docker-1.7.0.ebuild

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

Index: docker-1.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- docker-1.7.0.ebuild 4 Jul 2015 23:18:39 -0000       1.1
+++ docker-1.7.0.ebuild 5 Jul 2015 09:52:08 -0000       1.2
@@ -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.7.0.ebuild,v 
1.1 2015/07/04 23:18:39 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.7.0.ebuild,v 
1.2 2015/07/05 09:52:08 mrueg Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="apparmor aufs btrfs +contrib +device-mapper doc experimental lxc overlay 
vim-syntax zsh-completion"
+IUSE="apparmor aufs btrfs +contrib +device-mapper doc experimental lxc overlay 
vim-syntax"
 
 # 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#build-dependencies
 CDEPEND="
@@ -226,10 +226,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.2                  app-emulation/docker/docker-1.6.2.ebuild

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

Index: docker-1.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- docker-1.6.2.ebuild 4 Jul 2015 23:14:50 -0000       1.1
+++ docker-1.6.2.ebuild 5 Jul 2015 09:52:08 -0000       1.2
@@ -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.2.ebuild,v 
1.1 2015/07/04 23:14:50 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.2.ebuild,v 
1.2 2015/07/05 09:52:08 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.53                 app-emulation/docker/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   4 Jul 2015 23:18:39 -0000       1.52
+++ ChangeLog   5 Jul 2015 09:52:08 -0000       1.53
@@ -1,6 +1,10 @@
 # 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.52 
2015/07/04 23:18:39 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.53 
2015/07/05 09:52:08 mrueg Exp $
+
+  05 Jul 2015; Manuel RĂ¼ger <mr...@gentoo.org> docker-1.6.2.ebuild,
+  docker-1.7.0.ebuild:
+  [QA] Install zsh-completion unconditionally.
 
 *docker-1.7.0 (04 Jul 2015)
 




Reply via email to