Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/
Date: Wed, 02 Jun 2021 10:07:18
Message-Id: 1622628321.bb86635cc609a0fda8cfb2dcb8180ff3e818b8b8.zmedico@gentoo
1 commit: bb86635cc609a0fda8cfb2dcb8180ff3e818b8b8
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 2 10:05:21 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 2 10:05:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb86635c
7
8 app-misc/filebus: Bump to version 0.0.5
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-misc/filebus/Manifest | 2 +-
14 app-misc/filebus/{filebus-0.0.4.ebuild => filebus-0.0.5.ebuild} | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
18 index d58c4966ace..488baf882ac 100644
19 --- a/app-misc/filebus/Manifest
20 +++ b/app-misc/filebus/Manifest
21 @@ -1 +1 @@
22 -DIST filebus-0.0.4.tar.gz 6528 BLAKE2B 047b3f04105da03785868aa32fdb5fb53b2aa57b0aea81f65440c57ade8d0571327782ed2c4019be576abab5a44781ab454f0d47ea795cf39c4d0a34bf8db85d SHA512 0cb313ea81b93708a09e89a62f33f9e7b4bbb1254e74a6b0757e898c9cb6ffebdfec107a780acff25da31c8761c515826ae6e19fccbc4e0ce6326e4909f1cfd2
23 +DIST filebus-0.0.5.tar.gz 7030 BLAKE2B 93b9918295800e572894406178d3ceaedc4e8b259a8cd91a87be9f9aab93a7a3476d826adbd6bf996bac3a80d4aca08ab002cd2df482a016ae6fc67e44d60480 SHA512 68f9e3f95621da4ccf0cc30bcd969220622ff5c54bef2db5b2a7cdddc68be6f6af1b63a3a95692e32b6ce44f26f391966af1ad369fd18a40474f265695591520
24
25 diff --git a/app-misc/filebus/filebus-0.0.4.ebuild b/app-misc/filebus/filebus-0.0.5.ebuild
26 similarity index 87%
27 rename from app-misc/filebus/filebus-0.0.4.ebuild
28 rename to app-misc/filebus/filebus-0.0.5.ebuild
29 index 6fc182eaa2d..77f93fa0d64 100644
30 --- a/app-misc/filebus/filebus-0.0.4.ebuild
31 +++ b/app-misc/filebus/filebus-0.0.5.ebuild
32 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
33
34 inherit distutils-r1
35
36 -DESCRIPTION="A userspace multicast named pipe implementation backed by a regular file"
37 +DESCRIPTION="A user space multicast named pipe implementation backed by a regular file"
38 HOMEPAGE="https://github.com/zmedico/filebus"
39 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"