summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2011-03-24 23:59:14 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2011-03-24 23:59:14 +0000
commitbed012fb8a1fcdbcabefe87c41f845fc74b0215e (patch)
tree0d7a4b0a93052746b2e48ef6ba2263b71c8675d9 /kde-base/akonadi
parentStable for HPPA (bug #359903). (diff)
downloadhistorical-bed012fb8a1fcdbcabefe87c41f845fc74b0215e.tar.gz
historical-bed012fb8a1fcdbcabefe87c41f845fc74b0215e.tar.bz2
historical-bed012fb8a1fcdbcabefe87c41f845fc74b0215e.zip
Remove kdepim-4.4.5
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/akonadi')
-rw-r--r--kde-base/akonadi/ChangeLog6
-rw-r--r--kde-base/akonadi/akonadi-4.4.5.ebuild40
2 files changed, 5 insertions, 41 deletions
diff --git a/kde-base/akonadi/ChangeLog b/kde-base/akonadi/ChangeLog
index f190e42f5113..a447b51a5a93 100644
--- a/kde-base/akonadi/ChangeLog
+++ b/kde-base/akonadi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/akonadi
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.84 2011/03/24 19:26:54 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.85 2011/03/24 23:59:13 dilfridge Exp $
+
+ 24 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ -akonadi-4.4.5.ebuild:
+ Cleanup
24 Mar 2011; Brent Baude <ranger@gentoo.org> akonadi-4.4.9.ebuild:
Marking akonadi-4.4.9 ppc stable for bug 351345
diff --git a/kde-base/akonadi/akonadi-4.4.5.ebuild b/kde-base/akonadi/akonadi-4.4.5.ebuild
deleted file mode 100644
index 213ccf12f33c..000000000000
--- a/kde-base/akonadi/akonadi-4.4.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.4.5.ebuild,v 1.6 2010/08/09 17:35:00 scarabeus Exp $
-
-EAPI="3"
-
-KMNAME="kdepim"
-inherit kde4-meta
-
-DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
- >=app-office/akonadi-server-1.3.1
- $(add_kdebase_dep kdelibs 'semantic-desktop')
- $(add_kdebase_dep kdepimlibs 'semantic-desktop')
- $(add_kdebase_dep libkdepim)
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep kdepim-runtime)
-"
-
-KMEXTRA="
- akonadiconsole/
-"
-
-# @since 4.3 - blocks kdemaildir - no longer provided (it's in akonadi now)
-add_blocker kdemaildir
-add_blocker kdepim-kresources '<4.2.95'
-
-src_configure() {
- mycmakeargs=(
- # Set the dbus dirs, otherwise it searches in KDEDIR
- -DAKONADI_DBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces"
- -DAKONADI_DBUS_SERVICES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/services"
- )
-
- kde4-meta_src_configure
-}