summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-03-10 20:18:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-03-10 20:18:29 +0100
commit577b067e050d4e3a85f7d748352d127c267134b4 (patch)
treedd2522d9eb8f738d977df6a943d93cb263fc6734 /kde-apps
parentkde-apps/kleopatra: Drop old (diff)
downloadgentoo-577b067e050d4e3a85f7d748352d127c267134b4.tar.gz
gentoo-577b067e050d4e3a85f7d748352d127c267134b4.tar.bz2
gentoo-577b067e050d4e3a85f7d748352d127c267134b4.zip
kde-apps/kdepim-common-libs: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/kdepim-common-libs/kdepim-common-libs-4.14.11_pre20160211.ebuild95
1 files changed, 0 insertions, 95 deletions
diff --git a/kde-apps/kdepim-common-libs/kdepim-common-libs-4.14.11_pre20160211.ebuild b/kde-apps/kdepim-common-libs/kdepim-common-libs-4.14.11_pre20160211.ebuild
deleted file mode 100644
index 73e7318db4b5..000000000000
--- a/kde-apps/kdepim-common-libs/kdepim-common-libs-4.14.11_pre20160211.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KMNAME="kdepim"
-EGIT_BRANCH="KDE/4.14"
-KMNOMODULE="true"
-WEBKIT_REQUIRED="always"
-inherit kde4-meta
-
-DESCRIPTION="Common libraries for KDE PIM apps"
-COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
-SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
-
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="debug google"
-
-DEPEND="
- $(add_kdeapps_dep kdepimlibs 'akonadi(+)')
- app-crypt/gpgme
- dev-libs/grantlee:0
- kde-apps/akonadi:4
- kde-frameworks/baloo:4
- google? ( $(add_kdeapps_dep libkgapi '' 2.2.0) )
-"
-RDEPEND="${DEPEND}
- !kde-apps/libkdepim:4
- !kde-apps/libkleo:4
- !kde-apps/libkpgp:4
- !<kde-apps/kaddressbook-4.11.50:4
- !kde-apps/kdepim-wizards:4
- !<kde-apps/kmail-4.14.5:4
- !<kde-apps/korganizer-4.5.67:4
- $(add_kdeapps_dep kdepim-runtime)
- app-crypt/gnupg
-"
-
-RESTRICT="test"
-# bug 393131
-
-KMEXTRA="
- agents/sendlateragent/
- akonadi_next/
- calendarsupport/
- calendarviews/
- composereditor-ng/
- grantleeeditor/grantleethemeeditor/
- grantleetheme/
- incidenceeditor-ng/
- libkdepim/
- libkdepimdbusinterfaces/
- libkleo/
- libkpgp/
- kaddressbookgrantlee/
- kdgantt2/
- mailcommon/
- mailimporter/
- messagecomposer/
- messagecore/
- messagelist/
- messageviewer/
- noteshared/
- pimcommon/
- templateparser/
-"
-KMEXTRACTONLY="
- agents/mailfilteragent/org.freedesktop.Akonadi.MailFilterAgent.xml
- kleopatra/
- kmail/
- knode/org.kde.knode.xml
- korgac/org.kde.korganizer.KOrgac.xml
- korganizer/data/org.kde.korganizer.Korganizer.xml
- korganizer/data/org.kde.Korganizer.Calendar.xml
-"
-KMSAVELIBS="true"
-
-PATCHES=(
- "${FILESDIR}/install-composereditorng.patch"
- "${FILESDIR}/${PN}-install-headers.patch"
-)
-
-src_prepare() {
- kde4-meta_src_prepare
- sed -e '/folderarchiveagent.desktop/d' \
- -i agents/CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package google LibKGAPI2)
- )
-
- kde4-meta_src_configure
-}