summaryrefslogtreecommitdiff
path: root/kde-base/kdepimlibs
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-07-02 18:42:21 +0200
committerJohannes Huber <johu@gentoo.org>2013-07-02 18:42:21 +0200
commit7aca05416720dbcb0b9789767eb243759ef96021 (patch)
tree8035fd0b776fee214549016693925cf4261d933e /kde-base/kdepimlibs
parent985f01003a5d96d9dd58cf95d5b5fa830052f85e (diff)
downloadkde-7aca05416720dbcb0b9789767eb243759ef96021.tar.gz
kde-7aca05416720dbcb0b9789767eb243759ef96021.tar.bz2
kde-7aca05416720dbcb0b9789767eb243759ef96021.zip
[kde-base] Remove KDE SC 4.10.5. Moved to tree.
Package-Manager: portage-2.2.0_alpha186
Diffstat (limited to 'kde-base/kdepimlibs')
-rw-r--r--kde-base/kdepimlibs/Manifest1
-rw-r--r--kde-base/kdepimlibs/kdepimlibs-4.10.5.ebuild78
2 files changed, 0 insertions, 79 deletions
diff --git a/kde-base/kdepimlibs/Manifest b/kde-base/kdepimlibs/Manifest
index 63eb1203976..fa115b8a57e 100644
--- a/kde-base/kdepimlibs/Manifest
+++ b/kde-base/kdepimlibs/Manifest
@@ -1,2 +1 @@
-DIST kdepimlibs-4.10.5.tar.xz 2986664 SHA256 b9600f2ae1c61d65252ac5046c348f18d586114be3ab54744b0f5925f2881e06 SHA512 5f73a50c35eb62b62cd2a3e26651c1f90ef82984787b3a037a9f2bd356f2ea3043d6d59fe3c0ea03e96c0ad996c481f767876f27a0275c7247686f598f531619 WHIRLPOOL 18ba9e1c14db2103d06d883f7576edf2111efbeefe6cc07e458b7d79cf7dbdb2523b57120587b4788f047d734b8d826d9e84e8956ed96cc7ea8f2bc61a83670a
DIST kdepimlibs-4.10.90.tar.xz 2738188 SHA256 0bd68af6fdca9da6380d32ff42d3cca7d717f3bfd23ebd1f2637f258482a0490 SHA512 adfd13c750caea123b2fc97d5c37be7c67597dbd8fabe5389161d9630919998c3ae968fb1b57abcab0d30e36ad188b932ddb7f50297c8e283d68a2d1ca20f8e7 WHIRLPOOL 0ec2cc81b35250c6de910a65d58a26c3b1e45aa0bbc513bf4426f05a03e92326e5a3b6fb8f7b64cef4d7042bf1c128273e4dc6347aff31a3d4cd4c54cfe24e79
diff --git a/kde-base/kdepimlibs/kdepimlibs-4.10.5.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.10.5.ebuild
deleted file mode 100644
index e01cd7969c9..00000000000
--- a/kde-base/kdepimlibs/kdepimlibs-4.10.5.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-0.8.1
- $(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
-}