public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/
@ 2024-04-16 15:34 Vitaly Zdanevich
  0 siblings, 0 replies; 5+ messages in thread
From: Vitaly Zdanevich @ 2024-04-16 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a7c04581c0b1cae701d1de724d67d05bd83f6357
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Apr 16 15:34:01 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Apr 16 15:34:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7c04581

app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars: versiom bump

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 .../Manifest                                         |  1 +
 ...eplace-spaces-with-a-few-other-chars-1.0.1.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/Manifest b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/Manifest
index 85c289486d..b5eb8f06ec 100644
--- a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/Manifest
+++ b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/Manifest
@@ -1 +1,2 @@
 DIST watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.tar.bz2 2126169 BLAKE2B d3748c274954df5ab1b34a16ed1c83df125f233f96700848e396355b645c98c0a34e25d30202690e07ce3d24b3f6af0aaa2b6f93527859f0a27a5ea58b2e68a0 SHA512 03c162efc9e7405660f5e300eedb26115a5e16017409c1ec86ed77be7b4e0c899ab6cfc65482eb88f820fe767cfd50037fcd13cb314dc41dd7283390a922fca8
+DIST watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.1.tar.bz2 2125780 BLAKE2B 61a61c6752abeee4d3b6960b26dd48b2a4c6f6aad3c11bfffc43eed2c0476b0707965821b5005460804d66a4d59c64467c244aa1776fa3e526e9b85483cbd55c SHA512 b5e150ffdfa272f31ceaf0c8618d07847f37e62aba7e2a3bbf502039dd11016ef0e0fcb3812e97784511ad01f2640b2cc00c1ad074902043f56476ce515a1351

