public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, net-nntp/kwooty/files/, net-nntp/kwooty/
@ 2020-03-10 20:45 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2020-03-10 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d6e38908727a619e3bb7383e3c3c1b7c38af71d3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 10 20:29:30 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 10 20:44:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e38908

net-nntp/kwooty: Remove last-rited package

Closes: https://bugs.gentoo.org/703930
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-nntp/kwooty/Manifest                           |  1 -
 .../kwooty/files/kwooty-1.1.0_p20150623-dep.patch  | 24 --------
 net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild      | 65 ----------------------
 net-nntp/kwooty/metadata.xml                       |  8 ---
 profiles/package.mask                              |  4 --
 5 files changed, 102 deletions(-)

diff --git a/net-nntp/kwooty/Manifest b/net-nntp/kwooty/Manifest
deleted file mode 100644
index d7493aa0454..00000000000
--- a/net-nntp/kwooty/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwooty-1.1.0_p20150623.tar.xz 174824 BLAKE2B 72f0cd2e10d8c38d47e53dc0e2fa08f0b9e84e23ccf183f42a3088f67587e2cd4a4bab56028b119d9b26c92bcb38225b3e3a53e9b055debab0805d0647cd0528 SHA512 bca5d516ba705bed35b7834ac6d70ddb581a2de869c1ea6273aae7e13f1c7f9af5c7808003879238c9af0386a73d78e18b09951b8cfdb67011870b151887c376

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
deleted file mode 100644
index 2dc7b98f538..00000000000
--- a/net-nntp/kwooty/files/kwooty-1.1.0_p20150623-dep.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 4def0398b312ff3f4d769ef39897a12516a52a83 Mon Sep 17 00:00:00 2001
-From: Michael Palimaka <kensington@gentoo.org>
-Date: Sat, 3 Mar 2018 10:13:10 +1100
-Subject: [PATCH] Remove unused dependency.
-
----
- CMakeLists.txt | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 6200c66..e40df79 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -23,7 +23,6 @@ include(ECMAddAppIcon)
- set(KF5_VERSION "5.9.0")
- find_package(KF5Wallet ${KF5_VERSION} CONFIG REQUIRED)
- find_package(KF5KDELibs4Support ${KF5_VERSION} CONFIG REQUIRED)
--find_package(KF5NotifyConfig ${KF5_VERSION} CONFIG REQUIRED)
- find_package(KF5Config ${KF5_VERSION} CONFIG REQUIRED)
- find_package(KF5Service ${KF5_VERSION} CONFIG REQUIRED)
- find_package(KF5DBusAddons ${KF5_VERSION} CONFIG REQUIRED)
--- 
-2.16.1
-

diff --git a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild b/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
deleted file mode 100644
index 4a823553b9a..00000000000
--- a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Friendly nzb linux usenet binary client"
-HOMEPAGE="https://www.linux-apps.com/content/show.php/Kwooty?content=114385"
-SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kcmutils-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kdelibs4support-${KFMIN}:5
-	>=kde-frameworks/kguiaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/kwallet-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	!net-nntp/kwooty:4
-"
-
-PATCHES=( "${FILESDIR}/${P}-dep.patch" )
-
-src_prepare() {
-	ecm_src_prepare
-	ecm_punt_bogus_dep KF5 DocTools
-}
-
-pkg_postinst() {
-	ecm_pkg_postinst
-
-	if ! has_version "app-arch/par2cmdline" ; then
-		elog "For automatic file repairing please install app-arch/par2cmdline."
-	fi
-
-	if ! has_version "app-arch/unrar" ; then
-		elog "For automatic RAR archive extraction please install app-arch/unrar."
-	fi
-
-	if ! has_version "app-arch/p7zip" ; then
-		elog "For automatic (7)zip archive extraction please install app-arch/p7zip."
-	fi
-}

diff --git a/net-nntp/kwooty/metadata.xml b/net-nntp/kwooty/metadata.xml
deleted file mode 100644
index 2fdbf33d963..00000000000
--- a/net-nntp/kwooty/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 type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 0adbde1a2d6..e6b947381df 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -603,10 +603,6 @@ dev-lang/rebol-bin
 # packages this anymore, no revdeps. Removal in 30 days.
 sys-apps/hbaapi
 
-# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-09)
-# Dead upstream, broken by Qt 5.14, bug #703930. Masked for removal in 30 days.
-net-nntp/kwooty
-
 # Patrick McLean <chutzpah@gentoo.org> (2020-02-07)
 # Mask until sys-libs/libxcrypt[system] is unmasked
 >=virtual/libcrypt-2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-10 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-10 20:45 [gentoo-commits] repo/gentoo:master commit in: profiles/, net-nntp/kwooty/files/, net-nntp/kwooty/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox