public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-autocomplete/
@ 2024-01-09 15:13 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2024-01-09 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     a2dac9ade8f4de948819ec2f78b5ba13ad160ea0
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Tue Jan  9 15:08:06 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jan  9 15:10:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2dac9ad

app-shells/zsh-autocomplete: delete line to remove .git

Closes: https://bugs.gentoo.org/921627
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild b/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild
index 42a4d55042..34b6f15a77 100644
--- a/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild
+++ b/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild
@@ -27,8 +27,6 @@ at the end of your ~/.zshrc"
 
 src_install() {
 	# Move repo/tarball folder to zsh "plugin folder"
-	# Remove .git in 9999 (update using portage)
-	[[ ${PV} == 9999 ]] && rm -r "${S}/.git" ||die
 	mkdir -p "${ED}/usr/share/zsh/site-functions/" || die
 	mv "${S}" "${ED}/usr/share/zsh/site-functions/${PN}"
 


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

* [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-autocomplete/
@ 2024-01-19 10:31 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-01-19 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     64790d77adb21db9bc4a7c4e8e50950334529c0b
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Tue Jan  9 15:20:07 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 18:10:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64790d77

app-shells/zsh-autocomplete:fix line remove on commit a2dac9ade8f4de948819ec2f78b5ba13ad160ea0

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild | 2 ++
 app-shells/zsh-autocomplete/zsh-autocomplete-9999.ebuild     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild b/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild
index 34b6f15a77..5ceec9acad 100644
--- a/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild
+++ b/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild
@@ -27,6 +27,8 @@ at the end of your ~/.zshrc"
 
 src_install() {
 	# Move repo/tarball folder to zsh "plugin folder"
+	# Remove .git in 9999 (update using portage)
+	[[ ${PV} == 9999 ]] && rm -r "${S}/.git"
 	mkdir -p "${ED}/usr/share/zsh/site-functions/" || die
 	mv "${S}" "${ED}/usr/share/zsh/site-functions/${PN}"
 

diff --git a/app-shells/zsh-autocomplete/zsh-autocomplete-9999.ebuild b/app-shells/zsh-autocomplete/zsh-autocomplete-9999.ebuild
index 42a4d55042..5ceec9acad 100644
--- a/app-shells/zsh-autocomplete/zsh-autocomplete-9999.ebuild
+++ b/app-shells/zsh-autocomplete/zsh-autocomplete-9999.ebuild
@@ -28,7 +28,7 @@ at the end of your ~/.zshrc"
 src_install() {
 	# Move repo/tarball folder to zsh "plugin folder"
 	# Remove .git in 9999 (update using portage)
-	[[ ${PV} == 9999 ]] && rm -r "${S}/.git" ||die
+	[[ ${PV} == 9999 ]] && rm -r "${S}/.git"
 	mkdir -p "${ED}/usr/share/zsh/site-functions/" || die
 	mv "${S}" "${ED}/usr/share/zsh/site-functions/${PN}"
 


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

* [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-autocomplete/
@ 2024-09-06  8:52 David Roman
  0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2024-09-06  8:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a9519bc732421e527746471da5fcc1f76f9efa48
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Thu Sep  5 18:59:38 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep  5 19:20:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9519bc7

app-shells/zsh-autocomplete: add 24.09.04, drop 23.07.13

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 app-shells/zsh-autocomplete/Manifest                                    | 2 +-
 ...sh-autocomplete-23.07.13.ebuild => zsh-autocomplete-24.09.04.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/zsh-autocomplete/Manifest b/app-shells/zsh-autocomplete/Manifest
index 0f0c3f257..b4389f1da 100644
--- a/app-shells/zsh-autocomplete/Manifest
+++ b/app-shells/zsh-autocomplete/Manifest
@@ -1 +1 @@
-DIST zsh-autocomplete-23.07.13.tar.gz 1711775 BLAKE2B a7067a1a54bb957c7e7141de976bd0931eea2f665853c0bf1711a73ccdb132e7b146b516ed1272f6936bc75600b59ff297716c3660d8b65cc70ebb93b4cb75a2 SHA512 a84d4fbd454d1304794fd8f45109e7ecb85d5e59ab46e5bcd1061a9a6f6c998fa21c4674fd1031bd848d9de862e4391667827ad526c70bc6e3f14e156b84af99
+DIST zsh-autocomplete-24.09.04.tar.gz 1712575 BLAKE2B 28ca64d539e48d186ee917f810ed7f31c59c12407beb1260c5bc1b931ed54a06786fc00df4798586bf4711dbe4c728b492e9a218fbd51b9d5cae949095bb9fa5 SHA512 583ec357971e97112fe5a8947681fd5daf9a85747fe93b3c1a8d8c39d7c6f882173ea09bfeaa3bd666f454e8e680dbd7c4ff54e9f2137024e5878e53da1028e8

diff --git a/app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild b/app-shells/zsh-autocomplete/zsh-autocomplete-24.09.04.ebuild
similarity index 100%
rename from app-shells/zsh-autocomplete/zsh-autocomplete-23.07.13.ebuild
rename to app-shells/zsh-autocomplete/zsh-autocomplete-24.09.04.ebuild


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

end of thread, other threads:[~2024-09-06  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06  8:52 [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-autocomplete/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-01-19 10:31 Arthur Zamarin
2024-01-09 15:13 David Roman

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