diff --git a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.1.ebuild b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.1.ebuild
new file mode 100644
index 0000000000..9157f37d78
--- /dev/null
+++ b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Monitor a tree for files with spaces in name - and replace to underscores"
+HOMEPAGE="https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars"
+SRC_URI="https://gitlab.com/vitaly-zdanevich/$PN/-/archive/$PV/$P.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT=0
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+	dobin "${PN}".sh
+}
+
+pkg_postinst() {
+	einfo "How to use: run in terminal in a folder - and in another software create a file with space in name, in that folder"
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/
@ 2024-04-17 15:11 Arthur Zamarin
  2024-04-17 15:08 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
  0 siblings, 1 reply; 5+ messages in thread
From: Arthur Zamarin @ 2024-04-17 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8c3000a48cd5442d16642085910110cfae7ecf61
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 15:05:59 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 15:05:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c3000a4

app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars: treeclean

Bug: https://bugs.gentoo.org/927922
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../Manifest                                         |  2 --
 .../metadata.xml                                     | 12 ------------
 ...eplace-spaces-with-a-few-other-chars-1.0.0.ebuild | 20 --------------------
 ...eplace-spaces-with-a-few-other-chars-1.0.1.ebuild | 20 --------------------
 4 files changed, 54 deletions(-)

diff --git a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/Manifest b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/Manifest
deleted file mode 100644
index b5eb8f06ec..0000000000
--- a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.tar.bz2 2126169 BLAKE2B d3748c274954df5ab1b34a16ed1c83df125f233f96700848e396355b645c98c0a34e25d30202690e07ce3d24b3f6af0aaa2b6f93527859f0a27a5ea58b2e68a0 SHA512 03c162efc9e7405660f5e300eedb26115a5e16017409c1ec86ed77be7b4e0c899ab6cfc65482eb88f820fe767cfd50037fcd13cb314dc41dd7283390a922fca8
-DIST watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.1.tar.bz2 2125780 BLAKE2B 61a61c6752abeee4d3b6960b26dd48b2a4c6f6aad3c11bfffc43eed2c0476b0707965821b5005460804d66a4d59c64467c244aa1776fa3e526e9b85483cbd55c SHA512 b5e150ffdfa272f31ceaf0c8618d07847f37e62aba7e2a3bbf502039dd11016ef0e0fcb3812e97784511ad01f2640b2cc00c1ad074902043f56476ce515a1351

diff --git a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/metadata.xml b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/metadata.xml
deleted file mode 100644
index 0c213570a9..0000000000
--- a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<name>Vitaly Zdanevich</name>
-		<email>zdanevich.vitaly@ya.ru</email>
-	</maintainer>
-	<upstream>
-		<remote-id type="gitlab">vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars</remote-id>
-		<bugs-to>https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars/-/issues</bugs-to>
-	</upstream>
-</pkgmetadata>

diff --git a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
deleted file mode 100644
index 9157f37d78..0000000000
--- a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Monitor a tree for files with spaces in name - and replace to underscores"
-HOMEPAGE="https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars"
-SRC_URI="https://gitlab.com/vitaly-zdanevich/$PN/-/archive/$PV/$P.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT=0
-KEYWORDS="~amd64 ~x86"
-
-src_install() {
-	dobin "${PN}".sh
-}
-
-pkg_postinst() {
-	einfo "How to use: run in terminal in a folder - and in another software create a file with space in name, in that folder"
-}

diff --git a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.1.ebuild b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.1.ebuild
deleted file mode 100644
index 9157f37d78..0000000000
--- a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Monitor a tree for files with spaces in name - and replace to underscores"
-HOMEPAGE="https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars"
-SRC_URI="https://gitlab.com/vitaly-zdanevich/$PN/-/archive/$PV/$P.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT=0
-KEYWORDS="~amd64 ~x86"
-
-src_install() {
-	dobin "${PN}".sh
-}
-
-pkg_postinst() {
-	einfo "How to use: run in terminal in a folder - and in another software create a file with space in name, in that folder"
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/
@ 2024-04-09 12:13 Vitaly Zdanevich
  0 siblings, 0 replies; 5+ messages in thread
From: Vitaly Zdanevich @ 2024-04-09 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     752ac19df1614a3c156f7001953b79619abfbdb8
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Apr  9 12:13:44 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Apr  9 12:13:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=752ac19d

app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars: Syntax fix typo

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 .../watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
index c067fe6978..9157f37d78 100644
--- a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
+++ b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DESCRIPTION="Monitor a tree for files with spaces in name - and replace to underscores"
-HOMEPAGE=""https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars
+HOMEPAGE="https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars"
 SRC_URI="https://gitlab.com/vitaly-zdanevich/$PN/-/archive/$PV/$P.tar.bz2"
 
 LICENSE="Apache-2.0"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/
@ 2024-04-01  1:37 Vitaly Zdanevich
  0 siblings, 0 replies; 5+ messages in thread
From: Vitaly Zdanevich @ 2024-04-01  1:37 UTC (permalink / raw
  To: gentoo-commits

commit:     54be65370c4cb3718243e3f34493ccf51b73bdba
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Mon Apr  1 01:37:31 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Mon Apr  1 01:37:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54be6537

app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars: einfo syntax fix - remove :

Closes: https://bugs.gentoo.org/928083
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 .../watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
index 2a68b0a5ed..c067fe6978 100644
--- a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
+++ b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
@@ -16,5 +16,5 @@ src_install() {
 }
 
 pkg_postinst() {
-	einfo: "How to use: run in terminal in a folder - and in another software create a file with space in name, in that folder"
+	einfo "How to use: run in terminal in a folder - and in another software create a file with space in name, in that folder"
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/
@ 2024-03-28 21:16 Vitaly Zdanevich
  0 siblings, 0 replies; 5+ messages in thread
From: Vitaly Zdanevich @ 2024-03-28 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     782f05f9c45b34cda74f9348e52c692a10430743
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Mar 28 21:15:58 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Mar 28 21:15:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=782f05f9

app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars: elog syntax fix

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 .../watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
index 297b56538f..2a68b0a5ed 100644
--- a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
+++ b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
@@ -16,5 +16,5 @@ src_install() {
 }
 
 pkg_postinst() {
-	elog: "How to use: run in terminal in a folder - and in another software create a file with space in name, in that folder"
+	einfo: "How to use: run in terminal in a folder - and in another software create a file with space in name, in that folder"
 }


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

end of thread, other threads:[~2024-04-17 15:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-16 15:34 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/ Vitaly Zdanevich
  -- strict thread matches above, loose matches on Subject: below --
2024-04-17 15:11 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2024-04-17 15:08 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2024-04-09 12:13 Vitaly Zdanevich
2024-04-01  1:37 Vitaly Zdanevich
2024-03-28 21:16 Vitaly Zdanevich

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