public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2019-05-16  8:32 Lars Wendler
  0 siblings, 0 replies; 39+ messages in thread
From: Lars Wendler @ 2019-05-16  8:32 UTC (permalink / raw
  To: gentoo-commits

commit:     82a86ba7b8a7e4395cb979869b11c85dcfdcc01c
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 08:31:15 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu May 16 08:32:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a86ba7

sys-auth/ykpers: Added elogind USE flag.

Bumped ebuild to EAPI-7

Closes: https://bugs.gentoo.org/686014
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.19.3.ebuild | 32 ++++++++++++++++++++++----------
 1 file changed, 22 insertions(+), 10 deletions(-)

diff --git a/sys-auth/ykpers/ykpers-1.19.3.ebuild b/sys-auth/ykpers/ykpers-1.19.3.ebuild
index 1996fb57cb4..a014641d7eb 100644
--- a/sys-auth/ykpers/ykpers-1.19.3.ebuild
+++ b/sys-auth/ykpers/ykpers-1.19.3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools udev
 
@@ -12,17 +12,21 @@ HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 LICENSE="BSD-2"
-IUSE="static-libs consolekit"
+IUSE="consolekit elogind static-libs"
 
-RDEPEND="
+DEPEND="
 	dev-libs/json-c:=
 	>=sys-auth/libyubikey-1.6
 	virtual/libusb:1"
-DEPEND="${RDEPEND}
+BDEPEND="
 	app-text/asciidoc
 	virtual/pkgconfig"
-RDEPEND="${RDEPEND}
-	consolekit? ( sys-auth/consolekit[acl] )"
+RDEPEND="${DEPEND}
+	consolekit? ( sys-auth/consolekit[acl] )
+	elogind? ( sys-auth/elogind[acl] )
+"
+
+REQUIRED_USE="^^ ( consolekit elogind )"
 
 S="${WORKDIR}/yubikey-personalization-${PV}"
 
@@ -31,18 +35,26 @@ DOCS=( doc/. AUTHORS NEWS README )
 src_prepare() {
 	default
 	eautoreconf
+
+	if use elogind ; then
+		sed '/TEST==/d' -i 70-yubikey.rules || die
+	fi
 }
 
 src_configure() {
-	econf \
-		--libdir=/usr/$(get_libdir) \
-		--localstatedir=/var \
+	local myeconfargs=(
+		--libdir=/usr/$(get_libdir)
+		--localstatedir=/var
 		$(use_enable static-libs static)
+	)
+	econf "${myeconfargs[@]}"
 }
 
 src_install() {
 	default
-	use consolekit && udev_dorules *.rules
+	if use consolekit || use elogind ; then
+		udev_dorules *.rules
+	fi
 
 	find "${D}" -name '*.la' -delete || die
 }


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2024-07-04  1:15 Sam James
  0 siblings, 0 replies; 39+ messages in thread
From: Sam James @ 2024-07-04  1:15 UTC (permalink / raw
  To: gentoo-commits

commit:     c8e5dcbf5fdae96ca5b8345349602725d9eaa1bb
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Fri Jun 28 12:42:35 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul  4 01:14:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e5dcbf

sys-auth/ykpers: add myself as a maintainer

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-auth/ykpers/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/metadata.xml b/sys-auth/ykpers/metadata.xml
index 8ae0489de78c..68749008315e 100644
--- a/sys-auth/ykpers/metadata.xml
+++ b/sys-auth/ykpers/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person" proxied="yes">
+		<email>mario.haustein@hrz.tu-chemnitz.de</email>
+		<name>Mario Haustein</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">Yubico/yubikey-personalization</remote-id>
 		<bugs-to>https://github.com/Yubico/yubikey-personalization/issues</bugs-to>


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2022-09-01 23:22 Marek Szuba
  0 siblings, 0 replies; 39+ messages in thread
From: Marek Szuba @ 2022-09-01 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     f030de85fe196993b8c0a24cc437e6c57a153d04
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 23:18:38 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 23:18:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f030de85

sys-auth/ykpers: drop 1.20.0

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.20.0.ebuild | 54 ------------------------------------
 1 file changed, 54 deletions(-)

diff --git a/sys-auth/ykpers/ykpers-1.20.0.ebuild b/sys-auth/ykpers/ykpers-1.20.0.ebuild
deleted file mode 100644
index a77b20b63462..000000000000
--- a/sys-auth/ykpers/ykpers-1.20.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools udev
-
-DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
-SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
-
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-SLOT="0"
-LICENSE="BSD-2"
-IUSE="static-libs"
-
-DEPEND="
-	dev-libs/json-c:=
-	>=sys-auth/libyubikey-1.6
-	virtual/libusb:1"
-BDEPEND="
-	app-text/asciidoc
-	virtual/pkgconfig"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/yubikey-personalization-${PV}"
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.20.0-fix-gcc10-fno-common.patch
-	"${FILESDIR}"/${PN}-1.20.0-json-boolean.patch
-)
-
-DOCS=( doc/. AUTHORS NEWS README )
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		--libdir=/usr/$(get_libdir)
-		--localstatedir=/var
-		$(use_enable static-libs static)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-
-	udev_dorules 69-yubikey.rules
-
-	find "${D}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2022-09-01 19:14 Sam James
  0 siblings, 0 replies; 39+ messages in thread
From: Sam James @ 2022-09-01 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     f58767f19ce22cefa7e85adfae251f482a706455
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 19:12:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 19:12:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58767f1

sys-auth/ykpers: Stabilize 1.20.0-r1 x86, #867871

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.20.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/ykpers-1.20.0-r1.ebuild b/sys-auth/ykpers/ykpers-1.20.0-r1.ebuild
index 6a87ebcddef0..a6c1aeee4cbe 100644
--- a/sys-auth/ykpers/ykpers-1.20.0-r1.ebuild
+++ b/sys-auth/ykpers/ykpers-1.20.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Yubico/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="dev-libs/json-c:=
 	>=sys-auth/libyubikey-1.6


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2022-09-01 19:14 Sam James
  0 siblings, 0 replies; 39+ messages in thread
From: Sam James @ 2022-09-01 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c7c6313506d5718d0e42f812b2f801c830381f13
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 19:11:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 19:11:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c63135

sys-auth/ykpers: Stabilize 1.20.0-r1 amd64, #867871

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.20.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/ykpers-1.20.0-r1.ebuild b/sys-auth/ykpers/ykpers-1.20.0-r1.ebuild
index 839ecf070e7e..6a87ebcddef0 100644
--- a/sys-auth/ykpers/ykpers-1.20.0-r1.ebuild
+++ b/sys-auth/ykpers/ykpers-1.20.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Yubico/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> $
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="dev-libs/json-c:=
 	>=sys-auth/libyubikey-1.6


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2022-06-15  9:53 Marek Szuba
  0 siblings, 0 replies; 39+ messages in thread
From: Marek Szuba @ 2022-06-15  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     4b8d933eca47b522ab4d30f9474a153143b9d615
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 09:28:46 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 09:53:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8d933e

sys-auth/ykpers: general overhaul

Update to EAPI 8, drop IUSE=static-libs, call udev_reload, cosmetics.

Closes: https://bugs.gentoo.org/851906
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.20.0-r1.ebuild | 61 +++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)

