diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-07 10:53:11 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-07 10:53:22 +0100 |
commit | 0831551c34c5ae8946de2be5ab461c1f7cabda86 (patch) | |
tree | 3388f3fcb6639de8f4b075cef47965100f0260a4 /media-video/clive | |
parent | app-misc/rundeck-bin: treeclean (diff) | |
download | gentoo-0831551c34c5ae8946de2be5ab461c1f7cabda86.tar.gz gentoo-0831551c34c5ae8946de2be5ab461c1f7cabda86.tar.bz2 gentoo-0831551c34c5ae8946de2be5ab461c1f7cabda86.zip |
media-video/clive: treeclean
Bug: https://bugs.gentoo.org/504980
Bug: https://bugs.gentoo.org/819426
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-video/clive')
-rw-r--r-- | media-video/clive/Manifest | 1 | ||||
-rw-r--r-- | media-video/clive/clive-2.3.0.1.ebuild | 59 | ||||
-rw-r--r-- | media-video/clive/metadata.xml | 18 |
3 files changed, 0 insertions, 78 deletions
diff --git a/media-video/clive/Manifest b/media-video/clive/Manifest deleted file mode 100644 index 6f7fc1dffe9f..000000000000 --- a/media-video/clive/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST clive-2.3.0.1.tar.gz 43551 BLAKE2B eea428fdce2598e01e85a81f90110f2f1e4a7d9e8033d39745817d97886f80ddadfe2ba649e9778ab84f11c2f6fe2360eefda24cf5d0285c1a1a248ee7f6b1b6 SHA512 7426d6e8f19c358b30a7d33257d7ee536802eb35442d3cac68f6742613696ab1b280457a65d980237b53b692c5cf311725e46a5d8c27c7f2200172d050337cfc diff --git a/media-video/clive/clive-2.3.0.1.ebuild b/media-video/clive/clive-2.3.0.1.ebuild deleted file mode 100644 index 60f93ec9b36b..000000000000 --- a/media-video/clive/clive-2.3.0.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -GENTOO_DEPEND_ON_PERL_SUBSLOT=no -inherit perl-module - -DESCRIPTION="Command line tool for extracting videos from various websites" -HOMEPAGE="http://clive.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="clipboard pager password test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-perl/BerkeleyDB-0.34 - >=dev-perl/Config-Tiny-2.12 - >=virtual/perl-Digest-SHA-5.47 - >=dev-perl/HTML-TokeParser-Simple-2.37 - >=dev-perl/Class-Singleton-1.4 - >=dev-perl/WWW-Curl-4.05 - >=dev-perl/XML-Simple-2.18 - >=dev-perl/Getopt-ArgvFile-1.11 - dev-perl/JSON-XS - dev-perl/URI - virtual/perl-Getopt-Long - virtual/perl-File-Spec - clipboard? ( >=dev-perl/Clipboard-0.09 ) - pager? ( >=dev-perl/IO-Pager-0.05 ) - password? ( >=dev-perl/Expect-1.21 ) - media-libs/quvi - || ( net-misc/wget net-misc/curl )" -DEPEND="test? ( dev-perl/Test-Pod ${RDEPEND} )" - -SRC_TEST=do -mydoc="NEWS" - -src_install() { - perl-module_src_install - dodir /etc/clive - cat <<-EOF > "${ED}"/etc/clive/config || die - --quvi "quvi %u" - --get-with "if type -P wget >/dev/null 2>&1; then wget -c -O %f %u; else curl -L -C - -o %f %u; fi" - --filename-format "%t.%s" - EOF -} - -src_test() { - if [ -z "${I_WANT_CLIVE_HOSTS_TESTS}" ] ; then - elog "If you wish to run the full testsuite of ${PN}" - elog "Please set the variable 'I_WANT_CLIVE_HOSTS_TESTS' variable" - elog "Note that the tests try to download some videos from various websites" - elog "and thus may randomly fail depending on the site's status." - export NO_INTERNET=1 - fi - perl-module_src_test -} diff --git a/media-video/clive/metadata.xml b/media-video/clive/metadata.xml deleted file mode 100644 index dd82ce744e92..000000000000 --- a/media-video/clive/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>media-video@gentoo.org</email> - </maintainer> - <longdescription lang="en">Command line tool for extracting videos from Youtube, Google Video, - Dailymotion, Guba (free) and Stage6 websites</longdescription> - <use> - <flag name="clipboard">Support reading from X clipboard</flag> - <flag name="pager">Support pager!?</flag> - <flag name="password">Support password controlled sites</flag> - </use> - <upstream> - <remote-id type="google-code">clive</remote-id> - <remote-id type="sourceforge">clive</remote-id> - </upstream> -</pkgmetadata> |