diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 10:50:26 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-14 10:50:26 +0000 |
commit | 996874171b5f818c74dff4138a1dedad5c2c668d (patch) | |
tree | da786af695c6c8e4e4c02af33c4cf6786132beab /kde-base/kdepimlibs | |
parent | [kde-base/kdepim-kresources] Drop KDE 4.2.3 (diff) | |
download | gentoo-2-996874171b5f818c74dff4138a1dedad5c2c668d.tar.gz gentoo-2-996874171b5f818c74dff4138a1dedad5c2c668d.tar.bz2 gentoo-2-996874171b5f818c74dff4138a1dedad5c2c668d.zip |
[kde-base/kdepimlibs] Drop KDE 4.2.3
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdepimlibs')
-rw-r--r-- | kde-base/kdepimlibs/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kdepimlibs/kdepimlibs-4.2.3.ebuild | 39 |
2 files changed, 4 insertions, 40 deletions
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 <alexxy@gentoo.org> -kdepimlibs-4.2.3.ebuild: + Drop KDE 4.2.3 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> 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 -} |