summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2019-12-02 14:55:32 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2019-12-02 16:07:34 -0500
commitc480570ed194bc70ef128afd65beaa1ac28e293d (patch)
treea39557e7f40f8c23469d7a3701c8f845f2196ab2 /sys-auth
parentsys-auth/ykpers: remove old (diff)
downloadgentoo-c480570ed194bc70ef128afd65beaa1ac28e293d.tar.gz
gentoo-c480570ed194bc70ef128afd65beaa1ac28e293d.tar.bz2
gentoo-c480570ed194bc70ef128afd65beaa1ac28e293d.zip
sys-auth/libyubikey: 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')
-rw-r--r--sys-auth/libyubikey/Manifest1
-rw-r--r--sys-auth/libyubikey/libyubikey-1.12.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/sys-auth/libyubikey/Manifest b/sys-auth/libyubikey/Manifest
index cfab05532409..34a92ca92a31 100644
--- a/sys-auth/libyubikey/Manifest
+++ b/sys-auth/libyubikey/Manifest
@@ -1,2 +1 @@
-DIST libyubikey-1.12.tar.gz 346729 BLAKE2B 9311ce3ea95a87630bf29bbdddca708f965d54d7b31f6b3c67ee6e8d38337c23d63dd6d6486e72291c5e2d33656c282d44be869585320dedbafcb433b8fe3ca4 SHA512 dcfe0f0f33e98a56ca0971140e9fb0d7689236c0062f38eb92b6c3f6df3d576882aaffc153f5fc1c6f5edca5781c34801aa6a87e63c726999f5de003ad366d27
DIST libyubikey-1.13.tar.gz 347337 BLAKE2B 99bbcc16115d913ffd548625f3366405879b0537c4dbcb9f6cebc406a057de642ae621d5793f1828056bfac266eb56b9a409cde44eb26753f955c9da6bcf8c0e SHA512 28f45cb9817c30a70d168ae507d3f8014051058d730eed92b31d92e96784138dea291bda4275511c5f92a6427cb4249d76c802b8abb867cec50e62fb770950f2
diff --git a/sys-auth/libyubikey/libyubikey-1.12.ebuild b/sys-auth/libyubikey/libyubikey-1.12.ebuild
deleted file mode 100644
index 7885ff68700c..000000000000
--- a/sys-auth/libyubikey/libyubikey-1.12.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils autotools-utils
-
-DESCRIPTION="Yubico C low-level library"
-HOMEPAGE="https://github.com/Yubico/yubico-c"
-#http://opensource.yubico.com/yubico-c/releases.html
-SRC_URI="http://opensource.yubico.com/yubico-c/releases/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="BSD-2"
-IUSE="static-libs"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS )