summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2019-12-02 14:53:30 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2019-12-02 16:07:30 -0500
commit4d2c2f5011c6e8a571689a22d88f117466dd7a3f (patch)
tree636be22666288a20281ab5269563effd41f3f957 /sys-auth/ykpers/ykpers-1.19.0.ebuild
parentsys-auth/ykpers: bump to 1.20.0 (diff)
downloadgentoo-4d2c2f5011c6e8a571689a22d88f117466dd7a3f.tar.gz
gentoo-4d2c2f5011c6e8a571689a22d88f117466dd7a3f.tar.bz2
gentoo-4d2c2f5011c6e8a571689a22d88f117466dd7a3f.zip
sys-auth/ykpers: remove old
Package-Manager: Portage-2.3.69, Repoman-2.3.14 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'sys-auth/ykpers/ykpers-1.19.0.ebuild')
-rw-r--r--sys-auth/ykpers/ykpers-1.19.0.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/sys-auth/ykpers/ykpers-1.19.0.ebuild b/sys-auth/ykpers/ykpers-1.19.0.ebuild
deleted file mode 100644
index 264c412f26d1..000000000000
--- a/sys-auth/ykpers/ykpers-1.19.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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="
- dev-libs/json-c:=
- >=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
-
- find "${D}" -name '*.la' -delete || die
-}