diff options
author | Johannes Huber <johu@gentoo.org> | 2013-12-04 17:11:26 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-12-04 17:11:26 +0000 |
commit | 411325e1638c12feb868109ca24c52a91118b073 (patch) | |
tree | cebfa5ab82cc678f7142db1b1b126547b9c5c015 /kde-base/kdepim-runtime/kdepim-runtime-4.11.3.ebuild | |
parent | Stable for HPPA (bug #493194). (diff) | |
download | historical-411325e1638c12feb868109ca24c52a91118b073.tar.gz historical-411325e1638c12feb868109ca24c52a91118b073.tar.bz2 historical-411325e1638c12feb868109ca24c52a91118b073.zip |
Remove KDE SC 4.11.3
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xF3CFD2BD
Diffstat (limited to 'kde-base/kdepim-runtime/kdepim-runtime-4.11.3.ebuild')
-rw-r--r-- | kde-base/kdepim-runtime/kdepim-runtime-4.11.3.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.11.3.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.11.3.ebuild deleted file mode 100644 index ad1ec5be9966..000000000000 --- a/kde-base/kdepim-runtime/kdepim-runtime-4.11.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.11.3.ebuild,v 1.1 2013/11/05 22:22:54 dilfridge Exp $ - -EAPI=5 - -KMNAME="kdepim-runtime" -inherit kde4-base - -DESCRIPTION="KDE PIM runtime plugin collection" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug facebook google kolab" - -RESTRICT="test" -# Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233 - -DEPEND=" - app-misc/strigi - >=app-office/akonadi-server-1.9.52 - dev-libs/boost:= - dev-libs/libxml2:2 - dev-libs/libxslt - >=dev-libs/shared-desktop-ontologies-0.11.0 - $(add_kdebase_dep kdepimlibs) - x11-misc/shared-mime-info - facebook? ( net-libs/libkfbapi ) - google? ( >=net-libs/libkgapi-2.0 ) - kolab? ( net-libs/libkolab ) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kdepim-icons) - !kde-misc/akonadi-google - !kde-misc/akonadi-facebook -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package facebook LibKFbAPI) - $(cmake-utils_use_find_package google LibKGAPI2) - $(cmake-utils_use_find_package kolab Libkolab) - $(cmake-utils_use_find_package kolab Libkolabxml) - ) - - kde4-base_src_configure -} |