From 2f28852eebb08ad411ce1feea81bf663e97280b1 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Mon, 12 Aug 2019 15:29:10 -0700 Subject: Use a big number for pwclient's version Signed-off-by: Palmer Dabbelt --- dev-vcs/pwclient/pwclient-20190108.ebuild | 24 ------------------------ dev-vcs/pwclient/pwclient-20190108123845.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 dev-vcs/pwclient/pwclient-20190108.ebuild create mode 100644 dev-vcs/pwclient/pwclient-20190108123845.ebuild (limited to 'dev-vcs') diff --git a/dev-vcs/pwclient/pwclient-20190108.ebuild b/dev-vcs/pwclient/pwclient-20190108.ebuild deleted file mode 100644 index 94f4bad..0000000 --- a/dev-vcs/pwclient/pwclient-20190108.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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="" diff --git a/dev-vcs/pwclient/pwclient-20190108123845.ebuild b/dev-vcs/pwclient/pwclient-20190108123845.ebuild new file mode 100644 index 0000000..94f4bad --- /dev/null +++ b/dev-vcs/pwclient/pwclient-20190108123845.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