diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-01-08 00:58:20 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-01-08 00:58:20 +0100 |
commit | aed78e1cdd6caaed06f3df1e043e2e7826af951e (patch) | |
tree | dcc9c69d527bf6fe4613e34bbc7ba0c75dc7ff7b /sys-auth/ykpers/ykpers-1.16.2.ebuild | |
parent | sys-auth/ykpers: Version bump (diff) | |
download | gentoo-aed78e1cdd6caaed06f3df1e043e2e7826af951e.tar.gz gentoo-aed78e1cdd6caaed06f3df1e043e2e7826af951e.tar.bz2 gentoo-aed78e1cdd6caaed06f3df1e043e2e7826af951e.zip |
sys-auth/ykpers: Remove old
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-auth/ykpers/ykpers-1.16.2.ebuild')
-rw-r--r-- | sys-auth/ykpers/ykpers-1.16.2.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
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 5f013c5faecf..000000000000 --- 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 -} |