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 0BDED138334 for ; Wed, 11 Jul 2018 11:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA716E084E; Wed, 11 Jul 2018 11:47:29 +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 7D5DDE0845 for ; Wed, 11 Jul 2018 11:47:29 +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 190D7335CA3 for ; Wed, 11 Jul 2018 11:47:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 906C7366 for ; Wed, 11 Jul 2018 11:47:26 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1531309634.63b15a7146f2545c8f48ffe2427ef66754aaf2c6.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-ffnetdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild X-VCS-Directories: media-plugins/vdr-ffnetdev/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: 63b15a7146f2545c8f48ffe2427ef66754aaf2c6 X-VCS-Branch: master Date: Wed, 11 Jul 2018 11:47:26 +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: 059e32ab-75f8-4f78-bad2-1a74fe4f31ca X-Archives-Hash: 9cf17e87798f26acd44e8302d45bcb3c commit: 63b15a7146f2545c8f48ffe2427ef66754aaf2c6 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Jun 13 18:32:45 2018 +0000 Commit: Tony Vroon gentoo org> CommitDate: Wed Jul 11 11:47:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b15a71 media-plugins/vdr-ffnetdev: EAPI6, use HTTPs media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild b/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild index bea1daf8d78..cd48d562378 100644 --- a/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild +++ b/media-plugins/vdr-ffnetdev/vdr-ffnetdev-0.1.2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=6 inherit vdr-plugin-2 VERSION="837" # every bump, new version DESCRIPTION="VDR Plugin: Output device which offers OSD via VNC and Video as raw mpeg over network" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-ffnetdev" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-ffnetdev" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.bz2" SLOT="0"