From d82e4859c373f85a65e1d5a4ffe58464bdee978f Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 8 Jun 2020 16:24:41 -0600 Subject: net-mail/b4: bump to 0.5.1 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Jason A. Donenfeld --- net-mail/b4/Manifest | 2 +- net-mail/b4/b4-0.4.0.ebuild | 20 -------------------- net-mail/b4/b4-0.5.1.ebuild | 20 ++++++++++++++++++++ 3 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 net-mail/b4/b4-0.4.0.ebuild create mode 100644 net-mail/b4/b4-0.5.1.ebuild diff --git a/net-mail/b4/Manifest b/net-mail/b4/Manifest index 5c1e554109a..f1710439e4a 100644 --- a/net-mail/b4/Manifest +++ b/net-mail/b4/Manifest @@ -1 +1 @@ -DIST b4-0.4.0.tar.gz 47904 BLAKE2B 4e5b59fab3b05b2641691e81d12a48cdf68fd9344e39df68c10c8613084807dda49f8ca08e7f60bd6bfb833054a350b9f4ee7047e45a8fe7354413d73be04a54 SHA512 7d78b8b67d9da9cec60e2e45a53520fb00746d78d5b5fb480e025b3fd98ddfa42e54c34eaafa20e88d80525a820fb5919d3ec4215846d47ec5d4558d906d6c4c +DIST b4-0.5.1.tar.gz 55418 BLAKE2B f0e8d6827215f9c588e7d890db587ea3e6246b953a9f9d8ddcf0603abdebebdf85ecd10b2c38a8cd684af02e4c76ae364ca286af7f3af7135b5c42c4157a6da1 SHA512 824d3f928a7c8b49442a748b85448a4a3c001991dbd6814c257679de946426391110a52695661639fe6edef82a333662c38e048767b07f81a418c080c871a4e5 diff --git a/net-mail/b4/b4-0.4.0.ebuild b/net-mail/b4/b4-0.4.0.ebuild deleted file mode 100644 index 211469b6276..00000000000 --- a/net-mail/b4/b4-0.4.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Utility for fetching patchsets from public-inbox" -HOMEPAGE="https://pypi.org/project/b4/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" diff --git a/net-mail/b4/b4-0.5.1.ebuild b/net-mail/b4/b4-0.5.1.ebuild new file mode 100644 index 00000000000..211469b6276 --- /dev/null +++ b/net-mail/b4/b4-0.5.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Utility for fetching patchsets from public-inbox" +HOMEPAGE="https://pypi.org/project/b4/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" -- cgit v1.2.3-18-g5258