diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-crypt/yubikey-neo-manager | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-crypt/yubikey-neo-manager')
5 files changed, 162 insertions, 0 deletions
diff --git a/app-crypt/yubikey-neo-manager/Manifest b/app-crypt/yubikey-neo-manager/Manifest new file mode 100644 index 000000000000..c8e21df2939f --- /dev/null +++ b/app-crypt/yubikey-neo-manager/Manifest @@ -0,0 +1,3 @@ +DIST yubikey-neo-manager-1.1.0.tar.gz 119986 SHA256 eb8cc90bf4818feffe360d6330ebafa47452a1ce9c14900e13fcdd4cb921c837 SHA512 ee1bff88946be85cd3127a92deceb826b8bd35da76d3356993e1a369cb9119d6267a708a0023afeb185adcb1e4cdbaaa1c8983fd0cac32c51a4ece81840e8553 WHIRLPOOL a7123760c51333af30343b5dcff56398754aa4c214afdba75473d7555983aff9988d1ba0db5c12314170b0a810ed5d609cd3736258101198ab3b417133cd9957 +DIST yubikey-neo-manager-1.2.1.tar.gz 120802 SHA256 b09e59576dd6cb664966e4848854f728b8162ae74d35f87825d9a8bff07f018a SHA512 37b4807419803bb303b88b185293b49d5475c51d564614636ca1ead0c06efdb0ec867dac8de8b0030ab1ea85a726676bb63abdcc352428cb5a18068556a3b1b8 WHIRLPOOL e4a4e32d2d94dae0cf02abaff4bc9c2d281bc6bdf21d9dea76c2d6c05052a6a6bffc2955ee912bc5adb6ae070af3b10216691bfd9764b6895df7a3dedadb780b +DIST yubikey-neo-manager-1.3.0.tar.gz 121242 SHA256 d8dba9ec6ee885af17b6c6b6b88fdd5df7b994cbee64946253a43713b12075c6 SHA512 fc5690d73fdc8cd1119c1c693bf31fd0b0f7145fa04af437d84e2f0f513798a88d44e80179d6b02f7641f61a9a1fd27d909518dfa1d881cc9ffb19cd5ad7c398 WHIRLPOOL 9c09bf133bb04926453ca05f41ca4d0825874b7320f2990743caa110330775cceb3049f7181788f1bbf2fae996e6c98df50760b9e8a5e7714a6c965bfb0013bd diff --git a/app-crypt/yubikey-neo-manager/metadata.xml b/app-crypt/yubikey-neo-manager/metadata.xml new file mode 100644 index 000000000000..ea116bbc890c --- /dev/null +++ b/app-crypt/yubikey-neo-manager/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>crypto</herd> + <maintainer> + <email>flameeyes@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="github">Yubico/libykneomgr</remote-id> + <remote-id type="pypi">yubikey-neo-manager</remote-id> + <bugs-to>https://github.com/Yubico/libykneomgr/issues</bugs-to> + </upstream> +</pkgmetadata> diff --git a/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.1.0.ebuild b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.1.0.ebuild new file mode 100644 index 000000000000..0666ab1f22fc --- /dev/null +++ b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.1.0.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}] + 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}] + dev-python/pycrypto[${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.ebuild b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.2.1.ebuild new file mode 100644 index 000000000000..0666ab1f22fc --- /dev/null +++ b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.2.1.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}] + 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}] + dev-python/pycrypto[${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.ebuild b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.3.0.ebuild new file mode 100644 index 000000000000..00a11ffd92d3 --- /dev/null +++ b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.3.0.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}] + 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}] + dev-python/pycrypto[${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 +} |