summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-04-16 19:58:49 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-04-16 19:58:49 +0000
commit68b47bb5ae261a55750e2d4d06a01d3d6164a9f1 (patch)
treea9bf94e629d206b8699572191428e05ff8cbd9d0 /kde-base/akonadi
parentFix audio streaming on amd64; remove old (diff)
downloadgentoo-2-68b47bb5ae261a55750e2d4d06a01d3d6164a9f1.tar.gz
gentoo-2-68b47bb5ae261a55750e2d4d06a01d3d6164a9f1.tar.bz2
gentoo-2-68b47bb5ae261a55750e2d4d06a01d3d6164a9f1.zip
Drop KDE 4.2.1
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/akonadi')
-rw-r--r--kde-base/akonadi/ChangeLog5
-rw-r--r--kde-base/akonadi/akonadi-4.2.1.ebuild73
2 files changed, 4 insertions, 74 deletions
diff --git a/kde-base/akonadi/ChangeLog b/kde-base/akonadi/ChangeLog
index 80d232fea0d6..57dc4ea344ae 100644
--- a/kde-base/akonadi/ChangeLog
+++ b/kde-base/akonadi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/akonadi
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.18 2009/04/11 21:53:19 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.19 2009/04/16 19:58:49 alexxy Exp $
+
+ 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -akonadi-4.2.1.ebuild:
+ Drop KDE 4.2.1
*akonadi-4.2.2 (11 Apr 2009)
diff --git a/kde-base/akonadi/akonadi-4.2.1.ebuild b/kde-base/akonadi/akonadi-4.2.1.ebuild
deleted file mode 100644
index 98c5dd804408..000000000000
--- a/kde-base/akonadi/akonadi-4.2.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.2.1.ebuild,v 1.5 2009/04/11 19:32:33 armin76 Exp $
-
-EAPI="2"
-
-KMNAME="kdepim"
-inherit kde4-meta
-
-DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
-# add when libmapi becomes available with an ebuild
-#exchange
-IUSE="debug +semantic-desktop"
-
-# add when libmapi becomes available with an ebuild
-#exchange? ( net-libs/libmapi )
-# not sure about libxml2... - reavertm
-
-DEPEND="
- dev-libs/boost
- dev-libs/libxml2
- dev-libs/libxslt
- >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop?]
- >=kde-base/kdemaildir-${PV}:${SLOT}[kdeprefix=]
- >=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=]
- x11-misc/shared-mime-info
-"
-
-RDEPEND="${DEPEND}
- >=app-office/akonadi-server-1.1[mysql]
-"
-
-KMEXTRACTONLY="
- maildir/
-"
-
-src_prepare() {
- if ! use semantic-desktop; then
- sed -i -e "s/add_subdirectory( nepomuktag )//"\
- akonadi/resources/CMakeLists.txt\
- || die "Failed to disable nepomuktag"
- fi
-
- kde4-meta_src_prepare
-}
-
-src_configure() {
- # Set the dbus dirs, otherwise it searches in KDEDIR
- mycmakeargs="${mycmakeargs}
- -DAKONADI_DBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces
- -DAKONADI_DBUS_SERVICES_INSTALL_DIR=/usr/share/dbus-1/services"
- # replace with $(cmake-utils_use_with exchange OpenChange) when libmapi becomes available with an ebuild
- mycmakeargs="${mycmakeargs}
- -DWITH_LibXslt=ON
- -DWITH_OpenChange=OFF
- -DWITH_GNOKII=OFF
- -DWITH_GLIB2=OFF
- -DWITH_OpenSync=OFF
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop Soprano)"
-
- kde4-meta_src_configure
-}
-
-src_test() {
- # disable broken test
- sed -i -e '/mailserializerplugintest/ s/^/#DO_NOT_RUN_TEST /' \
- "${S}"/akonadi/plugins/tests/CMakeLists.txt || \
- die "sed to disable mailserializerplugintest failed."
-
- kde4-meta_src_test
-}