diff options
author | Ultrabug <ultrabug@gentoo.org> | 2017-04-28 16:40:24 +0200 |
---|---|---|
committer | Ultrabug <ultrabug@gentoo.org> | 2017-04-28 16:40:52 +0200 |
commit | 272c18805c55eacd87442b9aa7448aecefb35098 (patch) | |
tree | 11cb3848d26b24b03b2233081efb5a615fa807df /sys-auth | |
parent | dev-libs/libpwquality: Add python3_6 (diff) | |
download | gentoo-272c18805c55eacd87442b9aa7448aecefb35098.tar.gz gentoo-272c18805c55eacd87442b9aa7448aecefb35098.tar.bz2 gentoo-272c18805c55eacd87442b9aa7448aecefb35098.zip |
sys-auth/yubico-piv-tool: version bump, drop old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/yubico-piv-tool/Manifest | 2 | ||||
-rw-r--r-- | sys-auth/yubico-piv-tool/files/yubico-piv-tool-1.4.2-help2man-fix.patch | 23 | ||||
-rw-r--r-- | sys-auth/yubico-piv-tool/yubico-piv-tool-1.4.3.ebuild (renamed from sys-auth/yubico-piv-tool/yubico-piv-tool-1.4.2.ebuild) | 4 |
3 files changed, 2 insertions, 27 deletions
diff --git a/sys-auth/yubico-piv-tool/Manifest b/sys-auth/yubico-piv-tool/Manifest index b2ec4cb9c219..43e7e1b4ef49 100644 --- a/sys-auth/yubico-piv-tool/Manifest +++ b/sys-auth/yubico-piv-tool/Manifest @@ -1 +1 @@ -DIST yubico-piv-tool-1.4.2.tar.gz 113783 SHA256 814609e0ee2cc3be6f1908e1a62c6f6e280c8e15991ecea1c0afce70b48b6a8a SHA512 f2fd80a8d6faddf750d648c4777fb4d7f484a243e6d74c18fa0effc56469ded8e03f9c3437494c3e2d2cfba6397b6bcdec5d1286900b2908f21e1f0ccaeb59eb WHIRLPOOL 12516ac66fbe74202a76bb1dee4630792372974cea57f83c188167643acd4abf9855794b769fe7c9878f8d964cf5d17f98e7906d09101679133379a1e3bde7a5 +DIST yubico-piv-tool-1.4.3.tar.gz 108262 SHA256 e2e46681716cde14be84f68a8b455bde0a6bef2c1703fd043763050c4e65fe5f SHA512 86b2564fe96a8b4dbcf3f122316c4e258628c97bf6917953d93c6e0265df866c6b3ef5a6c7572177d26ef74265ef39db8e15348a08e6eb0be1e145978affd16b WHIRLPOOL 19ad5e09db318d72dca9c63af85e5b6e7a196c4fa6a591faed91702051284ede40f04d3ad7ee8eeff695a040c4cb2e5479f2620e4bcc0e3f67e2f47d58db0684 diff --git a/sys-auth/yubico-piv-tool/files/yubico-piv-tool-1.4.2-help2man-fix.patch b/sys-auth/yubico-piv-tool/files/yubico-piv-tool-1.4.2-help2man-fix.patch deleted file mode 100644 index 46513315219a..000000000000 --- a/sys-auth/yubico-piv-tool/files/yubico-piv-tool-1.4.2-help2man-fix.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 8bdf7378d6ada57204f93684a488368bbae11858 Mon Sep 17 00:00:00 2001 -From: Klas Lindfors <klas@yubico.com> -Date: Mon, 12 Sep 2016 09:54:04 +0200 -Subject: [PATCH] fixup dependencies for yubico-piv-tool.1 - -should now support parallel builds ---- - tool/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tool/Makefile.am b/tool/Makefile.am -index 6100da7..4a1657b 100644 ---- a/tool/Makefile.am -+++ b/tool/Makefile.am -@@ -54,7 +54,7 @@ MAINTAINERCLEANFILES = $(BUILT_SOURCES) - dist_man_MANS = yubico-piv-tool.1 - MAINTAINERCLEANFILES += $(dist_man_MANS) - --yubico-piv-tool.1: $(yubico_piv_tool_SOURCES) $(libpiv_cmd_la_SOURCES) -+yubico-piv-tool.1: $(yubico_piv_tool_SOURCES) $(libpiv_cmd_la_SOURCES) $(top_srcdir)/configure.ac | $(builddir)/yubico-piv-tool$(EXEEXT) - $(HELP2MAN) --no-info \ - --name="Yubico PIV tool" \ - --include=$(srcdir)/yubico-piv-tool.h2m \ diff --git a/sys-auth/yubico-piv-tool/yubico-piv-tool-1.4.2.ebuild b/sys-auth/yubico-piv-tool/yubico-piv-tool-1.4.3.ebuild index eb3d97e73c11..9d5c1a2d8804 100644 --- a/sys-auth/yubico-piv-tool/yubico-piv-tool-1.4.2.ebuild +++ b/sys-auth/yubico-piv-tool/yubico-piv-tool-1.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,8 +23,6 @@ DEPEND="dev-util/gengetopt S=${WORKDIR}/${PN}-${P} -PATCHES=( "${FILESDIR}"/${P}-help2man-fix.patch ) - src_prepare() { default eautoreconf |