diff options
author | Samuel Bernardo <samuelbernardo.mail@gmail.com> | 2024-06-16 20:38:52 +0100 |
---|---|---|
committer | Samuel Bernardo <samuelbernardo.mail@gmail.com> | 2024-06-16 20:38:52 +0100 |
commit | 931248444a737ae4d4d6ea63bf9c05457c48b22a (patch) | |
tree | e81514aab65e5d8012b558b469e948734f8b7be2 | |
parent | Remove obsolete git-lfs (diff) | |
download | ssnb-931248444a737ae4d4d6ea63bf9c05457c48b22a.tar.gz ssnb-931248444a737ae4d4d6ea63bf9c05457c48b22a.tar.bz2 ssnb-931248444a737ae4d4d6ea63bf9c05457c48b22a.zip |
Remove obsolete ebuild
Signed-off-by: Samuel Bernardo <samuelbernardo.mail@gmail.com>
3 files changed, 0 insertions, 53 deletions
diff --git a/app-shells/zsh-syntax-highlighting/Manifest b/app-shells/zsh-syntax-highlighting/Manifest deleted file mode 100644 index 118747d..0000000 --- a/app-shells/zsh-syntax-highlighting/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -AUX Makefile-9999.patch 399 BLAKE2B ddb2dd4ef5435c506bcd61603778328d15460b307a680b649e12acedba70cf1c6561dbd72d17766080af85ab5050ff8ff979b35af82f16125547c501e73d88c7 SHA512 356b8467ba3d583f7d7524e41990e312cdfb08446d89c91456d0d2b5efb0677dc825f05e810347cd20f0b66ef08eb376d3faadf1492037d805cbaa8e83682b18 -EBUILD zsh-syntax-highlighting-9999.ebuild 775 BLAKE2B f9021454ef25104c15be97ad6ae402d2913d812ee196eb3da09b6b4af9c8fbae0dfbdcd81d4cac67b0036969c826cb982301cfbd47095b20ef9cdf832813bbc8 SHA512 9afdd7aba692c1f1ef965d5a10ab926d3dbf1b98fd87305d9b859c2ae195fd77829f72ce46789b6ebf69c6466c8a63853ca530f8d78ce83e2f6ad7f1843b61a4 diff --git a/app-shells/zsh-syntax-highlighting/files/Makefile-9999.patch b/app-shells/zsh-syntax-highlighting/files/Makefile-9999.patch deleted file mode 100644 index 886862f..0000000 --- a/app-shells/zsh-syntax-highlighting/files/Makefile-9999.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git Makefile Makefile -index f454324..62fcb62 100644 ---- Makefile -+++ Makefile -@@ -2,8 +2,8 @@ NAME=zsh-syntax-highlighting - - INSTALL?=install -c - PREFIX?=/usr/local --SHARE_DIR?=$(DESTDIR)$(PREFIX)/share/$(NAME) --DOC_DIR?=$(DESTDIR)$(PREFIX)/share/doc/$(NAME) -+SHARE_DIR?=$(DESTDIR)$(PREFIX)/$(NAME) -+DOC_DIR?=$(DESTDIR)/usr/share/doc/$(NAME) - ZSH?=zsh # zsh binary to run tests with - - all: 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/" -} - |