Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libu2f-host/
Date: Thu, 18 Feb 2016 22:05:29
Message-Id: 1455833109.c944f940f83180815b7f2a7604d733204c4fb33a.mrueg@gentoo
1 commit: c944f940f83180815b7f2a7604d733204c4fb33a
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 18 21:59:40 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 22:05:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c944f940
7
8 app-crypt/libu2f-host: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 app-crypt/libu2f-host/Manifest | 2 --
13 app-crypt/libu2f-host/libu2f-host-0.0.2.ebuild | 49 --------------------------
14 app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild | 49 --------------------------
15 3 files changed, 100 deletions(-)
16
17 diff --git a/app-crypt/libu2f-host/Manifest b/app-crypt/libu2f-host/Manifest
18 index 1ed2a04..ef3c5ce 100644
19 --- a/app-crypt/libu2f-host/Manifest
20 +++ b/app-crypt/libu2f-host/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST libu2f-host-0.0.2.tar.xz 444176 SHA256 c9e5478f5d139c30603afe65ea7ef52b0b18c93df60103b1dafeb7f3d17acbd8 SHA512 1b10a5c8d3d071b0d5576a2247b2cc40327fe6fe7370a7680cede7ebda72bd7f0edfa1661b78074a85654a5d979f757c64c090360c69feddb9c3212dc0438deb WHIRLPOOL f8cc5d7524c8ed7943945af44e5b93b43463118b06b186460090df3c69871319e0a347c94a28467b782eb09e2653ef72ab98478d8acf720b86b807223b1ee0b1
23 -DIST libu2f-host-0.0.4.tar.xz 446604 SHA256 852231611bd5c526406b984ae3c92ce3423ffc7a0ef01f6a060a43b64725ead6 SHA512 09406f45bea4cbca2fd26a4ad546b2233f56e1df098976cbd24dcab08e27bf9131fdc52557b4c701b8ce27b0ece7b405e8cda889591a5e3dc9420611336d1060 WHIRLPOOL 84ac2c5e4170ff45ecb9595c73dabd6a34f79bdcf4ef9bf3ceb32c481febe0537e3ab129fcd7a63c73389b3dbc0742834574b739ed36c419b6bc84b5c01a4d5b
24 DIST libu2f-host-1.0.0.tar.xz 454376 SHA256 18c56b9b5cfea2566925bba45b25a4e20b3ef8696905d8f2a06116316e164374 SHA512 ef953ffd8179e5ed4bcd1e02ccc82e671a7979b03a61ac73098be6509ab9d6badd6bb4e3e805de4ddbddbae3e8be71b091344f4230657464f6ba4ac3af171387 WHIRLPOOL cc76b778bcf20ef696900dd0ea65c0925052360a22e505a34ecb8738289d7bbaa88b31f2b25b91b6a1a22a240d01784bc6ef1cb9774c818fa0570328e9f13183
25 DIST libu2f-host-1.1.0.tar.xz 455424 SHA256 441bb832ee42acf3a5e5a229444c610218da381eb7daaf2aa750c004dc756d86 SHA512 3861ea748ff6ae0bae756182c6c4bd9a25dafc6e28eec3d6aad0eb700dcddc56ba61ed0c6a60395b8a296764c83b3fadb6954f9001cfb880e93758aaeecf34df WHIRLPOOL b6a91afd99a70db8c78a2a72950f210bbcbea0322780b768611aa528ad0159647bdc7446e1dffd91f8d9b6bcbd8105b8b38c9eb5d9eb2db9ef7d193c97096f3e
26
27 diff --git a/app-crypt/libu2f-host/libu2f-host-0.0.2.ebuild b/app-crypt/libu2f-host/libu2f-host-0.0.2.ebuild
28 deleted file mode 100644
29 index e2be803..0000000
30 --- a/app-crypt/libu2f-host/libu2f-host-0.0.2.ebuild
31 +++ /dev/null
32 @@ -1,49 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -inherit autotools-utils linux-info udev
40 -
41 -DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
42 -HOMEPAGE="https://developers.yubico.com/libu2f-host/"
43 -SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -IUSE="kernel_linux static-libs systemd"
49 -
50 -RDEPEND="
51 - dev-libs/hidapi
52 - dev-libs/json-c"
53 -DEPEND="${RDEPEND}
54 - virtual/pkgconfig"
55 -RDEPEND="${RDEPEND}
56 - systemd? ( sys-apps/systemd[acl] )"
57 -
58 -CONFIG_CHECK="~HIDRAW"
59 -
60 -src_prepare() {
61 - autotools-utils_src_prepare
62 -
63 - sed -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \
64 - 70-u2f.rules > 70-u2f-udev.rules || die
65 -}
66 -
67 -src_configure() {
68 - autotools-utils_src_configure
69 -}
70 -
71 -src_install() {
72 - autotools-utils_src_install
73 -
74 - if use kernel_linux; then
75 - if use systemd; then
76 - udev_dorules 70-u2f.rules
77 - else
78 - udev_newrules 70-u2f-udev.rules 70-u2f.rules
79 - fi
80 - fi
81 -}
82
83 diff --git a/app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild b/app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild
84 deleted file mode 100644
85 index f1d8211..0000000
86 --- a/app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild
87 +++ /dev/null
88 @@ -1,49 +0,0 @@
89 -# Copyright 1999-2015 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -# $Id$
92 -
93 -EAPI=5
94 -
95 -inherit autotools-utils linux-info udev
96 -
97 -DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
98 -HOMEPAGE="https://developers.yubico.com/libu2f-host/"
99 -SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz"
100 -
101 -LICENSE="LGPL-2"
102 -SLOT="0"
103 -KEYWORDS="~amd64"
104 -IUSE="kernel_linux static-libs systemd"
105 -
106 -RDEPEND="
107 - dev-libs/hidapi
108 - dev-libs/json-c"
109 -DEPEND="${RDEPEND}
110 - virtual/pkgconfig"
111 -RDEPEND="${RDEPEND}
112 - systemd? ( sys-apps/systemd[acl] )"
113 -
114 -CONFIG_CHECK="~HIDRAW"
115 -
116 -src_prepare() {
117 - autotools-utils_src_prepare
118 -
119 - sed -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \
120 - 70-u2f.rules > 70-u2f-udev.rules || die
121 -}
122 -
123 -src_configure() {
124 - autotools-utils_src_configure
125 -}
126 -
127 -src_install() {
128 - autotools-utils_src_install
129 -
130 - if use kernel_linux; then
131 - if use systemd; then
132 - udev_dorules 70-u2f.rules
133 - else
134 - udev_newrules 70-u2f-udev.rules 70-u2f.rules
135 - fi
136 - fi
137 -}