[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

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

sys-auth/ykpers: add myself as a maintainer

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Sam James  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 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   mario.haust...@hrz.tu-chemnitz.de
+   Mario Haustein
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

Yubico/yubikey-personalization

https://github.com/Yubico/yubikey-personalization/issues



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2022-09-01 Thread Marek Szuba
commit: f030de85fe196993b8c0a24cc437e6c57a153d04
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep  1 23:18:38 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep  1 23:18:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f030de85

sys-auth/ykpers: drop 1.20.0

Signed-off-by: Marek Szuba  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2022-09-01 Thread Sam James
commit: f58767f19ce22cefa7e85adfae251f482a706455
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 19:12:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 19:12:31 2022 +
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  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



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2022-09-01 Thread Sam James
commit: c7c6313506d5718d0e42f812b2f801c830381f13
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 19:11:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 19:11:30 2022 +
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  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



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2022-06-15 Thread Marek Szuba
commit: 4b8d933eca47b522ab4d30f9474a153143b9d615
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jun 15 09:28:46 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jun 15 09:53:07 2022 +
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  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2021-10-10 Thread Marek Szuba
commit: ca8cfeda964990f8c2cbb02f4fbb58c0d56e534a
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Oct 10 20:17:44 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Oct 10 20:44:27 2021 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

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

sys-auth/ykpers: fix metadata indentation

Signed-off-by: Marek Szuba  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 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-  
-Yubico/yubikey-personalization
-https://github.com/Yubico/yubikey-personalization/issues
-  
+   
+   
+   Yubico/yubikey-personalization
+   
https://github.com/Yubico/yubikey-personalization/issues
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2021-09-13 Thread Marek Szuba
commit: a668b440510b92faa6844a498d720acff40b3566
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Sep 13 16:25:13 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Sep 13 16:25:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a668b440

sys-auth/ykpers: add self as maintainer

Signed-off-by: Marek Szuba  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 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   mare...@gentoo.org
+   Marek Szuba
+   

Yubico/yubikey-personalization

https://github.com/Yubico/yubikey-personalization/issues



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2021-08-09 Thread Göktürk Yüksek
commit: a0d2bbb6b4d5461f13e9350e21f0eddb0449c3b0
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Tue Aug 10 00:03:33 2021 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Aug 10 00:21:52 2021 +
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  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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-gokt...@gentoo.org
-Göktürk Yüksek
-  
+  
   
 Yubico/yubikey-personalization
 https://github.com/Yubico/yubikey-personalization/issues



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2021-01-04 Thread Andreas K. Hüttel
commit: d99d901f69e1a495bc171cd7df214a111d1826ec
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Mon Jan  4 18:48:01 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Jan  4 20:14:07 2021 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2020-10-04 Thread Mikle Kolyada
commit: 6f3d9d11cb5e6fe29f163667c632f1673309270c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct  4 19:45:04 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct  4 19:45:04 2020 +
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  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 @@
 Yubico/yubikey-personalization
 https://github.com/Yubico/yubikey-personalization/issues
   
-  
-
-  Use sys-auth/consolekit and virtual/udev
-  to allow access to the YubiKey HID device to the console user.
-
-  
 

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
 }



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2020-09-07 Thread Sergei Trofimovich
commit: 205c00df0a89d83162839dc2788f70860d0ed291
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep  7 07:34:22 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep  7 07:35:22 2020 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2020-05-18 Thread Agostino Sarubbo
commit: e062b87b3567927708feed12733fd8ed8fb7b4ff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 18 15:13:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 18 15:13:13 2020 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2020-05-18 Thread Agostino Sarubbo
commit: 8caf52027e7a95af3a1e6eb288f321b7ff5a8687
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 18 15:08:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 18 15:08:39 2020 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2020-05-09 Thread Mart Raudsepp
commit: 6a777f6a61e926eefedd7281bb5ca07041ec5efe
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat May  9 02:47:09 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May  9 08:47:16 2020 +
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)  cmpct.info>
Signed-off-by: Mart Raudsepp  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"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/files/, sys-auth/ykpers/

2020-05-01 Thread Jason A. Donenfeld
commit: 347db99528e0d86c6b0e665d6153fb602b4a70ec
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sat May  2 06:15:06 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Sat May  2 06:15:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347db995

