summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-11-08 21:16:08 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-11-08 21:16:08 +0000
commit5affd4313c01667b3a87757779fcc22f94c4856e (patch)
treef337d9cd794149b5afffd19118f2ce6a0912a4d0 /kde-base/kdepimlibs
parentDrop KDE 4.2.4 (diff)
downloadgentoo-2-5affd4313c01667b3a87757779fcc22f94c4856e.tar.gz
gentoo-2-5affd4313c01667b3a87757779fcc22f94c4856e.tar.bz2
gentoo-2-5affd4313c01667b3a87757779fcc22f94c4856e.zip
Drop KDE 4.2.4
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdepimlibs')
-rw-r--r--kde-base/kdepimlibs/ChangeLog6
-rw-r--r--kde-base/kdepimlibs/kdepimlibs-4.2.4-r1.ebuild42
2 files changed, 5 insertions, 43 deletions
diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog
index d39b1f6d95f0..b83688a9cf34 100644
--- a/kde-base/kdepimlibs/ChangeLog
+++ b/kde-base/kdepimlibs/ChangeLog
@@ -1,6 +1,10 @@
# 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.43 2009/11/02 21:01:34 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.44 2009/11/08 21:16:08 alexxy Exp $
+
+ 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ -kdepimlibs-4.2.4-r1.ebuild:
+ Drop KDE 4.2.4
*kdepimlibs-4.3.3 (02 Nov 2009)
diff --git a/kde-base/kdepimlibs/kdepimlibs-4.2.4-r1.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.2.4-r1.ebuild
deleted file mode 100644
index b2f74c026684..000000000000
--- a/kde-base/kdepimlibs/kdepimlibs-4.2.4-r1.ebuild
+++ /dev/null
@@ -1,42 +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.4-r1.ebuild,v 1.1 2009/06/22 04:36:03 arfrever 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 +sasl"
-
-# 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.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 )
-"
-
-PATCHES=( "${FILESDIR}/${P}-gpgme-1.2.0.patch" )
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_build handbook doc)
- $(cmake-utils_use_with ldap Ldap)
- $(cmake-utils_use_with sasl Sasl2)"
-
- kde4-base_src_configure
-}