diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-16 09:32:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-16 09:36:30 +0200 |
commit | 52dfb5c4531cb088c458ab398d958cdc64d1e222 (patch) | |
tree | ec7aa551da696330ac68fc74a39203e1245edc9f /media-video | |
parent | media-libs/rply: Remove last-rited pkg (diff) | |
download | gentoo-52dfb5c4531cb088c458ab398d958cdc64d1e222.tar.gz gentoo-52dfb5c4531cb088c458ab398d958cdc64d1e222.tar.bz2 gentoo-52dfb5c4531cb088c458ab398d958cdc64d1e222.zip |
media-video/get_flash_videos: Remove last-rited pkg
Closes: https://bugs.gentoo.org/407381
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/get_flash_videos/Manifest | 1 | ||||
-rw-r--r-- | media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild | 56 | ||||
-rw-r--r-- | media-video/get_flash_videos/metadata.xml | 8 |
3 files changed, 0 insertions, 65 deletions
diff --git a/media-video/get_flash_videos/Manifest b/media-video/get_flash_videos/Manifest deleted file mode 100644 index 48e309b823bd..000000000000 --- a/media-video/get_flash_videos/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 917f687c142e..000000000000 --- a/media-video/get_flash_videos/get_flash_videos-1.25.94.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2019 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 -} diff --git a/media-video/get_flash_videos/metadata.xml b/media-video/get_flash_videos/metadata.xml deleted file mode 100644 index 0efca9962a8d..000000000000 --- a/media-video/get_flash_videos/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="google-code">get-flash-videos</remote-id> - </upstream> -</pkgmetadata> |