summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-06-02 22:05:16 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-06-02 22:05:16 +0000
commit07fb37a24b62768f44300aeb14c639a9f91e8773 (patch)
treeb0208004101183cbdfd752c07e6a9c27e65245a7 /kde-base/akonadi
parentDrop KDE 4.4 (diff)
downloadgentoo-2-07fb37a24b62768f44300aeb14c639a9f91e8773.tar.gz
gentoo-2-07fb37a24b62768f44300aeb14c639a9f91e8773.tar.bz2
gentoo-2-07fb37a24b62768f44300aeb14c639a9f91e8773.zip
Drop kdepim 4.4.9 and 4.4.10
(Portage version: 2.1.9.49/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.10.ebuild40
-rw-r--r--kde-base/akonadi/akonadi-4.4.9.ebuild40
3 files changed, 5 insertions, 81 deletions
diff --git a/kde-base/akonadi/ChangeLog b/kde-base/akonadi/ChangeLog
index 5e4af89d2e43..07f25ca8c2d0 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.90 2011/06/01 19:34:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.91 2011/06/02 22:05:13 dilfridge Exp $
+
+ 02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -akonadi-4.4.9.ebuild,
+ -akonadi-4.4.10.ebuild:
+ Drop kdepim 4.4.9 and 4.4.10
01 Jun 2011; Brent Baude <ranger@gentoo.org> akonadi-4.4.11.1.ebuild:
Marking akonadi-4.4.11.1 ppc stable for bug 354033
diff --git a/kde-base/akonadi/akonadi-4.4.10.ebuild b/kde-base/akonadi/akonadi-4.4.10.ebuild
deleted file mode 100644
index 9b324eb29ce8..000000000000
--- a/kde-base/akonadi/akonadi-4.4.10.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.4.10.ebuild,v 1.2 2011/01/28 05:20:43 tampakrap 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
-}
diff --git a/kde-base/akonadi/akonadi-4.4.9.ebuild b/kde-base/akonadi/akonadi-4.4.9.ebuild
deleted file mode 100644
index 418bc9dec102..000000000000
--- a/kde-base/akonadi/akonadi-4.4.9.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.4.9.ebuild,v 1.4 2011/03/24 19:26:54 ranger 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
-}