From e95fa879a0de45cb8a793ab01bbfb91b5ea380b1 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 21 Sep 2018 09:55:24 +0200 Subject: Version bumps --- app-shells/fast-syntax-highlighting/Manifest | 2 +- .../fast-syntax-highlighting-1.26.ebuild | 50 ---------------------- .../fast-syntax-highlighting-1.27.ebuild | 50 ++++++++++++++++++++++ 3 files changed, 51 insertions(+), 51 deletions(-) delete mode 100644 app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.26.ebuild create mode 100644 app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.27.ebuild (limited to 'app-shells/fast-syntax-highlighting') diff --git a/app-shells/fast-syntax-highlighting/Manifest b/app-shells/fast-syntax-highlighting/Manifest index e187ec29..a71d9e2a 100644 --- a/app-shells/fast-syntax-highlighting/Manifest +++ b/app-shells/fast-syntax-highlighting/Manifest @@ -1 +1 @@ -DIST fast-syntax-highlighting-1.26.tar.gz 391359 SHA512 f7cfb752d2da2c4a50459c32f1f29499d8b00794f079a4218ce742a50f88b42bdbc80e085003458f8e8ce512fcef5e577a5a093c738dc06f16f8fb832d8f5e99 +DIST fast-syntax-highlighting-1.27.tar.gz 421207 SHA512 1ef02aa457c7c716b3c335fef4bb609770dbb03f24ca72ec1ed295308e5e926d7ca4303c99776c165f2dba9336e85f7048e32e4decc87672ddd02a07a4825039 diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.26.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.26.ebuild deleted file mode 100644 index b40002f6..00000000 --- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.26.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.27.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.27.ebuild new file mode 100644 index 00000000..b40002f6 --- /dev/null +++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.27.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 +} -- cgit v1.2.3-18-g5258