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 0DBD31382C5 for ; Mon, 26 Mar 2018 19:18:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4165CE09E3; Mon, 26 Mar 2018 19:18:15 +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 E9D1AE09DF for ; Mon, 26 Mar 2018 19:18:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B8DEB335C5C for ; Mon, 26 Mar 2018 19:18:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09BC026F for ; Mon, 26 Mar 2018 19:18:11 +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: <1522091732.d15f87ac8b8a5dccb94242d117baca9add8ce376.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvdswitch/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild X-VCS-Directories: media-plugins/vdr-dvdswitch/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d15f87ac8b8a5dccb94242d117baca9add8ce376 X-VCS-Branch: master Date: Mon, 26 Mar 2018 19:18:11 +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: a9ba5ff8-a5bd-46e6-8f2b-28e834fefb35 X-Archives-Hash: 2885f6942dda71d10ea84b719fa408c4 commit: d15f87ac8b8a5dccb94242d117baca9add8ce376 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Mar 11 17:13:55 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Mar 26 19:15:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15f87ac media-plugins/vdr-dvdswitch: use HTTPS media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild | 4 ++-- media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild | 4 ++-- media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild index 5b8da775b44..198597775c1 100644 --- a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild +++ b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="534" # every bump, new version DESCRIPTION="VDR Plugin: to play dvds and dvd file structures" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-dvdswitch" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-dvdswitch" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" LICENSE="GPL-2" diff --git a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild index b35b73b8315..f11b681c080 100644 --- a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild +++ b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1059" # every bump, new version DESCRIPTION="VDR Plugin: to play dvds and dvd file structures" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-dvdswitch" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-dvdswitch" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" LICENSE="GPL-2" diff --git a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild index 6ae75080008..a662a750af9 100644 --- a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild +++ b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1323" # every bump, new version DESCRIPTION="VDR Plugin: to play dvds and dvd file structures" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-dvdswitch" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-dvdswitch" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" LICENSE="GPL-2"