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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A8381582ED for ; Mon, 10 Jun 2024 12:46:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FFB3E2AEF; Mon, 10 Jun 2024 12:46:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C5D0E2AEF for ; Mon, 10 Jun 2024 12:46:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4BD9340806 for ; Mon, 10 Jun 2024 12:46:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 083191C7C for ; Mon, 10 Jun 2024 12:46:20 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1718023522.da2dbf2da1d01fb4ddc2c3bb2aeefd62fa1053dd.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-duplicates/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-duplicates/Manifest media-plugins/vdr-duplicates/metadata.xml media-plugins/vdr-duplicates/vdr-duplicates-1.0.1-r1.ebuild X-VCS-Directories: media-plugins/vdr-duplicates/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: da2dbf2da1d01fb4ddc2c3bb2aeefd62fa1053dd X-VCS-Branch: master Date: Mon, 10 Jun 2024 12:46:20 +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: 3fb879a5-a035-4685-ad4c-98593a384738 X-Archives-Hash: 008f9e441e2ded962297e109e84a08b5 commit: da2dbf2da1d01fb4ddc2c3bb2aeefd62fa1053dd Author: Martin Dummer gmx net> AuthorDate: Sat May 11 11:33:37 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jun 10 12:45:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2dbf2d media-plugins/vdr-duplicates: update EAPI 7 -> 8 new SRC_URI and HOME fix pkgcheck issues Signed-off-by: Martin Dummer gmx.net> Signed-off-by: Joonas Niilola gentoo.org> media-plugins/vdr-duplicates/Manifest | 1 + media-plugins/vdr-duplicates/metadata.xml | 3 +++ .../vdr-duplicates/vdr-duplicates-1.0.1-r1.ebuild | 18 ++++++++++++++++++ 3 files changed, 22 insertions(+) diff --git a/media-plugins/vdr-duplicates/Manifest b/media-plugins/vdr-duplicates/Manifest index 5fcafcacc0b5..c5d8fb9b2b97 100644 --- a/media-plugins/vdr-duplicates/Manifest +++ b/media-plugins/vdr-duplicates/Manifest @@ -1 +1,2 @@ DIST vdr-duplicates-1.0.1.tar.gz 17836 BLAKE2B e48b8fae13ef0ff8e310045dfd40eef2722dd3cc797e49c3601ab4df2d92ec7a8d490e135a57808806f42db86e295d602183b879ebc87922e6dc4218e7cea230 SHA512 ba1476c3705a4f9a982887833ecba7d22be84c391908f4d9e0d938337615d46b11b9c7cb97f6f80edc5348321afcd1a5535eebe0f71fb67615ae8d75ccf53507 +DIST vdr-duplicates-1.0.1.tgz 17847 BLAKE2B e5185a5961927504c47a5b5f7660fd184c5f47a7540c976c2f2efad94c3b0e554ce3044b640bfcf5cb5002ecd394f7ef24e897c59171f8e49df15fcc08a6ca23 SHA512 d011430be3153d0cfde28eed580637bb0ab7aee4662d047fd7c1005efd32333eac3b3b13246a470d3d7d4a1249cdd1d661ca8a02809a21615d2e0feca3913f15 diff --git a/media-plugins/vdr-duplicates/metadata.xml b/media-plugins/vdr-duplicates/metadata.xml index c08751971fb3..ad1cc2cced56 100644 --- a/media-plugins/vdr-duplicates/metadata.xml +++ b/media-plugins/vdr-duplicates/metadata.xml @@ -13,4 +13,7 @@ vdr@gentoo.org Gentoo VDR Project + + vdr-projects/vdr-plugin-duplicates + diff --git a/media-plugins/vdr-duplicates/vdr-duplicates-1.0.1-r1.ebuild b/media-plugins/vdr-duplicates/vdr-duplicates-1.0.1-r1.ebuild new file mode 100644 index 000000000000..d075ed242a2e --- /dev/null +++ b/media-plugins/vdr-duplicates/vdr-duplicates-1.0.1-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vdr-plugin-2 + +DESCRIPTION="VDR Plugin: show duplicated records" +HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-duplicates" +SRC_URI="https://github.com/vdr-projects/vdr-plugin-duplicates/archive/refs/tags/${PV}.tar.gz -> ${P}.tgz" +S="${WORKDIR}/vdr-plugin-duplicates-${PV}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="media-video/vdr" +RDEPEND="${DEPEND}"