Gentoo Archives: gentoo-commits

From: "Diego Elio Pettenò" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libu2f-host/
Date: Sun, 09 Oct 2016 13:48:50
Message-Id: 1476020903.f64a82f7bb44c6b7341c400fad8926b2cc76e255.flameeyes@gentoo
1 commit: f64a82f7bb44c6b7341c400fad8926b2cc76e255
2 Author: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 13:48:23 2016 +0000
4 Commit: Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 13:48:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64a82f7
7
8 app-crypt/libu2f-host: version bump and remove old.
9
10 Package-Manager: portage-2.3.0
11
12 app-crypt/libu2f-host/Manifest | 3 +-
13 app-crypt/libu2f-host/libu2f-host-1.0.0.ebuild | 49 -----------------
14 app-crypt/libu2f-host/libu2f-host-1.1.0.ebuild | 64 ----------------------
15 ...st-1.0.0-r1.ebuild => libu2f-host-1.1.3.ebuild} | 0
16 4 files changed, 1 insertion(+), 115 deletions(-)
17
18 diff --git a/app-crypt/libu2f-host/Manifest b/app-crypt/libu2f-host/Manifest
19 index e8a1ec5..c9de5fa 100644
20 --- a/app-crypt/libu2f-host/Manifest
21 +++ b/app-crypt/libu2f-host/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST libu2f-host-1.0.0.tar.xz 454376 SHA256 18c56b9b5cfea2566925bba45b25a4e20b3ef8696905d8f2a06116316e164374 SHA512 ef953ffd8179e5ed4bcd1e02ccc82e671a7979b03a61ac73098be6509ab9d6badd6bb4e3e805de4ddbddbae3e8be71b091344f4230657464f6ba4ac3af171387 WHIRLPOOL cc76b778bcf20ef696900dd0ea65c0925052360a22e505a34ecb8738289d7bbaa88b31f2b25b91b6a1a22a240d01784bc6ef1cb9774c818fa0570328e9f13183
24 -DIST libu2f-host-1.1.0.tar.xz 455424 SHA256 441bb832ee42acf3a5e5a229444c610218da381eb7daaf2aa750c004dc756d86 SHA512 3861ea748ff6ae0bae756182c6c4bd9a25dafc6e28eec3d6aad0eb700dcddc56ba61ed0c6a60395b8a296764c83b3fadb6954f9001cfb880e93758aaeecf34df WHIRLPOOL b6a91afd99a70db8c78a2a72950f210bbcbea0322780b768611aa528ad0159647bdc7446e1dffd91f8d9b6bcbd8105b8b38c9eb5d9eb2db9ef7d193c97096f3e
25 DIST libu2f-host-1.1.1.tar.xz 455652 SHA256 e14d06196aba1fcf80498929e6460370e58b96e8298c57e4660030c045000e3c SHA512 1f6d26d47cabd44391a780f03d88b6ab9ed996bab26e2605f1942bfff2203aa9a8e90fa80c010ccf2e575dbfca3bd03d3322381343cdf6def3829bbe45db8693 WHIRLPOOL 46fc4e087e2679bf8c07922fbd31200d702c5c88838812618c763615f24f7c0ecdc71ed4bd436fde1a9526eea23820bd6f2448040ce711f7fd87ca5c96281efd
26 +DIST libu2f-host-1.1.3.tar.xz 469480 SHA256 3e00c1910de64e2c90f20c05bb468b183ffed05e13cb340442d206014752039d SHA512 6729dd35beaae1c96283f81794ac6c058ed6446f935a5cee7dc1a3db594201c9f049de6a58ac2e544e1c6ac0c1e9815cce5e2e46a6e45372e419078307a57f55 WHIRLPOOL d14d288d160a83e32484910aa66f027bf8f268e915b9651054089c91ad59818b556a011e818beb527f99b95b972ff3755b081e378b00cea530b7cb4c8bd318fa
27
28 diff --git a/app-crypt/libu2f-host/libu2f-host-1.0.0.ebuild b/app-crypt/libu2f-host/libu2f-host-1.0.0.ebuild
29 deleted file mode 100644
30 index ee7ce09..00000000
31 --- a/app-crypt/libu2f-host/libu2f-host-1.0.0.ebuild
32 +++ /dev/null
33 @@ -1,49 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -inherit autotools-utils linux-info udev
41 -
42 -DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
43 -HOMEPAGE="https://developers.yubico.com/libu2f-host/"
44 -SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz"
45 -
46 -LICENSE="LGPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="kernel_linux static-libs systemd"
50 -
51 -RDEPEND="
52 - dev-libs/hidapi
53 - dev-libs/json-c"
54 -DEPEND="${RDEPEND}
55 - virtual/pkgconfig"
56 -RDEPEND="${RDEPEND}
57 - systemd? ( sys-apps/systemd[acl] )"
58 -
59 -CONFIG_CHECK="~HIDRAW"
60 -
61 -src_prepare() {
62 - autotools-utils_src_prepare
63 -
64 - sed -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \
65 - 70-u2f.rules > 70-u2f-udev.rules || die
66 -}
67 -
68 -src_configure() {
69 - autotools-utils_src_configure
70 -}
71 -
72 -src_install() {
73 - autotools-utils_src_install
74 -
75 - if use kernel_linux; then
76 - if use systemd; then
77 - udev_dorules 70-u2f.rules
78 - else
79 - udev_newrules 70-u2f-udev.rules 70-u2f.rules
80 - fi
81 - fi
82 -}
83
84 diff --git a/app-crypt/libu2f-host/libu2f-host-1.1.0.ebuild b/app-crypt/libu2f-host/libu2f-host-1.1.0.ebuild
85 deleted file mode 100644
86 index d1bc4e1..00000000
87 --- a/app-crypt/libu2f-host/libu2f-host-1.1.0.ebuild
88 +++ /dev/null
89 @@ -1,64 +0,0 @@
90 -# Copyright 1999-2016 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -# $Id$
93 -
94 -EAPI=5
95 -
96 -inherit autotools-utils linux-info udev user
97 -
98 -DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
99 -HOMEPAGE="https://developers.yubico.com/libu2f-host/"
100 -SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz"
101 -
102 -LICENSE="LGPL-2"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~x86"
105 -IUSE="kernel_linux static-libs systemd"
106 -
107 -RDEPEND="
108 - dev-libs/hidapi
109 - dev-libs/json-c"
110 -DEPEND="${RDEPEND}
111 - virtual/pkgconfig"
112 -RDEPEND="${RDEPEND}
113 - systemd? ( sys-apps/systemd[acl] )"
114 -
115 -CONFIG_CHECK="~HIDRAW"
116 -
117 -pkg_setup() {
118 - # The U2F device node will be owned by group 'plugdev'
119 - # in non-systemd configurations
120 - if ! use systemd; then
121 - enewgroup plugdev
122 - fi
123 -}
124 -
125 -src_prepare() {
126 - autotools-utils_src_prepare
127 -
128 - sed -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \
129 - 70-u2f.rules > 70-u2f-udev.rules || die
130 -}
131 -
132 -src_configure() {
133 - autotools-utils_src_configure
134 -}
135 -
136 -src_install() {
137 - autotools-utils_src_install
138 -
139 - if use kernel_linux; then
140 - if use systemd; then
141 - udev_dorules 70-u2f.rules
142 - else
143 - udev_newrules 70-u2f-udev.rules 70-u2f.rules
144 - fi
145 - fi
146 -}
147 -
148 -pkg_postinst() {
149 - if ! use systemd; then
150 - elog "Users must be a member of the 'plugdev' group"
151 - elog "to be able to access U2F devices"
152 - fi
153 -}
154
155 diff --git a/app-crypt/libu2f-host/libu2f-host-1.0.0-r1.ebuild b/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild
156 similarity index 100%
157 rename from app-crypt/libu2f-host/libu2f-host-1.0.0-r1.ebuild
158 rename to app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild