summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-12-10 22:01:13 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-12-10 22:01:13 +0000
commitdcea8fb2ef493c658e1466264850a761dda28124 (patch)
tree91d7d41553928bedc7696debeb16dd4a9acf636a /kde-base
parentDrop KDE SC-4.3.1. (diff)
downloadgentoo-2-dcea8fb2ef493c658e1466264850a761dda28124.tar.gz
gentoo-2-dcea8fb2ef493c658e1466264850a761dda28124.tar.bz2
gentoo-2-dcea8fb2ef493c658e1466264850a761dda28124.zip
Drop KDE SC-4.3.1.
(Portage version: 2.2_rc58/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kontact/ChangeLog6
-rw-r--r--kde-base/kontact/kontact-4.3.1.ebuild43
2 files changed, 5 insertions, 44 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog
index a9abf0526081..3d73a9f3ea55 100644
--- a/kde-base/kontact/ChangeLog
+++ b/kde-base/kontact/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kontact
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.140 2009/12/10 16:21:56 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.141 2009/12/10 22:01:13 scarabeus Exp $
+
+ 10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ -kontact-4.3.1.ebuild:
+ Drop KDE SC-4.3.1.
10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> kontact-4.3.3.ebuild:
x86 stable, bug 292455
diff --git a/kde-base/kontact/kontact-4.3.1.ebuild b/kde-base/kontact/kontact-4.3.1.ebuild
deleted file mode 100644
index 0756c4e0ebce..000000000000
--- a/kde-base/kontact/kontact-4.3.1.ebuild
+++ /dev/null
@@ -1,43 +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/kontact/kontact-4.3.1.ebuild,v 1.3 2009/10/18 17:33:35 maekke Exp $
-
-EAPI="2"
-
-KMNAME="kdepim"
-inherit kde4-meta
-
-DESCRIPTION="KDE personal information manager"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86"
-IUSE="debug +handbook"
-
-DEPEND="
- app-crypt/gpgme
- >=kde-base/kontactinterfaces-${PV}:${SLOT}[kdeprefix=]
- >=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=]
-"
-RDEPEND="${DEPEND}
- app-crypt/gnupg
-"
-
-KMLOADLIBS="libkdepim"
-KMSAVELIBS="true"
-
-# We remove plugins that are related to external kdepim programs. This way
-# kontact doesn't have to depend on all programs it has plugins for.
-#
-# xml targets from kmail/ are being uncommented by kde4-meta.eclass
-KMEXTRACTONLY="
- kmail/
- kontact/plugins/akregator/
- kontact/plugins/kaddressbook/
- kontact/plugins/kjots/
- kontact/plugins/kmail/
- kontact/plugins/knode/
- kontact/plugins/knotes/
- kontact/plugins/korganizer/
- kontact/plugins/ktimetracker/
- kontact/plugins/planner/
- kontact/plugins/specialdates/
- kontactinterfaces/
-"