* [gentoo-commits] repo/user/ssnb:master commit in: app-shells/zsh-syntax-highlighting/, app-shells/zsh-syntax-highlighting/files/
@ 2024-06-16 19:39 Samuel Bernardo
0 siblings, 0 replies; only message in thread
From: Samuel Bernardo @ 2024-06-16 19:39 UTC (permalink / raw
To: gentoo-commits
commit: 931248444a737ae4d4d6ea63bf9c05457c48b22a
Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Sun Jun 16 19:38:52 2024 +0000
Commit: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Sun Jun 16 19:38:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=93124844
Remove obsolete ebuild
Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>
app-shells/zsh-syntax-highlighting/Manifest | 2 --
.../files/Makefile-9999.patch | 15 ---------
.../zsh-syntax-highlighting-9999.ebuild | 36 ----------------------
3 files changed, 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/"
-}
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-06-16 19:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-16 19:39 [gentoo-commits] repo/user/ssnb:master commit in: app-shells/zsh-syntax-highlighting/, app-shells/zsh-syntax-highlighting/files/ Samuel Bernardo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox