diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-08 14:25:39 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:37 -0400 |
commit | b208f301e2368a60b6decda7f10f92c013f07c48 (patch) | |
tree | 37389c44848c67ae7497e0ec7ef59e9222aeee71 /media-video/dvdrip | |
parent | media-plugins/frei0r-plugins: use HTTPS (diff) | |
download | gentoo-b208f301e2368a60b6decda7f10f92c013f07c48.tar.gz gentoo-b208f301e2368a60b6decda7f10f92c013f07c48.tar.bz2 gentoo-b208f301e2368a60b6decda7f10f92c013f07c48.zip |
media-video/dvdrip: use HTTPS
Diffstat (limited to 'media-video/dvdrip')
-rw-r--r-- | media-video/dvdrip/dvdrip-0.98.11-r3.ebuild | 6 | ||||
-rw-r--r-- | media-video/dvdrip/dvdrip-0.98.11-r4.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-video/dvdrip/dvdrip-0.98.11-r3.ebuild b/media-video/dvdrip/dvdrip-0.98.11-r3.ebuild index 68bdf3b77ddf..3c99edbd3c5c 100644 --- a/media-video/dvdrip/dvdrip-0.98.11-r3.ebuild +++ b/media-video/dvdrip/dvdrip-0.98.11-r3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils flag-o-matic perl-module DESCRIPTION="dvd::rip is a graphical frontend for transcode" -HOMEPAGE="http://www.exit1.org/dvdrip/" -SRC_URI="http://www.exit1.org/dvdrip/dist/${P}.tar.gz" +HOMEPAGE="https://www.exit1.org/dvdrip/" +SRC_URI="https://www.exit1.org/dvdrip/dist/${P}.tar.gz" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" diff --git a/media-video/dvdrip/dvdrip-0.98.11-r4.ebuild b/media-video/dvdrip/dvdrip-0.98.11-r4.ebuild index 3eaca7e3509d..fcad2bf424f5 100644 --- a/media-video/dvdrip/dvdrip-0.98.11-r4.ebuild +++ b/media-video/dvdrip/dvdrip-0.98.11-r4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils flag-o-matic perl-module DESCRIPTION="dvd::rip is a graphical frontend for transcode" -HOMEPAGE="http://www.exit1.org/dvdrip/" -SRC_URI="http://www.exit1.org/dvdrip/dist/${P}.tar.gz" +HOMEPAGE="https://www.exit1.org/dvdrip/" +SRC_URI="https://www.exit1.org/dvdrip/dist/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" |