From e7e86194941cc2861d3a4f1fa8061dac59d22d93 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 11 Jun 2018 08:34:06 +0200 Subject: app-shells/fast-syntax-highlighting: Version bump --- app-shells/fast-syntax-highlighting/Manifest | 2 +- .../fast-syntax-highlighting-1.18.ebuild | 61 ---------------------- .../fast-syntax-highlighting-1.21.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.18.ebuild create mode 100644 app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.21.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 314f8020..b3ab4a23 100644 --- a/app-shells/fast-syntax-highlighting/Manifest +++ b/app-shells/fast-syntax-highlighting/Manifest @@ -1 +1 @@ -DIST fast-syntax-highlighting-1.18.tar.gz 232743 SHA512 5c663cbff64b3637e5d130c015e08bb6f6fd16e2a590caf33eb1bc88d6da02390741e039f6c78fcf5fd11905ce5301caf19eabf078c815f3f062d8c1a58da0bb +DIST fast-syntax-highlighting-1.21.tar.gz 259840 SHA512 b39e52b62ada6647cf59c145dfec79baed6da09dad43648a50d6b39c21f2bcb98f9f881cba1bb5c7dbc2828c4522c95e18ad9753741860d3ca6ba00c1cf671d6 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 deleted file mode 100644 index 8af368de..00000000 --- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.18.ebuild +++ /dev/null @@ -1,61 +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="7bec6e57829e1020165a03371ea38a4adae7176d" - 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="" - -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add -. /usr/share/zsh/site-contrib/${PN}/fast-syntax-highlighting.plugin.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}" -) - -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.21.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.21.ebuild new file mode 100644 index 00000000..8af368de --- /dev/null +++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.21.ebuild @@ -0,0 +1,61 @@ +# 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="7bec6e57829e1020165a03371ea38a4adae7176d" + 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="" + +DISABLE_AUTOFORMATTING="true" +DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add +. /usr/share/zsh/site-contrib/${PN}/fast-syntax-highlighting.plugin.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}" +) + +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-65-gdbad