summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-10 22:08:58 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-10 22:08:58 +0000
commit6e232963cdef3a487f5f0ee5c4daf28808e361ed (patch)
treecd7e005e230ff4a32481a469fc22ddb8c2e80f5a /kde-base/kdepim-common-libs
parentDrop kdepim-4.6.0 (diff)
downloadgentoo-2-6e232963cdef3a487f5f0ee5c4daf28808e361ed.tar.gz
gentoo-2-6e232963cdef3a487f5f0ee5c4daf28808e361ed.tar.bz2
gentoo-2-6e232963cdef3a487f5f0ee5c4daf28808e361ed.zip
Drop kdepim-4.6.0
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdepim-common-libs')
-rw-r--r--kde-base/kdepim-common-libs/ChangeLog6
-rw-r--r--kde-base/kdepim-common-libs/kdepim-common-libs-4.6.0.ebuild77
2 files changed, 5 insertions, 78 deletions
diff --git a/kde-base/kdepim-common-libs/ChangeLog b/kde-base/kdepim-common-libs/ChangeLog
index aaba2ffb0af0..8e7583bcc962 100644
--- a/kde-base/kdepim-common-libs/ChangeLog
+++ b/kde-base/kdepim-common-libs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdepim-common-libs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog,v 1.5 2011/07/27 14:04:45 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-common-libs/ChangeLog,v 1.6 2011/08/10 22:08:58 dilfridge Exp $
+
+ 10 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ -kdepim-common-libs-4.6.0.ebuild:
+ Drop kdepim-4.6.0
*kdepim-common-libs-4.7.0 (27 Jul 2011)
diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-4.6.0.ebuild b/kde-base/kdepim-common-libs/kdepim-common-libs-4.6.0.ebuild
deleted file mode 100644
index ccce57b2b461..000000000000
--- a/kde-base/kdepim-common-libs/kdepim-common-libs-4.6.0.ebuild
+++ /dev/null
@@ -1,77 +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/kdepim-common-libs/kdepim-common-libs-4.6.0.ebuild,v 1.1 2011/06/09 22:12:52 tampakrap Exp $
-
-EAPI=4
-
-KMNAME="kdepim"
-KMNOMODULE="true"
-KDE_SCM="git"
-inherit kde4-meta
-
-DESCRIPTION="Common libraries for KDE PIM apps"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
- app-crypt/gpgme
- >=app-office/akonadi-server-1.3.60
- $(add_kdebase_dep kdepimlibs 'semantic-desktop')
-"
-RDEPEND="${DEPEND}
- app-crypt/gnupg
- $(add_kdebase_dep kdepim-runtime)
-"
-
-# @Since >4.4.76 merged here
-add_blocker akonadi
-add_blocker libkdepim
-add_blocker libkleo
-add_blocker libkpgp
-add_blocker messagecomposer
-add_blocker messagecore
-add_blocker messagelist
-add_blocker messageviewer
-add_blocker templateparser
-add_blocker kaddressbook '<4.4.90'
-add_blocker kmail '<4.4.80'
-add_blocker korganizer '<4.5.67'
-
-KMEXTRA="
- akonadi_next/
- calendarsupport/
- calendarviews/
- incidenceeditor-ng/
- libkdepim/
- libkdepimdbusinterfaces/
- libkleo/
- libkpgp/
- kdgantt2/
- messagecomposer/
- messagecore/
- messagelist/
- messageviewer/
- nepomuk_email_feeder/
- ontologies/
- templateparser/
-"
-
-KMEXTRACTONLY="
- kleopatra/
- kmail/
- knode/org.kde.knode.xml
- korganizer/korgac/org.kde.korganizer.KOrgac.xml
- korganizer/org.kde.korganizer.Korganizer.xml
-"
-
-KMSAVELIBS="true"
-
-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
-}