summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kmail/kmail-4.2.0-r1.ebuild')
-rw-r--r--kde-base/kmail/kmail-4.2.0-r1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/kde-base/kmail/kmail-4.2.0-r1.ebuild b/kde-base/kmail/kmail-4.2.0-r1.ebuild
deleted file mode 100644
index 858e463ac58f..000000000000
--- a/kde-base/kmail/kmail-4.2.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.2.0-r1.ebuild,v 1.2 2009/02/01 23:08:33 jmbsvicetto Exp $
-
-EAPI="2"
-
-KMNAME="kdepim"
-inherit kde4-meta
-
-DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug htmlhandbook +semantic-desktop"
-
-DEPEND=">=kde-base/libkdepim-${PV}:${SLOT}
- >=kde-base/libkleo-${PV}:${SLOT}
- >=kde-base/libkpgp-${PV}:${SLOT}
- >=kde-base/libksieve-${PV}:${SLOT}
- >=kde-base/mimelib-${PV}:${SLOT}
- semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT} )"
-
-RDEPEND="${DEPEND}
- >=kde-base/kmailcvt-${PV}:${SLOT}"
-
-KMEXTRACTONLY="kaddressbook/org.kde.KAddressbook.Core.xml
- korganizer/org.kde.Korganizer.Calendar.xml
- libkdepim
- libkleo
- libkpgp
- mimelib"
-KMEXTRA="${KMEXTRA} plugins/kmail/"
-KMLOADLIBS="libkdepim"
-
-PATCHES=( "${FILESDIR}/${PN}-4.1.72-fix.patch" "${FILESDIR}/${PV}-kwallet.patch" )
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with semantic-desktop Nepomuk)"
-
- MAKEOPTS="${MAKEOPTS} -j1"
-
- kde4-meta_src_configure
-}