From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/
Date: Wed, 17 Apr 2024 15:08:22 +0000 (UTC) [thread overview]
Message-ID: <1713366359.8c3000a48cd5442d16642085910110cfae7ecf61.arthurzam@gentoo> (raw)
Message-ID: <20240417150822.iImKBz3TYW6iWEVcZkRuRhyc8XFn2FNLT6ldakomY_k@z> (raw)
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"
-}
next reply other threads:[~2024-04-17 15:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-17 15:11 Arthur Zamarin [this message]
2024-04-17 15:08 ` [gentoo-commits] repo/proj/guru:dev commit in: app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-04-17 15:11 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2024-04-09 16:30 Viorel Munteanu
2024-04-01 11:14 Julien Roy
2024-03-28 21:49 Julien Roy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1713366359.8c3000a48cd5442d16642085910110cfae7ecf61.arthurzam@gentoo \
--to=arthurzam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox