Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-nntp/kwooty/files/, net-nntp/kwooty/
Date: Tue, 10 Mar 2020 20:45:05
Message-Id: 1583873086.d6e38908727a619e3bb7383e3c3c1b7c38af71d3.asturm@gentoo
1 commit: d6e38908727a619e3bb7383e3c3c1b7c38af71d3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 10 20:29:30 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 10 20:44:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e38908
7
8 net-nntp/kwooty: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/703930
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-nntp/kwooty/Manifest | 1 -
14 .../kwooty/files/kwooty-1.1.0_p20150623-dep.patch | 24 --------
15 net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild | 65 ----------------------
16 net-nntp/kwooty/metadata.xml | 8 ---
17 profiles/package.mask | 4 --
18 5 files changed, 102 deletions(-)
19
20 diff --git a/net-nntp/kwooty/Manifest b/net-nntp/kwooty/Manifest
21 deleted file mode 100644
22 index d7493aa0454..00000000000
23 --- a/net-nntp/kwooty/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST kwooty-1.1.0_p20150623.tar.xz 174824 BLAKE2B 72f0cd2e10d8c38d47e53dc0e2fa08f0b9e84e23ccf183f42a3088f67587e2cd4a4bab56028b119d9b26c92bcb38225b3e3a53e9b055debab0805d0647cd0528 SHA512 bca5d516ba705bed35b7834ac6d70ddb581a2de869c1ea6273aae7e13f1c7f9af5c7808003879238c9af0386a73d78e18b09951b8cfdb67011870b151887c376
27
28 diff --git a/net-nntp/kwooty/files/kwooty-1.1.0_p20150623-dep.patch b/net-nntp/kwooty/files/kwooty-1.1.0_p20150623-dep.patch
29 deleted file mode 100644
30 index 2dc7b98f538..00000000000
31 --- a/net-nntp/kwooty/files/kwooty-1.1.0_p20150623-dep.patch
32 +++ /dev/null
33 @@ -1,24 +0,0 @@
34 -From 4def0398b312ff3f4d769ef39897a12516a52a83 Mon Sep 17 00:00:00 2001
35 -From: Michael Palimaka <kensington@g.o>
36 -Date: Sat, 3 Mar 2018 10:13:10 +1100
37 -Subject: [PATCH] Remove unused dependency.
38 -
39 ----
40 - CMakeLists.txt | 1 -
41 - 1 file changed, 1 deletion(-)
42 -
43 -diff --git a/CMakeLists.txt b/CMakeLists.txt
44 -index 6200c66..e40df79 100644
45 ---- a/CMakeLists.txt
46 -+++ b/CMakeLists.txt
47 -@@ -23,7 +23,6 @@ include(ECMAddAppIcon)
48 - set(KF5_VERSION "5.9.0")
49 - find_package(KF5Wallet ${KF5_VERSION} CONFIG REQUIRED)
50 - find_package(KF5KDELibs4Support ${KF5_VERSION} CONFIG REQUIRED)
51 --find_package(KF5NotifyConfig ${KF5_VERSION} CONFIG REQUIRED)
52 - find_package(KF5Config ${KF5_VERSION} CONFIG REQUIRED)
53 - find_package(KF5Service ${KF5_VERSION} CONFIG REQUIRED)
54 - find_package(KF5DBusAddons ${KF5_VERSION} CONFIG REQUIRED)
55 ---
56 -2.16.1
57 -
58
59 diff --git a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild b/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
60 deleted file mode 100644
61 index 4a823553b9a..00000000000
62 --- a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
63 +++ /dev/null
64 @@ -1,65 +0,0 @@
65 -# Copyright 1999-2019 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=7
69 -
70 -KFMIN=5.60.0
71 -QTMIN=5.12.3
72 -inherit ecm kde.org
73 -
74 -DESCRIPTION="Friendly nzb linux usenet binary client"
75 -HOMEPAGE="https://www.linux-apps.com/content/show.php/Kwooty?content=114385"
76 -SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.xz"
77 -
78 -LICENSE="GPL-2+"
79 -SLOT="5"
80 -KEYWORDS="~amd64 ~x86"
81 -IUSE=""
82 -
83 -DEPEND="
84 - >=dev-qt/qtdbus-${QTMIN}:5
85 - >=dev-qt/qtgui-${QTMIN}:5
86 - >=dev-qt/qtnetwork-${QTMIN}:5
87 - >=dev-qt/qtwidgets-${QTMIN}:5
88 - >=kde-frameworks/kcmutils-${KFMIN}:5
89 - >=kde-frameworks/kconfig-${KFMIN}:5
90 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5
91 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
92 - >=kde-frameworks/kdelibs4support-${KFMIN}:5
93 - >=kde-frameworks/kguiaddons-${KFMIN}:5
94 - >=kde-frameworks/ki18n-${KFMIN}:5
95 - >=kde-frameworks/kiconthemes-${KFMIN}:5
96 - >=kde-frameworks/kio-${KFMIN}:5
97 - >=kde-frameworks/knotifications-${KFMIN}:5
98 - >=kde-frameworks/kservice-${KFMIN}:5
99 - >=kde-frameworks/kwallet-${KFMIN}:5
100 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
101 - >=kde-frameworks/kwindowsystem-${KFMIN}:5
102 - >=kde-frameworks/kxmlgui-${KFMIN}:5
103 -"
104 -RDEPEND="${DEPEND}
105 - !net-nntp/kwooty:4
106 -"
107 -
108 -PATCHES=( "${FILESDIR}/${P}-dep.patch" )
109 -
110 -src_prepare() {
111 - ecm_src_prepare
112 - ecm_punt_bogus_dep KF5 DocTools
113 -}
114 -
115 -pkg_postinst() {
116 - ecm_pkg_postinst
117 -
118 - if ! has_version "app-arch/par2cmdline" ; then
119 - elog "For automatic file repairing please install app-arch/par2cmdline."
120 - fi
121 -
122 - if ! has_version "app-arch/unrar" ; then
123 - elog "For automatic RAR archive extraction please install app-arch/unrar."
124 - fi
125 -
126 - if ! has_version "app-arch/p7zip" ; then
127 - elog "For automatic (7)zip archive extraction please install app-arch/p7zip."
128 - fi
129 -}
130
131 diff --git a/net-nntp/kwooty/metadata.xml b/net-nntp/kwooty/metadata.xml
132 deleted file mode 100644
133 index 2fdbf33d963..00000000000
134 --- a/net-nntp/kwooty/metadata.xml
135 +++ /dev/null
136 @@ -1,8 +0,0 @@
137 -<?xml version="1.0" encoding="UTF-8"?>
138 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
139 -<pkgmetadata>
140 - <maintainer type="project">
141 - <email>kde@g.o</email>
142 - <name>Gentoo KDE Project</name>
143 - </maintainer>
144 -</pkgmetadata>
145
146 diff --git a/profiles/package.mask b/profiles/package.mask
147 index 0adbde1a2d6..e6b947381df 100644
148 --- a/profiles/package.mask
149 +++ b/profiles/package.mask
150 @@ -603,10 +603,6 @@ dev-lang/rebol-bin
151 # packages this anymore, no revdeps. Removal in 30 days.
152 sys-apps/hbaapi
153
154 -# Andreas Sturmlechner <asturm@g.o> (2020-02-09)
155 -# Dead upstream, broken by Qt 5.14, bug #703930. Masked for removal in 30 days.
156 -net-nntp/kwooty
157 -
158 # Patrick McLean <chutzpah@g.o> (2020-02-07)
159 # Mask until sys-libs/libxcrypt[system] is unmasked
160 >=virtual/libcrypt-2