summaryrefslogtreecommitdiff
path: root/media-tv/shoutcast2vdr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /media-tv/shoutcast2vdr
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'media-tv/shoutcast2vdr')
-rw-r--r--media-tv/shoutcast2vdr/Manifest1
-rw-r--r--media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/media-tv/shoutcast2vdr/Manifest b/media-tv/shoutcast2vdr/Manifest
index c94cd336f5f5..fed540616ead 100644
--- a/media-tv/shoutcast2vdr/Manifest
+++ b/media-tv/shoutcast2vdr/Manifest
@@ -1,4 +1,3 @@
DIST shoutcast2vdr-0.0.8.gz 3538 BLAKE2B ca09d53488354316af12a0e192c835a29313a07096f534e049ad975dbc55f36f71cbac754e75ad14362b9bae60ab6a513d04bd4a4b2fa89e7a4909310c29aa3d SHA512 ae5ce60c993ff85b3ac9ab3567be55a22ad1929b98a035b323583fa6166b21a96bd7e7017917865d4a339790e7d6c1113820d7230787225d97c68e2174f02c37
EBUILD shoutcast2vdr-0.0.8-r1.ebuild 718 BLAKE2B 087fb91e8b7226a569c902dcf51d869de15136467991c607b3a0e2c165cbbcb3d5a5a370c5a1846692aebabb3998c4b3aad3efcd11a3512746f1ddf4fdefc28b SHA512 6ba6486ceded70f6328eb25594f4ea8f3094b19055d98ae6f65b2e84b42d52e457b0f707aa4e5d45e96387f830411ce9c30c225bf40dbf7812dd4989f6574aae
-EBUILD shoutcast2vdr-0.0.8.ebuild 689 BLAKE2B 81b3eabdf7c11c331f93131e97bdab1221ad8112f98300ca9e27f78308c98b100b82d56a4d50697ce0c9b3a0a83b710b3f4a128a968a53e2f610051564a19775 SHA512 881800ed1ee2a5505150532e989db943439032c99147bfb84e71e0bf8f83934f327394b1df43d8496c0c445155173573340c6c3d1d66ddf5c4355a6fd4a24afe
MISC metadata.xml 243 BLAKE2B 6287033e852823666551691771936aead83e7394d6c41f6f5a43a4c21309300e6fcfd90e8a87a82eb90433f86344426c07f2fb7833e7226d2e3c4df9fda1d2d6 SHA512 f7d6e467a5a96c0afdd42df3c0f3866240defc5bbea5ccddf4c0b1a3c004225af5d46dab67d45a5ac34535391584f3b3727fe79ef6cef1a11413636bbc35cf06
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 43f6378c2dd0..000000000000
--- 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}
-}