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 9D69B138331 for ; Wed, 11 Apr 2018 09:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0BECE09E0; Wed, 11 Apr 2018 09:40:21 +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 94A90E09E0 for ; Wed, 11 Apr 2018 09:40:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 74529335C7B for ; Wed, 11 Apr 2018 09:40:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58F1F29E 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: <1523439585.5ccff74f8f6d0968fccd247bbcad09f3cf85e6c5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libserialport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libserialport/libserialport-0.1.0.ebuild dev-libs/libserialport/libserialport-0.1.1.ebuild dev-libs/libserialport/libserialport-9999.ebuild X-VCS-Directories: dev-libs/libserialport/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5ccff74f8f6d0968fccd247bbcad09f3cf85e6c5 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: 1c1ae3ad-8abc-4872-bb4e-6f9e1a5e1160 X-Archives-Hash: aff91212d7ecbac9a30e826fd667fac9 commit: 5ccff74f8f6d0968fccd247bbcad09f3cf85e6c5 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Apr 11 08:29:09 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Apr 11 09:39:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccff74f dev-libs/libserialport: use HTTPS dev-libs/libserialport/libserialport-0.1.0.ebuild | 6 +++--- dev-libs/libserialport/libserialport-0.1.1.ebuild | 6 +++--- dev-libs/libserialport/libserialport-9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-libs/libserialport/libserialport-0.1.0.ebuild b/dev-libs/libserialport/libserialport-0.1.0.ebuild index 0def81cd3e8..7844e2784de 100644 --- a/dev-libs/libserialport/libserialport-0.1.0.ebuild +++ b/dev-libs/libserialport/libserialport-0.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -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="Cross platform serial port access library" -HOMEPAGE="http://sigrok.org/wiki/Libserialport" +HOMEPAGE="https://sigrok.org/wiki/Libserialport" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-libs/libserialport/libserialport-0.1.1.ebuild b/dev-libs/libserialport/libserialport-0.1.1.ebuild index 825a42a1d74..e8a3054e9ea 100644 --- a/dev-libs/libserialport/libserialport-0.1.1.ebuild +++ b/dev-libs/libserialport/libserialport-0.1.1.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" @@ -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="Cross platform serial port access library" -HOMEPAGE="http://sigrok.org/wiki/Libserialport" +HOMEPAGE="https://sigrok.org/wiki/Libserialport" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-libs/libserialport/libserialport-9999.ebuild b/dev-libs/libserialport/libserialport-9999.ebuild index 2b0b07022ab..75606b202ba 100644 --- a/dev-libs/libserialport/libserialport-9999.ebuild +++ b/dev-libs/libserialport/libserialport-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -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="Cross platform serial port access library" -HOMEPAGE="http://sigrok.org/wiki/Libserialport" +HOMEPAGE="https://sigrok.org/wiki/Libserialport" LICENSE="LGPL-3" SLOT="0"