summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 21:50:30 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 21:50:30 +0000
commitd56a49ac6fdf2ce7ddacc2a7acd2dff576228ebd (patch)
tree0e95f89e243b104e1a29dba27aede4970eb7c530 /kde-base/kdepim-runtime
parentUSE minimal controls now headers wrt #315567. Scribus is no reverse depend of... (diff)
downloadhistorical-d56a49ac6fdf2ce7ddacc2a7acd2dff576228ebd.tar.gz
historical-d56a49ac6fdf2ce7ddacc2a7acd2dff576228ebd.tar.bz2
historical-d56a49ac6fdf2ce7ddacc2a7acd2dff576228ebd.zip
Version bump KDE 4.4.3
Package-Manager: portage-2.2_rc67/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.3.ebuild34
2 files changed, 41 insertions, 1 deletions
diff --git a/kde-base/kdepim-runtime/ChangeLog b/kde-base/kdepim-runtime/ChangeLog
index 844cc3c7a78b..4f306409e9b8 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.6 2010/03/31 22:28:59 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.7 2010/05/03 20:42:20 alexxy Exp $
+
+*kdepim-runtime-4.4.3 (03 May 2010)
+
+ 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org>
+ +kdepim-runtime-4.4.3.ebuild:
+ Version bump
31 Mar 2010; Dror Levin <spatz@gentoo.org> -kdepim-runtime-4.4.0.ebuild:
Remove old KDE versions.
diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.4.3.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.4.3.ebuild
new file mode 100644
index 000000000000..1f4c93e5550a
--- /dev/null
+++ b/kde-base/kdepim-runtime/kdepim-runtime-4.4.3.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.3.ebuild,v 1.1 2010/05/03 20:42:20 alexxy 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'