summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-10-23 16:23:40 +0200
committerMichael Palimaka <kensington@gentoo.org>2016-10-24 03:22:01 +1100
commit253f3e296b05abc8a84065c115bfb3ddec9e7764 (patch)
tree7be3f0f1611f8d22fa80829484b9cdddb112d765
parentbbd1e60b59c7062be130ba266a91ae3d1b8202f4 (diff)
downloadkde-253f3e296b05abc8a84065c115bfb3ddec9e7764.tar.gz
kde-253f3e296b05abc8a84065c115bfb3ddec9e7764.tar.bz2
kde-253f3e296b05abc8a84065c115bfb3ddec9e7764.zip
app-text/kbibtex: Drop upstreamed patch
Package-Manager: portage-2.3.0
-rw-r--r--app-text/kbibtex/files/kbibtex-doctools-optional.patch40
-rw-r--r--app-text/kbibtex/kbibtex-9999.ebuild2
2 files changed, 0 insertions, 42 deletions
diff --git a/app-text/kbibtex/files/kbibtex-doctools-optional.patch b/app-text/kbibtex/files/kbibtex-doctools-optional.patch
deleted file mode 100644
index 57527b02aeb..00000000000
--- a/app-text/kbibtex/files/kbibtex-doctools-optional.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-commit d23557e8a5c4170c5d2a20cb17421e5f0b303f94
-Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Sun Mar 13 12:22:09 2016 +0100
-
- Make KF5DocTools optional
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index eb33c9e..0525db1 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -61,7 +61,6 @@ find_package(
- find_package(
- KF5 ${KF5_MIN_VERSION}
- REQUIRED
-- DocTools
- I18n
- XmlGui
- KIO
-@@ -74,6 +73,8 @@ find_package(
- Wallet
- )
-
-+find_package(KF5DocTools)
-+
- # Version number for the exported headers / libs
- set(
- VERSION_BRANCH "0.8"
-@@ -182,9 +183,9 @@ add_subdirectory(
- add_subdirectory(
- xslt
- )
-+if(KF5DocTools_FOUND)
-+ add_subdirectory(doc)
-+endif()
--add_subdirectory(
-- doc
--)
- add_subdirectory(
- mime
- )
diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild
index 0cde411242b..fa8769e99c3 100644
--- a/app-text/kbibtex/kbibtex-9999.ebuild
+++ b/app-text/kbibtex/kbibtex-9999.ebuild
@@ -60,8 +60,6 @@ S="${WORKDIR}/${P/_/-}"
PATCHES=(
"${FILESDIR}/${PN}-revert-removing-qtoauth.patch"
"${FILESDIR}/${PN}-part-revert-reenable-qtoauth.patch"
-
- "${FILESDIR}/${PN}-doctools-optional.patch" # RR pending upstream
)
src_prepare() {