public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-neo-manager/
@ 2017-02-04 20:07 Alon Bar-Lev
  0 siblings, 0 replies; 3+ messages in thread
From: Alon Bar-Lev @ 2017-02-04 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     e17db90de7f01c540e0383d4c30ed1aab95784fb
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 19:28:05 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 20:06:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17db90d

app-crypt/yubikey-neo-manager: eapi bump

Package-Manager: portage-2.3.3

 app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild
index 4a871db..ea72159 100644
--- a/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild
+++ b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.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
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1
+inherit distutils-r1 eutils
 
 DESCRIPTION="Cross platform personalization tool for the YubiKey NEO"
 HOMEPAGE="https://developers.yubico.com/yubikey-neo-manager/"


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-neo-manager/
@ 2016-01-18 17:09 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-01-18 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     bcc91bd495d33eb28a15ca372a4977caf5e6ec0e
Author:     Gokturk Yuksek <gokturk <AT> binghamton <DOT> edu>
AuthorDate: Sun Dec 27 07:10:59 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 09:23:37 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc91bd4

app-crypt/yubikey-neo-manager: update <bug-to> and github <remote-id> metadata

Current <bug-to> and github <remote-id> entries in the metadata point
to libykneomanager which a different package than yubikey-neo-manager.

Package-Manager: portage-2.2.24

 app-crypt/yubikey-neo-manager/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/yubikey-neo-manager/metadata.xml b/app-crypt/yubikey-neo-manager/metadata.xml
index ea116bb..d23bf8d 100644
--- a/app-crypt/yubikey-neo-manager/metadata.xml
+++ b/app-crypt/yubikey-neo-manager/metadata.xml
@@ -6,8 +6,8 @@
     <email>flameeyes@gentoo.org</email>
   </maintainer>
   <upstream>
-    <remote-id type="github">Yubico/libykneomgr</remote-id>
+    <remote-id type="github">Yubico/yubikey-neo-manager</remote-id>
     <remote-id type="pypi">yubikey-neo-manager</remote-id>
-    <bugs-to>https://github.com/Yubico/libykneomgr/issues</bugs-to>
+    <bugs-to>https://github.com/Yubico/yubikey-neo-manager/issues</bugs-to>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-neo-manager/
@ 2015-11-28 17:29 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2015-11-28 17:29 UTC (permalink / raw
  To: gentoo-commits

commit:     e69eb361dd801b36aee57ca1f9c82ded705cafa2
Author:     Gokturk Yuksek <gokturk <AT> binghamton <DOT> edu>
AuthorDate: Sat Nov 28 08:44:59 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 08:44:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69eb361

app-crypt/yubikey-neo-manager: add dev-python/pycrypto to RDEPEND

This package has a runtime dependency to pycrypto. Without that, it
fails with the following error:

  Traceback (most recent call last):
    File "/usr/lib/python-exec/python2.7/neoman", line 3, in <module>
      from neoman import main
    File "/usr/lib64/python2.7/site-packages/neoman/main.py", line 33, in <module>
      from neoman.view.main import MainWindow
    File "/usr/lib64/python2.7/site-packages/neoman/view/main.py", line 30, in <module>
      from neoman.model.applet import Applet
    File "/usr/lib64/python2.7/site-packages/neoman/model/applet.py", line 29, in <module>
      from Crypto.Signature import PKCS1_PSS
  ImportError: No module named Crypto.Signature

Package-Manager: portage-2.2.20.1

 .../yubikey-neo-manager-1.1.0-r1.ebuild            | 48 +++++++++++++++++++++
 .../yubikey-neo-manager-1.2.1-r1.ebuild            | 48 +++++++++++++++++++++
 .../yubikey-neo-manager-1.3.0-r1.ebuild            | 50 ++++++++++++++++++++++
 3 files changed, 146 insertions(+)

diff --git a/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.1.0-r1.ebuild b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.1.0-r1.ebuild
new file mode 100644
index 0000000..e016c76
--- /dev/null
+++ b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.1.0-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Cross platform personalization tool for the YubiKey NEO"
+HOMEPAGE="https://developers.yubico.com/yubikey-neo-manager/"
+SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+CDEPEND="
+	dev-python/pyside[webkit,${PYTHON_USEDEP}]
+	dev-python/pycrypto[${PYTHON_USEDEP}]
+	app-crypt/libu2f-host
+	app-crypt/libykneomgr
+	sys-auth/ykpers"
+
+DEPEND="
+	dev-python/docutils[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	>=dev-python/nose-1.0[${PYTHON_USEDEP}]
+	${CDEPEND}"
+
+RDEPEND="${CDEPEND}"
+
+DOCS=( NEWS README )
+
+python_test() {
+	nosetests || die
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	doman scripts/neoman.1
+	domenu resources/neoman.desktop
+	doicon resources/neoman.xpm
+	newicon -s 128 resources/neoman-large.png neoman.png
+}

diff --git a/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.2.1-r1.ebuild b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.2.1-r1.ebuild
new file mode 100644
index 0000000..e016c76
--- /dev/null
+++ b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.2.1-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Cross platform personalization tool for the YubiKey NEO"
+HOMEPAGE="https://developers.yubico.com/yubikey-neo-manager/"
+SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+CDEPEND="
+	dev-python/pyside[webkit,${PYTHON_USEDEP}]
+	dev-python/pycrypto[${PYTHON_USEDEP}]
+	app-crypt/libu2f-host
+	app-crypt/libykneomgr
+	sys-auth/ykpers"
+
+DEPEND="
+	dev-python/docutils[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	>=dev-python/nose-1.0[${PYTHON_USEDEP}]
+	${CDEPEND}"
+
+RDEPEND="${CDEPEND}"
+
+DOCS=( NEWS README )
+
+python_test() {
+	nosetests || die
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	doman scripts/neoman.1
+	domenu resources/neoman.desktop
+	doicon resources/neoman.xpm
+	newicon -s 128 resources/neoman-large.png neoman.png
+}

diff --git a/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.3.0-r1.ebuild b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.3.0-r1.ebuild
new file mode 100644
index 0000000..1d63d9e
--- /dev/null
+++ b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.3.0-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Cross platform personalization tool for the YubiKey NEO"
+HOMEPAGE="https://developers.yubico.com/yubikey-neo-manager/"
+SRC_URI="
+	mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+	https://developers.yubico.com/${PN}/Releases/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+CDEPEND="
+	dev-python/pyside[webkit,${PYTHON_USEDEP}]
+	dev-python/pycrypto[${PYTHON_USEDEP}]
+	app-crypt/libu2f-host
+	app-crypt/libykneomgr
+	sys-auth/ykpers"
+
+DEPEND="
+	dev-python/docutils[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	>=dev-python/nose-1.0[${PYTHON_USEDEP}]
+	${CDEPEND}"
+
+RDEPEND="${CDEPEND}"
+
+DOCS=( NEWS README )
+
+python_test() {
+	nosetests || die
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	doman scripts/neoman.1
+	domenu resources/neoman.desktop
+	doicon resources/neoman.xpm
+	newicon -s 128 resources/neoman-large.png neoman.png
+}


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

end of thread, other threads:[~2017-02-04 20:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-04 20:07 [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-neo-manager/ Alon Bar-Lev
  -- strict thread matches above, loose matches on Subject: below --
2016-01-18 17:09 Patrice Clement
2015-11-28 17:29 Patrice Clement

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