summaryrefslogtreecommitdiff
path: root/net-nntp/kwooty
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-09 16:53:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-09 16:53:27 +0000
commit80208fb578cf92cc308906660ca6d7860c6b2a1f (patch)
tree6f06818031b553c506fc10dfe9908a835df288aa /net-nntp/kwooty
parent06a7b5647e11a8ddf69b1c3d3ded6a8ba28b923e (diff)
gentoo resync : 09.03.2018
Diffstat (limited to 'net-nntp/kwooty')
-rw-r--r--net-nntp/kwooty/Manifest3
-rw-r--r--net-nntp/kwooty/files/kwooty-1.1.0_p20150623-dep.patch24
-rw-r--r--net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild4
3 files changed, 29 insertions, 2 deletions
diff --git a/net-nntp/kwooty/Manifest b/net-nntp/kwooty/Manifest
index 5421c85866f1..a618ee179880 100644
--- a/net-nntp/kwooty/Manifest
+++ b/net-nntp/kwooty/Manifest
@@ -1,3 +1,4 @@
+AUX kwooty-1.1.0_p20150623-dep.patch 809 BLAKE2B 0b2af686ba5bcb6abc40844ac93c39be0d0c502f82782e54dae2011b9e57defea1eee6f1cfbd1a946806e1fa80ef0038e01f8bbbf9ac9ffe7e9211a257b2f436 SHA512 1207b779f73dcab93e7dbcb4f5cdbe5d7cfb238512c3abb74eaa62356556e96bbe8e0d90087a9e195dc4f155e33d860016a26c496c009804816aad7c9a11106b
DIST kwooty-1.1.0_p20150623.tar.xz 174824 BLAKE2B 72f0cd2e10d8c38d47e53dc0e2fa08f0b9e84e23ccf183f42a3088f67587e2cd4a4bab56028b119d9b26c92bcb38225b3e3a53e9b055debab0805d0647cd0528 SHA512 bca5d516ba705bed35b7834ac6d70ddb581a2de869c1ea6273aae7e13f1c7f9af5c7808003879238c9af0386a73d78e18b09951b8cfdb67011870b151887c376
-EBUILD kwooty-1.1.0_p20150623.ebuild 1536 BLAKE2B 700c82df28ed890c4cb951855027ffcef2897998a95bb238d16f0b10116e124fee36f2aa4f4fdf27560b6c84c4579edd57eaf13a5bffa81eac77a9ce2d6bd577 SHA512 5ccf27fa0bc92a7414407c6da550c5d5846242cd6dc10db699ad58246bdaa38935f3a7939de9ad4b2b0e134d2b6285a64c788e5e30fc464e1e9b0b8ed721757f
+EBUILD kwooty-1.1.0_p20150623.ebuild 1578 BLAKE2B f5f5a90b55961f0e368771fc7b60dc850b8d1faa99d7db2e8f6caf1dff94634cdb4f75f6747581c565c5ce0f5d7b5fdfe01c5339f9347fbdbdc1a0d7f2813423 SHA512 d1ac44fcf08b8edb4785c986d8cc73624d07f32e30035a166740b2f99bbca3064359dadb79fd3668083b0965350df4d97bac1b7681985ef8ed1ea35bcda7f93e
MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
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
new file mode 100644
index 000000000000..2dc7b98f5387
--- /dev/null
+++ b/net-nntp/kwooty/files/kwooty-1.1.0_p20150623-dep.patch
@@ -0,0 +1,24 @@
+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
index 63904060a2a8..4013bbe362bd 100644
--- a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
+++ b/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -38,6 +38,8 @@ RDEPEND="${DEPEND}
!net-nntp/kwooty:4
"
+PATCHES=( "${FILESDIR}/${P}-dep.patch" )
+
src_prepare() {
kde5_src_prepare