public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-silver/
@ 2021-09-20  9:17 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-09-20  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5b35c8fef04d0bc4b9b68b76ba778c1eb4515f9f
Author:     Leonardo Hernandez Hernandez <leohdz172 <AT> outlook <DOT> com>
AuthorDate: Sat Sep 18 01:07:39 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 01:07:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b35c8fe

app-shells/zsh-silver: add package

add live version, it doesn't have any release

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Leonardo Hernandez Hernandez <leohdz172 <AT> outlook.com>

 app-shells/zsh-silver/metadata.xml           | 12 ++++++++++
 app-shells/zsh-silver/zsh-silver-9999.ebuild | 35 ++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-shells/zsh-silver/metadata.xml b/app-shells/zsh-silver/metadata.xml
new file mode 100644
index 000000000..b3a613778
--- /dev/null
+++ b/app-shells/zsh-silver/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<name>Leonardo Hernandez Hernandez</name>
+		<email>leohdz172@outlook.com</email>
+	</maintainer>
+	<upstream>
+		<bugs-to>https://github.com/silver-prompt/zsh/issues</bugs-to>
+		<doc>https://github.com/silver-prompt/zsh/blob/master/README.md</doc>
+	</upstream>
+</pkgmetadata>

diff --git a/app-shells/zsh-silver/zsh-silver-9999.ebuild b/app-shells/zsh-silver/zsh-silver-9999.ebuild
new file mode 100644
index 000000000..abd6ff029
--- /dev/null
+++ b/app-shells/zsh-silver/zsh-silver-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Zsh plugin for silver"
+HOMEPAGE="https://github.com/silver-prompt/zsh"
+
+inherit git-r3
+EGIT_REPO_URI="https://github.com/silver-prompt/zsh.git"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+	app-shells/zsh
+	app-shells/silver
+"
+
+DEPEND="${RDEPEND}"
+
+src_install() {
+	insinto /usr/share/zsh/site-contrib/zsh-silver
+	doins silver.plugin.zsh
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	elog
+	elog "In order to use ${CATEGORY}/${PN} add"
+	elog ". /usr/share/zsh/site-contrib/zsh-silver/silver.plugin.zsh"
+	elog "at the end of your ~/.zshrc"
+	elog
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/zsh-silver/
  2024-05-26 12:59 [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-silver/ Julien Roy
@ 2024-05-26 12:53 ` Julien Roy
  0 siblings, 0 replies; 3+ messages in thread
From: Julien Roy @ 2024-05-26 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     bca0e24008b1e3ce5d61e11b51212e217d8d8e21
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun May 26 12:50:57 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun May 26 12:53:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bca0e240

app-shells/zsh-silver: treeclean

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 app-shells/zsh-silver/metadata.xml           | 13 -----------
 app-shells/zsh-silver/zsh-silver-9999.ebuild | 35 ----------------------------
 2 files changed, 48 deletions(-)

diff --git a/app-shells/zsh-silver/metadata.xml b/app-shells/zsh-silver/metadata.xml
deleted file mode 100644
index a9c4c76e0..000000000
--- a/app-shells/zsh-silver/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <name>Leonardo Hernández Hernández</name>
-    <email>leohdz172@proton.me</email>
-  </maintainer>
-  <upstream>
-    <bugs-to>https://github.com/silver-prompt/zsh/issues</bugs-to>
-    <doc>https://github.com/silver-prompt/zsh/blob/master/README.md</doc>
-    <remote-id type="github">silver-prompt/zsh</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/app-shells/zsh-silver/zsh-silver-9999.ebuild b/app-shells/zsh-silver/zsh-silver-9999.ebuild
deleted file mode 100644
index abd6ff029..000000000
--- a/app-shells/zsh-silver/zsh-silver-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Zsh plugin for silver"
-HOMEPAGE="https://github.com/silver-prompt/zsh"
-
-inherit git-r3
-EGIT_REPO_URI="https://github.com/silver-prompt/zsh.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-	app-shells/zsh
-	app-shells/silver
-"
-
-DEPEND="${RDEPEND}"
-
-src_install() {
-	insinto /usr/share/zsh/site-contrib/zsh-silver
-	doins silver.plugin.zsh
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	elog
-	elog "In order to use ${CATEGORY}/${PN} add"
-	elog ". /usr/share/zsh/site-contrib/zsh-silver/silver.plugin.zsh"
-	elog "at the end of your ~/.zshrc"
-	elog
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-silver/
@ 2024-05-26 12:59 Julien Roy
  2024-05-26 12:53 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
  0 siblings, 1 reply; 3+ messages in thread
From: Julien Roy @ 2024-05-26 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     bca0e24008b1e3ce5d61e11b51212e217d8d8e21
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun May 26 12:50:57 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun May 26 12:53:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bca0e240

app-shells/zsh-silver: treeclean

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 app-shells/zsh-silver/metadata.xml           | 13 -----------
 app-shells/zsh-silver/zsh-silver-9999.ebuild | 35 ----------------------------
 2 files changed, 48 deletions(-)

diff --git a/app-shells/zsh-silver/metadata.xml b/app-shells/zsh-silver/metadata.xml
deleted file mode 100644
index a9c4c76e0..000000000
--- a/app-shells/zsh-silver/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <name>Leonardo Hernández Hernández</name>
-    <email>leohdz172@proton.me</email>
-  </maintainer>
-  <upstream>
-    <bugs-to>https://github.com/silver-prompt/zsh/issues</bugs-to>
-    <doc>https://github.com/silver-prompt/zsh/blob/master/README.md</doc>
-    <remote-id type="github">silver-prompt/zsh</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/app-shells/zsh-silver/zsh-silver-9999.ebuild b/app-shells/zsh-silver/zsh-silver-9999.ebuild
deleted file mode 100644
index abd6ff029..000000000
--- a/app-shells/zsh-silver/zsh-silver-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Zsh plugin for silver"
-HOMEPAGE="https://github.com/silver-prompt/zsh"
-
-inherit git-r3
-EGIT_REPO_URI="https://github.com/silver-prompt/zsh.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-	app-shells/zsh
-	app-shells/silver
-"
-
-DEPEND="${RDEPEND}"
-
-src_install() {
-	insinto /usr/share/zsh/site-contrib/zsh-silver
-	doins silver.plugin.zsh
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	elog
-	elog "In order to use ${CATEGORY}/${PN} add"
-	elog ". /usr/share/zsh/site-contrib/zsh-silver/silver.plugin.zsh"
-	elog "at the end of your ~/.zshrc"
-	elog
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-26 13:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-26 12:59 [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-silver/ Julien Roy
2024-05-26 12:53 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2021-09-20  9:17 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox