Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/kwooty/, net-nntp/kwooty/files/
Date: Fri, 02 Mar 2018 23:18:26
Message-Id: 1520032691.36b4ac4bbe37933548f5dda20ddee059aae58fa2.kensington@gentoo
1 commit: 36b4ac4bbe37933548f5dda20ddee059aae58fa2
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 2 23:16:35 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 23:18:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b4ac4b
7
8 net-nntp/kwooty: backport patch from upstream removing unused dependency
9
10 Closes: https://bugs.gentoo.org/649374
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 .../kwooty/files/kwooty-1.1.0_p20150623-dep.patch | 24 ++++++++++++++++++++++
14 net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild | 4 +++-
15 2 files changed, 27 insertions(+), 1 deletion(-)
16
17 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
18 new file mode 100644
19 index 00000000000..2dc7b98f538
20 --- /dev/null
21 +++ b/net-nntp/kwooty/files/kwooty-1.1.0_p20150623-dep.patch
22 @@ -0,0 +1,24 @@
23 +From 4def0398b312ff3f4d769ef39897a12516a52a83 Mon Sep 17 00:00:00 2001
24 +From: Michael Palimaka <kensington@g.o>
25 +Date: Sat, 3 Mar 2018 10:13:10 +1100
26 +Subject: [PATCH] Remove unused dependency.
27 +
28 +---
29 + CMakeLists.txt | 1 -
30 + 1 file changed, 1 deletion(-)
31 +
32 +diff --git a/CMakeLists.txt b/CMakeLists.txt
33 +index 6200c66..e40df79 100644
34 +--- a/CMakeLists.txt
35 ++++ b/CMakeLists.txt
36 +@@ -23,7 +23,6 @@ include(ECMAddAppIcon)
37 + set(KF5_VERSION "5.9.0")
38 + find_package(KF5Wallet ${KF5_VERSION} CONFIG REQUIRED)
39 + find_package(KF5KDELibs4Support ${KF5_VERSION} CONFIG REQUIRED)
40 +-find_package(KF5NotifyConfig ${KF5_VERSION} CONFIG REQUIRED)
41 + find_package(KF5Config ${KF5_VERSION} CONFIG REQUIRED)
42 + find_package(KF5Service ${KF5_VERSION} CONFIG REQUIRED)
43 + find_package(KF5DBusAddons ${KF5_VERSION} CONFIG REQUIRED)
44 +--
45 +2.16.1
46 +
47
48 diff --git a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild b/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
49 index 63904060a2a..4013bbe362b 100644
50 --- a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
51 +++ b/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2017 Gentoo Foundation
54 +# Copyright 1999-2018 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=6
58 @@ -38,6 +38,8 @@ RDEPEND="${DEPEND}
59 !net-nntp/kwooty:4
60 "
61
62 +PATCHES=( "${FILESDIR}/${P}-dep.patch" )
63 +
64 src_prepare() {
65 kde5_src_prepare