summaryrefslogtreecommitdiff
path: root/kde-base/kdepimlibs
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-05-06 22:27:05 +0200
committerJohannes Huber <johu@gentoo.org>2013-05-06 22:27:05 +0200
commit9c9ee12174b578bf6f0de6332799894edfe62cfc (patch)
treee85b991cff05426ae30e79705762a0c6dda6d6a6 /kde-base/kdepimlibs
parentc1fc8e848c90dd5a70489e10541413a7c54896c9 (diff)
downloadkde-9c9ee12174b578bf6f0de6332799894edfe62cfc.tar.gz
kde-9c9ee12174b578bf6f0de6332799894edfe62cfc.tar.bz2
kde-9c9ee12174b578bf6f0de6332799894edfe62cfc.zip
[kde-base] Remove KDE SC 4.10.3. Moved to tree.
Package-Manager: portage-2.2.0_alpha174
Diffstat (limited to 'kde-base/kdepimlibs')
-rw-r--r--kde-base/kdepimlibs/Manifest1
-rw-r--r--kde-base/kdepimlibs/kdepimlibs-4.10.3.ebuild78
2 files changed, 0 insertions, 79 deletions
diff --git a/kde-base/kdepimlibs/Manifest b/kde-base/kdepimlibs/Manifest
deleted file mode 100644
index 27bd14f5036..00000000000
--- a/kde-base/kdepimlibs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdepimlibs-4.10.3.tar.xz 2966380 SHA256 784b685ba3f6f9685fe2389062e3ea0e9e869d290e09dccd5185ce9d01def864 SHA512 7c92c885fc451a62c3f0431ac8330bb40881ca079aa576e0ff6549d02628bf1b1eb166f5ce1fed702a24ed2278c74b3c1305d47e6f014df7d3d08637dc77e740 WHIRLPOOL 5644134336b8e567a9749b046874566d2a47ccee07c3b65d2afcd194ed2f36f4763ef0897338970e945b450a4372b90ff1c5bedf0ab27b77ca08d6b04851f9ac
diff --git a/kde-base/kdepimlibs/kdepimlibs-4.10.3.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.10.3.ebuild
deleted file mode 100644
index 91245142c5d..00000000000
--- a/kde-base/kdepimlibs/kdepimlibs-4.10.3.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-CPPUNIT_REQUIRED="optional"
-inherit kde4-base
-
-DESCRIPTION="Common library for KDE PIM apps."
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-LICENSE="LGPL-2.1"
-IUSE="debug ldap prison semantic-desktop"
-
-# some akonadi tests timeout, that probaly needs more work as its ~700 tests
-RESTRICT="test"
-
-DEPEND="
- !kde-misc/akonadi-social-utils
- >=app-crypt/gpgme-1.1.6
- >=dev-libs/boost-1.35.0-r5:=
- dev-libs/libgpg-error
- >=dev-libs/libical-0.43
- dev-libs/cyrus-sasl
- dev-libs/qjson
- $(add_kdebase_dep kdelibs 'semantic-desktop?')
- prison? ( media-libs/prison )
- semantic-desktop? (
- >=app-office/akonadi-server-1.9.0
- $(add_kdebase_dep nepomuk-core)
- media-libs/phonon
- x11-misc/shared-mime-info
- )
- ldap? ( net-nds/openldap )
-"
-# boost is not linked to, but headers which include it are installed
-# bug #418071
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-4.9.1-boostincludes.patch" )
-
-src_prepare() {
- kde4-base_src_prepare
-
- # Disable hardcoded checks
- sed -r -e '/find_package\((Akonadi|SharedDesktopOntologies|Soprano|Nepomuk)/{/macro_optional_/!s/find/macro_optional_&/}' \
- -e '/set_package_properties\((Akonadi|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)/s/ REQUIRED / OPTIONAL /' \
- -e '/add_subdirectory\((akonadi|mailtransport)/{/macro_optional_/!s/add/macro_optional_&/}' \
- -i CMakeLists.txt || die
- if ! use semantic-desktop; then
- sed -e '/include(SopranoAddOntology)/s/^/#DISABLED /' \
- -i CMakeLists.txt || die
- # More reliable than -DBUILD_akonadi=OFF
- rm -r akonadi mailtransport || die
- fi
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_build handbook doc)
- $(cmake-utils_use_find_package ldap)
- $(cmake-utils_use_with semantic-desktop Akonadi)
- $(cmake-utils_use_with semantic-desktop SharedDesktopOntologies)
- $(cmake-utils_use_with semantic-desktop Soprano)
- $(cmake-utils_use_with semantic-desktop NepomukCore)
- $(cmake-utils_use !semantic-desktop KALARM_USE_KRESOURCES)
- $(cmake-utils_use_find_package prison)
- )
-
- kde4-base_src_configure
-}
-
-src_install() {
- kde4-base_src_install
- rm "${D}"/usr/share/apps/cmake/modules/FindQJSON.cmake
- rm "${D}"/usr/share/apps/cmake/modules/FindQtOAuth.cmake #Collides with net-im/choqok
-}