From 22151988a4e344e08ca4e5b1ff7bd1e12c776e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20V=C3=A4th?= Date: Wed, 1 Aug 2018 10:42:50 +0200 Subject: app-shells: Version bumps --- app-shells/fast-syntax-highlighting/Manifest | 2 +- .../fast-syntax-highlighting-1.24.ebuild | 50 ---------------------- .../fast-syntax-highlighting-1.25.ebuild | 50 ++++++++++++++++++++++ app-shells/zshrc-mv/Manifest | 2 +- app-shells/zshrc-mv/zshrc-mv-4.8.ebuild | 31 -------------- app-shells/zshrc-mv/zshrc-mv-4.9.ebuild | 31 ++++++++++++++ 6 files changed, 83 insertions(+), 83 deletions(-) delete mode 100644 app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.24.ebuild create mode 100644 app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.25.ebuild delete mode 100644 app-shells/zshrc-mv/zshrc-mv-4.8.ebuild create mode 100644 app-shells/zshrc-mv/zshrc-mv-4.9.ebuild (limited to 'app-shells') diff --git a/app-shells/fast-syntax-highlighting/Manifest b/app-shells/fast-syntax-highlighting/Manifest index 781bd676..81fe41a4 100644 --- a/app-shells/fast-syntax-highlighting/Manifest +++ b/app-shells/fast-syntax-highlighting/Manifest @@ -1 +1 @@ -DIST fast-syntax-highlighting-1.24.tar.gz 266316 SHA512 e2231d9846fadce96ae70a3ddc6cbfa54362e8dd25790687d714ff184313fbb31ab470f1ec05370b9023ff546f74a6f8b607c4c601a66c73ff6a238c25b12c2f +DIST fast-syntax-highlighting-1.25.tar.gz 365753 SHA512 fd379de70ed7df366a6b53e53a543243d04292ae6e5c56fdee0faafd146fdbfa9d0619690321bba7daa58bcb9011f445b2ae185f5b9c06f8074ad91db578d526 diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.24.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.24.ebuild deleted file mode 100644 index b40002f6..00000000 --- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.24.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2011-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit readme.gentoo-r1 - -RESTRICT="mirror" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -case ${PV} in -99999999*) - EGIT_REPO_URI="https://github.com/zdharma/${PN}.git" - inherit git-r3 - PROPERTIES="live" - SRC_URI="" - KEYWORDS="";; -*alpha*) - EGIT_COMMIT="3361bb62d66540eda6dfa23f3df34125c27d420f" - 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/v${PV}.tar.gz -> ${P}.tar.gz";; -esac - -DESCRIPTION="Optimized and extended zsh-syntax-highlighting" -HOMEPAGE="https://github.com/zdharma/fast-syntax-highlighting/" - -LICENSE="HPND" -SLOT="0" -IUSE="" - -RDEPEND="app-shells/zsh" -DEPEND="" - -src_install() { - local DISABLE_AUTOFORMATTING DOC_CONTENTS dir - dir="/usr/share/zsh/site-contrib/${PN}" - DISABLE_AUTOFORMATTING="true" - DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add -. ${EPREFIX}${dir}/fast-syntax-highlighting.plugin.zsh"' -at the end of your ~/.zshrc -For testing, you can also execute the above command in your zsh.' - readme.gentoo_create_doc - insinto "${dir}" - doins -r * -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.25.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.25.ebuild new file mode 100644 index 00000000..b40002f6 --- /dev/null +++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.25.ebuild @@ -0,0 +1,50 @@ +# Copyright 2011-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit readme.gentoo-r1 + +RESTRICT="mirror" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +case ${PV} in +99999999*) + EGIT_REPO_URI="https://github.com/zdharma/${PN}.git" + inherit git-r3 + PROPERTIES="live" + SRC_URI="" + KEYWORDS="";; +*alpha*) + EGIT_COMMIT="3361bb62d66540eda6dfa23f3df34125c27d420f" + 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/v${PV}.tar.gz -> ${P}.tar.gz";; +esac + +DESCRIPTION="Optimized and extended zsh-syntax-highlighting" +HOMEPAGE="https://github.com/zdharma/fast-syntax-highlighting/" + +LICENSE="HPND" +SLOT="0" +IUSE="" + +RDEPEND="app-shells/zsh" +DEPEND="" + +src_install() { + local DISABLE_AUTOFORMATTING DOC_CONTENTS dir + dir="/usr/share/zsh/site-contrib/${PN}" + DISABLE_AUTOFORMATTING="true" + DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add +. ${EPREFIX}${dir}/fast-syntax-highlighting.plugin.zsh"' +at the end of your ~/.zshrc +For testing, you can also execute the above command in your zsh.' + readme.gentoo_create_doc + insinto "${dir}" + doins -r * +} + +pkg_postinst() { + readme.gentoo_print_elog +} diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest index fdc3447d..c97b9a69 100644 --- a/app-shells/zshrc-mv/Manifest +++ b/app-shells/zshrc-mv/Manifest @@ -1 +1 @@ -DIST zshrc-mv-4.8.tar.gz 12272 SHA512 90bc007e86ed9c8cb91de958696df50e7f3545b57571aca2f8d0100100a884373c5dc759a87c5d58e84ea033627f07d1bb1c32cefe21cd4a3a5cc68c470879f8 +DIST zshrc-mv-4.9.tar.gz 12304 SHA512 ebbe1f8c33ca9818f3e3f6f26ef3737858a3cac627e22e9c4866728d509e789e4200f0c3a5ee1d5eb415bc325c3c36f65d7a29113fc4414355c0e4f621fff00f diff --git a/app-shells/zshrc-mv/zshrc-mv-4.8.ebuild b/app-shells/zshrc-mv/zshrc-mv-4.8.ebuild deleted file mode 100644 index 0458608b..00000000 --- a/app-shells/zshrc-mv/zshrc-mv-4.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2013-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -RESTRICT="mirror" - -DESCRIPTION="A zshrc file initializing zsh specific interactive features" -HOMEPAGE="https://github.com/vaeth/zshrc-mv/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# These should really depend on USE-flags but must not by policy. -# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 -OPTIONAL_RDEPEND=">=app-shells/auto-fu-zsh-0.0.1.12_p0 ->=app-shells/set_prompt-3.0.0 -app-shells/termcolors-mv -app-shells/zsh-autosuggestions -|| ( app-shells/fast-syntax-highlighting app-shells/zsh-syntax-highlighting )" - -RDEPEND="!app-shells/auto-fu-zsh[kill-line(-)] - ${OPTIONAL_RDEPEND}" - -src_install() { - dodoc README.md - insinto /etc/zsh - doins zshrc -} diff --git a/app-shells/zshrc-mv/zshrc-mv-4.9.ebuild b/app-shells/zshrc-mv/zshrc-mv-4.9.ebuild new file mode 100644 index 00000000..0458608b --- /dev/null +++ b/app-shells/zshrc-mv/zshrc-mv-4.9.ebuild @@ -0,0 +1,31 @@ +# Copyright 2013-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +RESTRICT="mirror" + +DESCRIPTION="A zshrc file initializing zsh specific interactive features" +HOMEPAGE="https://github.com/vaeth/zshrc-mv/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +# These should really depend on USE-flags but must not by policy. +# Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 +OPTIONAL_RDEPEND=">=app-shells/auto-fu-zsh-0.0.1.12_p0 +>=app-shells/set_prompt-3.0.0 +app-shells/termcolors-mv +app-shells/zsh-autosuggestions +|| ( app-shells/fast-syntax-highlighting app-shells/zsh-syntax-highlighting )" + +RDEPEND="!app-shells/auto-fu-zsh[kill-line(-)] + ${OPTIONAL_RDEPEND}" + +src_install() { + dodoc README.md + insinto /etc/zsh + doins zshrc +} -- cgit v1.2.3