summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-08-09 11:31:33 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-08-09 11:31:33 +0000
commit65f23fa591b40aa410097713165d986c18541bfa (patch)
tree511c72b50399d2ce73e166154c218274d721b259 /kde-base/kmail
parentold (diff)
downloadgentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.gz
gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.tar.bz2
gentoo-2-65f23fa591b40aa410097713165d986c18541bfa.zip
rm 4.3.5 and 4.4.4
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kmail')
-rw-r--r--kde-base/kmail/ChangeLog6
-rw-r--r--kde-base/kmail/kmail-4.3.5.ebuild75
-rw-r--r--kde-base/kmail/kmail-4.4.4.ebuild83
3 files changed, 5 insertions, 159 deletions
diff --git a/kde-base/kmail/ChangeLog b/kde-base/kmail/ChangeLog
index f35248825503..a6e7cb85d7cf 100644
--- a/kde-base/kmail/ChangeLog
+++ b/kde-base/kmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kmail
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.220 2010/08/09 08:04:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.221 2010/08/09 11:31:32 scarabeus Exp $
+
+ 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -kmail-4.3.5.ebuild,
+ -kmail-4.4.4.ebuild:
+ rm
09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> kmail-4.4.5.ebuild:
x86 stable, bug 322791
diff --git a/kde-base/kmail/kmail-4.3.5.ebuild b/kde-base/kmail/kmail-4.3.5.ebuild
deleted file mode 100644
index 79c4da2bf2c9..000000000000
--- a/kde-base/kmail/kmail-4.3.5.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.3.5.ebuild,v 1.6 2010/06/22 16:16:49 reavertm Exp $
-
-EAPI="2"
-
-KMNAME="kdepim"
-inherit kde4-meta
-
-DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug +handbook semantic-desktop"
-
-DEPEND="
- $(add_kdebase_dep kdelibs 'semantic-desktop?')
- $(add_kdebase_dep libkdepim)
- $(add_kdebase_dep libkleo)
- $(add_kdebase_dep libkpgp)
- $(add_kdebase_dep libksieve)
- $(add_kdebase_dep mimelib)
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep kmailcvt)
-"
-
-KMEXTRACTONLY="
- kaddressbook/org.kde.KAddressbook.Core.xml
- korganizer/org.kde.Korganizer.Calendar.xml
- libkleo
- libkpgp
- libksieve
- mimelib
-"
-KMEXTRA="
- ksendemail/
- plugins/kmail/
-"
-KMLOADLIBS="libkdepim"
-
-PATCHES=( "${FILESDIR}/${PN}-4.1.72-fix.patch" )
-
-src_configure() {
- # Bug 308903
- use ppc64 && append-flags -mminimal-toc
-
- mycmakeargs=(
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- )
-
- kde4-meta_src_configure
-}
-
-src_compile() {
- # Bug #276377: kontact/ can build before kmail/, causing a dependency not to be built
- # Upstream as KDE Bug #198807
- # (setting MAKEOPTS to trigger a repoman warning)
- : || MAKEOPTS="-j1"
- kde4-meta_src_compile kmail_xml
- kde4-meta_src_compile
-}
-
-pkg_postinst() {
- kde4-meta_pkg_postinst
-
- if ! has_version kde-base/kdepim-kresources:${SLOT}; then
- echo
- elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}"
- echo
- fi
- if ! has_version kde-base/kleopatra:${SLOT}; then
- echo
- elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
- echo
- fi
-}
diff --git a/kde-base/kmail/kmail-4.4.4.ebuild b/kde-base/kmail/kmail-4.4.4.ebuild
deleted file mode 100644
index 30c9b0092d24..000000000000
--- a/kde-base/kmail/kmail-4.4.4.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.4.ebuild,v 1.6 2010/06/27 20:30:22 fauli Exp $
-
-EAPI="3"
-
-KMNAME="kdepim"
-inherit kde4-meta
-
-DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug +handbook"
-
-DEPEND="
- $(add_kdebase_dep kdelibs 'semantic-desktop')
- $(add_kdebase_dep kdepimlibs 'semantic-desktop')
- $(add_kdebase_dep libkdepim)
- $(add_kdebase_dep libkleo)
- $(add_kdebase_dep libkpgp)
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep kdepim-runtime)
-"
-
-add_blocker kmailcvt
-add_blocker libksieve
-add_blocker messagecore
-add_blocker messagelist
-add_blocker messageviewer
-add_blocker mimelib
-
-KMEXTRACTONLY="
- korganizer/org.kde.Korganizer.Calendar.xml
- libkleo/
- libkpgp/
-"
-KMEXTRA="
- kmailcvt/
- ksendemail/
- libksieve/
- messagecore/
- messagelist/
- messageviewer/
- mimelib/
- plugins/kmail/
-"
-KMLOADLIBS="libkdepim"
-
-src_configure() {
- # Bug 308903
- use ppc64 && append-flags -mminimal-toc
-
- mycmakeargs=(
- -DWITH_IndicateQt=OFF
- )
-
- kde4-meta_src_configure
-}
-
-src_compile() {
- # # Bug #276377: kontact/ can build before kmail/, causing a dependency not to be built
- # # Upstream as KDE Bug #198807
- # # (setting MAKEOPTS to trigger a repoman warning)
- # : || MAKEOPTS="-j1"
- # commented out so this gets more testing again - dilfridge 4/6/2010
- kde4-meta_src_compile kmail_xml
- kde4-meta_src_compile
-}
-
-pkg_postinst() {
- kde4-meta_pkg_postinst
-
- if ! has_version kde-base/kdepim-kresources:${SLOT}; then
- echo
- elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}"
- echo
- fi
- if ! has_version kde-base/kleopatra:${SLOT}; then
- echo
- elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
- echo
- fi
-}