* [gentoo-commits] repo/gentoo:master commit in: media-video/get_flash_videos/
@ 2017-07-30 9:44 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-07-30 9:44 UTC (permalink / raw
To: gentoo-commits
commit: e5998af722c405d8b0240b21a3159e85fc6d281a
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 17:26:58 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:44:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5998af7
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
media-video/get_flash_videos/Manifest | 2 +-
media-video/get_flash_videos/get_flash_videos-1.24-r1.ebuild | 6 +++---
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 41f0fedd56f..a841e30af84 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 4f464d658f9..81ef2d75630 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 0cb24bcde43..b5d0b1057eb 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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/get_flash_videos/
@ 2018-10-13 16:04 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-10-13 16:04 UTC (permalink / raw
To: gentoo-commits
commit: 8a4affabc697cc8f7f5264f6604870c5d403d335
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 16:03:23 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 16:03:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4affab
media-video/get_flash_videos: Drop completely unmaintained live ebuild
Closes: https://bugs.gentoo.org/523508
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
.../get_flash_videos/get_flash_videos-9999.ebuild | 51 ----------------------
1 file changed, 51 deletions(-)
diff --git a/media-video/get_flash_videos/get_flash_videos-9999.ebuild b/media-video/get_flash_videos/get_flash_videos-9999.ebuild
deleted file mode 100644
index b5d0b1057eb..00000000000
--- a/media-video/get_flash_videos/get_flash_videos-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils perl-module git-2
-
-MY_PN="App-${PN}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Downloads videos from various Flash-based video hosting sites"
-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"
-KEYWORDS=""
-IUSE="test"
-
-RDEPEND="dev-perl/WWW-Mechanize
- virtual/perl-Module-CoreList
- dev-perl/HTML-TokeParser-Simple
- dev-perl/Module-Find"
-DEPEND="${RDEPEND}
- dev-perl/UNIVERSAL-require
- test? ( media-video/rtmpdump
- dev-perl/Tie-IxHash
- dev-perl/XML-Simple
- dev-perl/Crypt-Rijndael
- dev-perl/Data-AMF
- virtual/perl-IO-Compress )"
-
-SRC_TEST="do"
-
-S="${WORKDIR}/${MY_P}"
-SRC_TEST="do"
-myinst="DESTDIR=${D}"
-
-src_prepare() {
- perl-module_src_prepare
-}
-
-pkg_postinst() {
- elog "Downloading videos from RTMP server requires the following packages :"
- elog " media-video/rtmpdump"
- elog " dev-perl/Tie-IxHash"
- elog "Others optional dependencies :"
- elog " dev-perl/XML-Simple"
- elog " dev-perl/Crypt-Rijndael"
- elog " dev-perl/Data-AMF"
- elog " virtual/perl-IO-Compress"
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/get_flash_videos/
@ 2018-10-13 16:04 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-10-13 16:04 UTC (permalink / raw
To: gentoo-commits
commit: 3106f18ed6d485372de1e0bcdfbb2f243edededc
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 16:02:49 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 16:03:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3106f18e
media-video/get_flash_videos: Bump to 1.25.94
Closes: https://bugs.gentoo.org/623598
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
media-video/get_flash_videos/Manifest | 1 +
.../get_flash_videos-1.25.94.ebuild | 56 ++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/media-video/get_flash_videos/Manifest b/media-video/get_flash_videos/Manifest
index 574c547d34b..92eb20c9f5a 100644
--- a/media-video/get_flash_videos/Manifest
+++ b/media-video/get_flash_videos/Manifest
@@ -1 +1,2 @@
DIST get_flash_videos-1.24.tar.gz 86380 BLAKE2B 6a391a3e9c31cbedb76dc0846a601af6c0ad730e1b81bcadab1d1efca80fb87c1bbd0310da962076fd5d166e2d776a77edcfa8ee1076fddf508518bcdd7053f2 SHA512 b966adc381ddf096f9f57ddd3ce0a9a155b3850f345b0624f11b4c553036f1e8881cf7c70e4f789741a43263325e35653f005731563702b6d7a594530558fc48
+DIST get_flash_videos-1.25.94.tar.gz 136922 BLAKE2B c353fd5396a6dcd0a759538d16d8237a1f137308d2cc2bbacdd78f6adfc7542b9603d0b63f7d94203dda2611d4972d8d8699aa64863175d7c8cbb148a622c9d3 SHA512 f7ec42e763aa83d8aaa5ac0481785ef6197f0f34ff3b3b2209e63767eb8116d5fb75f85732fa37c7e56729bc83b7d4d57dcf5cab954d9f439d21ad00badbdacf
diff --git a/media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild b/media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild
new file mode 100644
index 00000000000..06f54954848
--- /dev/null
+++ b/media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit perl-module readme.gentoo-r1
+
+DESCRIPTION="Downloads videos from various Flash-based video hosting sites"
+HOMEPAGE="https://github.com/monsieurvideo/get-flash-videos"
+SRC_URI="https://github.com/monsieurvideo/get-flash-videos/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+#RESTRICT="test" # Fail to work for a long time, bug #407381
+
+RDEPEND="
+ dev-perl/HTML-TokeParser-Simple
+ dev-perl/Module-Find
+ dev-perl/Term-ProgressBar
+ dev-perl/WWW-Mechanize
+ virtual/perl-Module-CoreList
+"
+DEPEND="${RDEPEND}
+ dev-perl/UNIVERSAL-require
+ test? ( media-video/rtmpdump
+ dev-perl/Tie-IxHash
+ dev-perl/XML-Simple
+ dev-perl/Crypt-Rijndael
+ dev-perl/Data-AMF
+ virtual/perl-IO-Compress )
+"
+
+S="${WORKDIR}/${P//_/-}"
+
+SRC_TEST="do"
+myinst="DESTDIR=${D}"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="Downloading videos from RTMP server requires the following packages:
+- media-video/rtmpdump
+- dev-perl/Tie-IxHash
+Other optional dependencies:
+- dev-perl/XML-Simple
+- dev-perl/Crypt-Rijndael
+- dev-perl/Data-AMF
+- virtual/perl-IO-Compress"
+
+src_install() {
+ perl-module_src_install
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/get_flash_videos/
@ 2019-01-15 22:29 Thomas Deutschmann
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2019-01-15 22:29 UTC (permalink / raw
To: gentoo-commits
commit: 358af04d5f2c9a7998784527fedb5abbdd8b01ad
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 15 22:27:12 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Jan 15 22:29:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358af04d
media-video/get_flash_videos: x86 stable (bug #626620)
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild b/media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild
index 06f54954848..a1a6ff27ac8 100644
--- a/media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild
+++ b/media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/monsieurvideo/get-flash-videos/archive/${PV}.tar.gz
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
#RESTRICT="test" # Fail to work for a long time, bug #407381
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/get_flash_videos/
@ 2019-01-17 18:19 Mikle Kolyada
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2019-01-17 18:19 UTC (permalink / raw
To: gentoo-commits
commit: a00e87a157b1a3b1c8be5a0e32fa52c7b80ef432
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 18:17:38 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 18:17:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00e87a1
media-video/get_flash_videos: amd64 stable wrt bug #626620
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild b/media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild
index a1a6ff27ac8..917f687c142 100644
--- a/media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild
+++ b/media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/monsieurvideo/get-flash-videos/archive/${PV}.tar.gz
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
#RESTRICT="test" # Fail to work for a long time, bug #407381
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-01-17 18:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-13 16:04 [gentoo-commits] repo/gentoo:master commit in: media-video/get_flash_videos/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2019-01-17 18:19 Mikle Kolyada
2019-01-15 22:29 Thomas Deutschmann
2018-10-13 16:04 Pacho Ramos
2017-07-30 9:44 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox