summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-11-19 23:25:28 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-11-19 23:25:28 +0000
commit986cb1af6e868bef3c2352285a1b2f1afcec8ca4 (patch)
treee99cc62550814c6dd6c096ac9bfc9cd7f6a523c3 /kde-base/kontact
parentRemove KDE 3.5.10. (diff)
downloadgentoo-2-986cb1af6e868bef3c2352285a1b2f1afcec8ca4.tar.gz
gentoo-2-986cb1af6e868bef3c2352285a1b2f1afcec8ca4.tar.bz2
gentoo-2-986cb1af6e868bef3c2352285a1b2f1afcec8ca4.zip
Remove KDE 3.5.10.
(Portage version: 2.2_rc50/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kontact')
-rw-r--r--kde-base/kontact/ChangeLog6
-rw-r--r--kde-base/kontact/kontact-3.5.10.ebuild37
2 files changed, 5 insertions, 38 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog
index 59c07af780e3..e696e4bf63e5 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.134 2009/11/08 23:51:47 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.135 2009/11/19 23:25:28 ssuominen Exp $
+
+ 19 Nov 2009; Samuli Suominen <ssuominen@gentoo.org>
+ -kontact-3.5.10.ebuild:
+ Remove KDE 3.5.10.
08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -kontact-4.3.2.ebuild:
Drop KDE 4.3.2
diff --git a/kde-base/kontact/kontact-3.5.10.ebuild b/kde-base/kontact/kontact-3.5.10.ebuild
deleted file mode 100644
index e310e0a23f26..000000000000
--- a/kde-base/kontact/kontact-3.5.10.ebuild
+++ /dev/null
@@ -1,37 +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-3.5.10.ebuild,v 1.8 2009/07/12 13:11:46 armin76 Exp $
-
-KMNAME=kdepim
-EAPI="1"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE personal information manager"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=kde-base/libkdepim-${PV}:${SLOT}
- >=kde-base/libkpimidentities-${PV}:${SLOT}"
-
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="libkdepim libkdepim/
- libkpimidentities.la libkpimidentities/"
-KMEXTRACTONLY="libkdepim/
- libkpimidentities/
- kontact/plugins/"
-KMEXTRA="
- kontact/plugins/newsticker/
- kontact/plugins/summary/
- kontact/plugins/weather/"
-# We remove some plugins that are related to external kdepim programs,
-# because they also need libs from korganizer, kpilot etc... so to emerge
-# kontact we'd also need ALL the other programs, thus, it's better to emerge
-# kontact's plugins in the ebuild of its program.
-
-pkg_postinst() {
- kde_pkg_postinst
-
- elog "If you're using kde-misc/basket, please re-emerge it now to avoid crashes with ${PN}."
- elog "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details."
-}