summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2019-08-12 15:27:06 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2019-08-12 15:27:06 -0700
commitfa9f7f6ad5065926a73d32e16f8801e6891f1ae1 (patch)
tree2223fc4218a72fd931d1c160a773e443e17d891f
parentUse yaml.safe_load() in clay (diff)
downloadpalmer-fa9f7f6ad5065926a73d32e16f8801e6891f1ae1.tar.gz
palmer-fa9f7f6ad5065926a73d32e16f8801e6891f1ae1.tar.bz2
palmer-fa9f7f6ad5065926a73d32e16f8801e6891f1ae1.zip
Add a recent pwclient
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
-rw-r--r--dev-vcs/pwclient/pwclient-20190108.ebuild24
1 files changed, 24 insertions, 0 deletions
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=""