Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/clive/, profiles/
Date: Tue, 07 Dec 2021 09:55:29
Message-Id: 1638870802.0831551c34c5ae8946de2be5ab461c1f7cabda86.jsmolic@gentoo
1 commit: 0831551c34c5ae8946de2be5ab461c1f7cabda86
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 09:53:11 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 09:53:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0831551c
7
8 media-video/clive: treeclean
9
10 Bug: https://bugs.gentoo.org/504980
11 Bug: https://bugs.gentoo.org/819426
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 media-video/clive/Manifest | 1 -
15 media-video/clive/clive-2.3.0.1.ebuild | 59 ----------------------------------
16 media-video/clive/metadata.xml | 18 -----------
17 profiles/package.mask | 1 -
18 4 files changed, 79 deletions(-)
19
20 diff --git a/media-video/clive/Manifest b/media-video/clive/Manifest
21 deleted file mode 100644
22 index 6f7fc1dffe9f..000000000000
23 --- a/media-video/clive/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST clive-2.3.0.1.tar.gz 43551 BLAKE2B eea428fdce2598e01e85a81f90110f2f1e4a7d9e8033d39745817d97886f80ddadfe2ba649e9778ab84f11c2f6fe2360eefda24cf5d0285c1a1a248ee7f6b1b6 SHA512 7426d6e8f19c358b30a7d33257d7ee536802eb35442d3cac68f6742613696ab1b280457a65d980237b53b692c5cf311725e46a5d8c27c7f2200172d050337cfc
27
28 diff --git a/media-video/clive/clive-2.3.0.1.ebuild b/media-video/clive/clive-2.3.0.1.ebuild
29 deleted file mode 100644
30 index 60f93ec9b36b..000000000000
31 --- a/media-video/clive/clive-2.3.0.1.ebuild
32 +++ /dev/null
33 @@ -1,59 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -GENTOO_DEPEND_ON_PERL_SUBSLOT=no
39 -inherit perl-module
40 -
41 -DESCRIPTION="Command line tool for extracting videos from various websites"
42 -HOMEPAGE="http://clive.sourceforge.net/"
43 -SRC_URI="mirror://sourceforge/${PN}/${PV:0:3}/${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
48 -IUSE="clipboard pager password test"
49 -RESTRICT="!test? ( test )"
50 -
51 -RDEPEND=">=dev-perl/BerkeleyDB-0.34
52 - >=dev-perl/Config-Tiny-2.12
53 - >=virtual/perl-Digest-SHA-5.47
54 - >=dev-perl/HTML-TokeParser-Simple-2.37
55 - >=dev-perl/Class-Singleton-1.4
56 - >=dev-perl/WWW-Curl-4.05
57 - >=dev-perl/XML-Simple-2.18
58 - >=dev-perl/Getopt-ArgvFile-1.11
59 - dev-perl/JSON-XS
60 - dev-perl/URI
61 - virtual/perl-Getopt-Long
62 - virtual/perl-File-Spec
63 - clipboard? ( >=dev-perl/Clipboard-0.09 )
64 - pager? ( >=dev-perl/IO-Pager-0.05 )
65 - password? ( >=dev-perl/Expect-1.21 )
66 - media-libs/quvi
67 - || ( net-misc/wget net-misc/curl )"
68 -DEPEND="test? ( dev-perl/Test-Pod ${RDEPEND} )"
69 -
70 -SRC_TEST=do
71 -mydoc="NEWS"
72 -
73 -src_install() {
74 - perl-module_src_install
75 - dodir /etc/clive
76 - cat <<-EOF > "${ED}"/etc/clive/config || die
77 - --quvi "quvi %u"
78 - --get-with "if type -P wget >/dev/null 2>&1; then wget -c -O %f %u; else curl -L -C - -o %f %u; fi"
79 - --filename-format "%t.%s"
80 - EOF
81 -}
82 -
83 -src_test() {
84 - if [ -z "${I_WANT_CLIVE_HOSTS_TESTS}" ] ; then
85 - elog "If you wish to run the full testsuite of ${PN}"
86 - elog "Please set the variable 'I_WANT_CLIVE_HOSTS_TESTS' variable"
87 - elog "Note that the tests try to download some videos from various websites"
88 - elog "and thus may randomly fail depending on the site's status."
89 - export NO_INTERNET=1
90 - fi
91 - perl-module_src_test
92 -}
93
94 diff --git a/media-video/clive/metadata.xml b/media-video/clive/metadata.xml
95 deleted file mode 100644
96 index dd82ce744e92..000000000000
97 --- a/media-video/clive/metadata.xml
98 +++ /dev/null
99 @@ -1,18 +0,0 @@
100 -<?xml version="1.0" encoding="UTF-8"?>
101 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
102 -<pkgmetadata>
103 - <maintainer type="project">
104 - <email>media-video@g.o</email>
105 - </maintainer>
106 - <longdescription lang="en">Command line tool for extracting videos from Youtube, Google Video,
107 - Dailymotion, Guba (free) and Stage6 websites</longdescription>
108 - <use>
109 - <flag name="clipboard">Support reading from X clipboard</flag>
110 - <flag name="pager">Support pager!?</flag>
111 - <flag name="password">Support password controlled sites</flag>
112 - </use>
113 - <upstream>
114 - <remote-id type="google-code">clive</remote-id>
115 - <remote-id type="sourceforge">clive</remote-id>
116 - </upstream>
117 -</pkgmetadata>
118
119 diff --git a/profiles/package.mask b/profiles/package.mask
120 index 09f5dca32dca..c039ccaaa5e7 100644
121 --- a/profiles/package.mask
122 +++ b/profiles/package.mask
123 @@ -632,7 +632,6 @@ dev-libs/vc-intrinsics
124 # and uses EAPI 5.
125 # Removal on 2021-12-07. Bug #807172.
126 media-libs/quvi
127 -media-video/clive
128
129 # Sam James <sam@g.o> (2021-11-03)
130 # Known issues with YAMA (kernel.yama.ptrace_scope=1) which is on by default