summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-13 02:15:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-30 23:12:40 +0100
commit71a8e56a346d252caddf155dd96c94d225e07bc7 (patch)
tree67e641e68a4cab70f0790e74a07045c243d22ed4 /kde-apps/kleopatra
parentkde-apps: Drop KDE Applications 17.04.3 (diff)
downloadgentoo-71a8e56a346d252caddf155dd96c94d225e07bc7.tar.gz
gentoo-71a8e56a346d252caddf155dd96c94d225e07bc7.tar.bz2
gentoo-71a8e56a346d252caddf155dd96c94d225e07bc7.zip
kde-apps: Drop KDE PIM 4.4.2017.0 (noakonadi)
Closes: https://bugs.gentoo.org/634768 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/kleopatra')
-rw-r--r--kde-apps/kleopatra/Manifest1
-rw-r--r--kde-apps/kleopatra/files/kleopatra-4.4.2017.04-gcc-6.3.patch36
-rw-r--r--kde-apps/kleopatra/kleopatra-4.4.2017.04.ebuild56
3 files changed, 0 insertions, 93 deletions
diff --git a/kde-apps/kleopatra/Manifest b/kde-apps/kleopatra/Manifest
index 316d579cfca8..ed014958009f 100644
--- a/kde-apps/kleopatra/Manifest
+++ b/kde-apps/kleopatra/Manifest
@@ -1,2 +1 @@
-DIST kdepim-4.4.2017.04.tar.xz 8964644 SHA256 943019fbf6e480761ccac4a1d54d71d5d38c88fd832e952cb03d73975f9a8535 SHA512 d00e288563975e38f1bf4d28ed4724a9e159fab8ca37a61039aea730d22cae0c7e9921e04423bbbe6a74ee19319c57f79139d3a2b5048985675f836fd5dc77ab WHIRLPOOL 1818df486e46f7345523360d05ab1d19b00906f1b51677010d0cd2f31ddd914c1e96c3a98837339882810f54b15fd4eb5063424863169decb68578100ae8049a
DIST kleopatra-17.08.3.tar.xz 1889344 SHA256 a8bb8bc8d6b6352f2d312f79ee2846217ffa699bff419673ebf70cdc1dbcf46d SHA512 b842b71c7394bed7ed3383b037b2258c72056b81d678350f1f6f4cfa2f75e269eafd45b82b78c3f7cdda659dbd9b2dc273a8d3b0ddd5cdc774277355578bbfe9 WHIRLPOOL 31542305ee0bd561a98ad08314aeafeb308f13962086b3d60de6119d40d2603bfc88c0c2d39cd0b4f2cbb889057463f002f081f7c153cde0d8c27c02d3b3d5e6
diff --git a/kde-apps/kleopatra/files/kleopatra-4.4.2017.04-gcc-6.3.patch b/kde-apps/kleopatra/files/kleopatra-4.4.2017.04-gcc-6.3.patch
deleted file mode 100644
index 2960166dfb71..000000000000
--- a/kde-apps/kleopatra/files/kleopatra-4.4.2017.04-gcc-6.3.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-commit 0e75bb7dff48261f8754005586e3d1b22ecfc4d2
-Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Tue May 2 23:41:46 2017 +0200
-
- kleopatra: Fix build with GCC 6.3.0
-
- Signed-off-by: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-
-diff --git a/kleopatra/utils/stl_util.h b/kleopatra/utils/stl_util.h
-index 35024d398f..c02188608e 100644
---- a/kleopatra/utils/stl_util.h
-+++ b/kleopatra/utils/stl_util.h
-@@ -347,7 +347,7 @@ namespace kdtools {
- template <typename O, typename I, typename P>
- O copy_if( const I & i, P p ) {
- O o;
-- copy_if( boost::begin( i ), boost::end( i ), std::back_inserter( o ), p );
-+ kdtools::copy_if( boost::begin( i ), boost::end( i ), std::back_inserter( o ), p );
- return o;
- }
-
-@@ -385,12 +385,12 @@ namespace kdtools {
-
- template <typename C>
- bool none_of( const C & c ) {
-- return none_of( boost::begin( c ), boost::end( c ) );
-+ return kdtools::none_of( boost::begin( c ), boost::end( c ) );
- }
-
- template <typename C, typename P>
- bool none_of( const C & c, P p ) {
-- return none_of( boost::begin( c ), boost::end( c ), p );
-+ return kdtools::none_of( boost::begin( c ), boost::end( c ), p );
- }
-
- template <typename C, typename B>
diff --git a/kde-apps/kleopatra/kleopatra-4.4.2017.04.ebuild b/kde-apps/kleopatra/kleopatra-4.4.2017.04.ebuild
deleted file mode 100644
index 275e0cc95be3..000000000000
--- a/kde-apps/kleopatra/kleopatra-4.4.2017.04.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-QT3SUPPORT_REQUIRED="true"
-inherit kde4-meta
-
-DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography (noakonadi branch)"
-HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
- $(add_kdeapps_dep kdepimlibs '' 4.14.10_p20160611)
- $(add_kdeapps_dep libkdepim)
- $(add_kdeapps_dep libkleo)
- app-crypt/gpgme
- dev-libs/libassuan
- dev-libs/libgpg-error
-"
-RDEPEND="${DEPEND}
- !>kde-apps/kdepimlibs-4.14.11_pre20160211
- app-crypt/gnupg
-"
-
-RESTRICT=test
-# bug 399431
-
-KMEXTRACTONLY="
- libkleo
-"
-KMLOADLIBS="libkleo"
-
-PATCHES=( "${FILESDIR}/${P}-gcc-6.3.patch" )
-
-src_unpack() {
- if use handbook; then
- KMEXTRA="
- doc/kwatchgnupg
- "
- fi
-
- kde4-meta_src_unpack
-}
-
-src_configure() {
- mycmakeargs=(
- -DWITH_QGPGME=ON
- )
-
- kde4-meta_src_configure
-}