diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-04-14 06:55:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-04-14 06:55:44 +0000 |
commit | 48480c9ec2c4cdf76a06d8c346161b44d2118556 (patch) | |
tree | 8a93d40d460cd1f5216d5ed92a0553bc9062d316 /sys-auth/ykpers/ykpers-1.15.2.ebuild | |
parent | Version Bump (diff) | |
download | gentoo-2-48480c9ec2c4cdf76a06d8c346161b44d2118556.tar.gz gentoo-2-48480c9ec2c4cdf76a06d8c346161b44d2118556.tar.bz2 gentoo-2-48480c9ec2c4cdf76a06d8c346161b44d2118556.zip |
Version Bump; drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-auth/ykpers/ykpers-1.15.2.ebuild')
-rw-r--r-- | sys-auth/ykpers/ykpers-1.15.2.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-auth/ykpers/ykpers-1.15.2.ebuild b/sys-auth/ykpers/ykpers-1.15.2.ebuild deleted file mode 100644 index 1ae6d9a0a2d4..000000000000 --- a/sys-auth/ykpers/ykpers-1.15.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.15.2.ebuild,v 1.1 2014/08/19 02:33:08 zerochaos Exp $ - -EAPI=5 - -inherit eutils 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_configure() { - econf $(use_enable static-libs static) -} - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_install() { - default - dodoc doc/* - prune_libtool_files - - use consolekit && \ - udev_dorules 70-yubikey.rules -} |