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
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>
-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
-rw-r--r--metadata/pkg_desc_index2
4 files changed, 1 insertions, 143 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
-}
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 25111864..16a76b41 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -44,7 +44,7 @@ app-shells/schily-tools 2019.10.07: Many tools from Joerg Schilling, including a
app-shells/set_prompt 3.1: An intelligent prompt for zsh or bash with status line (window title) support
app-shells/termcolors-mv 4.7-r1: 256colors sample script and dircolors configuration for standard or 256 colors
app-shells/zsh-autosuggestions 0.6.4_alpha20191215 99999999: Fish-like autosuggestions for zsh
-app-shells/zsh-syntax-highlighting 0.6.0 0.6.1_alpha20180411 99999999: Fish shell like syntax highlighting for zsh
+app-shells/zsh-syntax-highlighting 99999999: Fish shell like syntax highlighting for zsh
app-shells/zshrc-mv 5.3: A zshrc file initializing zsh specific interactive features
app-text/ispell 3.3.02-r1 3.4.00: fast screen-oriented spelling checker
app-text/lesspipe 1.84 99999999: Wolfgang Friebel's preprocessor for sys-apps/less. Disable by appending colon