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 F21C6138334 for ; Wed, 11 Dec 2019 19:23:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30725E083D; Wed, 11 Dec 2019 19:23:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 16975E083D for ; Wed, 11 Dec 2019 19:23:37 +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 B4E1334D916 for ; Wed, 11 Dec 2019 19:23:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B03BA895 for ; Wed, 11 Dec 2019 19:23:33 +0000 (UTC) From: "Joerg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joerg Bornkessel" Message-ID: <1576092200.ba3e06be9d07b622bd46f9b23e3acb3282dc1d51.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-burn/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild X-VCS-Directories: media-plugins/vdr-burn/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: ba3e06be9d07b622bd46f9b23e3acb3282dc1d51 X-VCS-Branch: master Date: Wed, 11 Dec 2019 19:23:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6994d94e-ee9b-4a8b-844f-e3a0af39593c X-Archives-Hash: d7c33f7c53ef0b91d36cee3f4d2a1bc2 commit: ba3e06be9d07b622bd46f9b23e3acb3282dc1d51 Author: Joerg Bornkessel gentoo org> AuthorDate: Wed Dec 11 19:21:51 2019 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Wed Dec 11 19:23:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3e06be media-plugins/vdr-burn: disabled TEST media-plugins/vdr-0.2.2-r1 fails on test it will not fixed by upstream later versions has the test removed by upstream this will close wrt bug 689676 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel gentoo.org> media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild b/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild index 97384f74945..c8b7b420037 100644 --- a/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild +++ b/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 inherit vdr-plugin-2 VERSION="1252" # every bump, new version! +RESTRICT="test" + DESCRIPTION="VDR Plugin: burn records on DVD" HOMEPAGE="https://projects.vdr-developer.org/projects/plg-burn" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" @@ -16,7 +18,7 @@ SLOT="0" LICENSE="GPL-2" IUSE="dvdarchive" -DEPEND=">=media-video/vdr-1.7.36-r1 +DEPEND="media-video/vdr media-libs/gd[png,truetype,jpeg]" RDEPEND="${DEPEND} >=dev-libs/libcdio-0.71 @@ -38,7 +40,7 @@ S="${WORKDIR}/${P#vdr-}" src_prepare() { vdr-plugin-2_src_prepare - epatch \ + eapply \ "${FILESDIR}"/${P}-r1_gentoo-path.diff \ "${FILESDIR}"/${P}_setdefaults.diff \ "${FILESDIR}"/${P}_makefile.diff \ @@ -102,7 +104,6 @@ pkg_postinst() { vdr-plugin-2_pkg_postinst - einfo einfo "This ebuild comes only with the standard template" einfo "'emerge vdr-burn-templates' for more templates" einfo "To change the templates, use the vdr-image plugin"