summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2017-04-30 01:20:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-01 09:48:59 +0200
commit1565c2d62b4dd7f7e87c3063e83b472def2c8c88 (patch)
treef748a5130f1092a6fb3d45fc5f4c008edd00a527 /kde-apps/calendarjanitor
parentkde-apps: Add necessary blockers against incompatible kdepimlibs (diff)
downloadgentoo-1565c2d62b4dd7f7e87c3063e83b472def2c8c88.tar.gz
gentoo-1565c2d62b4dd7f7e87c3063e83b472def2c8c88.tar.bz2
gentoo-1565c2d62b4dd7f7e87c3063e83b472def2c8c88.zip
kde-apps/kdepimlibs: Fix compatibility with app-crypt/gpgme[cxx,qt5]
Avoid file collisions by renaming the affected files. Maintainer comments: - 4.14.{11_pre,10_p}20160611 are two incarnations of the same tarball 4.14.10_p20160611 reverts one commit that breaks POP3 w/ kmail-4.4 - Applied ebuild sed,mv and patch magic to sources. - Applied Gentoo patches to sources to obsolete $FILESDIR Gentoo-bug: 611818 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/calendarjanitor')
-rw-r--r--kde-apps/calendarjanitor/Manifest1
-rw-r--r--kde-apps/calendarjanitor/calendarjanitor-4.14.11_pre20160611.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-apps/calendarjanitor/Manifest b/kde-apps/calendarjanitor/Manifest
index b6fbb1ea2aa9..e65b6ef00c26 100644
--- a/kde-apps/calendarjanitor/Manifest
+++ b/kde-apps/calendarjanitor/Manifest
@@ -1,2 +1,3 @@
DIST akonadi-calendar-tools-17.04.0.tar.xz 221520 SHA256 3578d824b54055f80404fde67e0ede910a7cb6aa22ec215673a178124daa6468 SHA512 27595ad1ed647858c70b9d9b4e3e32e8d5107fb1123d7c50ea49a7601f3db6b2c8d1d3b32c8818d756dec841a7650d5706d7aca29a4081f46f54b16aa96f3290 WHIRLPOOL 673a8099f7c6560a67c25cae31776a5c802cd35f9fdaac93c449fc00f3af36db0498bb713cfee9234f694db4fc69a1a711e12f8c48b89583bec3d367e1252e30
DIST kdepim-4.14.11_pre20160211.tar.gz 18551484 SHA256 b970c0c04652519cc7e88d818b3a29e7b356a73f449f7f6e5767d60e5b2a17e3 SHA512 e7fcf14353e457e9b3ec2d7eefa18ac0d9bc454ecaa682dcaf1585a6a36968bc8d7ea6ab61398a8d697d9343f0cd87472a906d444f814cd44956b6499826bb1d WHIRLPOOL f66fd74138ce871f88ce211c3b6af287cddaeda493e42c3b683938c274482d1f09a3ae659d380d4e19f5e5da70f5724ddd48723acf5846f6a1e9c01a79803e7e
+DIST kdepim-4.14.11_pre20160611.tar.xz 14805956 SHA256 a9c3f5288efe0ccba3ffb88d4a63ac7b46a6b1ffe3c03b738ac6a53ef48e50b0 SHA512 5ed0d2f814a7aac7f9977840bcda8ba98dc66c8ffe921d30430db07b06de2850d76140a5e5fa44db09e3cb4cac09fee0d8e0e4c208b752d52aecb453a4dc1b08 WHIRLPOOL c6377c37b1a88a9d3958af5af081706e00437c3d0c28152a7e9353c49e376a3acdcdca0055d339f15287e6e101d6367a4d083b1a68162da9d4cc3d26178f62c5
diff --git a/kde-apps/calendarjanitor/calendarjanitor-4.14.11_pre20160611.ebuild b/kde-apps/calendarjanitor/calendarjanitor-4.14.11_pre20160611.ebuild
new file mode 100644
index 000000000000..e13f0aef9f02
--- /dev/null
+++ b/kde-apps/calendarjanitor/calendarjanitor-4.14.11_pre20160611.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+KMMODULE="console/${PN}"
+inherit kde4-meta
+
+DESCRIPTION="Tool to scan calendar data for buggy instances"
+HOMEPAGE="https://www.kde.org/"
+
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdeapps_dep kdepim-common-libs)
+ $(add_kdeapps_dep kdepimlibs 'akonadi(+)')
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+ calendarsupport/
+"
+
+KMLOADLIBS="kdepim-common-libs"