radhermit    15/01/04 05:07:03

  Modified:             ChangeLog gentoo-zsh-completions-99999999.ebuild
  Added:                gentoo-zsh-completions-20150103.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.10                 app-shells/gentoo-zsh-completions/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-zsh-completions/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-zsh-completions/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-zsh-completions/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   27 Nov 2014 07:33:00 -0000      1.9
+++ ChangeLog   4 Jan 2015 05:07:03 -0000       1.10
@@ -1,6 +1,13 @@
 # ChangeLog for app-shells/gentoo-zsh-completions
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/ChangeLog,v 1.9 
2014/11/27 07:33:00 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/ChangeLog,v 1.10 
2015/01/04 05:07:03 radhermit Exp $
+
+*gentoo-zsh-completions-20150103 (04 Jan 2015)
+
+  04 Jan 2015; Tim Harder <radher...@gentoo.org>
+  +gentoo-zsh-completions-20150103.ebuild,
+  gentoo-zsh-completions-99999999.ebuild:
+  Version bump.
 
   27 Nov 2014; Tim Harder <radher...@gentoo.org> metadata.xml:
   Drop shell-tools from metadata.



1.5                  
app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild?r1=1.4&r2=1.5

Index: gentoo-zsh-completions-99999999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gentoo-zsh-completions-99999999.ebuild      21 Nov 2014 14:08:11 -0000      
1.4
+++ gentoo-zsh-completions-99999999.ebuild      4 Jan 2015 05:07:03 -0000       
1.5
@@ -1,12 +1,16 @@
-# 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/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild,v
 1.4 2014/11/21 14:08:11 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild,v
 1.5 2015/01/04 05:07:03 radhermit Exp $
 
 EAPI=5
 
-inherit git-r3
-
-EGIT_REPO_URI="https://github.com/radhermit/gentoo-zsh-completions.git";
+if [[ ${PV} == 9999* ]] ; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/radhermit/gentoo-zsh-completions.git";
+else
+       SRC_URI="https://github.com/radhermit/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+       KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-solaris"
+fi
 
 DESCRIPTION="Gentoo specific zsh completion support (includes emerge and 
ebuild commands)"
 HOMEPAGE="https://github.com/radhermit/gentoo-zsh-completions";



1.1                  
app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild?rev=1.1&content-type=text/plain

Index: gentoo-zsh-completions-20150103.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild,v
 1.1 2015/01/04 05:07:03 radhermit Exp $

EAPI=5

if [[ ${PV} == 9999* ]] ; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/radhermit/gentoo-zsh-completions.git";
else
        SRC_URI="https://github.com/radhermit/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc64-solaris"
fi

DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild 
commands)"
HOMEPAGE="https://github.com/radhermit/gentoo-zsh-completions";

LICENSE="ZSH"
SLOT="0"

RDEPEND=">=app-shells/zsh-4.3.5"

src_install() {
        insinto /usr/share/zsh/site-functions
        doins src/_*

        dodoc AUTHORS
}




Reply via email to