diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 03:26:58 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:41 +0200 |
commit | e5998af722c405d8b0240b21a3159e85fc6d281a (patch) | |
tree | 8f9710328a31a2ea23b884852448a7492da111b4 /media-video/get_flash_videos | |
parent | media-tv/tvheadend: use HTTPS for GitHub and SRC_URI (diff) | |
download | gentoo-e5998af722c405d8b0240b21a3159e85fc6d281a.tar.gz gentoo-e5998af722c405d8b0240b21a3159e85fc6d281a.tar.bz2 gentoo-e5998af722c405d8b0240b21a3159e85fc6d281a.zip |
media-video/get_flash_videos: use HTTPS for GitHub, fix SRC_URI and HOMEPAGE
* Use HTTPS to access GitHub domains
* Replace SRC_URI and HOMEPAGE with GitHub URLs now that Google Code has
shutdown
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-video/get_flash_videos')
-rw-r--r-- | media-video/get_flash_videos/Manifest | 2 | ||||
-rw-r--r-- | media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild | 6 | ||||
-rw-r--r-- | media-video/get_flash_videos/get_flash_videos-9999.ebuild | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/media-video/get_flash_videos/Manifest b/media-video/get_flash_videos/Manifest index 41f0fedd56f8..a841e30af847 100644 --- a/media-video/get_flash_videos/Manifest +++ b/media-video/get_flash_videos/Manifest @@ -1 +1 @@ -DIST App-get_flash_videos-1.24.tar.gz 82383 SHA256 9d402facf8d6adfd55365662902ab58a5cb5f0f56861385bed944e22052f9133 SHA512 e726a50e9301e40193ad34a555fbbcd9cc26da4ef9157ef42a41bd54e500b482e9bcbeea5c474f89e83c9af4154ad41ce9a1b5430299cbb5a1c6c256c78c5b32 WHIRLPOOL 1430a38e75637e8bd5623e4824607d78c8563676f3bc7b317ba6258a8c30b7eff55945c6fdf5a3230c8b894d34a3e7a29c57b2607abd1eea5b39a00aa9196bb9 +DIST get_flash_videos-1.24.tar.gz 86380 SHA256 6c6055109951b42eafa45c62c309afd920e46c0730a5d497be6957ecbb0f319e SHA512 b966adc381ddf096f9f57ddd3ce0a9a155b3850f345b0624f11b4c553036f1e8881cf7c70e4f789741a43263325e35653f005731563702b6d7a594530558fc48 WHIRLPOOL e52607ba841c63a63aabf113773bd289b4b68fb759cc0d0db4897e03ef25742933a596c7ccde2666ab1de83b0d8ce055a02c3d9a1f31b1888ccaa6b0db806007 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 index 4f464d658f96..81ef2d756308 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,8 @@ MY_PN="App-${PN}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Downloads videos from various Flash-based video hosting sites" -HOMEPAGE="https://code.google.com/p/get-flash-videos/" -SRC_URI="https://get-flash-videos.googlecode.com/files/${MY_P}.tar.gz" +HOMEPAGE="https://github.com/monsieurvideo/get-flash-videos" +SRC_URI="https://github.com/monsieurvideo/get-flash-videos/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" diff --git a/media-video/get_flash_videos/get_flash_videos-9999.ebuild b/media-video/get_flash_videos/get_flash_videos-9999.ebuild index 0cb24bcde43e..b5d0b1057ebf 100644 --- a/media-video/get_flash_videos/get_flash_videos-9999.ebuild +++ b/media-video/get_flash_videos/get_flash_videos-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,8 @@ MY_PN="App-${PN}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Downloads videos from various Flash-based video hosting sites" -HOMEPAGE="https://code.google.com/p/get-flash-videos/" -EGIT_REPO_URI="git://github.com/monsieurvideo/get-flash-videos.git" +HOMEPAGE="https://github.com/monsieurvideo/get-flash-videos" +EGIT_REPO_URI="https://github.com/monsieurvideo/get-flash-videos.git" LICENSE="Apache-2.0" SLOT="0" |