sys-auth/ykpers: account for c-json changes

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 .../ykpers/files/ykpers-1.20.0-json-boolean.patch  | 83 ++
 sys-auth/ykpers/ykpers-1.20.0.ebuild   |  5 +-
 2 files changed, 87 insertions(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/files/ykpers-1.20.0-json-boolean.patch 
b/sys-auth/ykpers/files/ykpers-1.20.0-json-boolean.patch
new file mode 100644
index 000..ca5a918d21f
--- /dev/null
+++ b/sys-auth/ykpers/files/ykpers-1.20.0-json-boolean.patch
@@ -0,0 +1,83 @@
+From 0aa2e2cae2e1777863993a10c809bb50f4cde7f8 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Sat, 25 Apr 2020 20:55:28 +0200
+Subject: [PATCH] fix boolean value with json-c 0.14
+
+Upstream removed the TRUE and FALSE defines in commit
+0992aac61f8b087efd7094e9ac2b84fa9c040fcd.
+---
+ ykpers-json.c | 18 +-
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+diff --git a/ykpers-json.c b/ykpers-json.c
+index a62e907..15ad380 100644
+--- a/ykpers-json.c
 b/ykpers-json.c
+@@ -40,7 +40,7 @@
+ #define yk_json_object_object_get(obj, key, value) 
json_object_object_get_ex(obj, key, &value)
+ #else
+ typedef int json_bool;
+-#define yk_json_object_object_get(obj, key, value) (value = 
json_object_object_get(obj, key)) == NULL ? (json_bool)FALSE : (json_bool)TRUE
++#define yk_json_object_object_get(obj, key, value) (value = 
json_object_object_get(obj, key)) == NULL ? 0 : 1
+ #endif
+ 
+ static void set_json_value(struct map_st *p, int mode, json_object *options, 
YKP_CONFIG *cfg) {
+@@ -50,7 +50,7 @@ static void set_json_value(struct map_st *p, int mode, 
json_object *options, YKP
+   if(p->mode && (mode & p->mode) == mode) {
+   json_object *joption;
+   json_bool ret = yk_json_object_object_get(options, 
p->json_text, joption);
+-  if(ret == TRUE && json_object_get_type(joption) == 
json_type_boolean) {
++  if(ret == 1 && json_object_get_type(joption) == 
json_type_boolean) {
+   int value = json_object_get_boolean(joption);
+   if(value == 1) {
+   p->setter(cfg, true);
+@@ -230,20 +230,20 @@ int _ykp_json_import_cfg(YKP_CONFIG *cfg, const char 
*json, size_t len) {
+   ykp_errno = YKP_EINVAL;
+   goto out;
+   }
+-  if(yk_json_object_object_get(jobj, "yubiProdConfig", 
yprod_json) == FALSE) {
++  if(yk_json_object_object_get(jobj, "yubiProdConfig", 
yprod_json) == 0) {
+   ykp_errno = YKP_EINVAL;
+   goto out;
+   }
+-  if(yk_json_object_object_get(yprod_json, "mode", jmode) == 
FALSE) {
++  if(yk_json_object_object_get(yprod_json, "mode", jmode) == 0) {
+   ykp_errno = YKP_EINVAL;
+   goto out;
+   }
+-  if(yk_json_object_object_get(yprod_json, "options", options) == 
FALSE) {
++  if(yk_json_object_object_get(yprod_json, "options", options) == 
0) {
+   ykp_errno = YKP_EINVAL;
+   goto out;
+   }
+ 
+-  if(yk_json_object_object_get(yprod_json, "targetConfig", 
jtarget) == TRUE) {
++  if(yk_json_object_object_get(yprod_json, "targetConfig", 
jtarget) == 1) {
+   int target_config = json_object_get_int(jtarget);
+   int command;
+   if(target_config == 1) {
+@@ -275,13 +275,13 @@ int _ykp_json_import_cfg(YKP_CONFIG *cfg, const char 
*json, size_t len) {
+   if(mode == MODE_OATH_HOTP) {
+   json_object *jdigits, *jrandom;
+   ykp_set_tktflag_OATH_HOTP(cfg, true);
+-  if(yk_json_object_object_get(options, "oathDigits", 
jdigits) == TRUE) {
++  if(yk_json_object_object_get(options, "oathDigits", 
jdigits) == 1) {
+   int digits = json_object_get_int(jdigits);
+   if(digits == 8) {
+   ykp_set_cfgflag_OATH_HOTP8(cfg, true);
+   }
+   }
+-  if(yk_json_object_object_get(options, "randomSeed", 
jrandom) == TRUE) {
++  if(yk_json_object_object_get(options, "randomSeed", 
jrandom) == 1) {
+   int random = json_object_get_boolean(jrandom);
+   int seed = 0;
+   if(random == 1) {
+

[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/, sys-auth/ykpers/files/

2020-04-13 Thread David Seifert
commit: b68b79a1a751dec9be9b1e292a137c0c0acf9cd0
Author: David Seifert  gentoo  org>
AuthorDate: Mon Apr 13 20:51:15 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Apr 13 20:51:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68b79a1

sys-auth/ykpers: Fix building with -fno-common

Closes: https://bugs.gentoo.org/706848
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert  gentoo.org>

 .../ykpers/files/ykpers-1.20.0-fix-gcc10-fno-common.patch   | 13 +
 sys-auth/ykpers/ykpers-1.20.0.ebuild|  3 ++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/sys-auth/ykpers/files/ykpers-1.20.0-fix-gcc10-fno-common.patch 
b/sys-auth/ykpers/files/ykpers-1.20.0-fix-gcc10-fno-common.patch
new file mode 100644
index 000..dcff56ad086
--- /dev/null
+++ b/sys-auth/ykpers/files/ykpers-1.20.0-fix-gcc10-fno-common.patch
@@ -0,0 +1,13 @@
+--- a/ykpers-args.h
 b/ykpers-args.h
+@@ -33,8 +33,8 @@
+ 
+ #include "ykpers.h"
+ 
+-const char *usage;
+-const char *optstring;
++extern const char *usage;
++extern const char *optstring;
+ 
+ int args_to_config(int argc, char **argv, YKP_CONFIG *cfg, char *oathid,
+  size_t oathid_len, const char **infname,

diff --git a/sys-auth/ykpers/ykpers-1.20.0.ebuild 
b/sys-auth/ykpers/ykpers-1.20.0.ebuild
index 4db6dbd05bb..37d5abec3c5 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-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,6 +26,7 @@ RDEPEND="${DEPEND}
 "
 
 S="${WORKDIR}/yubikey-personalization-${PV}"
+PATCHES=( "${FILESDIR}"/${PN}-1.20.0-fix-gcc10-fno-common.patch )
 
 DOCS=( doc/. AUTHORS NEWS README )
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2019-12-02 Thread Göktürk Yüksek
commit: 4d2c2f5011c6e8a571689a22d88f117466dd7a3f
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Mon Dec  2 19:53:30 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Dec  2 21:07:30 2019 +
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  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..000
--- 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..000
--- 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_

[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2019-12-02 Thread Göktürk Yüksek
commit: 6044543a51420f5567e9871d23eb4c72082b1443
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Mon Dec  2 19:48:25 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Dec  2 21:07:25 2019 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2019-08-06 Thread Agostino Sarubbo
commit: 2229cadf85564eb4fd9406d004712fcfe3679cd3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug  6 09:41:26 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug  6 09:41:26 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2019-08-06 Thread Agostino Sarubbo
commit: 8dc7bb61c98cbfdd3f4031a33481b9a2db8da6e4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug  6 07:59:50 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug  6 07:59:50 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2019-06-05 Thread Lars Wendler
commit: 2ac915e3420ee11837d5c3e9e512b49b544c1160
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jun  5 15:30:43 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun  5 15:35:29 2019 +
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  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



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2019-05-16 Thread Lars Wendler
commit: 862c3db8778393eeb1681ae97fbf831f6f44dd09
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 16 09:37:21 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 16 09:37:41 2019 +
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  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}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2019-05-16 Thread Lars Wendler
commit: 82a86ba7b8a7e4395cb979869b11c85dcfdcc01c
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 16 08:31:15 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 16 08:32:29 2019 +
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  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
 }



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2019-05-16 Thread Manuel Rüger
commit: 8811a0455941390aa7774b9d47b425ceae6edeef
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu May 16 08:09:29 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu May 16 08:12:50 2019 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2019-02-27 Thread Michael Palimaka
commit: 0255633c45bb321024ee75d23d89024a108cce0d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Feb 27 13:09:51 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Feb 27 13:10:57 2019 +
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  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}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2019-02-22 Thread Mikle Kolyada
commit: bff3ac60139de10b1643dfcf98858c4fa01add60
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Feb 22 10:17:05 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Feb 22 10:17:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff3ac60

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

Signed-off-by: Mikle Kolyada  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"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2019-02-20 Thread Thomas Deutschmann
commit: 92749c64d98ec44f4f09a5145a2b5819048e05ac
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb 20 21:48:39 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb 20 21:49:55 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2018-10-02 Thread Richard Farina
commit: d0aed3aad5fc31e0b6865dd8cbad10637f49a385
Author: Zero_Chaos  gentoo  org>
AuthorDate: Tue Oct  2 19:32:21 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue Oct  2 19:32:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0aed3aa

sys-auth/ykpers: bump

required for newer ykman

Signed-off-by: Rick Farina  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2018-03-04 Thread Jason Zaman
commit: 9f77cd8add7354db162af076b2248f4802d6bb28
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Mar  4 09:59:25 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Mar  4 10:18:01 2018 +
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"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2018-03-03 Thread Thomas Deutschmann
commit: 9f92c9981a75a40e73f644880430bf0042b1145e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar  4 06:15:56 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar  4 06:45:36 2018 +
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"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2018-03-02 Thread Göktürk Yüksek
commit: cd851ba3a2b2df75fc0a51bedac3b2285730d629
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sat Mar  3 05:19:45 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sat Mar  3 05:19:45 2018 +
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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2017-10-04 Thread Göktürk Yüksek
commit: 7bbf0494edaf7d2e82899f5129ceca945656c0cf
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed Oct  4 07:12:11 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Oct  4 07:12:11 2017 +
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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
+  
+gokt...@gentoo.org
+Göktürk Yüksek
+  
   
 Yubico/yubikey-personalization
 https://github.com/Yubico/yubikey-personalization/issues



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2017-10-03 Thread Jonas Stein
commit: f69d04fe790986d6278033091d9d69d09650613b
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Oct  3 07:09:09 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Tue Oct  3 07:09:09 2017 +
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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-br...@gurganus.name
-Brant Gurganus
-Proxied co-maintainer, assign bugs to him
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
+  
   
 Yubico/yubikey-personalization
 https://github.com/Yubico/yubikey-personalization/issues



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2017-05-28 Thread Manuel Rüger
commit: f79f3d63c6a19829b1bb333bea9d185e89e3638e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun May 28 22:17:41 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun May 28 22:17:41 2017 +
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"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2017-05-04 Thread Patrick McLean
commit: 399ff8b0782f33c8841d8231653521b883e66f94
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri May  5 04:26:53 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri May  5 04:26:53 2017 +
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] )"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2017-04-28 Thread Alexys Jacob
commit: 6c722a242410dbdad9e86ffae1e522b2985ea4cf
Author: Ultrabug  gentoo  org>
AuthorDate: Fri Apr 28 16:15:11 2017 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Fri Apr 28 16:15:24 2017 +
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 
9b59fc7fecb5108726cf3f3e01a43a1a5a12addf971f64bba1d68256e3eceb4d663506976601f8a1bd90f804f07733f3536ba9971ca3ca00f8ff6ac6325b
+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..000
--- 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
 }



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2016-08-07 Thread Pacho Ramos
commit: b327952789122fc970edb118cb85b51f98da2059
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Aug  7 09:16:20 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Aug  7 09:29:21 2016 +
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 @@
 Brant Gurganus
 Proxied co-maintainer, assign bugs to him
   
-  
-flamee...@gentoo.org
-Diego Elio Pettenò
-Proxy maintainer, CC him on bugs
-  
   
 proxy-ma...@gentoo.org
 Proxy Maintainers



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2016-01-07 Thread Manuel Rüger
commit: aed78e1cdd6caaed06f3df1e043e2e7826af951e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jan  7 23:58:20 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Jan  7 23:58:20 2016 +
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 
9b59fc7fecb5108726cf3f3e01a43a1a5a12addf971f64bba1d68256e3eceb4d663506976601f8a1bd90f804f07733f3536ba9971ca3ca00f8ff6ac6325b

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..000
--- 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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2016-01-07 Thread Manuel Rüger
commit: 7b4b80b3599f6ef5b83eaff7d40ac78d06ff61ad
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jan  7 23:57:50 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Jan  7 23:57:50 2016 +
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 
9b59fc7fecb5108726cf3f3e01a43a1a5a12addf971f64bba1d68256e3eceb4d663506976601f8a1bd90f804f07733f3536ba9971ca3ca00f8ff6ac6325b

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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/

2015-10-05 Thread Manuel Rüger
commit: dcc902d2c4e58835e9d8a709575038780de64058
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct  5 22:56:23 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct  5 22:56:23 2015 +
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 000..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
+}