diff options
author | Martin Väth <martin@mvath.de> | 2018-06-08 12:30:49 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2018-06-08 12:30:49 +0200 |
commit | 7c62fc3dd6f95c909bbec0739abbb3a370c13308 (patch) | |
tree | 692012d235aad66e804ca07ae3a21808397e30ca /app-shells | |
parent | app-shells/set_prompt: Version bump (diff) | |
download | mv-7c62fc3dd6f95c909bbec0739abbb3a370c13308.tar.gz mv-7c62fc3dd6f95c909bbec0739abbb3a370c13308.tar.bz2 mv-7c62fc3dd6f95c909bbec0739abbb3a370c13308.zip |
EAPI=7 version bumps
Diffstat (limited to 'app-shells')
7 files changed, 33 insertions, 32 deletions
diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.18.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.18.ebuild index b777c33e..8af368de 100644 --- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.18.ebuild +++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.18.ebuild @@ -1,7 +1,7 @@ # Copyright 2011-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit readme.gentoo-r1 diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild index 2ae32f84..8af368de 100644 --- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild +++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild @@ -1,7 +1,7 @@ # Copyright 2011-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit readme.gentoo-r1 @@ -19,7 +19,7 @@ case ${PV} in SRC_URI="https://github.com/zdharma/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${EGIT_COMMIT}";; *) - SRC_URI="https://github.com/zdharma/${PN}/archive/${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz";; + SRC_URI="https://github.com/zdharma/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz";; esac DESCRIPTION="Optimized and extended zsh-syntax-highlighting" 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 0ac77d3a..7d74b7ba 100644 --- a/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild +++ b/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild @@ -1,7 +1,7 @@ # Copyright 2011-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGIT_REPO_URI="https://github.com/robbyrussell/${PN}.git" inherit git-r3 readme.gentoo-r1 @@ -22,12 +22,6 @@ ZSH_DEST="/usr/share/zsh/site-contrib/${PN}" ZSH_EDEST="${EPREFIX}${ZSH_DEST}" ZSH_TEMPLATE="templates/zshrc.zsh-template" -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add to your ~/.zshrc -source '${ZSH_DEST}/${ZSH_TEMPLATE}' -or copy a modification of that file to your ~/.zshrc -If you just want to try, enter the above command in your zsh." - src_prepare() { local i for i in "${S}"/tools/*install* "${S}"/tools/*upgrade* @@ -42,8 +36,15 @@ src_prepare() { } src_install() { + local DISABLE_AUTOFORMATTING DOC_CONTENTS insinto "${ZSH_DEST}" doins -r * + DISABLE_AUTOFORMATTING="true" + DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add to your ~/.zshrc +source '${ZSH_DEST}/${ZSH_TEMPLATE}' +or copy a modification of that file to your ~/.zshrc +If you just want to try, enter the above command in your zsh." + readme.gentoo_create_doc } diff --git a/app-shells/termcolors-mv/termcolors-mv-4.7-r1.ebuild b/app-shells/termcolors-mv/termcolors-mv-4.7-r1.ebuild index 9cc0d593..12b77da7 100644 --- a/app-shells/termcolors-mv/termcolors-mv-4.7-r1.ebuild +++ b/app-shells/termcolors-mv/termcolors-mv-4.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 2013-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 RESTRICT="mirror" inherit readme.gentoo-r1 diff --git a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.6.0.ebuild b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.6.0.ebuild index ffc7617b..e28aceb3 100644 --- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.6.0.ebuild +++ b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.6.0.ebuild @@ -1,7 +1,7 @@ # Copyright 2011-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit readme.gentoo-r1 @@ -32,12 +32,6 @@ IUSE="" RDEPEND="app-shells/zsh" DEPEND="" -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add -. /usr/share/zsh/site-contrib/${PN}/zsh-syntax-highlighting.zsh -at the end of your ~/.zshrc -For testing, you can also execute the above command in your zsh." - MAKE_ARGS=( "SHARE_DIR=${ED}/usr/share/zsh/site-contrib/${PN}" "DOC_DIR=${ED}/usr/share/doc/${PF}" @@ -56,7 +50,13 @@ src_compile() { } src_install() { + local DISABLE_AUTOFORMATTING DOC_CONTENTS emake "${MAKE_ARGS[@]}" install + DISABLE_AUTOFORMATTING="true" + DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add +. /usr/share/zsh/site-contrib/${PN}/zsh-syntax-highlighting.zsh +at the end of your ~/.zshrc +For testing, you can also execute the above command in your zsh." readme.gentoo_create_doc } diff --git a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.6.1_alpha20180411.ebuild b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.6.1_alpha20180411.ebuild index ffc7617b..e28aceb3 100644 --- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.6.1_alpha20180411.ebuild +++ b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.6.1_alpha20180411.ebuild @@ -1,7 +1,7 @@ # Copyright 2011-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit readme.gentoo-r1 @@ -32,12 +32,6 @@ IUSE="" RDEPEND="app-shells/zsh" DEPEND="" -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add -. /usr/share/zsh/site-contrib/${PN}/zsh-syntax-highlighting.zsh -at the end of your ~/.zshrc -For testing, you can also execute the above command in your zsh." - MAKE_ARGS=( "SHARE_DIR=${ED}/usr/share/zsh/site-contrib/${PN}" "DOC_DIR=${ED}/usr/share/doc/${PF}" @@ -56,7 +50,13 @@ src_compile() { } src_install() { + local DISABLE_AUTOFORMATTING DOC_CONTENTS emake "${MAKE_ARGS[@]}" install + DISABLE_AUTOFORMATTING="true" + DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add +. /usr/share/zsh/site-contrib/${PN}/zsh-syntax-highlighting.zsh +at the end of your ~/.zshrc +For testing, you can also execute the above command in your zsh." readme.gentoo_create_doc } 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 ffc7617b..e28aceb3 100644 --- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-99999999.ebuild +++ b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-99999999.ebuild @@ -1,7 +1,7 @@ # Copyright 2011-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit readme.gentoo-r1 @@ -32,12 +32,6 @@ IUSE="" RDEPEND="app-shells/zsh" DEPEND="" -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add -. /usr/share/zsh/site-contrib/${PN}/zsh-syntax-highlighting.zsh -at the end of your ~/.zshrc -For testing, you can also execute the above command in your zsh." - MAKE_ARGS=( "SHARE_DIR=${ED}/usr/share/zsh/site-contrib/${PN}" "DOC_DIR=${ED}/usr/share/doc/${PF}" @@ -56,7 +50,13 @@ src_compile() { } src_install() { + local DISABLE_AUTOFORMATTING DOC_CONTENTS emake "${MAKE_ARGS[@]}" install + DISABLE_AUTOFORMATTING="true" + DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add +. /usr/share/zsh/site-contrib/${PN}/zsh-syntax-highlighting.zsh +at the end of your ~/.zshrc +For testing, you can also execute the above command in your zsh." readme.gentoo_create_doc } |