From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB38015817D for ; Sun, 16 Jun 2024 19:39:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15A142BC015; Sun, 16 Jun 2024 19:39:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E31902BC015 for ; Sun, 16 Jun 2024 19:39:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDF1033BF29 for ; Sun, 16 Jun 2024 19:39:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46D7114B0 for ; Sun, 16 Jun 2024 19:39:06 +0000 (UTC) From: "Samuel Bernardo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bernardo" Message-ID: <1718566732.931248444a737ae4d4d6ea63bf9c05457c48b22a.samuelbernardo@gentoo> Subject: [gentoo-commits] repo/user/ssnb:master commit in: app-shells/zsh-syntax-highlighting/, app-shells/zsh-syntax-highlighting/files/ X-VCS-Repository: repo/user/ssnb X-VCS-Files: app-shells/zsh-syntax-highlighting/Manifest app-shells/zsh-syntax-highlighting/files/Makefile-9999.patch app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-9999.ebuild X-VCS-Directories: app-shells/zsh-syntax-highlighting/files/ app-shells/zsh-syntax-highlighting/ X-VCS-Committer: samuelbernardo X-VCS-Committer-Name: Samuel Bernardo X-VCS-Revision: 931248444a737ae4d4d6ea63bf9c05457c48b22a X-VCS-Branch: master Date: Sun, 16 Jun 2024 19:39:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 416e00c8-20b9-47c3-be4d-aed067c7a8d5 X-Archives-Hash: fb3d57432da3f17413a3bc43934c3941 commit: 931248444a737ae4d4d6ea63bf9c05457c48b22a Author: Samuel Bernardo gmail com> AuthorDate: Sun Jun 16 19:38:52 2024 +0000 Commit: Samuel Bernardo gmail 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 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/" -} -