From 8c3000a48cd5442d16642085910110cfae7ecf61 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 17 Apr 2024 18:05:59 +0300 Subject: [PATCH] app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars: treeclean Bug: https://bugs.gentoo.org/927922 Signed-off-by: Arthur Zamarin --- .../Manifest | 2 -- .../metadata.xml | 12 ----------- ...spaces-with-a-few-other-chars-1.0.0.ebuild | 20 ------------------- ...spaces-with-a-few-other-chars-1.0.1.ebuild | 20 ------------------- 4 files changed, 54 deletions(-) delete mode 100644 app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/Manifest delete mode 100644 app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/metadata.xml delete mode 100644 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 delete mode 100644 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 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 @@ - - - - - Vitaly Zdanevich - zdanevich.vitaly@ya.ru - - - vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars - https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars/-/issues - - 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" -}