summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-07 12:24:43 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-07 12:24:43 +0000
commitd859ecba7408ffeea5281357842cd41fc1a435f8 (patch)
tree9637d3e223a00aa5442abfa74fa4fed08cd1b94f /kde-base/kontact/kontact-3.5.8.ebuild
parentRemoved old versions. (diff)
downloadgentoo-2-d859ecba7408ffeea5281357842cd41fc1a435f8.tar.gz
gentoo-2-d859ecba7408ffeea5281357842cd41fc1a435f8.tar.bz2
gentoo-2-d859ecba7408ffeea5281357842cd41fc1a435f8.zip
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/kontact/kontact-3.5.8.ebuild')
-rw-r--r--kde-base/kontact/kontact-3.5.8.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/kde-base/kontact/kontact-3.5.8.ebuild b/kde-base/kontact/kontact-3.5.8.ebuild
deleted file mode 100644
index a34412ebdba8..000000000000
--- a/kde-base/kontact/kontact-3.5.8.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-3.5.8.ebuild,v 1.7 2008/03/04 06:20:39 jer Exp $
-
-KMNAME=kdepim
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2"
-
-DESCRIPTION="KDE personal information manager"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim)
- $(deprange $PV $MAXKDEVER kde-base/libkpimidentities)"
-
-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 x11-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."
-}