summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-11-21 09:50:20 +0000
committerTim Harder <radhermit@gentoo.org>2014-11-21 09:50:20 +0000
commit4bd38a52035730a2bb992a00ee1b8e6dff44bfde (patch)
tree5c6e3644d6ff1d734435d2c952d753520374e7b0 /app-shells
parentStable on alpha, bug 519646 (diff)
downloadgentoo-2-4bd38a52035730a2bb992a00ee1b8e6dff44bfde.tar.gz
gentoo-2-4bd38a52035730a2bb992a00ee1b8e6dff44bfde.tar.bz2
gentoo-2-4bd38a52035730a2bb992a00ee1b8e6dff44bfde.zip
Version bump to stable to fix bug #491430.
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/gentoo-zsh-completions/ChangeLog12
-rw-r--r--app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20141115.ebuild (renamed from app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20130808-r1.ebuild)16
-rw-r--r--app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild4
3 files changed, 14 insertions, 18 deletions
diff --git a/app-shells/gentoo-zsh-completions/ChangeLog b/app-shells/gentoo-zsh-completions/ChangeLog
index 4ca91c7d4cda..d79d2c4b659d 100644
--- a/app-shells/gentoo-zsh-completions/ChangeLog
+++ b/app-shells/gentoo-zsh-completions/ChangeLog
@@ -1,6 +1,14 @@
-# ChangeLog for app-shells/zsh-completion
+# 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.1 2014/11/21 09:48:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/ChangeLog,v 1.2 2014/11/21 09:50:20 radhermit Exp $
+
+*gentoo-zsh-completions-20141115 (21 Nov 2014)
+
+ 21 Nov 2014; Tim Harder <radhermit@gentoo.org>
+ +gentoo-zsh-completions-20141115.ebuild,
+ -gentoo-zsh-completions-20130808-r1.ebuild,
+ gentoo-zsh-completions-99999999.ebuild:
+ Version bump to stable to fix bug #491430.
21 Nov 2014; Sergey Popov <pinkbyte@gentoo.org>
-zsh-completion-20130808.ebuild, zsh-completion-20130808-r1.ebuild:
diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20130808-r1.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20141115.ebuild
index 4aa403eb21db..20c72bb26818 100644
--- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20130808-r1.ebuild
+++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20141115.ebuild
@@ -1,15 +1,12 @@
# Copyright 1999-2014 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-20130808-r1.ebuild,v 1.1 2014/11/21 09:48:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20141115.ebuild,v 1.1 2014/11/21 09:50:20 radhermit Exp $
EAPI=5
-inherit eutils
-
-MY_P="zsh-completion-${PV}"
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/${MY_P}.tar.bz2"
+SRC_URI="http://dev.gentoo.org/~radhermit/dist/${P}.tar.xz"
LICENSE="ZSH"
SLOT="0"
@@ -17,15 +14,6 @@ KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fb
RDEPEND=">=app-shells/zsh-4.3.5"
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- # bug #491430
- epatch "${FILESDIR}/${MY_P}-eselect.patch"
-
- epatch_user
-}
-
src_install() {
insinto /usr/share/zsh/site-functions
doins _*
diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
index e0332d43f5bc..26361d036811 100644
--- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
+++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 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.1 2014/11/21 09:48:23 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild,v 1.2 2014/11/21 09:50:20 radhermit Exp $
EAPI=5
-inherit git-2
+inherit git-r3
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/zsh-completion.git"