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 0DBEF1382C5 for ; Mon, 26 Mar 2018 19:18:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 317B2E09E1; 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 06392E09E2 for ; Mon, 26 Mar 2018 19:18:15 +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 1782F335C60 for ; Mon, 26 Mar 2018 19:18:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53BBC273 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: <1522091737.f8096eaf1c0eddac3a1ebc13e6df6aa169504495.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-menuorg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild X-VCS-Directories: media-plugins/vdr-menuorg/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f8096eaf1c0eddac3a1ebc13e6df6aa169504495 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: 1e9dd741-fc89-4b6c-ae60-c705b9b58b5b X-Archives-Hash: 66e8f25f9ebdb79a0b3d6bac512c3e61 commit: f8096eaf1c0eddac3a1ebc13e6df6aa169504495 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Mar 11 17:17:49 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Mar 26 19:15:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8096eaf media-plugins/vdr-menuorg: use HTTPS media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild b/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild index ff92e34c6b1..53359ac10d9 100644 --- a/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild +++ b/media-plugins/vdr-menuorg/vdr-menuorg-0.5.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 flag-o-matic vdr-plugin-2 VERSION="1312" # every bump, new version DESCRIPTION="VDR plugin: make osd menu configurable via config-file" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-menuorg" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-menuorg" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz" LICENSE="GPL-2"