summaryrefslogtreecommitdiff
path: root/app-shells/zsh-syntax-highlighting
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/zsh-syntax-highlighting')
-rw-r--r--app-shells/zsh-syntax-highlighting/Manifest5
-rw-r--r--app-shells/zsh-syntax-highlighting/metadata.xml15
-rw-r--r--app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.8.0.ebuild48
-rw-r--r--app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-9999.ebuild48
4 files changed, 114 insertions, 2 deletions
diff --git a/app-shells/zsh-syntax-highlighting/Manifest b/app-shells/zsh-syntax-highlighting/Manifest
index bf7721389984..68adcc2f64ec 100644
--- a/app-shells/zsh-syntax-highlighting/Manifest
+++ b/app-shells/zsh-syntax-highlighting/Manifest
@@ -1,3 +1,6 @@
DIST zsh-syntax-highlighting-0.7.1.tar.gz 133554 BLAKE2B cd55a0ad69670b25edc4bfa78ad76d1e2ef501deeca3e93adbef0aca305896722b4906d7717be3ad61bc0cf6b6496e217626406e5ff4168ece4b75bffd94bbf0 SHA512 e7e86b88cdac9b9ed5f973823ba8efff99dd720b9ed929f765f9f9266b9d6e147274f5957ceb630d51a660e396fc22e97f10cfbc5cdde941b907f3773bb1ea2b
+DIST zsh-syntax-highlighting-0.8.0.tar.gz 155914 BLAKE2B bdb95dc825514e2c0ced2a33133967089fdbd851e00874f68497cd5daae2010f5335fb173569f5af6aea65f4e23744076c420ebc957b7bdba325fcec573d3805 SHA512 58593c8bf3fa1476ecf0fceb1fc4eab986a778de657d359a28fe48798e787896fbf2588441c69b017a08227ab44dd46473afb16e0f125aae59cc58004bfa8c2e
EBUILD zsh-syntax-highlighting-0.7.1.ebuild 1018 BLAKE2B 279a334ffdfcdef463dc27c13ed5afca44fe4d2d7a1a242ddde7938647b66573d0f42058bed9e22700e78df689603b5b1afa3e7924603427600aeed5aef4bd9a SHA512 bee2209b751da5b355cfa81fb195bf10b505cf295351cd7b14bf042514e1b804c9437839a23900be66c1c63d6809a7980a68b28d6ed605314e43b5e96ac69d18
-MISC metadata.xml 290 BLAKE2B 2ec1abcd1cee7cb660f5105de54cbaedd600c7b7970365e73d5174bfe8bcbe3492cfdc6f3667f17d8841b54fd316f4da85e664aa9d4219a0720727fd0a746ae5 SHA512 a513f6744cfcc646a4310999c6e36a5d7f0f6a00029419dc555dd18e83d0f94890d92b59b16c978b955111d2c3264ce1b5ffecc12b33b101455aafb139c7763b
+EBUILD zsh-syntax-highlighting-0.8.0.ebuild 1024 BLAKE2B 5ac156c722b27dc8193549e46b1fa640e6a3445bc8918262b70a6ccc7bdf7e6ab8f447ae04fc73c94209b6cb94160b080b701f4fdd40db3da99001d78ff6c40c SHA512 a2d8a1c7dbb8c77e6bf06f0be938f64d1d9c23d9938e53d43d7fb61e4ad941b6868c052c6c1227019c9be535717f4ae6448a4451f04c025374c459ffa52d015b
+EBUILD zsh-syntax-highlighting-9999.ebuild 1024 BLAKE2B 5ac156c722b27dc8193549e46b1fa640e6a3445bc8918262b70a6ccc7bdf7e6ab8f447ae04fc73c94209b6cb94160b080b701f4fdd40db3da99001d78ff6c40c SHA512 a2d8a1c7dbb8c77e6bf06f0be938f64d1d9c23d9938e53d43d7fb61e4ad941b6868c052c6c1227019c9be535717f4ae6448a4451f04c025374c459ffa52d015b
+MISC metadata.xml 809 BLAKE2B 650c47118a2d670a3ad61d294e3d95a674d564064d53cf0ec962d665447c91787822ed218d039ee199b65aa39308494757aaeda24e99d132a5a0d96c745e27fd SHA512 28f3c2358a09c5f40a13a264884a9e52ec8adf3b5b45b643ac73c627a02035dff24badf6e4442828fdf836f5adeab4bed7171f7ad6701ab534fa4d79e8de0374
diff --git a/app-shells/zsh-syntax-highlighting/metadata.xml b/app-shells/zsh-syntax-highlighting/metadata.xml
index de67513b1cdd..9d74da2c04d0 100644
--- a/app-shells/zsh-syntax-highlighting/metadata.xml
+++ b/app-shells/zsh-syntax-highlighting/metadata.xml
@@ -1,9 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person" proxied="yes">
+ <email>beatussum@protonmail.com</email>
+ <name>Mattéo Rossillol‑‑Laruelle</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<stabilize-allarches/>
<upstream>
+ <maintainer status="active">
+ <name>zsh-users</name>
+ </maintainer>
+
+ <changelog>https://raw.githubusercontent.com/zsh-users/zsh-syntax-highlighting/master/changelog.md</changelog>
+ <bugs-to>https://github.com/zsh-users/zsh-syntax-highlighting/issues</bugs-to>
<remote-id type="github">zsh-users/zsh-syntax-highlighting</remote-id>
</upstream>
</pkgmetadata>
diff --git a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.8.0.ebuild b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.8.0.ebuild
new file mode 100644
index 000000000000..0b1f5c2efd49
--- /dev/null
+++ b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-0.8.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit readme.gentoo-r1
+
+if [[ "${PV}" = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/zsh-users/${PN}.git"
+else
+ SRC_URI="https://github.com/zsh-users/zsh-syntax-highlighting/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Fish shell like syntax highlighting for zsh"
+HOMEPAGE="https://github.com/zsh-users/zsh-syntax-highlighting"
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="app-shells/zsh"
+
+DISABLE_AUTOFORMATTING="true"
+
+DOC_CONTENTS="\
+In order to use ${CATEGORY}/${PN}, add
+\`source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh\`
+at the end of your ~/.zshrc"
+
+src_prepare() {
+ default
+
+ sed -i "s/COPYING.md//" Makefile || die
+}
+
+src_install() {
+ emake \
+ SHARE_DIR="${ED}/usr/share/zsh/site-functions" \
+ DOC_DIR="${ED}/usr/share/doc/${PF}" \
+ install
+
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}
diff --git a/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-9999.ebuild b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-9999.ebuild
new file mode 100644
index 000000000000..0b1f5c2efd49
--- /dev/null
+++ b/app-shells/zsh-syntax-highlighting/zsh-syntax-highlighting-9999.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit readme.gentoo-r1
+
+if [[ "${PV}" = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/zsh-users/${PN}.git"
+else
+ SRC_URI="https://github.com/zsh-users/zsh-syntax-highlighting/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Fish shell like syntax highlighting for zsh"
+HOMEPAGE="https://github.com/zsh-users/zsh-syntax-highlighting"
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="app-shells/zsh"
+
+DISABLE_AUTOFORMATTING="true"
+
+DOC_CONTENTS="\
+In order to use ${CATEGORY}/${PN}, add
+\`source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh\`
+at the end of your ~/.zshrc"
+
+src_prepare() {
+ default
+
+ sed -i "s/COPYING.md//" Makefile || die
+}
+
+src_install() {
+ emake \
+ SHARE_DIR="${ED}/usr/share/zsh/site-functions" \
+ DOC_DIR="${ED}/usr/share/doc/${PF}" \
+ install
+
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}