diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-03-19 11:37:34 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-03-19 11:37:34 +0000 |
commit | b7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (patch) | |
tree | 9fd110f9fc996e8a4213eeda994a8c112491b86d /net-nntp/kwooty | |
parent | 066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (diff) |
gentoo resync : 19.03.2019
Diffstat (limited to 'net-nntp/kwooty')
-rw-r--r-- | net-nntp/kwooty/Manifest | 2 | ||||
-rw-r--r-- | net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net-nntp/kwooty/Manifest b/net-nntp/kwooty/Manifest index a618ee179880..5da69b5d955e 100644 --- a/net-nntp/kwooty/Manifest +++ b/net-nntp/kwooty/Manifest @@ -1,4 +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 1578 BLAKE2B f5f5a90b55961f0e368771fc7b60dc850b8d1faa99d7db2e8f6caf1dff94634cdb4f75f6747581c565c5ce0f5d7b5fdfe01c5339f9347fbdbdc1a0d7f2813423 SHA512 d1ac44fcf08b8edb4785c986d8cc73624d07f32e30035a166740b2f99bbca3064359dadb79fd3668083b0965350df4d97bac1b7681985ef8ed1ea35bcda7f93e +EBUILD kwooty-1.1.0_p20150623.ebuild 1553 BLAKE2B c1a819794ca41ae5b2f630efe0c721ad54720439086a38fd5e880979882889072443eb1dea5e1281764e875fc1a6bf7d5567f1c7baeef4c8fa5d7c99dfe69ba7 SHA512 54bad217d6131569a5f89782786ba3f3e217a8600adf250f65125dd4df94ee3ea5c9ed6ba958167ca09e26f762ca4a8ed3a9f95be19fb8732a4adbb356f37465 MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 diff --git a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild b/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild index 4013bbe362bd..84d6fd0af91e 100644 --- a/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild +++ b/net-nntp/kwooty/kwooty-1.1.0_p20150623.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit kde5 @@ -42,8 +42,7 @@ PATCHES=( "${FILESDIR}/${P}-dep.patch" ) src_prepare() { kde5_src_prepare - - sed -i -e "/KF5DocTools/d" CMakeLists.txt || die + punt_bogus_dep KF5 DocTools } pkg_postinst() { |