summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-06-03 15:26:15 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-06-03 15:26:15 +0000
commitecf7c90be5325e7ca49c31742157e43e5ecbad38 (patch)
tree35bdb33b5dbeff3ea0149ccc27cb602c421e359a /kde-base/kdepimlibs
parentMarking kdm-3.5.10 ppc64 for bug 271889 (diff)
downloadgentoo-2-ecf7c90be5325e7ca49c31742157e43e5ecbad38.tar.gz
gentoo-2-ecf7c90be5325e7ca49c31742157e43e5ecbad38.tar.bz2
gentoo-2-ecf7c90be5325e7ca49c31742157e43e5ecbad38.zip
Drop KDE 4.2.2
(Portage version: 2.2_rc33/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.2.2.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog
index 99f817319a22..2f76ffb5a6f6 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.30 2009/05/06 23:15:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.31 2009/06/03 15:26:15 alexxy Exp $
+
+ 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdepimlibs-4.2.2.ebuild:
+ Drop KDE 4.2.2
*kdepimlibs-4.2.3 (06 May 2009)
diff --git a/kde-base/kdepimlibs/kdepimlibs-4.2.2.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.2.2.ebuild
deleted file mode 100644
index 56d6154c738e..000000000000
--- a/kde-base/kdepimlibs/kdepimlibs-4.2.2.ebuild
+++ /dev/null
@@ -1,39 +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.2.2.ebuild,v 1.2 2009/04/17 06:34:17 alexxy 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 doc ldap +sasl"
-
-RESTRICT="test"
-
-DEPEND="
- >=app-crypt/gpgme-1.1.6
- >=app-office/akonadi-server-1.1
- dev-libs/boost
- dev-libs/libgpg-error
- >=dev-libs/libical-0.33-r1
- ldap? ( net-nds/openldap )
- sasl? ( dev-libs/cyrus-sasl )
-"
-RDEPEND="${DEPEND}
- !kdeprefix? ( !kde-base/akonadi:4.1 )
-"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_build doc)
- $(cmake-utils_use_with ldap Ldap)
- $(cmake-utils_use_with sasl Sasl2)"
-
- kde4-base_src_configure
-}