summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-11 10:29:09 +0200
committerDavid Seifert <soap@gentoo.org>2018-04-11 11:39:45 +0200
commit5ccff74f8f6d0968fccd247bbcad09f3cf85e6c5 (patch)
treeda690feec099dca5df74a96e695279f8dab47ae6
parentdev-embedded/mspdebug: use HTTPS (diff)
downloadgentoo-5ccff74f8f6d0968fccd247bbcad09f3cf85e6c5.tar.gz
gentoo-5ccff74f8f6d0968fccd247bbcad09f3cf85e6c5.tar.bz2
gentoo-5ccff74f8f6d0968fccd247bbcad09f3cf85e6c5.zip
dev-libs/libserialport: use HTTPS
-rw-r--r--dev-libs/libserialport/libserialport-0.1.0.ebuild6
-rw-r--r--dev-libs/libserialport/libserialport-0.1.1.ebuild6
-rw-r--r--dev-libs/libserialport/libserialport-9999.ebuild6
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 0def81cd3e8d..7844e2784de5 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 825a42a1d744..e8a3054e9ead 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 2b0b07022ab3..75606b202ba4 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"