summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-10-12 21:33:11 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-10-12 21:33:11 +0000
commit4da6014d61b081dfba3b8cf8ba0447b5d9065169 (patch)
tree31ca06d8db40bc2d3def730eba83b3b8381e9f47 /kde-base/kmail
parentRestore ~keywords that was present in 4.3.1 but missing accidently in 4.3.2 (diff)
downloadhistorical-4da6014d61b081dfba3b8cf8ba0447b5d9065169.tar.gz
historical-4da6014d61b081dfba3b8cf8ba0447b5d9065169.tar.bz2
historical-4da6014d61b081dfba3b8cf8ba0447b5d9065169.zip
KDE 3.5.9 removal
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/kmail')
-rw-r--r--kde-base/kmail/ChangeLog5
-rw-r--r--kde-base/kmail/kmail-3.5.9.ebuild69
2 files changed, 4 insertions, 70 deletions
diff --git a/kde-base/kmail/ChangeLog b/kde-base/kmail/ChangeLog
index 92cf853da9ec..01aa35154157 100644
--- a/kde-base/kmail/ChangeLog
+++ b/kde-base/kmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kmail
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.179 2009/10/10 09:42:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.180 2009/10/12 21:30:22 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kmail-3.5.9.ebuild:
+ KDE 3.5.9 removal
10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> kmail-4.3.1-r1.ebuild:
amd64 stable wrt #287697
diff --git a/kde-base/kmail/kmail-3.5.9.ebuild b/kde-base/kmail/kmail-3.5.9.ebuild
deleted file mode 100644
index 259cda76cf5b..000000000000
--- a/kde-base/kmail/kmail-3.5.9.ebuild
+++ /dev/null
@@ -1,69 +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/kmail/kmail-3.5.9.ebuild,v 1.8 2008/05/18 22:04:26 maekke Exp $
-
-KMNAME=kdepim
-EAPI="1"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2"
-
-RESTRICT="test"
-
-DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="crypt"
-
-DEPEND=">=kde-base/libkdenetwork-${PV}:${SLOT}
- >=kde-base/libkdepim-${PV}:${SLOT}
- >=kde-base/libkpimidentities-${PV}:${SLOT}
- >=kde-base/mimelib-${PV}:${SLOT}
- >=kde-base/libksieve-${PV}:${SLOT}
- >=kde-base/certmanager-${PV}:${SLOT}
- >=kde-base/libkcal-${PV}:${SLOT}
- >=kde-base/kontact-${PV}:${SLOT}
- >=kde-base/libkpgp-${PV}:${SLOT}
- >=kde-base/libkmime-${PV}:${SLOT}"
-RDEPEND="${DEPEND}
- crypt? ( app-crypt/pinentry )
- >=kde-base/kdepim-kioslaves-${PV}:${SLOT}
- >=kde-base/kmailcvt-${PV}:${SLOT}
- || ( >=kde-base/kdebase-kioslaves-${PV}:${SLOT} >=kde-base/kdebase-${PV}:${SLOT} )
- || ( >=kde-base/kcontrol-${PV}:${SLOT} >=kde-base/kdebase-${PV}:${SLOT} )" # for the "looknfeel" icon, and probably others.
-
-KMCOPYLIB="
- libkdepim libkdepim/
- libkpimidentities libkpimidentities/
- libmimelib mimelib/
- libksieve libksieve/
- libkleopatra certmanager/lib/
- libkcal libkcal
- libkpinterfaces kontact/interfaces/
- libkmime libkmime
- libkpgp libkpgp"
-KMEXTRACTONLY="
- libkdenetwork/
- libkdepim/
- libkpimidentities/
- libksieve/
- libkcal/
- mimelib/
- certmanager/
- korganizer/korganizeriface.h
- korganizer/kcalendariface.h
- kontact/interfaces/
- libkmime/
- libkpgp
- dcopidlng"
-KMCOMPILEONLY="libemailfunctions"
-# the kmail plugins are installed with kmail
-KMEXTRA="plugins/kmail/
- kontact/plugins/kmail/" # We add here the kontact's plugin instead of compiling it with kontact because it needs a lot of this programs deps.
-
-src_install() {
- kde-meta_src_install
- # Install KMail icons with libkdepim to work around bug #136810.
- #find ${D}/${KDEDIR}/share/icons/hicolor/ -name "kmail\.png" -exec rm '{}' \;
- rm "${D}/${KDEDIR}"/share/icons/hicolor/{16x16,22x22,32x32,48x48,64x64,128x128}/apps/kmail.png || die "deleting kmail.png failed"
-}