diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-04-14 07:05:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-04-14 07:05:05 +0000 |
commit | 21e92ba6c66fa6b69b782ad3e610f6ed196a70ea (patch) | |
tree | a63714d00cc382c1967d3604b597b0a2923382c7 /app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.0.0.ebuild | |
parent | Stable for amd64, wrt bug #546484 (diff) | |
download | gentoo-2-21e92ba6c66fa6b69b782ad3e610f6ed196a70ea.tar.gz gentoo-2-21e92ba6c66fa6b69b782ad3e610f6ed196a70ea.tar.bz2 gentoo-2-21e92ba6c66fa6b69b782ad3e610f6ed196a70ea.zip |
Version Bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.0.0.ebuild')
-rw-r--r-- | app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.0.0.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.0.0.ebuild b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.0.0.ebuild deleted file mode 100644 index c221c4d267a0..000000000000 --- a/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.0.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.0.0.ebuild,v 1.1 2014/11/20 07:38:26 jlec Exp $ - -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_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 -} |