summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-08-09 11:31:33 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-08-09 11:31:33 +0000
commit88e434d9b94e7ed99863ecd4c9e46474bc7d6943 (patch)
tree45f71aa32c0dacbac18ff36e06524a928d885517 /kde-base/akonadi
parentold (diff)
downloadhistorical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.gz
historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.tar.bz2
historical-88e434d9b94e7ed99863ecd4c9e46474bc7d6943.zip
rm 4.3.5 and 4.4.4
Package-Manager: portage-2.2_rc67/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.3.5.ebuild89
-rw-r--r--kde-base/akonadi/akonadi-4.4.4.ebuild40
3 files changed, 5 insertions, 130 deletions
diff --git a/kde-base/akonadi/ChangeLog b/kde-base/akonadi/ChangeLog
index 4f808467cfa0..35395f1ea27e 100644
--- a/kde-base/akonadi/ChangeLog
+++ b/kde-base/akonadi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/akonadi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.70 2010/08/09 06:07:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.71 2010/08/09 11:31:21 scarabeus Exp $
+
+ 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -akonadi-4.3.5.ebuild, -akonadi-4.4.4.ebuild:
+ rm
09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> akonadi-4.4.5.ebuild:
x86 stable, bug 322791
diff --git a/kde-base/akonadi/akonadi-4.3.5.ebuild b/kde-base/akonadi/akonadi-4.3.5.ebuild
deleted file mode 100644
index 07191f8231b4..000000000000
--- a/kde-base/akonadi/akonadi-4.3.5.ebuild
+++ /dev/null
@@ -1,89 +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.3.5.ebuild,v 1.4 2010/06/21 15:53:21 scarabeus Exp $
-
-EAPI="2"
-
-if [[ ${PV} = *9999* ]]; then
- KMNAME="kdepim"
- eclass="kde4-meta"
-else
- KMNAME="kdepim-runtime"
- eclass="kde4-base"
-fi
-inherit ${eclass}
-
-DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-# 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 )
-DEPEND="
- dev-libs/boost
- dev-libs/libxml2
- dev-libs/libxslt
- $(add_kdebase_dep kdelibs 'semantic-desktop?')
- $(add_kdebase_dep kdepimlibs)
- x11-misc/shared-mime-info
-"
-RDEPEND="${DEPEND}
- >=app-office/akonadi-server-1.2.1
-"
-
-# @since 4.3 - blocks kdemaildir - no longer provided (it's in akonadi now)
-add_blocker kdemaildir
-add_blocker kdepim-kresources '<4.2.95'
-
-[[ ${KMNAME} = "kdepim-runtime" ]] && S="${WORKDIR}/${KMNAME}-${PV}"
-
-src_prepare() {
- local pref="${S}"
- [[ ${KMNAME} != "kdepim-runtime" ]] && pref="${S}/${PN}"
- if ! use semantic-desktop; then
- sed -i -e "s/add_subdirectory( nepomuktag )//"\
- "${pref}"/resources/CMakeLists.txt\
- || die "Failed to disable nepomuktag"
- fi
-
- ${eclass}_src_prepare
-}
-
-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"
-
- -DWITH_LibXslt=ON
- # replace with $(cmake-utils_use_with exchange OpenChange) when libmapi becomes available with an ebuild
- -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)
- )
-
- ${eclass}_src_configure
-}
-
-src_test() {
- # disable broken tests
- sed -i -e '/kcalserializertest/ s/^/#DO_NOT_RUN_TEST /' \
- "${S}"/plugins/tests/CMakeLists.txt || \
- die "sed to disable kcalserializertest failed."
- sed -i -e '/kresmigrationtest/ s/^/#DO_NOT_RUN_TEST /' \
- "${S}"/migration/kres/tests/CMakeLists.txt || \
- die "sed to disable kresmigrationtest failed."
-
- ${eclass}_src_test
-}
-
-src_install() {
- ${eclass}_src_install
- # colliding files with nepomuk
- rm -rf "${ED}"/${KDEDIR}/share/apps/nepomuk/ontologies/n{m,c}o.{desktop,trig}
-}
diff --git a/kde-base/akonadi/akonadi-4.4.4.ebuild b/kde-base/akonadi/akonadi-4.4.4.ebuild
deleted file mode 100644
index 8ea69a5afd1f..000000000000
--- a/kde-base/akonadi/akonadi-4.4.4.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.4.ebuild,v 1.5 2010/06/27 09:01:58 fauli 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 ~sparc 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
-}