From 996874171b5f818c74dff4138a1dedad5c2c668d Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Sun, 14 Jun 2009 10:50:26 +0000 Subject: [kde-base/kdepimlibs] Drop KDE 4.2.3 (Portage version: 2.2_rc33/cvs/Linux x86_64) --- kde-base/kdepimlibs/ChangeLog | 5 +++- kde-base/kdepimlibs/kdepimlibs-4.2.3.ebuild | 39 ----------------------------- 2 files changed, 4 insertions(+), 40 deletions(-) delete mode 100644 kde-base/kdepimlibs/kdepimlibs-4.2.3.ebuild (limited to 'kde-base/kdepimlibs') diff --git a/kde-base/kdepimlibs/ChangeLog b/kde-base/kdepimlibs/ChangeLog index a61728e7f09f..a71c7346db31 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.33 2009/06/04 23:44:29 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.34 2009/06/14 10:50:26 alexxy Exp $ + + 14 Jun 2009; Alexey Shvetsov -kdepimlibs-4.2.3.ebuild: + Drop KDE 4.2.3 04 Jun 2009; Alexey Shvetsov ChangeLog: Fix accidently added keywords diff --git a/kde-base/kdepimlibs/kdepimlibs-4.2.3.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.2.3.ebuild deleted file mode 100644 index f60eb9f16736..000000000000 --- a/kde-base/kdepimlibs/kdepimlibs-4.2.3.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.3.ebuild,v 1.1 2009/05/06 23:15:33 scarabeus 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 -} -- cgit v1.2.3-65-gdbad