Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/clipgrab/, profiles/, net-misc/clipgrab/files/
Date: Mon, 14 Aug 2017 07:28:32
Message-Id: 1502695699.da958b93a3ae60dd36ad605b43d81e61c4c222b8.mgorny@gentoo
1 commit: da958b93a3ae60dd36ad605b43d81e61c4c222b8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 14 07:26:50 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 14 07:28:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da958b93
7
8 net-misc/clipgrab: Remove last-rited pkg, #620728
9
10 net-misc/clipgrab/Manifest | 2 --
11 net-misc/clipgrab/clipgrab-3.5.6.ebuild | 30 ------------------
12 net-misc/clipgrab/clipgrab-3.6.5.ebuild | 25 ---------------
13 net-misc/clipgrab/files/clipgrab-3.4.2-obey.patch | 38 -----------------------
14 net-misc/clipgrab/metadata.xml | 8 -----
15 profiles/package.mask | 3 +-
16 6 files changed, 1 insertion(+), 105 deletions(-)
17
18 diff --git a/net-misc/clipgrab/Manifest b/net-misc/clipgrab/Manifest
19 deleted file mode 100644
20 index 829fb9e4fe9..00000000000
21 --- a/net-misc/clipgrab/Manifest
22 +++ /dev/null
23 @@ -1,2 +0,0 @@
24 -DIST clipgrab-3.5.6.tar.gz 470379 SHA256 b6088625209fd0fefa3078d3131b71efc0d27af36e6207dadeab79831586a672 SHA512 7a8e3311e3e081ea65e572b2e4fabcaae99424e80f8d18b91a4a8e9d26088e5cb5c4f752128bda7493a4ab07ff8e93844450d6e9d95be8d03f1c95b6f8ea23c9 WHIRLPOOL d446796bd80dabfa13dd96f61615e979da78ea09d305d40b1018df1d461a6b432f7881b690af7f2ead554e4689539ffcbb166d491e2f4e5f4b3e135babd922a6
25 -DIST clipgrab-3.6.5.tar.bz2 318937 SHA256 3c09dca63a3cea7d7b5f9adf34b44594a83e9927ab6372b6bc185102a8ccf994 SHA512 fc411a55cd1233113ca8121f9334d67a8aa449930c69b977e05fd9f164659d395a4fc81a7b8260109d9141670963e55f00e46d880457c862139e4d2be7107932 WHIRLPOOL a272f25a49a130e71e158ce7c5b05a48244f01def57bc744509510f04db3f08da5cd2c9f448f10f2ee09ddc603231c27bf3aed6a870fcd794fc1b11a90e70f04
26
27 diff --git a/net-misc/clipgrab/clipgrab-3.5.6.ebuild b/net-misc/clipgrab/clipgrab-3.5.6.ebuild
28 deleted file mode 100644
29 index 84977118048..00000000000
30 --- a/net-misc/clipgrab/clipgrab-3.5.6.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -inherit qt4-r2 eutils
39 -
40 -DESCRIPTION="Download from various internet video services like Youtube etc."
41 -HOMEPAGE="http://clipgrab.de/en"
42 -SRC_URI="http://download.${PN}.de/${P}.tar.gz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE=""
48 -
49 -DEPEND="dev-qt/qtwebkit:4"
50 -RDEPEND="${DEPEND}
51 - || ( media-video/libav media-video/ffmpeg )"
52 -
53 -PATCHES=(
54 - "${FILESDIR}/${PN}-3.4.2-obey.patch"
55 -)
56 -
57 -src_install() {
58 - dobin ${PN}
59 -
60 - newicon icon.png ${PN}.png
61 - make_desktop_entry clipgrab Clipgrab "" "Qt;Video;AudioVideo;"
62 -}
63
64 diff --git a/net-misc/clipgrab/clipgrab-3.6.5.ebuild b/net-misc/clipgrab/clipgrab-3.6.5.ebuild
65 deleted file mode 100644
66 index bade9f59783..00000000000
67 --- a/net-misc/clipgrab/clipgrab-3.6.5.ebuild
68 +++ /dev/null
69 @@ -1,25 +0,0 @@
70 -# Copyright 1999-2017 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=5
74 -
75 -inherit qt4-r2 eutils
76 -
77 -DESCRIPTION="Download from various internet video services like Youtube etc."
78 -HOMEPAGE="http://clipgrab.de/en"
79 -SRC_URI="https://download.${PN}.de/${P}.tar.bz2"
80 -
81 -LICENSE="GPL-3"
82 -SLOT="0"
83 -KEYWORDS="~amd64"
84 -IUSE=""
85 -
86 -DEPEND="dev-qt/qtwebkit:4"
87 -RDEPEND="${DEPEND}
88 - || ( media-video/libav media-video/ffmpeg )"
89 -
90 -src_install() {
91 - dobin ${PN}
92 -
93 - make_desktop_entry clipgrab Clipgrab "" "Qt;Video;AudioVideo;"
94 -}
95
96 diff --git a/net-misc/clipgrab/files/clipgrab-3.4.2-obey.patch b/net-misc/clipgrab/files/clipgrab-3.4.2-obey.patch
97 deleted file mode 100644
98 index 353278d09d3..00000000000
99 --- a/net-misc/clipgrab/files/clipgrab-3.4.2-obey.patch
100 +++ /dev/null
101 @@ -1,38 +0,0 @@
102 ---- clipgrab-3.4.2/clipgrab.cpp
103 -+++ clipgrab-3.4.2/clipgrab.cpp
104 -@@ -132,35 +132,6 @@
105 - }
106 - }
107 -
108 -- activateProxySettings();
109 -- QNetworkAccessManager* obeyatorManager = new QNetworkAccessManager;
110 -- QNetworkRequest obeyatorRequest;
111 -- QString sys = "x11";
112 --
113 -- #if defined Q_WS_WIN
114 -- sys = "win";
115 -- #endif
116 -- #if defined Q_WS_MAC
117 -- #ifdef Q_WS_MAC64
118 -- sys = "mac";
119 -- #else
120 -- sys = "mac-legacy";
121 -- #endif
122 -- #endif
123 --
124 -- QDateTime startedDateTime = QDateTime::currentDateTime();
125 -- if (settings.value("firstStarted", 0).toInt() == 0)
126 -- {
127 -- settings.setValue("firstStarted", startedDateTime.toTime_t());
128 -- }
129 -- if (settings.value("firstStarted-" + version, 0) == 0)
130 -- {
131 -- settings.setValue("firstStarted-" + version, startedDateTime.toTime_t());
132 -- }
133 -- obeyatorRequest.setUrl("http://clipgrab.de/or.php?version=" + version +"&lang="+QLocale::system().name().split("_")[0]+"&sys="+sys+"&current=" + settings.value("firstStarted-" + version, startedDateTime.toTime_t()).toString()+"&first="+settings.value("firstStarted", startedDateTime.toTime_t()).toString());
134 -- obeyatorManager->get(obeyatorRequest);
135 -- connect(obeyatorManager, SIGNAL(finished(QNetworkReply*)), this, SLOT(obey(QNetworkReply*)));
136 --
137 - connect(QApplication::clipboard(), SIGNAL(dataChanged()), this, SLOT(clipboardChanged()));
138 -
139 - }
140
141 diff --git a/net-misc/clipgrab/metadata.xml b/net-misc/clipgrab/metadata.xml
142 deleted file mode 100644
143 index d15a3ebeaa1..00000000000
144 --- a/net-misc/clipgrab/metadata.xml
145 +++ /dev/null
146 @@ -1,8 +0,0 @@
147 -<?xml version="1.0" encoding="UTF-8"?>
148 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
149 -<pkgmetadata>
150 -<maintainer type="person">
151 - <email>xmw@g.o</email>
152 - <name>Michael Weber</name>
153 -</maintainer>
154 -</pkgmetadata>
155
156 diff --git a/profiles/package.mask b/profiles/package.mask
157 index 89dc86f35d5..86466db909c 100644
158 --- a/profiles/package.mask
159 +++ b/profiles/package.mask
160 @@ -428,10 +428,9 @@ media-plugins/vdr-tvguide
161 net-misc/leapcast
162
163 # Pacho Ramos <pacho@g.o> (14 Jul 2017)
164 -# Rely on vulnerable webkit (#620698, #620728).
165 +# Rely on vulnerable webkit (#620698).
166 # Removal in a month.
167 dev-embedded/pikdev
168 -net-misc/clipgrab
169
170 # Pacho Ramos <pacho@g.o> (14 Jul 2017)
171 # Dead for ages, relies on dead libs (#622010), you can move to moserial, cutecom or