Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/get_flash_videos/
Date: Sun, 30 Jul 2017 09:45:02
Message-Id: 1501407881.e5998af722c405d8b0240b21a3159e85fc6d281a.mgorny@gentoo
1 commit: e5998af722c405d8b0240b21a3159e85fc6d281a
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 17:26:58 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:44:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5998af7
7
8 media-video/get_flash_videos: use HTTPS for GitHub, fix SRC_URI and HOMEPAGE
9
10 * Use HTTPS to access GitHub domains
11 * Replace SRC_URI and HOMEPAGE with GitHub URLs now that Google Code has
12 shutdown
13
14 Package-Manager: Portage-2.3.6, Repoman-2.3.3
15
16 media-video/get_flash_videos/Manifest | 2 +-
17 media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild | 6 +++---
18 media-video/get_flash_videos/get_flash_videos-9999.ebuild | 6 +++---
19 3 files changed, 7 insertions(+), 7 deletions(-)
20
21 diff --git a/media-video/get_flash_videos/Manifest b/media-video/get_flash_videos/Manifest
22 index 41f0fedd56f..a841e30af84 100644
23 --- a/media-video/get_flash_videos/Manifest
24 +++ b/media-video/get_flash_videos/Manifest
25 @@ -1 +1 @@
26 -DIST App-get_flash_videos-1.24.tar.gz 82383 SHA256 9d402facf8d6adfd55365662902ab58a5cb5f0f56861385bed944e22052f9133 SHA512 e726a50e9301e40193ad34a555fbbcd9cc26da4ef9157ef42a41bd54e500b482e9bcbeea5c474f89e83c9af4154ad41ce9a1b5430299cbb5a1c6c256c78c5b32 WHIRLPOOL 1430a38e75637e8bd5623e4824607d78c8563676f3bc7b317ba6258a8c30b7eff55945c6fdf5a3230c8b894d34a3e7a29c57b2607abd1eea5b39a00aa9196bb9
27 +DIST get_flash_videos-1.24.tar.gz 86380 SHA256 6c6055109951b42eafa45c62c309afd920e46c0730a5d497be6957ecbb0f319e SHA512 b966adc381ddf096f9f57ddd3ce0a9a155b3850f345b0624f11b4c553036f1e8881cf7c70e4f789741a43263325e35653f005731563702b6d7a594530558fc48 WHIRLPOOL e52607ba841c63a63aabf113773bd289b4b68fb759cc0d0db4897e03ef25742933a596c7ccde2666ab1de83b0d8ce055a02c3d9a1f31b1888ccaa6b0db806007
28
29 diff --git a/media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild b/media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild
30 index 4f464d658f9..81ef2d75630 100644
31 --- a/media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild
32 +++ b/media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 +# Copyright 1999-2017 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=5
39 @@ -8,8 +8,8 @@ MY_PN="App-${PN}"
40 MY_P="${MY_PN}-${PV}"
41
42 DESCRIPTION="Downloads videos from various Flash-based video hosting sites"
43 -HOMEPAGE="https://code.google.com/p/get-flash-videos/"
44 -SRC_URI="https://get-flash-videos.googlecode.com/files/${MY_P}.tar.gz"
45 +HOMEPAGE="https://github.com/monsieurvideo/get-flash-videos"
46 +SRC_URI="https://github.com/monsieurvideo/get-flash-videos/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47
48 LICENSE="Apache-2.0"
49 SLOT="0"
50
51 diff --git a/media-video/get_flash_videos/get_flash_videos-9999.ebuild b/media-video/get_flash_videos/get_flash_videos-9999.ebuild
52 index 0cb24bcde43..b5d0b1057eb 100644
53 --- a/media-video/get_flash_videos/get_flash_videos-9999.ebuild
54 +++ b/media-video/get_flash_videos/get_flash_videos-9999.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2014 Gentoo Foundation
57 +# Copyright 1999-2017 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=5
61 @@ -8,8 +8,8 @@ MY_PN="App-${PN}"
62 MY_P="${MY_PN}-${PV}"
63
64 DESCRIPTION="Downloads videos from various Flash-based video hosting sites"
65 -HOMEPAGE="https://code.google.com/p/get-flash-videos/"
66 -EGIT_REPO_URI="git://github.com/monsieurvideo/get-flash-videos.git"
67 +HOMEPAGE="https://github.com/monsieurvideo/get-flash-videos"
68 +EGIT_REPO_URI="https://github.com/monsieurvideo/get-flash-videos.git"
69
70 LICENSE="Apache-2.0"
71 SLOT="0"