diff options
author | 2008-06-07 11:57:57 +0000 | |
---|---|---|
committer | 2008-06-07 11:57:57 +0000 | |
commit | 57932a3b0ad8519eb65988380652f3355124e10f (patch) | |
tree | 3b7dae0d7f16e09d1f792b4e51d4a896ec83bad6 /kde-base/kmail | |
parent | keyword ~sparc-fbsd (diff) | |
download | gentoo-2-57932a3b0ad8519eb65988380652f3355124e10f.tar.gz gentoo-2-57932a3b0ad8519eb65988380652f3355124e10f.tar.bz2 gentoo-2-57932a3b0ad8519eb65988380652f3355124e10f.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/kmail')
-rw-r--r-- | kde-base/kmail/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kmail/kmail-3.5.8.ebuild | 68 |
2 files changed, 4 insertions, 69 deletions
diff --git a/kde-base/kmail/ChangeLog b/kde-base/kmail/ChangeLog index fac58d23028f..9de953a4bd88 100644 --- a/kde-base/kmail/ChangeLog +++ b/kde-base/kmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kmail # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.135 2008/05/18 22:04:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.136 2008/06/07 11:57:57 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -kmail-3.5.8.ebuild: + Removed old versions. 18 May 2008; Markus Meier <maekke@gentoo.org> kmail-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/kmail/kmail-3.5.8.ebuild b/kde-base/kmail/kmail-3.5.8.ebuild deleted file mode 100644 index 41099f17cc17..000000000000 --- a/kde-base/kmail/kmail-3.5.8.ebuild +++ /dev/null @@ -1,68 +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.8.ebuild,v 1.8 2008/03/04 06:41:26 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" - -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="$(deprange $PV $MAXKDEVER kde-base/libkdenetwork) - $(deprange $PV $MAXKDEVER kde-base/libkdepim) - $(deprange $PV $MAXKDEVER kde-base/libkpimidentities) - $(deprange 3.5.7 $MAXKDEVER kde-base/mimelib) - $(deprange 3.5.7 $MAXKDEVER kde-base/libksieve) - $(deprange $PV $MAXKDEVER kde-base/certmanager) - $(deprange $PV $MAXKDEVER kde-base/libkcal) - $(deprange $PV $MAXKDEVER kde-base/kontact) - $(deprange 3.5.4 $MAXKDEVER kde-base/libkpgp) - $(deprange $PV $MAXKDEVER kde-base/libkmime)" -RDEPEND="${DEPEND} - crypt? ( app-crypt/pinentry ) - $(deprange $PV $MAXKDEVER kde-base/kdepim-kioslaves) - $(deprange 3.5.5 $MAXKDEVER kde-base/kmailcvt) - $(deprange-dual $PV $MAXKDEVER kde-base/kdebase-kioslaves) - $(deprange-dual $PV $MAXKDEVER kde-base/kcontrol)" # 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 - 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" -} |