summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <mvath@google.com>2020-02-09 16:25:51 +0100
committerMartin Väth <mvath@google.com>2020-02-09 16:25:51 +0100
commit0d8750c292a1f354b5e5089606ca32b33f153093 (patch)
tree6eb3c71d72624193aa500bd07498985a8d034811 /app-shells/zsh-syntax-highlighting
parentwww-plugins/bookmark-dupes: Version bump (diff)
downloadmv-0d8750c292a1f354b5e5089606ca32b33f153093.tar.gz
mv-0d8750c292a1f354b5e5089606ca32b33f153093.tar.bz2
mv-0d8750c292a1f354b5e5089606ca32b33f153093.zip
app-shells/zsh-syntax-highlighting: remove older than in gentoo repository
Signed-off-by: Martin Väth <mvath@google.com>
Diffstat (limited to 'app-shells/zsh-syntax-highlighting')
-rw-r--r--app-shells/zsh-syntax-highlighting/Manifest2
-rw-r--r--app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.6.0.ebuild70
-rw-r--r--app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.6.1_alpha20180411.ebuild70
3 files changed, 0 insertions, 142 deletions
diff --git a/app-shells/zsh-syntax-highlighting/Manifest b/app-shells/zsh-syntax-highlighting/Manifest
deleted file mode 100644
index 2c4488b8..00000000
--- a/app-shells/zsh-syntax-highlighting/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST zsh-syntax-highlighting-0.6.0.tar.gz 111534 SHA256 e69db483e20228b72ccfa401e9ad6cf80d6edb48c68acca9102b50b311821b84 SHA512 bb83f41336e9010aa78ee5adc9a216ee53f3b4347041d1b273083940d9db4d0e4acd960150b28c41f6e5e8d00b029f00fca6f9a46955892e4547a9f2345e3b85
-DIST zsh-syntax-highlighting-0.6.1_alpha20180411.tar.gz 117022 SHA512 dac08cb2cf5df417aa57e9a9fad067b13ad1032d312345eea6b5c6c06667b436618c7a27cd4a98d0c9c34008f3fefec3f8fd694d615b493ca0b47b9ba721def8
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
deleted file mode 100644
index 14743473..00000000
--- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.6.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2011-2018 Martin V\"ath
-# 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/zsh-users/${PN}.git"
- inherit git-r3
- PROPERTIES="live"
- SRC_URI=""
- KEYWORDS="";;
-*alpha*)
- EGIT_COMMIT="02a37dd919dc48e0821186e5f20e78bd0215f86a"
- SRC_URI="https://github.com/zsh-users/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
-*)
- SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz";;
-esac
-
-DESCRIPTION="Fish shell like syntax highlighting for zsh"
-HOMEPAGE="https://github.com/zsh-users/zsh-syntax-highlighting/"
-
-LICENSE="HPND"
-SLOT="0"
-IUSE=""
-
-RDEPEND="app-shells/zsh"
-DEPEND=""
-
-MAKE_ARGS=(
- "SHARE_DIR=${ED}/usr/share/zsh/site-contrib/${PN}"
- "DOC_DIR=${ED}/usr/share/doc/${PF}"
-)
-
-src_prepare() {
- grep -q 'local .*cdpath_dir' \
- "${S}/highlighters/main/main-highlighter.zsh" >/dev/null 2>&1 || \
- sed -i -e '/for cdpath_dir/ilocal cdpath_dir' \
- -- "${S}/highlighters/main/main-highlighter.zsh" || die
- default
-}
-
-src_compile() {
- emake "${MAKE_ARGS[@]}"
-}
-
-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
-}
-
-src_test() {
- emake "${MAKE_ARGS[@]}" test
- emake "${MAKE_ARGS[@]}" perf
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}
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
deleted file mode 100644
index 14743473..00000000
--- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.6.1_alpha20180411.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2011-2018 Martin V\"ath
-# 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/zsh-users/${PN}.git"
- inherit git-r3
- PROPERTIES="live"
- SRC_URI=""
- KEYWORDS="";;
-*alpha*)
- EGIT_COMMIT="02a37dd919dc48e0821186e5f20e78bd0215f86a"
- SRC_URI="https://github.com/zsh-users/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
-*)
- SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz";;
-esac
-
-DESCRIPTION="Fish shell like syntax highlighting for zsh"
-HOMEPAGE="https://github.com/zsh-users/zsh-syntax-highlighting/"
-
-LICENSE="HPND"
-SLOT="0"
-IUSE=""
-
-RDEPEND="app-shells/zsh"
-DEPEND=""
-
-MAKE_ARGS=(
- "SHARE_DIR=${ED}/usr/share/zsh/site-contrib/${PN}"
- "DOC_DIR=${ED}/usr/share/doc/${PF}"
-)
-
-src_prepare() {
- grep -q 'local .*cdpath_dir' \
- "${S}/highlighters/main/main-highlighter.zsh" >/dev/null 2>&1 || \
- sed -i -e '/for cdpath_dir/ilocal cdpath_dir' \
- -- "${S}/highlighters/main/main-highlighter.zsh" || die
- default
-}
-
-src_compile() {
- emake "${MAKE_ARGS[@]}"
-}
-
-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
-}
-
-src_test() {
- emake "${MAKE_ARGS[@]}" test
- emake "${MAKE_ARGS[@]}" perf
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}