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@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-04-17 18:05:59 +03:00
parent dff12a1a1d
commit 8c3000a48c
4 changed files with 0 additions and 54 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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"
}

View File

@@ -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"
}