summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-08-10 00:11:28 +0200
committerJohannes Huber <johu@gentoo.org>2015-08-10 00:14:07 +0200
commitb9170ee9c05fdaa967f0129a7a8435b8456e82bf (patch)
tree90d5f4094a92b7caf8fdc4e79c1ac75950e5f515 /kde-base/kalarm/kalarm-4.4.11.1-r2.ebuild
parentprofiles: Mask kde-base/{akonadi,kdepim-strigi-analyzer} (diff)
downloadgentoo-b9170ee9c05fdaa967f0129a7a8435b8456e82bf.tar.gz
gentoo-b9170ee9c05fdaa967f0129a7a8435b8456e82bf.tar.bz2
gentoo-b9170ee9c05fdaa967f0129a7a8435b8456e82bf.zip
kde-base: Remove KDEi Old PIM 4.4.11
Package-Manager: portage-2.2.20
Diffstat (limited to 'kde-base/kalarm/kalarm-4.4.11.1-r2.ebuild')
-rw-r--r--kde-base/kalarm/kalarm-4.4.11.1-r2.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/kde-base/kalarm/kalarm-4.4.11.1-r2.ebuild b/kde-base/kalarm/kalarm-4.4.11.1-r2.ebuild
deleted file mode 100644
index 05fa01e9c1ce..000000000000
--- a/kde-base/kalarm/kalarm-4.4.11.1-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kdepim"
-KDE_HANDBOOK=optional
-inherit kde4-meta
-
-DESCRIPTION="Personal alarm message, command and email scheduler for KDE"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-RDEPEND="
- $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)' 4.6)
- $(add_kdebase_dep libkdepim)
-"
-DEPEND="${RDEPEND}
- dev-libs/boost:=
- dev-libs/libxslt
-"
-
-KMEXTRACTONLY="
- kmail/
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-4.4.11.1-underlinking.patch"
- "${FILESDIR}/4.4/"000{1,3,6}-*.patch
-)
-
-src_configure() {
- mycmakeargs=(
- -DBUILD_akonadi=OFF
- -DXSLTPROC_EXECUTABLE="${EPREFIX}"/usr/bin/xsltproc
- )
- kde4-meta_src_configure
-}