media-plugins/vdr-iptv: SRC_URI update

Rolf Ahrenberg moved his packages to github
inplace change of SRC_URI without version bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Martin Dummer
2021-02-21 00:12:52 +01:00
committed by Joonas Niilola
parent 124a95a62c
commit 30529d5b71
4 changed files with 31 additions and 15 deletions

View File

@@ -1,2 +1,2 @@
DIST vdr-iptv-2.2.1.tgz 59409 BLAKE2B 8a3e1a79afdb1273b011f5ae9eae84c456462116d075c57165436c25c7f16602b4ef5e80d5dbff77f1a027515c49fce385e2d3f89c66ae8c39980d229ef38a6b SHA512 bd74ef6d36ea390bbd0174e747af4ee2ec5615af0f0b2af87b0e4037237fdb47e86f5a7a558c1685722cdab045fa5f9657916d46c2a0ca9bf58c05396e7785fd
DIST vdr-iptv-2.4.0.tgz 61385 BLAKE2B d2ba20fe3ef1885b2e122de81699a284cc5f8d951e137786d8fff47dce2366ab1f00e97c4ab7a07056cc11f547c198fea422a60bd464c12e3bf71701d428bf1c SHA512 f429f7b7952b357a941b30aa3509d06839ed2945979957db4ba142acc500a976e3ea4a976dec4fe755605dbdd8cbbdc25beb19bb984bb5147ac22a68078d49d9
DIST vdr-iptv-2.2.1.tar.gz 57874 BLAKE2B b65bf0dd5b2933a1466e97e442b9f5cb779a1b8a3e5bf50126df5f639ef780598a13d6a462a881d8c2c8403e157165cf2d090796c5837561bdace1d05f02d293 SHA512 b76e7a42b3507471d12e61bbbd4d1a70a2cd0a8d9fe6097aa843de06c33864117a24037dfb54abb6064b90c61affa319c117b3a4be575e187e22f3c02e6c209a
DIST vdr-iptv-2.4.0.tar.gz 59877 BLAKE2B 9fe40530f98b8c00d6d4df2b325a76b76a639834fddea369041e902de4bff6e6a0bf50930af08f9f9c305799e17ce188623d6d9f7dae731574e481136ce3c060 SHA512 70ced2952289afd1413547a0d12be6e5beea2b53eade84aa3b6a75a3e4d751bc8dbf03b30d1619f8d08c0e52c1d0cc7d55d4a4f3311f1d72b2f2c62fe5f72a18

View File

@@ -1,8 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>vdr@gentoo.org</email>
<name>Gentoo VDR Project</name>
</maintainer>
<maintainer type="person" proxied="yes">
<email>martin.dummer@gmx.net</email>
<name>Martin Dummer</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<maintainer type="project">
<email>vdr@gentoo.org</email>
<name>Gentoo VDR Project</name>
</maintainer>
<upstream>
<remote-id type="github">rofafor/vdr-plugin-iptv</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,17 +6,21 @@ EAPI=7
inherit vdr-plugin-2
DESCRIPTION="VDR plugin: Add a logical device capable of receiving IPTV"
HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/iptv/"
SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/iptv/files/${P}.tgz"
HOMEPAGE="https://github.com/rofafor/vdr-plugin-iptv"
SRC_URI="https://github.com/rofafor/vdr-plugin-iptv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=media-video/vdr-2.1.6"
RDEPEND="${DEPEND}
net-misc/curl"
net-misc/curl"
QA_FLAGS_IGNORED="
usr/lib/vdr/plugins/libvdr-iptv.*
usr/lib64/vdr/plugins/libvdr-iptv.*"
S="${WORKDIR}/vdr-plugin-iptv-${PV}"
src_prepare() {
vdr-plugin-2_src_prepare

View File

@@ -1,4 +1,4 @@
# Copyright 2019 Gentoo Authors
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,8 +6,8 @@ EAPI=7
inherit vdr-plugin-2
DESCRIPTION="VDR plugin: Add a logical device capable of receiving IPTV"
HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/iptv/"
SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/iptv/files/${P}.tgz"
HOMEPAGE="https://github.com/rofafor/vdr-plugin-iptv"
SRC_URI="https://github.com/rofafor/vdr-plugin-iptv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
@@ -20,6 +20,7 @@ RDEPEND="${DEPEND}
QA_FLAGS_IGNORED="
usr/lib/vdr/plugins/libvdr-iptv.*
usr/lib64/vdr/plugins/libvdr-iptv.*"
S="${WORKDIR}/vdr-plugin-iptv-${PV}"
src_prepare() {
vdr-plugin-2_src_prepare