diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2014-11-16 12:21:35 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2014-11-16 12:21:35 +0000 |
commit | 3f801aa646c6bf1e1d60d310da2302c2bd9fef66 (patch) | |
tree | 6e50112a7a8405c97655dde74a1c9e8217de71bd /kde-base/kdepim-common-libs | |
parent | remove old (diff) | |
download | gentoo-2-3f801aa646c6bf1e1d60d310da2302c2bd9fef66.tar.gz gentoo-2-3f801aa646c6bf1e1d60d310da2302c2bd9fef66.tar.bz2 gentoo-2-3f801aa646c6bf1e1d60d310da2302c2bd9fef66.zip |
[kde-base] Add KDE SC 4.14.3
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key F82F92E6)
Diffstat (limited to 'kde-base/kdepim-common-libs')
-rw-r--r-- | kde-base/kdepim-common-libs/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdepim-common-libs/kdepim-common-libs-4.14.3.ebuild | 81 |
2 files changed, 88 insertions, 1 deletions
diff --git a/kde-base/kdepim-common-libs/ChangeLog b/kde-base/kdepim-common-libs/ChangeLog index a7c5bd33f1bc..e4408ba00f1a 100644 --- a/kde-base/kdepim-common-libs/ChangeLog +++ b/kde-base/kdepim-common-libs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdepim-common-libs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog,v 1.174 2014/11/14 19:33:05 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog,v 1.175 2014/11/16 12:21:28 alexxy Exp $ + +*kdepim-common-libs-4.14.3 (16 Nov 2014) + + 16 Nov 2014; Alexey Shvetsov <alexxy@gentoo.org> + +kdepim-common-libs-4.14.3.ebuild: + Version bump KDE SC 4.14.3 14 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -kdepim-common-libs-4.13.3.ebuild, -kdepim-common-libs-4.14.1.ebuild: diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-4.14.3.ebuild b/kde-base/kdepim-common-libs/kdepim-common-libs-4.14.3.ebuild new file mode 100644 index 000000000000..7118635959e5 --- /dev/null +++ b/kde-base/kdepim-common-libs/kdepim-common-libs-4.14.3.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/kdepim-common-libs-4.14.3.ebuild,v 1.1 2014/11/16 12:21:28 alexxy Exp $ + +EAPI=5 + +KMNAME="kdepim" +KMNOMODULE="true" +inherit kde4-meta + +DESCRIPTION="Common libraries for KDE PIM apps" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + app-crypt/gpgme + >=app-office/akonadi-server-1.12.90 + dev-libs/grantlee + $(add_kdebase_dep baloo) + $(add_kdebase_dep kdepimlibs) +" +RDEPEND="${DEPEND} + !kde-base/akonadi:4 + !kde-base/libkdepim:4 + !kde-base/libkleo:4 + !kde-base/libkpgp:4 + !<kde-base/kaddressbook-4.11.50:4 + !kde-base/kdepim-wizards:4 + !<kde-base/kmail-4.4.80:4 + !=kde-base/kmail-4.11* + !=kde-base/kmail-4.12.0 + !=kde-base/kmail-4.12.1 + !<kde-base/kmail-4.13.60 + !<kde-base/korganizer-4.5.67:4 + app-crypt/gnupg + $(add_kdebase_dep kdepim-runtime) +" + +RESTRICT="test" +# bug 393131 + +KMEXTRA=" + agents/sendlateragent/ + akonadi_next/ + calendarsupport/ + calendarviews/ + composereditor-ng/ + grantleeeditor/grantleethemeeditor/ + grantleetheme/ + kaddressbookgrantlee/ + incidenceeditor-ng/ + libkdepim/ + libkdepimdbusinterfaces/ + libkleo/ + libkpgp/ + kdgantt2/ + messagecomposer/ + messagecore/ + messagelist/ + messageviewer/ + noteshared/ + pimcommon/ + templateparser/ +" +KMEXTRACTONLY=" + kleopatra/ + kmail/ + knode/org.kde.knode.xml + korgac/org.kde.korganizer.KOrgac.xml + korganizer/org.kde.korganizer.Korganizer.xml + mailcommon/ +" +KMSAVELIBS="true" + +PATCHES=( "${FILESDIR}/install-composereditorng.patch" ) + +src_prepare() { + kde4-meta_src_prepare + sed -e '/folderarchiveagent.desktop/d' \ + -i agents/CMakeLists.txt || die +} |