From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D112138335 for ; Sun, 15 Sep 2019 17:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69D6DE0931; Sun, 15 Sep 2019 17:17:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5016CE0931 for ; Sun, 15 Sep 2019 17:17:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7660C34B1DD for ; Sun, 15 Sep 2019 17:17:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B0337F1 for ; Sun, 15 Sep 2019 17:17:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568567426.58a435c611760a96df39c77438a130944b7190bc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hidapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild X-VCS-Directories: dev-libs/hidapi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 58a435c611760a96df39c77438a130944b7190bc X-VCS-Branch: master Date: Sun, 15 Sep 2019 17:17:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f366b5fa-87f2-4083-b354-1db0fa7c7ff7 X-Archives-Hash: 9bbee2735a46f5f3be29aaa29c43fcd0 commit: 58a435c611760a96df39c77438a130944b7190bc Author: Michał Górny gentoo org> AuthorDate: Sun Sep 15 17:10:26 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 15 17:10:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a435c6 dev-libs/hidapi: Inline mirror://github Signed-off-by: Michał Górny gentoo.org> dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild b/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild index 7ff87779c0e..6f6785d21d9 100644 --- a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild +++ b/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild @@ -19,7 +19,7 @@ DESCRIPTION="A multi-platform library for USB and Bluetooth HID-Class devices" HOMEPAGE="http://www.signal11.us/oss/hidapi/" SRC_URI="https://github.com/signal11/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tgz" # When 0.8.0 is officially available the following link should be used. -#SRC_URI="mirror://github/signal11/${PN}/${P}.zip" +#SRC_URI="https://github.com/downloads/signal11/${PN}/${P}.zip" LICENSE="|| ( BSD GPL-3 HIDAPI )" SLOT="0"