diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2021-08-14 23:28:09 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-08-18 13:33:18 +0300 |
commit | 70fdb7ee051ee8e2df7b277dd27dc40cd4004473 (patch) | |
tree | 945cfc3f9406831538a9a5a1ce6a2d504a46cde2 /media-plugins/vdr-actuator | |
parent | net-fs/autofs: add missing net-libs/libnsl dep (diff) | |
download | gentoo-70fdb7ee051ee8e2df7b277dd27dc40cd4004473.tar.gz gentoo-70fdb7ee051ee8e2df7b277dd27dc40cd4004473.tar.bz2 gentoo-70fdb7ee051ee8e2df7b277dd27dc40cd4004473.zip |
media-plugins/vdr-actuator: use https
fix copyright/description/change URLs to https
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-actuator')
-rw-r--r-- | media-plugins/vdr-actuator/vdr-actuator-1.2.1.ebuild | 8 | ||||
-rw-r--r-- | media-plugins/vdr-actuator/vdr-actuator-2.4.1_pre20181025.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/media-plugins/vdr-actuator/vdr-actuator-1.2.1.ebuild b/media-plugins/vdr-actuator/vdr-actuator-1.2.1.ebuild index 858a5bac4523..191a7ea5de4b 100644 --- a/media-plugins/vdr-actuator/vdr-actuator-1.2.1.ebuild +++ b/media-plugins/vdr-actuator/vdr-actuator-1.2.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit vdr-plugin-2 -DESCRIPTION="VDR plugin: control an linear or horizon actuator attached trough the parallel port" -HOMEPAGE="http://ventoso.org/luca/vdr/" -SRC_URI="http://ventoso.org/luca/vdr/${P}.tgz" +DESCRIPTION="VDR plugin: control a horz. or vert. actuator attached through the parallel port" +HOMEPAGE="https://ventoso.org/luca/vdr/" +SRC_URI="https://ventoso.org/luca/vdr/${P}.tgz" LICENSE="GPL-2" SLOT="0" diff --git a/media-plugins/vdr-actuator/vdr-actuator-2.4.1_pre20181025.ebuild b/media-plugins/vdr-actuator/vdr-actuator-2.4.1_pre20181025.ebuild index d787ce070e05..616f124626c4 100644 --- a/media-plugins/vdr-actuator/vdr-actuator-2.4.1_pre20181025.ebuild +++ b/media-plugins/vdr-actuator/vdr-actuator-2.4.1_pre20181025.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,8 +7,8 @@ inherit vdr-plugin-2 GIT_VERSION="c810abffbf6dc6f1f354b0c545abe65311203fd8" -DESCRIPTION="VDR plugin: control an hor. or ver. actuator attached trough the parallel port" -HOMEPAGE="http://ventoso.org/luca/vdr/" +DESCRIPTION="VDR plugin: control a horz. or vert. actuator attached through the parallel port" +HOMEPAGE="https://ventoso.org/luca/vdr/" SRC_URI="https://github.com/olivluca/vdr-actuator-plugin/archive/${GIT_VERSION}.tar.gz -> ${PF}.tar.gz" LICENSE="GPL-2" |