summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-10-24 16:18:20 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-10-24 16:18:20 +0000
commite9c725291618583fce831886413bb22d74981772 (patch)
treedd907a9cd204d55b2f0bcab0623451f87650d50c /kde-base/kalarm
parentVersion bump KDEPIM 4.4.7 (diff)
downloadgentoo-2-e9c725291618583fce831886413bb22d74981772.tar.gz
gentoo-2-e9c725291618583fce831886413bb22d74981772.tar.bz2
gentoo-2-e9c725291618583fce831886413bb22d74981772.zip
Version bump KDEPIM 4.4.7
(Portage version: 2.2_rc94/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kalarm')
-rw-r--r--kde-base/kalarm/ChangeLog8
-rw-r--r--kde-base/kalarm/kalarm-4.4.7.ebuild33
2 files changed, 40 insertions, 1 deletions
diff --git a/kde-base/kalarm/ChangeLog b/kde-base/kalarm/ChangeLog
index 180eecf7bb7c..b3e0151ad4e4 100644
--- a/kde-base/kalarm/ChangeLog
+++ b/kde-base/kalarm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kalarm
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.158 2010/09/11 05:50:52 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.159 2010/10/24 16:18:20 tampakrap Exp $
+
+*kalarm-4.4.7 (24 Oct 2010)
+
+ 24 Oct 2010; Theo Chatzimichos <tampakrap@gentoo.org>
+ +kalarm-4.4.7.ebuild:
+ Version bump KDEPIM 4.4.7
*kalarm-4.4.6 (11 Sep 2010)
diff --git a/kde-base/kalarm/kalarm-4.4.7.ebuild b/kde-base/kalarm/kalarm-4.4.7.ebuild
new file mode 100644
index 000000000000..5ca33d678a4f
--- /dev/null
+++ b/kde-base/kalarm/kalarm-4.4.7.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/kalarm-4.4.7.ebuild,v 1.1 2010/10/24 16:18:20 tampakrap Exp $
+
+EAPI="3"
+
+KMNAME="kdepim"
+inherit kde4-meta
+
+DESCRIPTION="Personal alarm message, command and email scheduler for KDE"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug +handbook"
+
+RDEPEND="
+ $(add_kdebase_dep kdepimlibs 'semantic-desktop')
+ $(add_kdebase_dep libkdepim)
+"
+DEPEND="${RDEPEND}
+ dev-libs/boost
+ dev-libs/libxslt
+"
+
+KMEXTRACTONLY="
+ kmail/
+"
+
+src_configure() {
+ mycmakeargs=(
+ -DBUILD_akonadi=OFF
+ -DXSLTPROC_EXECUTABLE="${EPREFIX}"/usr/bin/xsltproc
+ )
+ kde4-meta_src_configure
+}