summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-03-02 17:25:37 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-03-02 17:25:37 +0000
commitd7a65377403ab5ee6684b842c88989995f89d4e6 (patch)
tree9aa073857f9e0567e0fc8aa202c8c11e9cac0199 /kde-base/kdepim-runtime
parentMasking net-misc/tipcutils wrt bug #298143. (diff)
downloadhistorical-d7a65377403ab5ee6684b842c88989995f89d4e6.tar.gz
historical-d7a65377403ab5ee6684b842c88989995f89d4e6.tar.bz2
historical-d7a65377403ab5ee6684b842c88989995f89d4e6.zip
Version bump KDE 4.4.1
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/kdepim-runtime')
-rw-r--r--kde-base/kdepim-runtime/ChangeLog8
-rw-r--r--kde-base/kdepim-runtime/kdepim-runtime-4.4.1.ebuild34
2 files changed, 41 insertions, 1 deletions
diff --git a/kde-base/kdepim-runtime/ChangeLog b/kde-base/kdepim-runtime/ChangeLog
index ce97f418b31b..799ab155053a 100644
--- a/kde-base/kdepim-runtime/ChangeLog
+++ b/kde-base/kdepim-runtime/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdepim-runtime
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.3 2010/02/23 10:29:12 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.4 2010/03/02 17:02:07 tampakrap Exp $
+
+*kdepim-runtime-4.4.1 (02 Mar 2010)
+
+ 02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org>
+ +kdepim-runtime-4.4.1.ebuild:
+ Version bump
23 Feb 2010; Joseph Jezak <josejx@gentoo.org> kdepim-runtime-4.4.0.ebuild:
Marked ~ppc/~ppc64 for bug #304365.
diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.4.1.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.4.1.ebuild
new file mode 100644
index 000000000000..646a7f45c777
--- /dev/null
+++ b/kde-base/kdepim-runtime/kdepim-runtime-4.4.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2010 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.4.1.ebuild,v 1.1 2010/03/02 17:02:07 tampakrap Exp $
+
+EAPI="3"
+
+if [[ ${PV} = *9999* ]]; then
+ KMNAME="kdepim"
+ KMMODULE="runtime"
+ inherit kde4-meta
+else
+ inherit kde4-base
+fi
+
+DESCRIPTION="KDE PIM runtime plugin collection"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ app-misc/strigi
+ >=app-office/akonadi-server-1.2.1
+ dev-libs/boost
+ dev-libs/libxml2:2
+ dev-libs/libxslt
+ $(add_kdebase_dep kdelibs 'semantic-desktop')
+ $(add_kdebase_dep kdepimlibs 'akonadi')
+ $(add_kdebase_dep libkdepim)
+ x11-misc/shared-mime-info
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep kdepim-icons)
+"
+
+add_blocker akonadi '<4.3.90'