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 8356C15817D for ; Sat, 22 Jun 2024 19:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B99422BC09B; Sat, 22 Jun 2024 19:13:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 9A5602BC09B for ; Sat, 22 Jun 2024 19:13:56 +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 B4106340441 for ; Sat, 22 Jun 2024 19:13:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33BD21D4B for ; Sat, 22 Jun 2024 19:13:53 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1719083388.45b39baa5580a7b66c86f9c51ca7f9f78d153b22.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-radio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-radio/Manifest media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild X-VCS-Directories: media-plugins/vdr-radio/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 45b39baa5580a7b66c86f9c51ca7f9f78d153b22 X-VCS-Branch: master Date: Sat, 22 Jun 2024 19:13:53 +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: af854ec8-0c50-4929-8550-4efe91ff54ae X-Archives-Hash: 2f58343a89d98433b646aa67d389b179 commit: 45b39baa5580a7b66c86f9c51ca7f9f78d153b22 Author: Martin Dummer gmx net> AuthorDate: Thu Jun 20 18:00:16 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jun 22 19:09:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b39baa media-plugins/vdr-radio: drop 0.9.1 Signed-off-by: Martin Dummer gmx.net> Signed-off-by: Conrad Kostecki gentoo.org> media-plugins/vdr-radio/Manifest | 1 - media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild | 34 -------------------------- 2 files changed, 35 deletions(-) diff --git a/media-plugins/vdr-radio/Manifest b/media-plugins/vdr-radio/Manifest index 37da0def67e8..2e08cea5194e 100644 --- a/media-plugins/vdr-radio/Manifest +++ b/media-plugins/vdr-radio/Manifest @@ -1,2 +1 @@ DIST vdr-plugin-radio-1.1.0.tar.gz 710385 BLAKE2B fa9c692d528d718ace371359fea915eaf972b8ec759c28f86f52b9564c4f6e405da87639522af9a2c24138808351ee421d112dfacf3954d9779da9307a1f0a94 SHA512 d6c5ea7c457b5611b689bd5bc051c185feb108be6d82ea45ae9e9847a86cd06df38b38a1851bcdcf49808111cd1e9aea1f08decca66973c8020592d3a261aae6 -DIST vdr-radio-0.9.1.tgz 353414 BLAKE2B ff0d735188e6972e029256599b2832d4eea9bed377721966f2b956b5a750f47a34b474492addba0bb3f8964188611f2f10a3a47db3aa60101c851e1db43955f0 SHA512 81ab0d92ee390eecbbce73bc035714dda6157dc1f0781b6f8765603f65707e1711af64a48168923e2a78b77e0d869471fa313656d517cba27a3104e483085f43 diff --git a/media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild b/media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild deleted file mode 100644 index b91b2138f6d9..000000000000 --- a/media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vdr-plugin-2 - -DESCRIPTION="VDR plugin: show background image for radio and decode RDS Text" -HOMEPAGE="http://www.vdr-portal.de/board/thread.php?threadid=58795" -SRC_URI="http://www.egal-vdr.de/plugins/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="media-video/vdr" -DEPEND="${RDEPEND}" - -VDR_RCADDON_FILE="${FILESDIR}/rc-addon.sh" - -src_install() { - vdr-plugin-2_src_install - - cd "${S}"/config || die "Can't enter source folder" - - insinto /usr/share/vdr/radio - doins mpegstill/rtext* - dosym rtextOben-kleo2-live.mpg /usr/share/vdr/radio/radio.mpg - dosym rtextOben-kleo2-replay.mpg /usr/share/vdr/radio/replay.mpg - - exeinto /usr/share/vdr/radio - doexe scripts/radioinfo* -}