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 A35211382C5 for ; Sun, 13 May 2018 19:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2566E0BEB; Sun, 13 May 2018 19:20:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AB175E0BEB for ; Sun, 13 May 2018 19:20:20 +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 9E69A335CA2 for ; Sun, 13 May 2018 19:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19017299 for ; Sun, 13 May 2018 19:20:16 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526239117.b208f301e2368a60b6decda7f10f92c013f07c48.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/dvdrip/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/dvdrip/dvdrip-0.98.11-r3.ebuild media-video/dvdrip/dvdrip-0.98.11-r4.ebuild X-VCS-Directories: media-video/dvdrip/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b208f301e2368a60b6decda7f10f92c013f07c48 X-VCS-Branch: master Date: Sun, 13 May 2018 19:20:16 +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: 41641275-3828-4201-9b0c-252ed6ff80a6 X-Archives-Hash: 9790c93272b4dfcf3b5fffa459b89eab commit: b208f301e2368a60b6decda7f10f92c013f07c48 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 8 12:25:39 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 13 19:18:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b208f301 media-video/dvdrip: use HTTPS media-video/dvdrip/dvdrip-0.98.11-r3.ebuild | 6 +++--- 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 68bdf3b77dd..3c99edbd3c5 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 3eaca7e3509..fcad2bf424f 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"