diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:16:53 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:16:53 +0000 |
commit | 29cc8f6c908dd174ec36576007b594de17a79846 (patch) | |
tree | ccba57f0e173147b4975bec0226707aadea7cc90 /kde-base/kdepim-runtime | |
parent | [kde-base/kopete] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-29cc8f6c908dd174ec36576007b594de17a79846.tar.gz gentoo-2-29cc8f6c908dd174ec36576007b594de17a79846.tar.bz2 gentoo-2-29cc8f6c908dd174ec36576007b594de17a79846.zip |
[kde-base/kdepim-runtime] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdepim-runtime')
-rw-r--r-- | kde-base/kdepim-runtime/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/kdepim-runtime/kdepim-runtime-4.4.0.ebuild | 34 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-base/kdepim-runtime/ChangeLog b/kde-base/kdepim-runtime/ChangeLog new file mode 100644 index 000000000000..cc925953f385 --- /dev/null +++ b/kde-base/kdepim-runtime/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2010/02/09 00:16:53 alexxy Exp $ + +*kdepim-runtime-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> + +kdepim-runtime-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 + diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.4.0.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.4.0.ebuild new file mode 100644 index 000000000000..b09c29c6a23d --- /dev/null +++ b/kde-base/kdepim-runtime/kdepim-runtime-4.4.0.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.0.ebuild,v 1.1 2010/02/09 00:16:53 alexxy Exp $ + +EAPI="2" + +if [[ ${PV} = *9999* ]]; then + KMNAME="kdepim" + KMMODULE="runtime" + inherit kde4-meta +else + inherit kde4-base +fi + +DESCRIPTION="KDE PIM runtime plugin collection" +KEYWORDS="~amd64 ~x86" +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' |