pinkbyte    14/11/21 08:28:32

  Modified:             zsh-completion-99999999.ebuild ChangeLog
  Added:                zsh-completion-20130808-r1.ebuild
  Log:
  QA commit: revision bump, fix bug #491430, add epatch_user
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  Changes    Path
1.2                  app-shells/zsh-completion/zsh-completion-99999999.ebuild

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

Index: zsh-completion-99999999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-99999999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zsh-completion-99999999.ebuild      7 Feb 2013 20:54:33 -0000       1.1
+++ zsh-completion-99999999.ebuild      21 Nov 2014 08:28:32 -0000      1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-99999999.ebuild,v
 1.1 2013/02/07 20:54:33 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-99999999.ebuild,v
 1.2 2014/11/21 08:28:32 pinkbyte Exp $
 
 EAPI=5
 
-inherit git-2
+inherit eutils git-2
 
 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/zsh-completion.git"
 
@@ -16,6 +16,10 @@
 
 RDEPEND=">=app-shells/zsh-4.3.5"
 
+src_prepare() {
+       epatch_user
+}
+
 src_install() {
        insinto /usr/share/zsh/site-functions
        doins _*



1.56                 app-shells/zsh-completion/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   15 Oct 2014 13:50:00 -0000      1.55
+++ ChangeLog   21 Nov 2014 08:28:32 -0000      1.56
@@ -1,6 +1,13 @@
 # ChangeLog for app-shells/zsh-completion
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/ChangeLog,v 1.55 
2014/10/15 13:50:00 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh-completion/ChangeLog,v 1.56 
2014/11/21 08:28:32 pinkbyte Exp $
+
+*zsh-completion-20130808-r1 (21 Nov 2014)
+
+  21 Nov 2014; Sergey Popov <[email protected]>
+  +zsh-completion-20130808-r1.ebuild, zsh-completion-99999999.ebuild,
+  +files/zsh-completion-20130808-eselect.patch:
+  QA commit: revision bump, fix bug #491430, add epatch_user
 
   15 Oct 2014; Tobias Klausmann <[email protected]>
   zsh-completion-20130808.ebuild:



1.1                  app-shells/zsh-completion/zsh-completion-20130808-r1.ebuild

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

Index: zsh-completion-20130808-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-shells/zsh-completion/zsh-completion-20130808-r1.ebuild,v
 1.1 2014/11/21 08:28:32 pinkbyte Exp $

EAPI=5

inherit eutils

DESCRIPTION="Programmable Completion for zsh (includes emerge and ebuild 
commands)"
HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/zsh-completion.git";
SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.tar.bz2";

LICENSE="ZSH"
SLOT="0"
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"

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

src_prepare() {
        # bug #491430
        epatch "${FILESDIR}/${P}-eselect.patch"

        epatch_user
}

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

        dodoc AUTHORS
}

pkg_postinst() {
        elog
        elog "If you happen to compile your functions, you may need to delete"
        elog "~/.zcompdump{,.zwc} and recompile to make zsh-completion 
available"
        elog "to your shell."
        elog
}




Reply via email to