summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/heirloom-sh/ChangeLog5
-rw-r--r--app-shells/heirloom-sh/heirloom-sh-050706.ebuild4
-rw-r--r--app-shells/oh-my-zsh/ChangeLog5
-rw-r--r--app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild3
-rw-r--r--app-shells/set_prompt/ChangeLog3
-rw-r--r--app-shells/set_prompt/set_prompt-1.10.ebuild2
-rw-r--r--app-shells/zsh-run-help/ChangeLog5
-rw-r--r--app-shells/zsh-run-help/zsh-run-help-1.ebuild6
-rw-r--r--app-shells/zsh-syntax-highlighting/ChangeLog5
-rw-r--r--app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-99999999.ebuild4
10 files changed, 30 insertions, 12 deletions
diff --git a/app-shells/heirloom-sh/ChangeLog b/app-shells/heirloom-sh/ChangeLog
index 6ac02d28..0a33bb7d 100644
--- a/app-shells/heirloom-sh/ChangeLog
+++ b/app-shells/heirloom-sh/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-shells/heirloom-sh
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header $
+ 15 Apr 2012; Martin Väth <martin@mvath.de>
+ Inherit base
+
03 Jan 2011; Martin Väth <martin@mvath.de>
Bump to EAPI=4.
diff --git a/app-shells/heirloom-sh/heirloom-sh-050706.ebuild b/app-shells/heirloom-sh/heirloom-sh-050706.ebuild
index ff335ab4..33287a50 100644
--- a/app-shells/heirloom-sh/heirloom-sh-050706.ebuild
+++ b/app-shells/heirloom-sh/heirloom-sh-050706.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header $
EAPI="4"
-inherit flag-o-matic toolchain-funcs
+inherit base flag-o-matic toolchain-funcs
RESTRICT="mirror"
DESCRIPTION="Heirloom Bourne Shell, derived from OpenSolaris code SVR4/SVID3"
diff --git a/app-shells/oh-my-zsh/ChangeLog b/app-shells/oh-my-zsh/ChangeLog
index aecf2a4d..68e672dc 100644
--- a/app-shells/oh-my-zsh/ChangeLog
+++ b/app-shells/oh-my-zsh/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-shells/oh-my-zsh
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header $
+ 15 Apr 2012; Martin Väth <martin@mvath.de>
+ Inherit base
+
03 Feb 2012; Martin Väth <martin@mvath.de>
Fix description
diff --git a/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild b/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild
index 51184a8e..32a4d0e6 100644
--- a/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild
+++ b/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild
@@ -6,7 +6,7 @@ EAPI="4"
EGIT_REPO_URI="git://github.com/robbyrussell/${PN}.git"
[ -n "${EVCS_OFFLINE}" ] || EGIT_REPACK=true
-inherit git-2
+inherit base git-2
DESCRIPTION="A ready-to-use zsh configuration with plugins"
HOMEPAGE="https://github.com/robbyrussell/oh-my-zsh"
@@ -33,6 +33,7 @@ src_prepare() {
sed -i -e 's!~/.oh-my-zsh!'"${ZSH_EDEST}"'!' \
"${S}/plugins/dirpersist/dirpersist.plugin.zsh"
sed -i -e '/zstyle.*cache/d' "${S}/lib/completion.zsh"
+ base_src_prepare
}
src_install() {
diff --git a/app-shells/set_prompt/ChangeLog b/app-shells/set_prompt/ChangeLog
index 2cb53407..cf652f3d 100644
--- a/app-shells/set_prompt/ChangeLog
+++ b/app-shells/set_prompt/ChangeLog
@@ -4,6 +4,9 @@
*set_prompt-1.10 (12 Apr 2012)
+ 15 Apr 2012; Martin Väth <martin@mvath.de>
+ Inherit base
+
12 Apr 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild. Make -r really not rely on external
variables and more readable. Improve parsing of git output
diff --git a/app-shells/set_prompt/set_prompt-1.10.ebuild b/app-shells/set_prompt/set_prompt-1.10.ebuild
index 27533860..dc6ed6b9 100644
--- a/app-shells/set_prompt/set_prompt-1.10.ebuild
+++ b/app-shells/set_prompt/set_prompt-1.10.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
RESTRICT="mirror"
-inherit vcs-snapshot
+inherit base vcs-snapshot
DESCRIPTION="A POSIX shell wrapper for wc, supporting compressed files (xz, lzma, bz2, gz)"
HOMEPAGE="https://github.com/vaeth/set_prompt/"
diff --git a/app-shells/zsh-run-help/ChangeLog b/app-shells/zsh-run-help/ChangeLog
index e19fde94..8df59378 100644
--- a/app-shells/zsh-run-help/ChangeLog
+++ b/app-shells/zsh-run-help/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-shells/zsh-run-help
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header $
+ 15 Apr 2012; Martin Väth <martin@mvath.de>
+ Inherit base
+
13 Jun 2011; Martin Väth <martin@mvath.de>
Write ebuild from scratch.
diff --git a/app-shells/zsh-run-help/zsh-run-help-1.ebuild b/app-shells/zsh-run-help/zsh-run-help-1.ebuild
index 073b277d..eaa125e3 100644
--- a/app-shells/zsh-run-help/zsh-run-help-1.ebuild
+++ b/app-shells/zsh-run-help/zsh-run-help-1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header $
EAPI="4"
+inherit base
DESCRIPTION="Directory of help-files (for run-help) for your current zsh"
HOMEPAGE=""
@@ -24,7 +25,7 @@ src_unpack() {
mkdir "${S}"
}
-src_compile() {
+src_prepare() {
local help i mystatus
# We need GROFF_NO_SGR to produce "classical" formatting:
export GROFF_NO_SGR=''
@@ -50,6 +51,7 @@ src_compile() {
eerror "For compatibility reasons, this ebuild ignores LC_ALL."
die "Failed to produce necessary files"
}
+ base_src_prepare
}
src_install() {
diff --git a/app-shells/zsh-syntax-highlighting/ChangeLog b/app-shells/zsh-syntax-highlighting/ChangeLog
index 7e51f462..c8c657d9 100644
--- a/app-shells/zsh-syntax-highlighting/ChangeLog
+++ b/app-shells/zsh-syntax-highlighting/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-shells/zsh-syntax-highlighting
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header $
+ 15 Apr 2012; Martin Väth <martin@mvath.de>
+ Inherit base
+
06 Nov 2011; Martin Väth <martin@mvath.de>
Use default EGIT_PROJECT name. Call EGIT_REPACK unless offline.
diff --git a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-99999999.ebuild b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-99999999.ebuild
index 704e5115..030cd99d 100644
--- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-99999999.ebuild
+++ b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-99999999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header $
EAPI="4"
EGIT_REPO_URI="git://github.com/zsh-users/zsh-syntax-highlighting.git"
[ -n "${EVCS_OFFLINE}" ] || EGIT_REPACK=true
-inherit git-2
+inherit base git-2
DESCRIPTION="Fish shell like syntax highlighting for zsh"
HOMEPAGE="https://github.com/zsh-users/zsh-syntax-highlighting"