summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-01-08 00:58:20 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-01-08 00:58:20 +0100
commitaed78e1cdd6caaed06f3df1e043e2e7826af951e (patch)
treedcc9c69d527bf6fe4613e34bbc7ba0c75dc7ff7b /sys-auth/ykpers
parentsys-auth/ykpers: Version bump (diff)
downloadgentoo-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')
-rw-r--r--sys-auth/ykpers/Manifest2
-rw-r--r--sys-auth/ykpers/ykpers-1.16.2.ebuild31
-rw-r--r--sys-auth/ykpers/ykpers-1.17.1.ebuild31
3 files changed, 0 insertions, 64 deletions
diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
index 7660142f7745..c086828859a6 100644
--- a/sys-auth/ykpers/Manifest
+++ b/sys-auth/ykpers/Manifest
@@ -1,4 +1,2 @@
-DIST ykpers-1.16.2.tar.gz 502198 SHA256 2b2da737d5353ff5c9002cad41c2f5d0af381f55a880ccf920cee8855b8b8120 SHA512 3fa1c18d306c4e5ca3f2b938cf4a1c9d1fbfcbaf9fdc1d5d601fb57ca11cd0caf680b0288bb37f27bb0e377a30bdc860f04d8c62254e9ccb4e78d60b60163799 WHIRLPOOL a2e045560cbeae600fc7c112105f3caa1f5e5cc26ce4ea12448cb451c1e6de3853f553c2a37a8b9138763e58795bf1896c1f3b3f0c4a3ebf8ddf95f758531694
-DIST ykpers-1.17.1.tar.gz 504827 SHA256 556baec2bbc94bae01293e64dc3873d68f880119ea5c3772737e4f3dc44f69c4 SHA512 9f8cabb1082babc3214dda85300c1b3413d4664b9b5d32b266e3a640e1644ccf1a09964107f14eef831fef413fa65125551c40954a4973997b3e3cadb185bf70 WHIRLPOOL 75d430b41aa6dfca32db854278fa3dabea1a7048738b7274f787b2c2c81cf69e678ac7515cdc59295a764c8bf44773c247f51d4ccbb657c8c035055e51dcf468
DIST ykpers-1.17.2.tar.gz 505396 SHA256 704a12410da22f37d69fd337511e74b61f876f841d52f13e87971c0adb5ddefc SHA512 b2da72c9032639450a91495766a828052d2a48c51ec151eedf61c3276f07feb8a7a5a0faf59179b314814fd6552de5f36e27494419cf7d2803d8471565a85690 WHIRLPOOL 2f0d59bc8487ca7b959502f7465c12a208726ce7356588d1c6378fcde87cc17d7c8a3141be447d3a401f799f51c1282f79b25db66412b2904c5a8c4fd3841c49
DIST ykpers-1.17.3.tar.gz 504549 SHA256 482fc3984fc659c801cfc51313268f248507094ed5224f4394cfd66e23af9c0c SHA512 96be2344c0f913996807dfb58efa9fb48797c9ce1e1dc6218639135df4edd5837124a552cabd4b9367ac85fafdda6bc3cd1ade537b304702b5ba51be88133585 WHIRLPOOL 9b59fc7fecb5108726cf3f3e01a43a1a5a12addf971f64ccccbba1d68256e3eceb4d663506976601f8a1bd90f804f07733f3536ba9971ca3ca00f8ff6ac6325b
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
-}
diff --git a/sys-auth/ykpers/ykpers-1.17.1.ebuild b/sys-auth/ykpers/ykpers-1.17.1.ebuild
deleted file mode 100644
index ef4e2a8a5a92..000000000000
--- a/sys-auth/ykpers/ykpers-1.17.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 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
-}