diff options
author | Martin Väth <martin@mvath.de> | 2018-07-27 21:53:03 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2018-07-27 21:53:03 +0200 |
commit | d9f064cdcf1b0cc29a1646f63a08eabf966904e9 (patch) | |
tree | 751e3817152e1f39f96c5c0f44439dd6dd59a053 /app-shells/fast-syntax-highlighting | |
parent | More for repoman pickyness (diff) | |
download | mv-d9f064cdcf1b0cc29a1646f63a08eabf966904e9.tar.gz mv-d9f064cdcf1b0cc29a1646f63a08eabf966904e9.tar.bz2 mv-d9f064cdcf1b0cc29a1646f63a08eabf966904e9.zip |
Version bumps
Diffstat (limited to 'app-shells/fast-syntax-highlighting')
-rw-r--r-- | app-shells/fast-syntax-highlighting/Manifest | 3 | ||||
-rw-r--r-- | app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.23.ebuild | 50 | ||||
-rw-r--r-- | app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.24.ebuild (renamed from app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.22_alpha20180721.ebuild) | 0 |
3 files changed, 1 insertions, 52 deletions
diff --git a/app-shells/fast-syntax-highlighting/Manifest b/app-shells/fast-syntax-highlighting/Manifest index 362476ee..781bd676 100644 --- a/app-shells/fast-syntax-highlighting/Manifest +++ b/app-shells/fast-syntax-highlighting/Manifest @@ -1,2 +1 @@ -DIST fast-syntax-highlighting-1.22_alpha20180721.tar.gz 266481 SHA512 8f586bb1cab60c7569c963b56d6b43618e51f4e2114a4279ce47db96279260835e9c5da93ac187b217913a7aa31f25569bd7815ff8fd9cb196c912eb6add158f -DIST fast-syntax-highlighting-1.23.tar.gz 266188 SHA512 741cf48e2b0251d7559bff244a4012528e77b230bcd2cfeff209c1e99296bd95c969a892e1ec8d6843c02e736329121545f0270a7a2fb353028a30cdc31cb8cb +DIST fast-syntax-highlighting-1.24.tar.gz 266316 SHA512 e2231d9846fadce96ae70a3ddc6cbfa54362e8dd25790687d714ff184313fbb31ab470f1ec05370b9023ff546f74a6f8b607c4c601a66c73ff6a238c25b12c2f diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.23.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.23.ebuild deleted file mode 100644 index b40002f6..00000000 --- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.23.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.22_alpha20180721.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.24.ebuild index b40002f6..b40002f6 100644 --- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.22_alpha20180721.ebuild +++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.24.ebuild |