From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- sys-auth/ykpers/ykpers-1.18.0.ebuild | 45 ------------------------------------ 1 file changed, 45 deletions(-) delete mode 100644 sys-auth/ykpers/ykpers-1.18.0.ebuild (limited to 'sys-auth/ykpers/ykpers-1.18.0.ebuild') diff --git a/sys-auth/ykpers/ykpers-1.18.0.ebuild b/sys-auth/ykpers/ykpers-1.18.0.ebuild deleted file mode 100644 index f752624fdd0d..000000000000 --- a/sys-auth/ykpers/ykpers-1.18.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools udev - -DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" -SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${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} - app-text/asciidoc - virtual/pkgconfig" -RDEPEND="${RDEPEND} - consolekit? ( sys-auth/consolekit[acl] )" - -S="${WORKDIR}/yubikey-personalization-${PV}" - -DOCS=( doc/. AUTHORS NEWS README ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --libdir=/usr/$(get_libdir) \ - --localstatedir=/var \ - $(use_enable static-libs static) -} - -src_install() { - default - use consolekit && udev_dorules *.rules -} -- cgit v1.2.3