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 8FC69138334 for ; Sat, 5 Oct 2019 07:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCF76E0858; Sat, 5 Oct 2019 07:24:09 +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 C4BEBE0858 for ; Sat, 5 Oct 2019 07:24:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E0D8E34B987 for ; Sat, 5 Oct 2019 07:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8147830 for ; Sat, 5 Oct 2019 07:24:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570259905.c8ed6a863049a8061a17dad87ea768ca590cc6be.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/shoutcast2vdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8.ebuild X-VCS-Directories: media-tv/shoutcast2vdr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c8ed6a863049a8061a17dad87ea768ca590cc6be X-VCS-Branch: master Date: Sat, 5 Oct 2019 07:24:03 +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: 976b61d6-b3f1-4744-b822-1e2f3aa7bec8 X-Archives-Hash: e1e00c462b3b6e58a45be6e854c7a735 commit: c8ed6a863049a8061a17dad87ea768ca590cc6be Author: Michał Górny gentoo org> AuthorDate: Sat Oct 5 07:18:25 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 5 07:18:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ed6a86 media-tv/shoutcast2vdr: Drop old (EAPI=0) Signed-off-by: Michał Górny gentoo.org> media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8.ebuild | 35 ----------------------- 1 file changed, 35 deletions(-) diff --git a/media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8.ebuild b/media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8.ebuild deleted file mode 100644 index 43f6378c2dd..00000000000 --- a/media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="VDR script: generate shoutcast playlists" -HOMEPAGE="http://www.vdr-portal.de/board/thread.php?threadid=19478" -SRC_URI="http://www.kost.sh/vdr/${P}.gz" - -KEYWORDS="amd64 x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -DEPEND="media-video/vdr" - -S="${WORKDIR}" - -PLAYLIST_DIR="/var/cache/vdr/music/playlists" - -src_unpack() { - - unpack ${A} - cd "${S}" - - sed -i shoutcast2vdr-0.0.8 -e "s:outputdir=/home/volker/vdr/radio:outputdir=${PLAYLIST_DIR}:" -} - -src_install() { - - exeinto /usr/share/vdr/shoutcast2vdr - newexe shoutcast2vdr-0.0.8 shoutcast2vdr - - keepdir ${PLAYLIST_DIR} -}