From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 624911382C5 for ; Wed, 2 Jun 2021 10:07:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 958B7E077D; Wed, 2 Jun 2021 10:07:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FF5BE077D for ; Wed, 2 Jun 2021 10:07:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46A9E335D11 for ; Wed, 2 Jun 2021 10:07:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C12A1581 for ; Wed, 2 Jun 2021 10:07:14 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1622628321.bb86635cc609a0fda8cfb2dcb8180ff3e818b8b8.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/filebus/Manifest app-misc/filebus/filebus-0.0.4.ebuild app-misc/filebus/filebus-0.0.5.ebuild X-VCS-Directories: app-misc/filebus/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: bb86635cc609a0fda8cfb2dcb8180ff3e818b8b8 X-VCS-Branch: master Date: Wed, 2 Jun 2021 10:07:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a0873dac-10f2-4563-b5ce-8fc188a831a7 X-Archives-Hash: 6930821ae922e29215d768fdcd430a60 commit: bb86635cc609a0fda8cfb2dcb8180ff3e818b8b8 Author: Zac Medico gentoo org> AuthorDate: Wed Jun 2 10:05:21 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Jun 2 10:05:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb86635c app-misc/filebus: Bump to version 0.0.5 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> app-misc/filebus/Manifest | 2 +- app-misc/filebus/{filebus-0.0.4.ebuild => filebus-0.0.5.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest index d58c4966ace..488baf882ac 100644 --- a/app-misc/filebus/Manifest +++ b/app-misc/filebus/Manifest @@ -1 +1 @@ -DIST filebus-0.0.4.tar.gz 6528 BLAKE2B 047b3f04105da03785868aa32fdb5fb53b2aa57b0aea81f65440c57ade8d0571327782ed2c4019be576abab5a44781ab454f0d47ea795cf39c4d0a34bf8db85d SHA512 0cb313ea81b93708a09e89a62f33f9e7b4bbb1254e74a6b0757e898c9cb6ffebdfec107a780acff25da31c8761c515826ae6e19fccbc4e0ce6326e4909f1cfd2 +DIST filebus-0.0.5.tar.gz 7030 BLAKE2B 93b9918295800e572894406178d3ceaedc4e8b259a8cd91a87be9f9aab93a7a3476d826adbd6bf996bac3a80d4aca08ab002cd2df482a016ae6fc67e44d60480 SHA512 68f9e3f95621da4ccf0cc30bcd969220622ff5c54bef2db5b2a7cdddc68be6f6af1b63a3a95692e32b6ce44f26f391966af1ad369fd18a40474f265695591520 diff --git a/app-misc/filebus/filebus-0.0.4.ebuild b/app-misc/filebus/filebus-0.0.5.ebuild similarity index 87% rename from app-misc/filebus/filebus-0.0.4.ebuild rename to app-misc/filebus/filebus-0.0.5.ebuild index 6fc182eaa2d..77f93fa0d64 100644 --- a/app-misc/filebus/filebus-0.0.4.ebuild +++ b/app-misc/filebus/filebus-0.0.5.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 -DESCRIPTION="A userspace multicast named pipe implementation backed by a regular file" +DESCRIPTION="A user space multicast named pipe implementation backed by a regular file" HOMEPAGE="https://github.com/zmedico/filebus" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"