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 B9727159C9C for ; Sat, 10 Aug 2024 06:58:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10A252BC17B; Sat, 10 Aug 2024 06:58:36 +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 E0F292BC17B for ; Sat, 10 Aug 2024 06:58:35 +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 3216D3430E5 for ; Sat, 10 Aug 2024 06:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7347F1ED2 for ; Sat, 10 Aug 2024 06:58:32 +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: <1723273108.fe53da1f60f2f05bbf83d2c076d0aaf56a67335b.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/vdr-duplicates-1.0.1.ebuild X-VCS-Directories: media-plugins/vdr-duplicates/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: fe53da1f60f2f05bbf83d2c076d0aaf56a67335b X-VCS-Branch: master Date: Sat, 10 Aug 2024 06:58:32 +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: d1b3227e-da5f-4964-b58a-d48dd18aac54 X-Archives-Hash: f3bb4f9184598f582199a1746db230b6 commit: fe53da1f60f2f05bbf83d2c076d0aaf56a67335b Author: Filip Kobierski pm me> AuthorDate: Thu Aug 1 09:22:31 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Aug 10 06:58:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe53da1f media-plugins/vdr-duplicates: remove 1.0.1-r0 Signed-off-by: Filip Kobierski pm.me> Closes: https://github.com/gentoo/gentoo/pull/37903 Signed-off-by: Joonas Niilola gentoo.org> media-plugins/vdr-duplicates/Manifest | 1 - .../vdr-duplicates/vdr-duplicates-1.0.1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/media-plugins/vdr-duplicates/Manifest b/media-plugins/vdr-duplicates/Manifest index c5d8fb9b2b97..bee5fe096969 100644 --- a/media-plugins/vdr-duplicates/Manifest +++ b/media-plugins/vdr-duplicates/Manifest @@ -1,2 +1 @@ -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/vdr-duplicates-1.0.1.ebuild b/media-plugins/vdr-duplicates/vdr-duplicates-1.0.1.ebuild deleted file mode 100644 index 6e0110ce321b..000000000000 --- a/media-plugins/vdr-duplicates/vdr-duplicates-1.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vdr-plugin-2 - -GIT_VERSION="68739fd72beb9745b3e47b9e466311ef23a8ca97" - -DESCRIPTION="VDR Plugin: show duplicated records" -HOMEPAGE="https://projects.vdr-developer.org/projects/plg-duplicates/repository" -SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-duplicates.git/snapshot/vdr-plugin-duplicates-${GIT_VERSION}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="amd64 x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -DEPEND=">=media-video/vdr-2.4.0" - -S="${WORKDIR}/vdr-plugin-duplicates-${GIT_VERSION}"