aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-9999.ebuild')
-rw-r--r--app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-9999.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-9999.ebuild b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-9999.ebuild
deleted file mode 100644
index d8c0252..0000000
--- a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-
-EAPI=6
-
-inherit git-r3 eutils
-
-DESCRIPTION="Syntax highlighting (similar to the fish shell) for ZSH"
-HOMEPAGE="https://github.com/zsh-users/zsh-syntax-highlighting"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/zsh-users/zsh-syntax-highlighting.git"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-PROPERTIES="live"
-
-DEPEND=">=app-shells/zsh-4.3.17"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- if [ -f "${FILESDIR}/Makefile-${PV}.patch" ]; then
- epatch "${FILESDIR}/Makefile-${PV}.patch"
- fi
- default
-}
-
-src_install() {
- insinto "/usr/share/zsh/site-contrib/${PN}"
- doins "${S}/${PN}.plugin.zsh"
-
- emake install DESTDIR="${D}" PREFIX="/usr/share/zsh/site-contrib/"
-}
-