diff options
author | 2009-05-07 00:22:11 +0000 | |
---|---|---|
committer | 2009-05-07 00:22:11 +0000 | |
commit | ee5e4f34061337ffcea150f1c790eea2f794e41c (patch) | |
tree | 823b8b79eb6d56c4166f6755dd39875eea0cc790 /kde-base/kmail | |
parent | Rename modprobe.d/alsa file to alsa.conf. (diff) | |
download | historical-ee5e4f34061337ffcea150f1c790eea2f794e41c.tar.gz historical-ee5e4f34061337ffcea150f1c790eea2f794e41c.tar.bz2 historical-ee5e4f34061337ffcea150f1c790eea2f794e41c.zip |
Version bump KDE 4.2.3
Package-Manager: portage-2.2_rc31/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kmail')
-rw-r--r-- | kde-base/kmail/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmail/kmail-4.2.3.ebuild | 48 |
2 files changed, 54 insertions, 1 deletions
diff --git a/kde-base/kmail/ChangeLog b/kde-base/kmail/ChangeLog index ef3faa3e62a6..6cccd1755cd9 100644 --- a/kde-base/kmail/ChangeLog +++ b/kde-base/kmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmail # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.160 2009/04/17 06:32:34 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.161 2009/05/06 23:35:24 scarabeus Exp $ + +*kmail-4.2.3 (06 May 2009) + + 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +kmail-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kmail-4.2.2: Restore ~hppa keywords diff --git a/kde-base/kmail/kmail-4.2.3.ebuild b/kde-base/kmail/kmail-4.2.3.ebuild new file mode 100644 index 000000000000..bfa6daebb75d --- /dev/null +++ b/kde-base/kmail/kmail-4.2.3.ebuild @@ -0,0 +1,48 @@ +# 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.3.ebuild,v 1.1 2009/05/06 23:35:24 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug doc +semantic-desktop" + +DEPEND=" + >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop?] + >=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=] + >=kde-base/libkleo-${PV}:${SLOT}[kdeprefix=] + >=kde-base/libkpgp-${PV}:${SLOT}[kdeprefix=] + >=kde-base/libksieve-${PV}:${SLOT}[kdeprefix=] + >=kde-base/mimelib-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND} + >=kde-base/kmailcvt-${PV}:${SLOT}[kdeprefix=] + semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT}[kdeprefix=] ) +" + +KMEXTRACTONLY=" + kaddressbook/org.kde.KAddressbook.Core.xml + korganizer/org.kde.Korganizer.Calendar.xml + libkleo + libkpgp + mimelib +" +KMEXTRA=" + plugins/kmail/ +" +KMLOADLIBS="libkdepim" + +PATCHES=( "${FILESDIR}/${PN}-4.1.72-fix.patch" ) + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with semantic-desktop Nepomuk)" + + MAKEOPTS="${MAKEOPTS} -j1" + + kde4-meta_src_configure +} |