From fa9f7f6ad5065926a73d32e16f8801e6891f1ae1 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Mon, 12 Aug 2019 15:27:06 -0700 Subject: Add a recent pwclient Signed-off-by: Palmer Dabbelt --- dev-vcs/pwclient/pwclient-20190108.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev-vcs/pwclient/pwclient-20190108.ebuild diff --git a/dev-vcs/pwclient/pwclient-20190108.ebuild b/dev-vcs/pwclient/pwclient-20190108.ebuild new file mode 100644 index 0000000..94f4bad --- /dev/null +++ b/dev-vcs/pwclient/pwclient-20190108.ebuild @@ -0,0 +1,24 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_6} ) + +inherit git-r3 distutils-r1 + +DESCRIPTION="The command-line client for the patchwork patch tracking tool" +HOMEPAGE="https://github.com/getpatchwork/pwclient" +SRC_URI="" + +EGIT_REPO_URI="git://github.com/getpatchwork/pwclient" +EGIT_COMMIT="698fa7f2b36e786a05220b9a7e13c40016a0511a" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" -- cgit v1.2.3-65-gdbad