diff --git a/sys-auth/ykpers/ykpers-1.20.0-r1.ebuild b/sys-auth/ykpers/ykpers-1.20.0-r1.ebuild
new file mode 100644
index 000000000000..839ecf070e7e
--- /dev/null
+++ b/sys-auth/ykpers/ykpers-1.20.0-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools udev
+
+MY_PN="yubikey-personalization"
+
+DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
+HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
+SRC_URI="https://github.com/Yubico/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="dev-libs/json-c:=
+	>=sys-auth/libyubikey-1.6
+	virtual/libusb:1"
+DEPEND="${RDEPEND}"
+BDEPEND="app-text/asciidoc
+	virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.20.0-fix-gcc10-fno-common.patch
+	"${FILESDIR}"/${PN}-1.20.0-json-boolean.patch
+)
+
+DOCS=( doc/. AUTHORS NEWS README )
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--libdir=/usr/$(get_libdir)
+		--localstatedir=/var
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	udev_dorules 69-yubikey.rules
+
+	find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	udev_reload
+}
+
+pkg_postrm() {
+	udev_reload
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2021-10-10 20:44 Marek Szuba
  0 siblings, 0 replies; 39+ messages in thread
From: Marek Szuba @ 2021-10-10 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ca8cfeda964990f8c2cbb02f4fbb58c0d56e534a
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 20:17:44 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 20:44:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8cfeda

sys-auth/ykpers: keyword 1.20.0 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.20.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/ykpers/ykpers-1.20.0.ebuild b/sys-auth/ykpers/ykpers-1.20.0.ebuild
index d2134a08232..a77b20b6346 100644
--- a/sys-auth/ykpers/ykpers-1.20.0.ebuild
+++ b/sys-auth/ykpers/ykpers-1.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
 SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="static-libs"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2021-09-13 16:26 Marek Szuba
  0 siblings, 0 replies; 39+ messages in thread
From: Marek Szuba @ 2021-09-13 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a668b440510b92faa6844a498d720acff40b3566
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 16:25:13 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Sep 13 16:25:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a668b440

sys-auth/ykpers: add self as maintainer

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sys-auth/ykpers/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/metadata.xml b/sys-auth/ykpers/metadata.xml
index 8ae0489de78..27e560a3882 100644
--- a/sys-auth/ykpers/metadata.xml
+++ b/sys-auth/ykpers/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>marecki@gentoo.org</email>
+		<name>Marek Szuba</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">Yubico/yubikey-personalization</remote-id>
 		<bugs-to>https://github.com/Yubico/yubikey-personalization/issues</bugs-to>


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2021-09-13 16:26 Marek Szuba
  0 siblings, 0 replies; 39+ messages in thread
From: Marek Szuba @ 2021-09-13 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     15b0f42ca12de2755abd3a6493d85f41cd2bd6fa
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 16:25:04 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Sep 13 16:25:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b0f42c

sys-auth/ykpers: fix metadata indentation

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sys-auth/ykpers/metadata.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-auth/ykpers/metadata.xml b/sys-auth/ykpers/metadata.xml
index 82d9657f833..8ae0489de78 100644
--- a/sys-auth/ykpers/metadata.xml
+++ b/sys-auth/ykpers/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="github">Yubico/yubikey-personalization</remote-id>
-    <bugs-to>https://github.com/Yubico/yubikey-personalization/issues</bugs-to>
-  </upstream>
+	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">Yubico/yubikey-personalization</remote-id>
+		<bugs-to>https://github.com/Yubico/yubikey-personalization/issues</bugs-to>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2021-08-10  0:22 Göktürk Yüksek
  0 siblings, 0 replies; 39+ messages in thread
From: Göktürk Yüksek @ 2021-08-10  0:22 UTC (permalink / raw
  To: gentoo-commits

commit:     a0d2bbb6b4d5461f13e9350e21f0eddb0449c3b0
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 00:03:33 2021 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 00:21:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d2bbb6

sys-auth/ykpers: drop to maintainer-needed

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>

 sys-auth/ykpers/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-auth/ykpers/metadata.xml b/sys-auth/ykpers/metadata.xml
index 0263462089b..c337af02199 100644
--- a/sys-auth/ykpers/metadata.xml
+++ b/sys-auth/ykpers/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>gokturk@gentoo.org</email>
-    <name>Göktürk Yüksek</name>
-  </maintainer>
+  <!-- maintainer-needed -->
   <upstream>
     <remote-id type="github">Yubico/yubikey-personalization</remote-id>
     <bugs-to>https://github.com/Yubico/yubikey-personalization/issues</bugs-to>


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2021-01-04 20:14 Andreas K. Hüttel
  0 siblings, 0 replies; 39+ messages in thread
From: Andreas K. Hüttel @ 2021-01-04 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     d99d901f69e1a495bc171cd7df214a111d1826ec
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 18:48:01 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 20:14:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99d901f

sys-auth/ykpers: Remove old

Bug: https://bugs.gentoo.org/706848
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 sys-auth/ykpers/Manifest                |  1 -
 sys-auth/ykpers/ykpers-1.19.3-r1.ebuild | 50 ---------------------------------
 2 files changed, 51 deletions(-)

diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
index 75bb2f3628a..30bdb1555fd 100644
--- a/sys-auth/ykpers/Manifest
+++ b/sys-auth/ykpers/Manifest
@@ -1,2 +1 @@
-DIST ykpers-1.19.3.tar.gz 127789 BLAKE2B 8dfc2751be92e69fcf98f5dc75d87eb170a4f70ff13faa321a85d4a04e27818823acbf02284ba23cb78ea758111513457ced4cdaa6961621a91f68b059eff378 SHA512 436c9807e488f7b324b892da7bfc7ea93e2b746cc3ae075822e9e8bfe478ef8e61c194127e5d4f50f6c1d9512292640d033464cceb6b8a18069411ff7993cc52
 DIST ykpers-1.20.0.tar.gz 127975 BLAKE2B 8753332be4df3eeb6ef0489782037fca12883a263d5697cfaee901763e4698ca5415953da1c2f8b3512de041c1e78735c03a5e6ea2101c71ada36d4e6d5d3d2d SHA512 a38b26700793f0a801e5f5889bbbce4a3f728d22aaecf8d0890f1b5135e67bed16a78b7a36dbc323c5d296901f6dd420fa658a982492a0cd9f0bbf95a5fbc823

diff --git a/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild b/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
deleted file mode 100644
index 88bc388c29c..00000000000
--- a/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools udev
-
-DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
-SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-LICENSE="BSD-2"
-IUSE="static-libs"
-
-DEPEND="
-	dev-libs/json-c:=
-	>=sys-auth/libyubikey-1.6
-	virtual/libusb:1"
-BDEPEND="
-	app-text/asciidoc
-	virtual/pkgconfig"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/yubikey-personalization-${PV}"
-
-DOCS=( doc/. AUTHORS NEWS README )
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		--libdir=/usr/$(get_libdir)
-		--localstatedir=/var
-		$(use_enable static-libs static)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-
-	udev_dorules 69-yubikey.rules
-
-	find "${D}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2020-10-04 19:46 Mikle Kolyada
  0 siblings, 0 replies; 39+ messages in thread
From: Mikle Kolyada @ 2020-10-04 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6f3d9d11cb5e6fe29f163667c632f1673309270c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 19:45:04 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 19:45:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3d9d11

sys-auth/ykpers: remove consolekit support

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sys-auth/ykpers/metadata.xml            |  6 ------
 sys-auth/ykpers/ykpers-1.19.3-r1.ebuild | 11 +++--------
 sys-auth/ykpers/ykpers-1.20.0.ebuild    |  9 ++-------
 3 files changed, 5 insertions(+), 21 deletions(-)

diff --git a/sys-auth/ykpers/metadata.xml b/sys-auth/ykpers/metadata.xml
index 46e7a0ccd48..0263462089b 100644
--- a/sys-auth/ykpers/metadata.xml
+++ b/sys-auth/ykpers/metadata.xml
@@ -9,10 +9,4 @@
     <remote-id type="github">Yubico/yubikey-personalization</remote-id>
     <bugs-to>https://github.com/Yubico/yubikey-personalization/issues</bugs-to>
   </upstream>
-  <use>
-    <flag name="consolekit">
-      Use <pkg>sys-auth/consolekit</pkg> and <pkg>virtual/udev</pkg>
-      to allow access to the YubiKey HID device to the console user.
-    </flag>
-  </use>
 </pkgmetadata>

diff --git a/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild b/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
index fbbae20cc15..88bc388c29c 100644
--- a/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
+++ b/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 KEYWORDS="amd64 x86"
 SLOT="0"
 LICENSE="BSD-2"
-IUSE="consolekit static-libs"
+IUSE="static-libs"
 
 DEPEND="
 	dev-libs/json-c:=
@@ -21,9 +21,7 @@ DEPEND="
 BDEPEND="
 	app-text/asciidoc
 	virtual/pkgconfig"
-RDEPEND="${DEPEND}
-	consolekit? ( sys-auth/consolekit[acl] )
-"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/yubikey-personalization-${PV}"
 
@@ -47,9 +45,6 @@ src_install() {
 	default
 
 	udev_dorules 69-yubikey.rules
-	if use consolekit ; then
-		udev_dorules 70-yubikey.rules
-	fi
 
 	find "${D}" -name '*.la' -delete || die
 }

diff --git a/sys-auth/ykpers/ykpers-1.20.0.ebuild b/sys-auth/ykpers/ykpers-1.20.0.ebuild
index e864d1dbc2b..d2134a08232 100644
--- a/sys-auth/ykpers/ykpers-1.20.0.ebuild
+++ b/sys-auth/ykpers/ykpers-1.20.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 SLOT="0"
 LICENSE="BSD-2"
-IUSE="consolekit static-libs"
+IUSE="static-libs"
 
 DEPEND="
 	dev-libs/json-c:=
@@ -21,9 +21,7 @@ DEPEND="
 BDEPEND="
 	app-text/asciidoc
 	virtual/pkgconfig"
-RDEPEND="${DEPEND}
-	consolekit? ( sys-auth/consolekit[acl] )
-"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/yubikey-personalization-${PV}"
 PATCHES=(
@@ -51,9 +49,6 @@ src_install() {
 	default
 
 	udev_dorules 69-yubikey.rules
-	if use consolekit ; then
-		udev_dorules 70-yubikey.rules
-	fi
 
 	find "${D}" -name '*.la' -delete || die
 }


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2020-09-07  7:35 Sergei Trofimovich
  0 siblings, 0 replies; 39+ messages in thread
From: Sergei Trofimovich @ 2020-09-07  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     205c00df0a89d83162839dc2788f70860d0ed291
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 07:34:22 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 07:35:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205c00df

sys-auth/ykpers: keyworded 1.20.0 for ppc64

keyworded wrt bug #737514

Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/ykpers-1.20.0.ebuild b/sys-auth/ykpers/ykpers-1.20.0.ebuild
index f787df6a214..e864d1dbc2b 100644
--- a/sys-auth/ykpers/ykpers-1.20.0.ebuild
+++ b/sys-auth/ykpers/ykpers-1.20.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
 SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="consolekit static-libs"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2020-05-18 15:13 Agostino Sarubbo
  0 siblings, 0 replies; 39+ messages in thread
From: Agostino Sarubbo @ 2020-05-18 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     e062b87b3567927708feed12733fd8ed8fb7b4ff
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 15:13:13 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 18 15:13:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e062b87b

sys-auth/ykpers: x86 stable wrt bug #723294

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/ykpers-1.20.0.ebuild b/sys-auth/ykpers/ykpers-1.20.0.ebuild
index 1b1c661024c..f787df6a214 100644
--- a/sys-auth/ykpers/ykpers-1.20.0.ebuild
+++ b/sys-auth/ykpers/ykpers-1.20.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
 SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="consolekit static-libs"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2020-05-18 15:08 Agostino Sarubbo
  0 siblings, 0 replies; 39+ messages in thread
From: Agostino Sarubbo @ 2020-05-18 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     8caf52027e7a95af3a1e6eb288f321b7ff5a8687
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 15:08:39 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 18 15:08:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8caf5202

sys-auth/ykpers: amd64 stable wrt bug #723294

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/ykpers-1.20.0.ebuild b/sys-auth/ykpers/ykpers-1.20.0.ebuild
index 6dda194e980..1b1c661024c 100644
--- a/sys-auth/ykpers/ykpers-1.20.0.ebuild
+++ b/sys-auth/ykpers/ykpers-1.20.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
 SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="consolekit static-libs"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2020-05-09  8:47 Mart Raudsepp
  0 siblings, 0 replies; 39+ messages in thread
From: Mart Raudsepp @ 2020-05-09  8:47 UTC (permalink / raw
  To: gentoo-commits

commit:     6a777f6a61e926eefedd7281bb5ca07041ec5efe
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sat May  9 02:47:09 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May  9 08:47:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a777f6a

sys-auth/ykpers: arm64 keyworded (bug #721666)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/ykpers-1.20.0.ebuild b/sys-auth/ykpers/ykpers-1.20.0.ebuild
index ec05491e8e0..6dda194e980 100644
--- a/sys-auth/ykpers/ykpers-1.20.0.ebuild
+++ b/sys-auth/ykpers/ykpers-1.20.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
 SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="consolekit static-libs"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2019-12-02 21:07 Göktürk Yüksek
  0 siblings, 0 replies; 39+ messages in thread
From: Göktürk Yüksek @ 2019-12-02 21:07 UTC (permalink / raw
  To: gentoo-commits

commit:     4d2c2f5011c6e8a571689a22d88f117466dd7a3f
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 19:53:30 2019 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 21:07:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2c2f50

sys-auth/ykpers: remove old

Package-Manager: Portage-2.3.69, Repoman-2.3.14
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>

 sys-auth/ykpers/Manifest             |  3 ---
 sys-auth/ykpers/ykpers-1.18.0.ebuild | 45 ---------------------------------
 sys-auth/ykpers/ykpers-1.18.1.ebuild | 47 -----------------------------------
 sys-auth/ykpers/ykpers-1.19.0.ebuild | 48 ------------------------------------
 4 files changed, 143 deletions(-)

diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
index 1b43a48213f..75bb2f3628a 100644
--- a/sys-auth/ykpers/Manifest
+++ b/sys-auth/ykpers/Manifest
@@ -1,5 +1,2 @@
-DIST ykpers-1.18.0.tar.gz 124932 BLAKE2B 48e7045429081c1e577ca560b3a10a4cc380820add40526dbb2a8e0fe347eae79c1dff8335c5363148da55cb374e193230ecb6273b08566ef94959848ceb848e SHA512 d636fcabf94a3fb48841572b7b0f03a12a3b3243b11ed7377654d01c33c7282dc321ee13b13c1ee3f2a49fc5015e326a96ef5bc1594b8592d07c1e5aa0521d20
-DIST ykpers-1.18.1.tar.gz 125397 BLAKE2B 7393373414f9f2f9474408c86b8abba0f2034f5908ab8c14fd1dbf9acab40994b43b19031a58f5e889acaf289869b82bd429199237da173e3fa19154b4424374 SHA512 faf9c98fc41a64ae17e2002cd22e89fa2f51de9941aa6eb10c49aa78fd2e2867a5d47fc91fd91ab8e916117cba08629f3f1b076d91698ac2fee6e43366d948a8
-DIST ykpers-1.19.0.tar.gz 125960 BLAKE2B 8b0ce106ec0c6e390f13e960f26d64bf17e4f481f8bf4cdfb29f050bdbcc9f73750993caa00c46f6bc0c59a8cef0891d2d4fa97cea96084b0c9a762adfc3f81a SHA512 413f81325782f0d71501d3dbf5aaaf646bd5dc02d87308a7f650044dfe860dc13b7cef11afa8794df3049c729e10da33ffad86e3f148ac429ee64685bf0fe56e
 DIST ykpers-1.19.3.tar.gz 127789 BLAKE2B 8dfc2751be92e69fcf98f5dc75d87eb170a4f70ff13faa321a85d4a04e27818823acbf02284ba23cb78ea758111513457ced4cdaa6961621a91f68b059eff378 SHA512 436c9807e488f7b324b892da7bfc7ea93e2b746cc3ae075822e9e8bfe478ef8e61c194127e5d4f50f6c1d9512292640d033464cceb6b8a18069411ff7993cc52
 DIST ykpers-1.20.0.tar.gz 127975 BLAKE2B 8753332be4df3eeb6ef0489782037fca12883a263d5697cfaee901763e4698ca5415953da1c2f8b3512de041c1e78735c03a5e6ea2101c71ada36d4e6d5d3d2d SHA512 a38b26700793f0a801e5f5889bbbce4a3f728d22aaecf8d0890f1b5135e67bed16a78b7a36dbc323c5d296901f6dd420fa658a982492a0cd9f0bbf95a5fbc823

diff --git a/sys-auth/ykpers/ykpers-1.18.0.ebuild b/sys-auth/ykpers/ykpers-1.18.0.ebuild
deleted file mode 100644
index f752624fdd0..00000000000
--- a/sys-auth/ykpers/ykpers-1.18.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools udev
-
-DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
-SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-LICENSE="BSD-2"
-IUSE="static-libs consolekit"
-
-RDEPEND="
-	>=sys-auth/libyubikey-1.6
-	virtual/libusb:1"
-DEPEND="${RDEPEND}
-	app-text/asciidoc
-	virtual/pkgconfig"
-RDEPEND="${RDEPEND}
-	consolekit? ( sys-auth/consolekit[acl] )"
-
-S="${WORKDIR}/yubikey-personalization-${PV}"
-
-DOCS=( doc/. AUTHORS NEWS README )
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--libdir=/usr/$(get_libdir) \
-		--localstatedir=/var \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	use consolekit && udev_dorules *.rules
-}

diff --git a/sys-auth/ykpers/ykpers-1.18.1.ebuild b/sys-auth/ykpers/ykpers-1.18.1.ebuild
deleted file mode 100644
index 0ffb8502d96..00000000000
--- a/sys-auth/ykpers/ykpers-1.18.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools udev
-
-DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
-SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="BSD-2"
-IUSE="static-libs consolekit"
-
-RDEPEND="
-	>=sys-auth/libyubikey-1.6
-	virtual/libusb:1"
-DEPEND="${RDEPEND}
-	app-text/asciidoc
-	virtual/pkgconfig"
-RDEPEND="${RDEPEND}
-	consolekit? ( sys-auth/consolekit[acl] )"
-
-S="${WORKDIR}/yubikey-personalization-${PV}"
-
-DOCS=( doc/. AUTHORS NEWS README )
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--libdir=/usr/$(get_libdir) \
-		--localstatedir=/var \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	use consolekit && udev_dorules *.rules
-
-	find "${D}" -name '*.la' -delete || die
-}

diff --git a/sys-auth/ykpers/ykpers-1.19.0.ebuild b/sys-auth/ykpers/ykpers-1.19.0.ebuild
deleted file mode 100644
index 264c412f26d..00000000000
--- a/sys-auth/ykpers/ykpers-1.19.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools udev
-
-DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
-SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-LICENSE="BSD-2"
-IUSE="static-libs consolekit"
-
-RDEPEND="
-	dev-libs/json-c:=
-	>=sys-auth/libyubikey-1.6
-	virtual/libusb:1"
-DEPEND="${RDEPEND}
-	app-text/asciidoc
-	virtual/pkgconfig"
-RDEPEND="${RDEPEND}
-	consolekit? ( sys-auth/consolekit[acl] )"
-
-S="${WORKDIR}/yubikey-personalization-${PV}"
-
-DOCS=( doc/. AUTHORS NEWS README )
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--libdir=/usr/$(get_libdir) \
-		--localstatedir=/var \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	use consolekit && udev_dorules *.rules
-
-	find "${D}" -name '*.la' -delete || die
-}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2019-12-02 21:07 Göktürk Yüksek
  0 siblings, 0 replies; 39+ messages in thread
From: Göktürk Yüksek @ 2019-12-02 21:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6044543a51420f5567e9871d23eb4c72082b1443
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 19:48:25 2019 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 21:07:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6044543a

sys-auth/ykpers: bump to 1.20.0

Package-Manager: Portage-2.3.69, Repoman-2.3.14
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>

 sys-auth/ykpers/Manifest             |  1 +
 sys-auth/ykpers/ykpers-1.20.0.ebuild | 55 ++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
index 5d485cb9202..1b43a48213f 100644
--- a/sys-auth/ykpers/Manifest
+++ b/sys-auth/ykpers/Manifest
@@ -2,3 +2,4 @@ DIST ykpers-1.18.0.tar.gz 124932 BLAKE2B 48e7045429081c1e577ca560b3a10a4cc380820
 DIST ykpers-1.18.1.tar.gz 125397 BLAKE2B 7393373414f9f2f9474408c86b8abba0f2034f5908ab8c14fd1dbf9acab40994b43b19031a58f5e889acaf289869b82bd429199237da173e3fa19154b4424374 SHA512 faf9c98fc41a64ae17e2002cd22e89fa2f51de9941aa6eb10c49aa78fd2e2867a5d47fc91fd91ab8e916117cba08629f3f1b076d91698ac2fee6e43366d948a8
 DIST ykpers-1.19.0.tar.gz 125960 BLAKE2B 8b0ce106ec0c6e390f13e960f26d64bf17e4f481f8bf4cdfb29f050bdbcc9f73750993caa00c46f6bc0c59a8cef0891d2d4fa97cea96084b0c9a762adfc3f81a SHA512 413f81325782f0d71501d3dbf5aaaf646bd5dc02d87308a7f650044dfe860dc13b7cef11afa8794df3049c729e10da33ffad86e3f148ac429ee64685bf0fe56e
 DIST ykpers-1.19.3.tar.gz 127789 BLAKE2B 8dfc2751be92e69fcf98f5dc75d87eb170a4f70ff13faa321a85d4a04e27818823acbf02284ba23cb78ea758111513457ced4cdaa6961621a91f68b059eff378 SHA512 436c9807e488f7b324b892da7bfc7ea93e2b746cc3ae075822e9e8bfe478ef8e61c194127e5d4f50f6c1d9512292640d033464cceb6b8a18069411ff7993cc52
+DIST ykpers-1.20.0.tar.gz 127975 BLAKE2B 8753332be4df3eeb6ef0489782037fca12883a263d5697cfaee901763e4698ca5415953da1c2f8b3512de041c1e78735c03a5e6ea2101c71ada36d4e6d5d3d2d SHA512 a38b26700793f0a801e5f5889bbbce4a3f728d22aaecf8d0890f1b5135e67bed16a78b7a36dbc323c5d296901f6dd420fa658a982492a0cd9f0bbf95a5fbc823

diff --git a/sys-auth/ykpers/ykpers-1.20.0.ebuild b/sys-auth/ykpers/ykpers-1.20.0.ebuild
new file mode 100644
index 00000000000..4db6dbd05bb
--- /dev/null
+++ b/sys-auth/ykpers/ykpers-1.20.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools udev
+
+DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
+SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="BSD-2"
+IUSE="consolekit static-libs"
+
+DEPEND="
+	dev-libs/json-c:=
+	>=sys-auth/libyubikey-1.6
+	virtual/libusb:1"
+BDEPEND="
+	app-text/asciidoc
+	virtual/pkgconfig"
+RDEPEND="${DEPEND}
+	consolekit? ( sys-auth/consolekit[acl] )
+"
+
+S="${WORKDIR}/yubikey-personalization-${PV}"
+
+DOCS=( doc/. AUTHORS NEWS README )
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--libdir=/usr/$(get_libdir)
+		--localstatedir=/var
+		$(use_enable static-libs static)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	udev_dorules 69-yubikey.rules
+	if use consolekit ; then
+		udev_dorules 70-yubikey.rules
+	fi
+
+	find "${D}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2019-08-06  9:42 Agostino Sarubbo
  0 siblings, 0 replies; 39+ messages in thread
From: Agostino Sarubbo @ 2019-08-06  9:42 UTC (permalink / raw
  To: gentoo-commits

commit:     2229cadf85564eb4fd9406d004712fcfe3679cd3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 09:41:26 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 09:41:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2229cadf

sys-auth/ykpers: x86 stable wrt bug #686092

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.19.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild b/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
index c4adc7fb331..fbbae20cc15 100644
--- a/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
+++ b/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
 SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="consolekit static-libs"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2019-08-06  8:00 Agostino Sarubbo
  0 siblings, 0 replies; 39+ messages in thread
From: Agostino Sarubbo @ 2019-08-06  8:00 UTC (permalink / raw
  To: gentoo-commits

commit:     8dc7bb61c98cbfdd3f4031a33481b9a2db8da6e4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 07:59:50 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 07:59:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc7bb61

sys-auth/ykpers: amd64 stable wrt bug #686092

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.19.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild b/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
index 4db6dbd05bb..c4adc7fb331 100644
--- a/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
+++ b/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
 SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="consolekit static-libs"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2019-06-05 15:35 Lars Wendler
  0 siblings, 0 replies; 39+ messages in thread
From: Lars Wendler @ 2019-06-05 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     2ac915e3420ee11837d5c3e9e512b49b544c1160
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 15:30:43 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 15:35:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac915e3

sys-auth/ykpers: Revbump to remove elogind USE flag.

It turned out, one udev rule requires udev-acl from consolekit...

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 .../{ykpers-1.19.3.ebuild => ykpers-1.19.3-r1.ebuild}     | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/sys-auth/ykpers/ykpers-1.19.3.ebuild b/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
similarity index 79%
rename from sys-auth/ykpers/ykpers-1.19.3.ebuild
rename to sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
index 26d2f29dd56..4db6dbd05bb 100644
--- a/sys-auth/ykpers/ykpers-1.19.3.ebuild
+++ b/sys-auth/ykpers/ykpers-1.19.3-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 LICENSE="BSD-2"
-IUSE="consolekit elogind static-libs"
+IUSE="consolekit static-libs"
 
 DEPEND="
 	dev-libs/json-c:=
@@ -23,11 +23,8 @@ BDEPEND="
 	virtual/pkgconfig"
 RDEPEND="${DEPEND}
 	consolekit? ( sys-auth/consolekit[acl] )
-	elogind? ( sys-auth/elogind[acl] )
 "
 
-REQUIRED_USE="?? ( consolekit elogind )"
-
 S="${WORKDIR}/yubikey-personalization-${PV}"
 
 DOCS=( doc/. AUTHORS NEWS README )
@@ -35,10 +32,6 @@ DOCS=( doc/. AUTHORS NEWS README )
 src_prepare() {
 	default
 	eautoreconf
-
-	if use elogind ; then
-		sed '/TEST==/d' -i 70-yubikey.rules || die
-	fi
 }
 
 src_configure() {
@@ -52,8 +45,10 @@ src_configure() {
 
 src_install() {
 	default
-	if use consolekit || use elogind ; then
-		udev_dorules *.rules
+
+	udev_dorules 69-yubikey.rules
+	if use consolekit ; then
+		udev_dorules 70-yubikey.rules
 	fi
 
 	find "${D}" -name '*.la' -delete || die


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2019-05-16  9:37 Lars Wendler
  0 siblings, 0 replies; 39+ messages in thread
From: Lars Wendler @ 2019-05-16  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     862c3db8778393eeb1681ae97fbf831f6f44dd09
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 09:37:21 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu May 16 09:37:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862c3db8

sys-auth/ykpers: Relaxed REQUIRED_USE a bit

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.19.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/ykpers-1.19.3.ebuild b/sys-auth/ykpers/ykpers-1.19.3.ebuild
index a014641d7eb..26d2f29dd56 100644
--- a/sys-auth/ykpers/ykpers-1.19.3.ebuild
+++ b/sys-auth/ykpers/ykpers-1.19.3.ebuild
@@ -26,7 +26,7 @@ RDEPEND="${DEPEND}
 	elogind? ( sys-auth/elogind[acl] )
 "
 
-REQUIRED_USE="^^ ( consolekit elogind )"
+REQUIRED_USE="?? ( consolekit elogind )"
 
 S="${WORKDIR}/yubikey-personalization-${PV}"
 


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2019-05-16  8:13 Manuel Rüger
  0 siblings, 0 replies; 39+ messages in thread
From: Manuel Rüger @ 2019-05-16  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     8811a0455941390aa7774b9d47b425ceae6edeef
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 08:09:29 2019 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu May 16 08:12:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8811a045

sys-auth/ykpers: Version bump to 1.19.3

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>

 sys-auth/ykpers/Manifest             |  1 +
 sys-auth/ykpers/ykpers-1.19.3.ebuild | 48 ++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
index c2587c06748..5d485cb9202 100644
--- a/sys-auth/ykpers/Manifest
+++ b/sys-auth/ykpers/Manifest
@@ -1,3 +1,4 @@
 DIST ykpers-1.18.0.tar.gz 124932 BLAKE2B 48e7045429081c1e577ca560b3a10a4cc380820add40526dbb2a8e0fe347eae79c1dff8335c5363148da55cb374e193230ecb6273b08566ef94959848ceb848e SHA512 d636fcabf94a3fb48841572b7b0f03a12a3b3243b11ed7377654d01c33c7282dc321ee13b13c1ee3f2a49fc5015e326a96ef5bc1594b8592d07c1e5aa0521d20
 DIST ykpers-1.18.1.tar.gz 125397 BLAKE2B 7393373414f9f2f9474408c86b8abba0f2034f5908ab8c14fd1dbf9acab40994b43b19031a58f5e889acaf289869b82bd429199237da173e3fa19154b4424374 SHA512 faf9c98fc41a64ae17e2002cd22e89fa2f51de9941aa6eb10c49aa78fd2e2867a5d47fc91fd91ab8e916117cba08629f3f1b076d91698ac2fee6e43366d948a8
 DIST ykpers-1.19.0.tar.gz 125960 BLAKE2B 8b0ce106ec0c6e390f13e960f26d64bf17e4f481f8bf4cdfb29f050bdbcc9f73750993caa00c46f6bc0c59a8cef0891d2d4fa97cea96084b0c9a762adfc3f81a SHA512 413f81325782f0d71501d3dbf5aaaf646bd5dc02d87308a7f650044dfe860dc13b7cef11afa8794df3049c729e10da33ffad86e3f148ac429ee64685bf0fe56e
+DIST ykpers-1.19.3.tar.gz 127789 BLAKE2B 8dfc2751be92e69fcf98f5dc75d87eb170a4f70ff13faa321a85d4a04e27818823acbf02284ba23cb78ea758111513457ced4cdaa6961621a91f68b059eff378 SHA512 436c9807e488f7b324b892da7bfc7ea93e2b746cc3ae075822e9e8bfe478ef8e61c194127e5d4f50f6c1d9512292640d033464cceb6b8a18069411ff7993cc52

diff --git a/sys-auth/ykpers/ykpers-1.19.3.ebuild b/sys-auth/ykpers/ykpers-1.19.3.ebuild
new file mode 100644
index 00000000000..1996fb57cb4
--- /dev/null
+++ b/sys-auth/ykpers/ykpers-1.19.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools udev
+
+DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
+SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="BSD-2"
+IUSE="static-libs consolekit"
+
+RDEPEND="
+	dev-libs/json-c:=
+	>=sys-auth/libyubikey-1.6
+	virtual/libusb:1"
+DEPEND="${RDEPEND}
+	app-text/asciidoc
+	virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+	consolekit? ( sys-auth/consolekit[acl] )"
+
+S="${WORKDIR}/yubikey-personalization-${PV}"
+
+DOCS=( doc/. AUTHORS NEWS README )
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--libdir=/usr/$(get_libdir) \
+		--localstatedir=/var \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	use consolekit && udev_dorules *.rules
+
+	find "${D}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2019-02-27 13:11 Michael Palimaka
  0 siblings, 0 replies; 39+ messages in thread
From: Michael Palimaka @ 2019-02-27 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     0255633c45bb321024ee75d23d89024a108cce0d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 27 13:09:51 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Feb 27 13:10:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0255633c

sys-auth/ykpers: add subslot operator for dev-libs/json-c

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/ykpers-1.19.0.ebuild b/sys-auth/ykpers/ykpers-1.19.0.ebuild
index e0c58c57688..264c412f26d 100644
--- a/sys-auth/ykpers/ykpers-1.19.0.ebuild
+++ b/sys-auth/ykpers/ykpers-1.19.0.ebuild
@@ -15,7 +15,7 @@ LICENSE="BSD-2"
 IUSE="static-libs consolekit"
 
 RDEPEND="
-	dev-libs/json-c
+	dev-libs/json-c:=
 	>=sys-auth/libyubikey-1.6
 	virtual/libusb:1"
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2019-02-22 10:17 Mikle Kolyada
  0 siblings, 0 replies; 39+ messages in thread
From: Mikle Kolyada @ 2019-02-22 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     bff3ac60139de10b1643dfcf98858c4fa01add60
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 10:17:05 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 10:17:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff3ac60

sys-auth/ykpers: amd64 stable wrt bug #671306

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 sys-auth/ykpers/ykpers-1.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/ykpers-1.19.0.ebuild b/sys-auth/ykpers/ykpers-1.19.0.ebuild
index 8867f877efc..e0c58c57688 100644
--- a/sys-auth/ykpers/ykpers-1.19.0.ebuild
+++ b/sys-auth/ykpers/ykpers-1.19.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
 SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="static-libs consolekit"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2019-02-20 21:50 Thomas Deutschmann
  0 siblings, 0 replies; 39+ messages in thread
From: Thomas Deutschmann @ 2019-02-20 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     92749c64d98ec44f4f09a5145a2b5819048e05ac
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 20 21:48:39 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Feb 20 21:49:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92749c64

sys-auth/ykpers: x86 stable (bug #671306)

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-auth/ykpers/ykpers-1.19.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/ykpers/ykpers-1.19.0.ebuild b/sys-auth/ykpers/ykpers-1.19.0.ebuild
index 7bbdcf401e9..8867f877efc 100644
--- a/sys-auth/ykpers/ykpers-1.19.0.ebuild
+++ b/sys-auth/ykpers/ykpers-1.19.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
 SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="static-libs consolekit"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2018-10-02 19:36 Richard Farina
  0 siblings, 0 replies; 39+ messages in thread
From: Richard Farina @ 2018-10-02 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d0aed3aad5fc31e0b6865dd8cbad10637f49a385
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  2 19:32:21 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Oct  2 19:32:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0aed3aa

sys-auth/ykpers: bump

required for newer ykman

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 sys-auth/ykpers/Manifest             |  1 +
 sys-auth/ykpers/ykpers-1.19.0.ebuild | 48 ++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
index 91121948b3f..c2587c06748 100644
--- a/sys-auth/ykpers/Manifest
+++ b/sys-auth/ykpers/Manifest
@@ -1,2 +1,3 @@
 DIST ykpers-1.18.0.tar.gz 124932 BLAKE2B 48e7045429081c1e577ca560b3a10a4cc380820add40526dbb2a8e0fe347eae79c1dff8335c5363148da55cb374e193230ecb6273b08566ef94959848ceb848e SHA512 d636fcabf94a3fb48841572b7b0f03a12a3b3243b11ed7377654d01c33c7282dc321ee13b13c1ee3f2a49fc5015e326a96ef5bc1594b8592d07c1e5aa0521d20
 DIST ykpers-1.18.1.tar.gz 125397 BLAKE2B 7393373414f9f2f9474408c86b8abba0f2034f5908ab8c14fd1dbf9acab40994b43b19031a58f5e889acaf289869b82bd429199237da173e3fa19154b4424374 SHA512 faf9c98fc41a64ae17e2002cd22e89fa2f51de9941aa6eb10c49aa78fd2e2867a5d47fc91fd91ab8e916117cba08629f3f1b076d91698ac2fee6e43366d948a8
+DIST ykpers-1.19.0.tar.gz 125960 BLAKE2B 8b0ce106ec0c6e390f13e960f26d64bf17e4f481f8bf4cdfb29f050bdbcc9f73750993caa00c46f6bc0c59a8cef0891d2d4fa97cea96084b0c9a762adfc3f81a SHA512 413f81325782f0d71501d3dbf5aaaf646bd5dc02d87308a7f650044dfe860dc13b7cef11afa8794df3049c729e10da33ffad86e3f148ac429ee64685bf0fe56e

diff --git a/sys-auth/ykpers/ykpers-1.19.0.ebuild b/sys-auth/ykpers/ykpers-1.19.0.ebuild
new file mode 100644
index 00000000000..7bbdcf401e9
--- /dev/null
+++ b/sys-auth/ykpers/ykpers-1.19.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools udev
+
+DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
+SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="BSD-2"
+IUSE="static-libs consolekit"
+
+RDEPEND="
+	dev-libs/json-c
+	>=sys-auth/libyubikey-1.6
+	virtual/libusb:1"
+DEPEND="${RDEPEND}
+	app-text/asciidoc
+	virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+	consolekit? ( sys-auth/consolekit[acl] )"
+
+S="${WORKDIR}/yubikey-personalization-${PV}"
+
+DOCS=( doc/. AUTHORS NEWS README )
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--libdir=/usr/$(get_libdir) \
+		--localstatedir=/var \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	use consolekit && udev_dorules *.rules
+
+	find "${D}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2018-03-04 10:19 Jason Zaman
  0 siblings, 0 replies; 39+ messages in thread
From: Jason Zaman @ 2018-03-04 10:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9f77cd8add7354db162af076b2248f4802d6bb28
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  4 09:59:25 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sun Mar  4 10:18:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f77cd8a

sys-auth/ykpers: amd64 stable

Gentoo-bug: 649424
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-auth/ykpers/ykpers-1.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/ykpers-1.18.0.ebuild b/sys-auth/ykpers/ykpers-1.18.0.ebuild
index 1d30f9d076d..f752624fdd0 100644
--- a/sys-auth/ykpers/ykpers-1.18.0.ebuild
+++ b/sys-auth/ykpers/ykpers-1.18.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
 SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="static-libs consolekit"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2018-03-04  6:51 Thomas Deutschmann
  0 siblings, 0 replies; 39+ messages in thread
From: Thomas Deutschmann @ 2018-03-04  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     9f92c9981a75a40e73f644880430bf0042b1145e
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  4 06:15:56 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Mar  4 06:45:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f92c998

sys-auth/ykpers: x86 stable (bug #649424)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-auth/ykpers/ykpers-1.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/ykpers/ykpers-1.18.0.ebuild b/sys-auth/ykpers/ykpers-1.18.0.ebuild
index 0ce22ce63b0..1d30f9d076d 100644
--- a/sys-auth/ykpers/ykpers-1.18.0.ebuild
+++ b/sys-auth/ykpers/ykpers-1.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
 SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 SLOT="0"
 LICENSE="BSD-2"
 IUSE="static-libs consolekit"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2018-03-03  5:20 Göktürk Yüksek
  0 siblings, 0 replies; 39+ messages in thread
From: Göktürk Yüksek @ 2018-03-03  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     cd851ba3a2b2df75fc0a51bedac3b2285730d629
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  3 05:19:45 2018 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 05:19:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd851ba3

sys-auth/ykpers: bump to 1.18.1 #649208

Closes: https://bugs.gentoo.org/649208
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-auth/ykpers/Manifest             |  1 +
 sys-auth/ykpers/ykpers-1.18.1.ebuild | 47 ++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
index 6d28724f6a9..91121948b3f 100644
--- a/sys-auth/ykpers/Manifest
+++ b/sys-auth/ykpers/Manifest
@@ -1 +1,2 @@
 DIST ykpers-1.18.0.tar.gz 124932 BLAKE2B 48e7045429081c1e577ca560b3a10a4cc380820add40526dbb2a8e0fe347eae79c1dff8335c5363148da55cb374e193230ecb6273b08566ef94959848ceb848e SHA512 d636fcabf94a3fb48841572b7b0f03a12a3b3243b11ed7377654d01c33c7282dc321ee13b13c1ee3f2a49fc5015e326a96ef5bc1594b8592d07c1e5aa0521d20
+DIST ykpers-1.18.1.tar.gz 125397 BLAKE2B 7393373414f9f2f9474408c86b8abba0f2034f5908ab8c14fd1dbf9acab40994b43b19031a58f5e889acaf289869b82bd429199237da173e3fa19154b4424374 SHA512 faf9c98fc41a64ae17e2002cd22e89fa2f51de9941aa6eb10c49aa78fd2e2867a5d47fc91fd91ab8e916117cba08629f3f1b076d91698ac2fee6e43366d948a8

diff --git a/sys-auth/ykpers/ykpers-1.18.1.ebuild b/sys-auth/ykpers/ykpers-1.18.1.ebuild
new file mode 100644
index 00000000000..0ffb8502d96
--- /dev/null
+++ b/sys-auth/ykpers/ykpers-1.18.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools udev
+
+DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
+SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="BSD-2"
+IUSE="static-libs consolekit"
+
+RDEPEND="
+	>=sys-auth/libyubikey-1.6
+	virtual/libusb:1"
+DEPEND="${RDEPEND}
+	app-text/asciidoc
+	virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+	consolekit? ( sys-auth/consolekit[acl] )"
+
+S="${WORKDIR}/yubikey-personalization-${PV}"
+
+DOCS=( doc/. AUTHORS NEWS README )
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--libdir=/usr/$(get_libdir) \
+		--localstatedir=/var \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	use consolekit && udev_dorules *.rules
+
+	find "${D}" -name '*.la' -delete || die
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2017-10-04  7:13 Göktürk Yüksek
  0 siblings, 0 replies; 39+ messages in thread
From: Göktürk Yüksek @ 2017-10-04  7:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7bbf0494edaf7d2e82899f5129ceca945656c0cf
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 07:12:11 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 07:12:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbf0494

sys-auth/ykpers: take over maintainership

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-auth/ykpers/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/metadata.xml b/sys-auth/ykpers/metadata.xml
index 8ab8091764b..46e7a0ccd48 100644
--- a/sys-auth/ykpers/metadata.xml
+++ b/sys-auth/ykpers/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->  
+  <maintainer type="person">
+    <email>gokturk@gentoo.org</email>
+    <name>Göktürk Yüksek</name>
+  </maintainer>
   <upstream>
     <remote-id type="github">Yubico/yubikey-personalization</remote-id>
     <bugs-to>https://github.com/Yubico/yubikey-personalization/issues</bugs-to>


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2017-10-03  7:09 Jonas Stein
  0 siblings, 0 replies; 39+ messages in thread
From: Jonas Stein @ 2017-10-03  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f69d04fe790986d6278033091d9d69d09650613b
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 07:09:09 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 07:09:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69d04fe

sys-auth/ykpers: Remove proxied maintainer

Removed proxied maintainer, because he was added by mistake.
This was part of bug 633194.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-auth/ykpers/metadata.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/sys-auth/ykpers/metadata.xml b/sys-auth/ykpers/metadata.xml
index 0571f4c86fd..8ab8091764b 100644
--- a/sys-auth/ykpers/metadata.xml
+++ b/sys-auth/ykpers/metadata.xml
@@ -1,15 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>brant@gurganus.name</email>
-    <name>Brant Gurganus</name>
-    <description>Proxied co-maintainer, assign bugs to him</description>
-  </maintainer>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
+<!-- maintainer-needed -->  
   <upstream>
     <remote-id type="github">Yubico/yubikey-personalization</remote-id>
     <bugs-to>https://github.com/Yubico/yubikey-personalization/issues</bugs-to>


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2017-05-28 22:17 Manuel Rüger
  0 siblings, 0 replies; 39+ messages in thread
From: Manuel Rüger @ 2017-05-28 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f79f3d63c6a19829b1bb333bea9d185e89e3638e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 22:17:41 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun May 28 22:17:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79f3d63

sys-auth/ykpers: Fix distfile naming

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-auth/ykpers/Manifest             | 2 +-
 sys-auth/ykpers/ykpers-1.18.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
index 11fca3f30e3..0f4ab092676 100644
--- a/sys-auth/ykpers/Manifest
+++ b/sys-auth/ykpers/Manifest
@@ -1 +1 @@
-DIST v1.18.0.tar.gz 124932 SHA256 7cf5fa315132e4473caca509d3a0768ed490938d1068e8aa46be200fc751eff5 SHA512 d636fcabf94a3fb48841572b7b0f03a12a3b3243b11ed7377654d01c33c7282dc321ee13b13c1ee3f2a49fc5015e326a96ef5bc1594b8592d07c1e5aa0521d20 WHIRLPOOL 187ca974593d71043e673acd242b8af18a4c92e9b93d18f4048f4ac8d61637b871f3c9db0f0868291ad66a0d0062ca6039dc0cc6bc4d2ac929617d08c4afb648
+DIST ykpers-1.18.0.tar.gz 124932 SHA256 7cf5fa315132e4473caca509d3a0768ed490938d1068e8aa46be200fc751eff5 SHA512 d636fcabf94a3fb48841572b7b0f03a12a3b3243b11ed7377654d01c33c7282dc321ee13b13c1ee3f2a49fc5015e326a96ef5bc1594b8592d07c1e5aa0521d20 WHIRLPOOL 187ca974593d71043e673acd242b8af18a4c92e9b93d18f4048f4ac8d61637b871f3c9db0f0868291ad66a0d0062ca6039dc0cc6bc4d2ac929617d08c4afb648

diff --git a/sys-auth/ykpers/ykpers-1.18.0.ebuild b/sys-auth/ykpers/ykpers-1.18.0.ebuild
index 1dfbfd0d979..0ce22ce63b0 100644
--- a/sys-auth/ykpers/ykpers-1.18.0.ebuild
+++ b/sys-auth/ykpers/ykpers-1.18.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit autotools udev
 
 DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
-SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 
 KEYWORDS="~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2017-05-05  4:27 Patrick McLean
  0 siblings, 0 replies; 39+ messages in thread
From: Patrick McLean @ 2017-05-05  4:27 UTC (permalink / raw
  To: gentoo-commits

commit:     399ff8b0782f33c8841d8231653521b883e66f94
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 04:26:53 2017 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri May  5 04:26:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399ff8b0

sys-auth/ykpers: Add DEPEND on asciidoc since it is needed for build

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-auth/ykpers/ykpers-1.18.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-auth/ykpers/ykpers-1.18.0.ebuild b/sys-auth/ykpers/ykpers-1.18.0.ebuild
index ab6fa079a78..1dfbfd0d979 100644
--- a/sys-auth/ykpers/ykpers-1.18.0.ebuild
+++ b/sys-auth/ykpers/ykpers-1.18.0.ebuild
@@ -18,6 +18,7 @@ RDEPEND="
 	>=sys-auth/libyubikey-1.6
 	virtual/libusb:1"
 DEPEND="${RDEPEND}
+	app-text/asciidoc
 	virtual/pkgconfig"
 RDEPEND="${RDEPEND}
 	consolekit? ( sys-auth/consolekit[acl] )"


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2017-04-28 16:15 Alexys Jacob
  0 siblings, 0 replies; 39+ messages in thread
From: Alexys Jacob @ 2017-04-28 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6c722a242410dbdad9e86ffae1e522b2985ea4cf
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 16:15:11 2017 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 16:15:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c722a24

sys-auth/ykpers: version bump, drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-auth/ykpers/Manifest                           |  3 +--
 sys-auth/ykpers/ykpers-1.17.3.ebuild               | 30 ----------------------
 .../{ykpers-1.17.2.ebuild => ykpers-1.18.0.ebuild} | 28 +++++++++++++++-----
 3 files changed, 22 insertions(+), 39 deletions(-)

diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
index c086828859a..11fca3f30e3 100644
--- a/sys-auth/ykpers/Manifest
+++ b/sys-auth/ykpers/Manifest
@@ -1,2 +1 @@
-DIST ykpers-1.17.2.tar.gz 505396 SHA256 704a12410da22f37d69fd337511e74b61f876f841d52f13e87971c0adb5ddefc SHA512 b2da72c9032639450a91495766a828052d2a48c51ec151eedf61c3276f07feb8a7a5a0faf59179b314814fd6552de5f36e27494419cf7d2803d8471565a85690 WHIRLPOOL 2f0d59bc8487ca7b959502f7465c12a208726ce7356588d1c6378fcde87cc17d7c8a3141be447d3a401f799f51c1282f79b25db66412b2904c5a8c4fd3841c49
-DIST ykpers-1.17.3.tar.gz 504549 SHA256 482fc3984fc659c801cfc51313268f248507094ed5224f4394cfd66e23af9c0c SHA512 96be2344c0f913996807dfb58efa9fb48797c9ce1e1dc6218639135df4edd5837124a552cabd4b9367ac85fafdda6bc3cd1ade537b304702b5ba51be88133585 WHIRLPOOL 9b59fc7fecb5108726cf3f3e01a43a1a5a12addf971f64ccccbba1d68256e3eceb4d663506976601f8a1bd90f804f07733f3536ba9971ca3ca00f8ff6ac6325b
+DIST v1.18.0.tar.gz 124932 SHA256 7cf5fa315132e4473caca509d3a0768ed490938d1068e8aa46be200fc751eff5 SHA512 d636fcabf94a3fb48841572b7b0f03a12a3b3243b11ed7377654d01c33c7282dc321ee13b13c1ee3f2a49fc5015e326a96ef5bc1594b8592d07c1e5aa0521d20 WHIRLPOOL 187ca974593d71043e673acd242b8af18a4c92e9b93d18f4048f4ac8d61637b871f3c9db0f0868291ad66a0d0062ca6039dc0cc6bc4d2ac929617d08c4afb648

diff --git a/sys-auth/ykpers/ykpers-1.17.3.ebuild b/sys-auth/ykpers/ykpers-1.17.3.ebuild
deleted file mode 100644
index 811d160b43b..00000000000
--- a/sys-auth/ykpers/ykpers-1.17.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils udev
-
-DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
-SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz"
-HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="BSD-2"
-IUSE="static-libs consolekit"
-
-RDEPEND="
-	>=sys-auth/libyubikey-1.6
-	virtual/libusb:1"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-RDEPEND="${RDEPEND}
-	consolekit? ( sys-auth/consolekit[acl] )"
-
-src_install() {
-	DOCS=( doc/. AUTHORS ChangeLog NEWS README )
-	autotools-utils_src_install
-
-	use consolekit && udev_dorules *.rules
-}

diff --git a/sys-auth/ykpers/ykpers-1.17.2.ebuild b/sys-auth/ykpers/ykpers-1.18.0.ebuild
similarity index 55%
rename from sys-auth/ykpers/ykpers-1.17.2.ebuild
rename to sys-auth/ykpers/ykpers-1.18.0.ebuild
index 851470ae6a0..ab6fa079a78 100644
--- a/sys-auth/ykpers/ykpers-1.17.2.ebuild
+++ b/sys-auth/ykpers/ykpers-1.18.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit autotools-utils udev
+inherit autotools udev
 
 DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
-SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz"
+SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz"
 HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
 
 KEYWORDS="~amd64 ~x86"
@@ -22,9 +22,23 @@ DEPEND="${RDEPEND}
 RDEPEND="${RDEPEND}
 	consolekit? ( sys-auth/consolekit[acl] )"
 
-src_install() {
-	DOCS=( doc/. AUTHORS ChangeLog NEWS README )
-	autotools-utils_src_install
+S="${WORKDIR}/yubikey-personalization-${PV}"
+
+DOCS=( doc/. AUTHORS NEWS README )
+
+src_prepare() {
+	default
+	eautoreconf
+}
 
+src_configure() {
+	econf \
+		--libdir=/usr/$(get_libdir) \
+		--localstatedir=/var \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
 	use consolekit && udev_dorules *.rules
 }


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2016-08-07  9:30 Pacho Ramos
  0 siblings, 0 replies; 39+ messages in thread
From: Pacho Ramos @ 2016-08-07  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b327952789122fc970edb118cb85b51f98da2059
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 09:16:20 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 09:29:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3279527

sys-auth/ykpers: Cleanup per bug #85210

Package-Manager: portage-2.3.0

 sys-auth/ykpers/metadata.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sys-auth/ykpers/metadata.xml b/sys-auth/ykpers/metadata.xml
index cdcc0a4..0571f4c 100644
--- a/sys-auth/ykpers/metadata.xml
+++ b/sys-auth/ykpers/metadata.xml
@@ -6,11 +6,6 @@
     <name>Brant Gurganus</name>
     <description>Proxied co-maintainer, assign bugs to him</description>
   </maintainer>
-  <maintainer type="person">
-    <email>flameeyes@gentoo.org</email>
-    <name>Diego Elio Pettenò</name>
-    <description>Proxy maintainer, CC him on bugs</description>
-  </maintainer>
   <maintainer type="project">
     <email>proxy-maint@gentoo.org</email>
     <name>Proxy Maintainers</name>


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2016-01-08  0:00 Manuel Rüger
  0 siblings, 0 replies; 39+ messages in thread
From: Manuel Rüger @ 2016-01-08  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     aed78e1cdd6caaed06f3df1e043e2e7826af951e
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 23:58:20 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 23:58:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed78e1c

sys-auth/ykpers: Remove old

Package-Manager: portage-2.2.26

 sys-auth/ykpers/Manifest             |  2 --
 sys-auth/ykpers/ykpers-1.16.2.ebuild | 31 -------------------------------
 sys-auth/ykpers/ykpers-1.17.1.ebuild | 31 -------------------------------
 3 files changed, 64 deletions(-)

diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
index 7660142..c086828 100644
--- a/sys-auth/ykpers/Manifest
+++ b/sys-auth/ykpers/Manifest
@@ -1,4 +1,2 @@
-DIST ykpers-1.16.2.tar.gz 502198 SHA256 2b2da737d5353ff5c9002cad41c2f5d0af381f55a880ccf920cee8855b8b8120 SHA512 3fa1c18d306c4e5ca3f2b938cf4a1c9d1fbfcbaf9fdc1d5d601fb57ca11cd0caf680b0288bb37f27bb0e377a30bdc860f04d8c62254e9ccb4e78d60b60163799 WHIRLPOOL a2e045560cbeae600fc7c112105f3caa1f5e5cc26ce4ea12448cb451c1e6de3853f553c2a37a8b9138763e58795bf1896c1f3b3f0c4a3ebf8ddf95f758531694
-DIST ykpers-1.17.1.tar.gz 504827 SHA256 556baec2bbc94bae01293e64dc3873d68f880119ea5c3772737e4f3dc44f69c4 SHA512 9f8cabb1082babc3214dda85300c1b3413d4664b9b5d32b266e3a640e1644ccf1a09964107f14eef831fef413fa65125551c40954a4973997b3e3cadb185bf70 WHIRLPOOL 75d430b41aa6dfca32db854278fa3dabea1a7048738b7274f787b2c2c81cf69e678ac7515cdc59295a764c8bf44773c247f51d4ccbb657c8c035055e51dcf468
 DIST ykpers-1.17.2.tar.gz 505396 SHA256 704a12410da22f37d69fd337511e74b61f876f841d52f13e87971c0adb5ddefc SHA512 b2da72c9032639450a91495766a828052d2a48c51ec151eedf61c3276f07feb8a7a5a0faf59179b314814fd6552de5f36e27494419cf7d2803d8471565a85690 WHIRLPOOL 2f0d59bc8487ca7b959502f7465c12a208726ce7356588d1c6378fcde87cc17d7c8a3141be447d3a401f799f51c1282f79b25db66412b2904c5a8c4fd3841c49
 DIST ykpers-1.17.3.tar.gz 504549 SHA256 482fc3984fc659c801cfc51313268f248507094ed5224f4394cfd66e23af9c0c SHA512 96be2344c0f913996807dfb58efa9fb48797c9ce1e1dc6218639135df4edd5837124a552cabd4b9367ac85fafdda6bc3cd1ade537b304702b5ba51be88133585 WHIRLPOOL 9b59fc7fecb5108726cf3f3e01a43a1a5a12addf971f64ccccbba1d68256e3eceb4d663506976601f8a1bd90f804f07733f3536ba9971ca3ca00f8ff6ac6325b

diff --git a/sys-auth/ykpers/ykpers-1.16.2.ebuild b/sys-auth/ykpers/ykpers-1.16.2.ebuild
deleted file mode 100644
index 5f013c5..0000000
--- a/sys-auth/ykpers/ykpers-1.16.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils udev
-
-DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
-SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz"
-HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="BSD-2"
-IUSE="static-libs consolekit"
-
-RDEPEND="
-	>=sys-auth/libyubikey-1.6
-	virtual/libusb:1"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-RDEPEND="${RDEPEND}
-	consolekit? ( sys-auth/consolekit[acl] )"
-
-src_install() {
-	DOCS=( doc/. AUTHORS ChangeLog NEWS README )
-	autotools-utils_src_install
-
-	use consolekit && udev_dorules *.rules
-}

diff --git a/sys-auth/ykpers/ykpers-1.17.1.ebuild b/sys-auth/ykpers/ykpers-1.17.1.ebuild
deleted file mode 100644
index ef4e2a8..0000000
--- a/sys-auth/ykpers/ykpers-1.17.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils udev
-
-DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
-SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz"
-HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="BSD-2"
-IUSE="static-libs consolekit"
-
-RDEPEND="
-	>=sys-auth/libyubikey-1.6
-	virtual/libusb:1"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-RDEPEND="${RDEPEND}
-	consolekit? ( sys-auth/consolekit[acl] )"
-
-src_install() {
-	DOCS=( doc/. AUTHORS ChangeLog NEWS README )
-	autotools-utils_src_install
-
-	use consolekit && udev_dorules *.rules
-}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2016-01-08  0:00 Manuel Rüger
  0 siblings, 0 replies; 39+ messages in thread
From: Manuel Rüger @ 2016-01-08  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     7b4b80b3599f6ef5b83eaff7d40ac78d06ff61ad
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 23:57:50 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 23:57:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4b80b3

sys-auth/ykpers: Version bump

Package-Manager: portage-2.2.26

 sys-auth/ykpers/Manifest             |  1 +
 sys-auth/ykpers/ykpers-1.17.3.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
index 09ed597..7660142 100644
--- a/sys-auth/ykpers/Manifest
+++ b/sys-auth/ykpers/Manifest
@@ -1,3 +1,4 @@
 DIST ykpers-1.16.2.tar.gz 502198 SHA256 2b2da737d5353ff5c9002cad41c2f5d0af381f55a880ccf920cee8855b8b8120 SHA512 3fa1c18d306c4e5ca3f2b938cf4a1c9d1fbfcbaf9fdc1d5d601fb57ca11cd0caf680b0288bb37f27bb0e377a30bdc860f04d8c62254e9ccb4e78d60b60163799 WHIRLPOOL a2e045560cbeae600fc7c112105f3caa1f5e5cc26ce4ea12448cb451c1e6de3853f553c2a37a8b9138763e58795bf1896c1f3b3f0c4a3ebf8ddf95f758531694
 DIST ykpers-1.17.1.tar.gz 504827 SHA256 556baec2bbc94bae01293e64dc3873d68f880119ea5c3772737e4f3dc44f69c4 SHA512 9f8cabb1082babc3214dda85300c1b3413d4664b9b5d32b266e3a640e1644ccf1a09964107f14eef831fef413fa65125551c40954a4973997b3e3cadb185bf70 WHIRLPOOL 75d430b41aa6dfca32db854278fa3dabea1a7048738b7274f787b2c2c81cf69e678ac7515cdc59295a764c8bf44773c247f51d4ccbb657c8c035055e51dcf468
 DIST ykpers-1.17.2.tar.gz 505396 SHA256 704a12410da22f37d69fd337511e74b61f876f841d52f13e87971c0adb5ddefc SHA512 b2da72c9032639450a91495766a828052d2a48c51ec151eedf61c3276f07feb8a7a5a0faf59179b314814fd6552de5f36e27494419cf7d2803d8471565a85690 WHIRLPOOL 2f0d59bc8487ca7b959502f7465c12a208726ce7356588d1c6378fcde87cc17d7c8a3141be447d3a401f799f51c1282f79b25db66412b2904c5a8c4fd3841c49
+DIST ykpers-1.17.3.tar.gz 504549 SHA256 482fc3984fc659c801cfc51313268f248507094ed5224f4394cfd66e23af9c0c SHA512 96be2344c0f913996807dfb58efa9fb48797c9ce1e1dc6218639135df4edd5837124a552cabd4b9367ac85fafdda6bc3cd1ade537b304702b5ba51be88133585 WHIRLPOOL 9b59fc7fecb5108726cf3f3e01a43a1a5a12addf971f64ccccbba1d68256e3eceb4d663506976601f8a1bd90f804f07733f3536ba9971ca3ca00f8ff6ac6325b

diff --git a/sys-auth/ykpers/ykpers-1.17.3.ebuild b/sys-auth/ykpers/ykpers-1.17.3.ebuild
new file mode 100644
index 0000000..47cfe5c
--- /dev/null
+++ b/sys-auth/ykpers/ykpers-1.17.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils udev
+
+DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
+SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz"
+HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="BSD-2"
+IUSE="static-libs consolekit"
+
+RDEPEND="
+	>=sys-auth/libyubikey-1.6
+	virtual/libusb:1"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+	consolekit? ( sys-auth/consolekit[acl] )"
+
+src_install() {
+	DOCS=( doc/. AUTHORS ChangeLog NEWS README )
+	autotools-utils_src_install
+
+	use consolekit && udev_dorules *.rules
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
@ 2015-10-05 22:58 Manuel Rüger
  0 siblings, 0 replies; 39+ messages in thread
From: Manuel Rüger @ 2015-10-05 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     dcc902d2c4e58835e9d8a709575038780de64058
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  5 22:56:23 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Oct  5 22:56:23 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc902d2

sys-auth/ykpers: Version bump

Package-Manager: portage-2.2.22

 sys-auth/ykpers/Manifest             |  1 +
 sys-auth/ykpers/ykpers-1.17.2.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
index 0b72836..09ed597 100644
--- a/sys-auth/ykpers/Manifest
+++ b/sys-auth/ykpers/Manifest
@@ -1,2 +1,3 @@
 DIST ykpers-1.16.2.tar.gz 502198 SHA256 2b2da737d5353ff5c9002cad41c2f5d0af381f55a880ccf920cee8855b8b8120 SHA512 3fa1c18d306c4e5ca3f2b938cf4a1c9d1fbfcbaf9fdc1d5d601fb57ca11cd0caf680b0288bb37f27bb0e377a30bdc860f04d8c62254e9ccb4e78d60b60163799 WHIRLPOOL a2e045560cbeae600fc7c112105f3caa1f5e5cc26ce4ea12448cb451c1e6de3853f553c2a37a8b9138763e58795bf1896c1f3b3f0c4a3ebf8ddf95f758531694
 DIST ykpers-1.17.1.tar.gz 504827 SHA256 556baec2bbc94bae01293e64dc3873d68f880119ea5c3772737e4f3dc44f69c4 SHA512 9f8cabb1082babc3214dda85300c1b3413d4664b9b5d32b266e3a640e1644ccf1a09964107f14eef831fef413fa65125551c40954a4973997b3e3cadb185bf70 WHIRLPOOL 75d430b41aa6dfca32db854278fa3dabea1a7048738b7274f787b2c2c81cf69e678ac7515cdc59295a764c8bf44773c247f51d4ccbb657c8c035055e51dcf468
+DIST ykpers-1.17.2.tar.gz 505396 SHA256 704a12410da22f37d69fd337511e74b61f876f841d52f13e87971c0adb5ddefc SHA512 b2da72c9032639450a91495766a828052d2a48c51ec151eedf61c3276f07feb8a7a5a0faf59179b314814fd6552de5f36e27494419cf7d2803d8471565a85690 WHIRLPOOL 2f0d59bc8487ca7b959502f7465c12a208726ce7356588d1c6378fcde87cc17d7c8a3141be447d3a401f799f51c1282f79b25db66412b2904c5a8c4fd3841c49

diff --git a/sys-auth/ykpers/ykpers-1.17.2.ebuild b/sys-auth/ykpers/ykpers-1.17.2.ebuild
new file mode 100644
index 0000000..ef4e2a8
--- /dev/null
+++ b/sys-auth/ykpers/ykpers-1.17.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils udev
+
+DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
+SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz"
+HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="BSD-2"
+IUSE="static-libs consolekit"
+
+RDEPEND="
+	>=sys-auth/libyubikey-1.6
+	virtual/libusb:1"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+	consolekit? ( sys-auth/consolekit[acl] )"
+
+src_install() {
+	DOCS=( doc/. AUTHORS ChangeLog NEWS README )
+	autotools-utils_src_install
+
+	use consolekit && udev_dorules *.rules
+}


^ permalink raw reply related	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2024-07-04  1:15 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-16  8:32 [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/ Lars Wendler
  -- strict thread matches above, loose matches on Subject: below --
2024-07-04  1:15 Sam James
2022-09-01 23:22 Marek Szuba
2022-09-01 19:14 Sam James
2022-09-01 19:14 Sam James
2022-06-15  9:53 Marek Szuba
2021-10-10 20:44 Marek Szuba
2021-09-13 16:26 Marek Szuba
2021-09-13 16:26 Marek Szuba
2021-08-10  0:22 Göktürk Yüksek
2021-01-04 20:14 Andreas K. Hüttel
2020-10-04 19:46 Mikle Kolyada
2020-09-07  7:35 Sergei Trofimovich
2020-05-18 15:13 Agostino Sarubbo
2020-05-18 15:08 Agostino Sarubbo
2020-05-09  8:47 Mart Raudsepp
2019-12-02 21:07 Göktürk Yüksek
2019-12-02 21:07 Göktürk Yüksek
2019-08-06  9:42 Agostino Sarubbo
2019-08-06  8:00 Agostino Sarubbo
2019-06-05 15:35 Lars Wendler
2019-05-16  9:37 Lars Wendler
2019-05-16  8:13 Manuel Rüger
2019-02-27 13:11 Michael Palimaka
2019-02-22 10:17 Mikle Kolyada
2019-02-20 21:50 Thomas Deutschmann
2018-10-02 19:36 Richard Farina
2018-03-04 10:19 Jason Zaman
2018-03-04  6:51 Thomas Deutschmann
2018-03-03  5:20 Göktürk Yüksek
2017-10-04  7:13 Göktürk Yüksek
2017-10-03  7:09 Jonas Stein
2017-05-28 22:17 Manuel Rüger
2017-05-05  4:27 Patrick McLean
2017-04-28 16:15 Alexys Jacob
2016-08-07  9:30 Pacho Ramos
2016-01-08  0:00 Manuel Rüger
2016-01-08  0:00 Manuel Rüger
2015-10-05 22:58 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox