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 00:56:38
Message-Id: 1622595375.c23d1fc60de9a5b89d45cafbfb13912413706bac.zmedico@gentoo
1 commit: c23d1fc60de9a5b89d45cafbfb13912413706bac
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 2 00:47:34 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 2 00:56:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23d1fc6
7
8 app-misc/filebus: Update DESCRIPTION
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/filebus-0.0.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-misc/filebus/filebus-0.0.4.ebuild b/app-misc/filebus/filebus-0.0.4.ebuild
17 index 828f61eeb15..6fc182eaa2d 100644
18 --- a/app-misc/filebus/filebus-0.0.4.ebuild
19 +++ b/app-misc/filebus/filebus-0.0.4.ebuild
20 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
21
22 inherit distutils-r1
23
24 -DESCRIPTION="Multicast communication channels based on regular files"
25 +DESCRIPTION="A userspace multicast named pipe implementation backed by a regular file"
26 HOMEPAGE="https://github.com/zmedico/filebus"
27 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"