public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libu2f-host/
Date: Thu, 18 Feb 2016 22:05:24 +0000 (UTC)	[thread overview]
Message-ID: <1455833109.c944f940f83180815b7f2a7604d733204c4fb33a.mrueg@gentoo> (raw)

commit:     c944f940f83180815b7f2a7604d733204c4fb33a
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 21:59:40 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 22:05:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c944f940

app-crypt/libu2f-host: Remove old

Package-Manager: portage-2.2.27

 app-crypt/libu2f-host/Manifest                 |  2 --
 app-crypt/libu2f-host/libu2f-host-0.0.2.ebuild | 49 --------------------------
 app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild | 49 --------------------------
 3 files changed, 100 deletions(-)

diff --git a/app-crypt/libu2f-host/Manifest b/app-crypt/libu2f-host/Manifest
index 1ed2a04..ef3c5ce 100644
--- a/app-crypt/libu2f-host/Manifest
+++ b/app-crypt/libu2f-host/Manifest
@@ -1,4 +1,2 @@
-DIST libu2f-host-0.0.2.tar.xz 444176 SHA256 c9e5478f5d139c30603afe65ea7ef52b0b18c93df60103b1dafeb7f3d17acbd8 SHA512 1b10a5c8d3d071b0d5576a2247b2cc40327fe6fe7370a7680cede7ebda72bd7f0edfa1661b78074a85654a5d979f757c64c090360c69feddb9c3212dc0438deb WHIRLPOOL f8cc5d7524c8ed7943945af44e5b93b43463118b06b186460090df3c69871319e0a347c94a28467b782eb09e2653ef72ab98478d8acf720b86b807223b1ee0b1
-DIST libu2f-host-0.0.4.tar.xz 446604 SHA256 852231611bd5c526406b984ae3c92ce3423ffc7a0ef01f6a060a43b64725ead6 SHA512 09406f45bea4cbca2fd26a4ad546b2233f56e1df098976cbd24dcab08e27bf9131fdc52557b4c701b8ce27b0ece7b405e8cda889591a5e3dc9420611336d1060 WHIRLPOOL 84ac2c5e4170ff45ecb9595c73dabd6a34f79bdcf4ef9bf3ceb32c481febe0537e3ab129fcd7a63c73389b3dbc0742834574b739ed36c419b6bc84b5c01a4d5b
 DIST libu2f-host-1.0.0.tar.xz 454376 SHA256 18c56b9b5cfea2566925bba45b25a4e20b3ef8696905d8f2a06116316e164374 SHA512 ef953ffd8179e5ed4bcd1e02ccc82e671a7979b03a61ac73098be6509ab9d6badd6bb4e3e805de4ddbddbae3e8be71b091344f4230657464f6ba4ac3af171387 WHIRLPOOL cc76b778bcf20ef696900dd0ea65c0925052360a22e505a34ecb8738289d7bbaa88b31f2b25b91b6a1a22a240d01784bc6ef1cb9774c818fa0570328e9f13183
 DIST libu2f-host-1.1.0.tar.xz 455424 SHA256 441bb832ee42acf3a5e5a229444c610218da381eb7daaf2aa750c004dc756d86 SHA512 3861ea748ff6ae0bae756182c6c4bd9a25dafc6e28eec3d6aad0eb700dcddc56ba61ed0c6a60395b8a296764c83b3fadb6954f9001cfb880e93758aaeecf34df WHIRLPOOL b6a91afd99a70db8c78a2a72950f210bbcbea0322780b768611aa528ad0159647bdc7446e1dffd91f8d9b6bcbd8105b8b38c9eb5d9eb2db9ef7d193c97096f3e

diff --git a/app-crypt/libu2f-host/libu2f-host-0.0.2.ebuild b/app-crypt/libu2f-host/libu2f-host-0.0.2.ebuild
deleted file mode 100644
index e2be803..0000000
--- a/app-crypt/libu2f-host/libu2f-host-0.0.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils linux-info udev
-
-DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
-HOMEPAGE="https://developers.yubico.com/libu2f-host/"
-SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="kernel_linux static-libs systemd"
-
-RDEPEND="
-	dev-libs/hidapi
-	dev-libs/json-c"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-RDEPEND="${RDEPEND}
-	systemd? ( sys-apps/systemd[acl] )"
-
-CONFIG_CHECK="~HIDRAW"
-
-src_prepare() {
-	autotools-utils_src_prepare
-
-	sed -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \
-		70-u2f.rules > 70-u2f-udev.rules || die
-}
-
-src_configure() {
-	autotools-utils_src_configure
-}
-
-src_install() {
-	autotools-utils_src_install
-
-	if use kernel_linux; then
-		if use systemd; then
-			udev_dorules 70-u2f.rules
-		else
-			udev_newrules 70-u2f-udev.rules 70-u2f.rules
-		fi
-	fi
-}

diff --git a/app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild b/app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild
deleted file mode 100644
index f1d8211..0000000
--- a/app-crypt/libu2f-host/libu2f-host-0.0.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils linux-info udev
-
-DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library"
-HOMEPAGE="https://developers.yubico.com/libu2f-host/"
-SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="kernel_linux static-libs systemd"
-
-RDEPEND="
-	dev-libs/hidapi
-	dev-libs/json-c"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-RDEPEND="${RDEPEND}
-	systemd? ( sys-apps/systemd[acl] )"
-
-CONFIG_CHECK="~HIDRAW"
-
-src_prepare() {
-	autotools-utils_src_prepare
-
-	sed -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \
-		70-u2f.rules > 70-u2f-udev.rules || die
-}
-
-src_configure() {
-	autotools-utils_src_configure
-}
-
-src_install() {
-	autotools-utils_src_install
-
-	if use kernel_linux; then
-		if use systemd; then
-			udev_dorules 70-u2f.rules
-		else
-			udev_newrules 70-u2f-udev.rules 70-u2f.rules
-		fi
-	fi
-}


             reply	other threads:[~2016-02-18 22:05 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-18 22:05 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-16 22:52 [gentoo-commits] repo/gentoo:master commit in: app-crypt/libu2f-host/ Marek Szuba
2022-08-15 22:30 Sam James
2022-06-25 10:07 Marek Szuba
2021-09-13 16:26 Marek Szuba
2021-09-13 16:26 Marek Szuba
2021-08-10  0:22 Göktürk Yüksek
2020-10-15  1:09 Sam James
2019-12-26 12:56 Georgy Yakovlev
2019-09-13 12:58 Michał Górny
2019-06-08 19:10 Göktürk Yüksek
2019-06-08 18:13 Agostino Sarubbo
2019-06-07 20:14 Mikle Kolyada
2019-06-05 20:05 Göktürk Yüksek
2019-06-05 20:05 Göktürk Yüksek
2018-10-05 13:24 Alexys Jacob
2017-12-19 21:45 Thomas Deutschmann
2017-12-14  5:50 Jason Zaman
2017-12-08 20:39 Thomas Deutschmann
2017-02-04  1:31 Alon Bar-Lev
2016-10-09 13:48 Diego Elio Pettenò
2016-06-28 21:22 Göktürk Yüksek
2016-03-19 13:54 Manuel Rüger
2016-02-18 21:58 Manuel Rüger
2016-01-02 14:54 Patrice Clement
2015-09-13 14:44 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455833109.c944f940f83180815b7f2a7604d733204c4fb33a.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox