summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-10-08 14:13:32 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-10-08 14:13:32 +0000
commit0bbaa8398af5a82d419e8765e8ceeea45468d2f6 (patch)
tree8a2961c0d815058ddbabdea406000df4c3bc0f41 /kde-base/kdepimlibs
parent[kde-base] Drop KDE 4.3.0 (diff)
downloadgentoo-2-0bbaa8398af5a82d419e8765e8ceeea45468d2f6.tar.gz
gentoo-2-0bbaa8398af5a82d419e8765e8ceeea45468d2f6.tar.bz2
gentoo-2-0bbaa8398af5a82d419e8765e8ceeea45468d2f6.zip
[kde-base] Drop KDE 4.3.0
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdepimlibs')
-rw-r--r--kde-base/kdepimlibs/ChangeLog5
-rw-r--r--kde-base/kdepimlibs/kdepimlibs-4.3.0.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog
index 8006e8a6709b..ea5d6d1ac35b 100644
--- a/kde-base/kdepimlibs/ChangeLog
+++ b/kde-base/kdepimlibs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kdepimlibs
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.38 2009/10/06 19:03:33 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.39 2009/10/08 14:13:32 alexxy Exp $
+
+ 08 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdepimlibs-4.3.0.ebuild:
+ Drop KDE 4.3.0
*kdepimlibs-4.3.2 (06 Oct 2009)
diff --git a/kde-base/kdepimlibs/kdepimlibs-4.3.0.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.3.0.ebuild
deleted file mode 100644
index 485269f47b9d..000000000000
--- a/kde-base/kdepimlibs/kdepimlibs-4.3.0.ebuild
+++ /dev/null
@@ -1,44 +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/kdepimlibs/kdepimlibs-4.3.0.ebuild,v 1.1 2009/08/04 00:20:51 wired Exp $
-
-EAPI="2"
-
-CPPUNIT_REQUIRED="optional"
-inherit kde4-base
-
-DESCRIPTION="Common library for KDE PIM apps."
-HOMEPAGE="http://www.kde.org/"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-LICENSE="LGPL-2.1"
-IUSE="debug +handbook ldap"
-
-# some akonadi tests timeout, that probaly needs more work as its ~700 tests
-RESTRICT="test"
-
-DEPEND="
- >=app-crypt/gpgme-1.1.6
- >=app-office/akonadi-server-1.2.0
- dev-libs/boost
- dev-libs/libgpg-error
- >=dev-libs/libical-0.42
- dev-libs/cyrus-sasl
- ldap? ( net-nds/openldap )
-"
-# @since 4.3 - libkholidays is in kdepimlibs now
-RDEPEND="${DEPEND}
- !kdeprefix? (
- !kde-base/akonadi:4.1
- !kde-base/libkholidays:4.1
- !kde-base/libkholidays:4.2
- )
-"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_build handbook doc)
- $(cmake-utils_use_with ldap)"
-
- kde4-base_src_configure
-}