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 17AC51382C5 for ; Wed, 11 Apr 2018 09:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F1A0E0ADC; Wed, 11 Apr 2018 09:40:22 +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 5815DE0ADC for ; Wed, 11 Apr 2018 09:40:22 +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 6799D335C72 for ; Wed, 11 Apr 2018 09:40:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 908FD2A1 for ; Wed, 11 Apr 2018 09:40:18 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1523439594.aea77f7d6856f8ada48649b143ec482552bd5a26.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsigrok/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libsigrok/libsigrok-0.3.0.ebuild sci-libs/libsigrok/libsigrok-0.4.0.ebuild sci-libs/libsigrok/libsigrok-0.5.0.ebuild sci-libs/libsigrok/libsigrok-9999.ebuild X-VCS-Directories: sci-libs/libsigrok/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: aea77f7d6856f8ada48649b143ec482552bd5a26 X-VCS-Branch: master Date: Wed, 11 Apr 2018 09:40:18 +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-Archives-Salt: 061bc49d-c621-4172-a6a6-1a0a8ce3f88a X-Archives-Hash: d71437d008ed6f6ce180da0f6e2ebf61 commit: aea77f7d6856f8ada48649b143ec482552bd5a26 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Apr 11 08:32:34 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Apr 11 09:39:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea77f7d sci-libs/libsigrok: use HTTPS sci-libs/libsigrok/libsigrok-0.3.0.ebuild | 6 +++--- sci-libs/libsigrok/libsigrok-0.4.0.ebuild | 6 +++--- sci-libs/libsigrok/libsigrok-0.5.0.ebuild | 6 +++--- sci-libs/libsigrok/libsigrok-9999.ebuild | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sci-libs/libsigrok/libsigrok-0.3.0.ebuild b/sci-libs/libsigrok/libsigrok-0.3.0.ebuild index d978f928e0c..dfa540c113f 100644 --- a/sci-libs/libsigrok/libsigrok-0.3.0.ebuild +++ b/sci-libs/libsigrok/libsigrok-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,12 +9,12 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://sigrok.org/${PN}" inherit git-r3 autotools else - SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz" + SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" KEYWORDS="amd64 x86" fi DESCRIPTION="basic hardware drivers for logic analyzers and input/output file format support" -HOMEPAGE="http://sigrok.org/wiki/Libsigrok" +HOMEPAGE="https://sigrok.org/wiki/Libsigrok" LICENSE="GPL-3" SLOT="0/2" diff --git a/sci-libs/libsigrok/libsigrok-0.4.0.ebuild b/sci-libs/libsigrok/libsigrok-0.4.0.ebuild index b80377e5cf1..6eb82d78162 100644 --- a/sci-libs/libsigrok/libsigrok-0.4.0.ebuild +++ b/sci-libs/libsigrok/libsigrok-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,12 +11,12 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://sigrok.org/${PN}" inherit git-r3 autotools else - SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz" + SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="basic hardware drivers for logic analyzers and input/output file format support" -HOMEPAGE="http://sigrok.org/wiki/Libsigrok" +HOMEPAGE="https://sigrok.org/wiki/Libsigrok" LICENSE="GPL-3" SLOT="0/3" diff --git a/sci-libs/libsigrok/libsigrok-0.5.0.ebuild b/sci-libs/libsigrok/libsigrok-0.5.0.ebuild index f4b44fd9c9b..2119698af8f 100644 --- a/sci-libs/libsigrok/libsigrok-0.5.0.ebuild +++ b/sci-libs/libsigrok/libsigrok-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,12 +11,12 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://sigrok.org/${PN}" inherit git-r3 autotools else - SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz" + SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="basic hardware drivers for logic analyzers and input/output file format support" -HOMEPAGE="http://sigrok.org/wiki/Libsigrok" +HOMEPAGE="https://sigrok.org/wiki/Libsigrok" LICENSE="GPL-3" SLOT="0/4" diff --git a/sci-libs/libsigrok/libsigrok-9999.ebuild b/sci-libs/libsigrok/libsigrok-9999.ebuild index f1ec96e0b8e..c3a463fbec8 100644 --- a/sci-libs/libsigrok/libsigrok-9999.ebuild +++ b/sci-libs/libsigrok/libsigrok-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,12 +11,12 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://sigrok.org/${PN}" inherit git-r3 autotools else - SRC_URI="http://sigrok.org/download/source/${PN}/${P}.tar.gz" + SRC_URI="https://sigrok.org/download/source/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="basic hardware drivers for logic analyzers and input/output file format support" -HOMEPAGE="http://sigrok.org/wiki/Libsigrok" +HOMEPAGE="https://sigrok.org/wiki/Libsigrok" LICENSE="GPL-3" SLOT="0/9999"