Gentoo Archives: gentoo-commits

From: Matthias Schwarzott <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvbhddevice/
Date: Fri, 30 Nov 2018 14:01:37
Message-Id: 1543586063.e004468a20556f3fa5df974d057c04d2ec97adc8.zzam@gentoo
1 commit: e004468a20556f3fa5df974d057c04d2ec97adc8
2 Author: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 30 13:48:39 2018 +0000
4 Commit: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 30 13:54:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e004468a
7
8 media-plugins/vdr-dvbhddevice: fix HOMEPAGE and SRC_URI
9
10 Use bitbucket.org as the latest ebuild already did.
11
12 Closes: https://bugs.gentoo.org/635370
13 Package-Manager: Portage-2.3.52, Repoman-2.3.12
14 Signed-off-by: Matthias Schwarzott <zzam <AT> gentoo.org>
15
16 .../vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild | 6 +++---
17 .../vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild | 6 +++---
18 2 files changed, 6 insertions(+), 6 deletions(-)
19
20 diff --git a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild
21 index a3e5445d0ef..02e0463d33c 100644
22 --- a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild
23 +++ b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -10,8 +10,8 @@ HG_REVISION_DATE="20140115"
31
32 DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend
33 S2-6400 DVB Card"
34 -HOMEPAGE="http://powarman.dyndns.org/hg/dvbhddevice"
35 -SRC_URI="http://powarman.dyndns.org/hgwebdir.cgi/dvbhddevice/archive/${HG_REVISION}.tar.gz
36 +HOMEPAGE="https://bitbucket.org/powARman/dvbhddevice"
37 +SRC_URI="https://bitbucket.org/powARman/dvbhddevice/get/${HG_REVISION}.tar.gz
38 -> dvbhddevice-2.1.3_p${HG_REVISION_DATE}.tar.gz"
39
40 KEYWORDS="~amd64 ~x86"
41
42 diff --git a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild
43 index 62d21f73ffe..56698cbc257 100644
44 --- a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild
45 +++ b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2015 Gentoo Foundation
48 +# Copyright 1999-2018 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=7
52 @@ -10,8 +10,8 @@ HG_REVISION_DATE="20140115"
53
54 DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend
55 S2-6400 DVB Card"
56 -HOMEPAGE="http://powarman.dyndns.org/hg/dvbhddevice"
57 -SRC_URI="http://powarman.dyndns.org/hgwebdir.cgi/dvbhddevice/archive/${HG_REVISION}.tar.gz
58 +HOMEPAGE="https://bitbucket.org/powARman/dvbhddevice"
59 +SRC_URI="https://bitbucket.org/powARman/dvbhddevice/get/${HG_REVISION}.tar.gz
60 -> dvbhddevice-2.1.3_p${HG_REVISION_DATE}.tar.gz"
61
62 KEYWORDS="amd64 x86"