summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kmail')
-rw-r--r--kde-base/kmail/ChangeLog6
-rw-r--r--kde-base/kmail/kmail-4.3.3.ebuild71
-rw-r--r--kde-base/kmail/kmail-4.3.5.ebuild4
-rw-r--r--kde-base/kmail/kmail-4.4.4.ebuild4
4 files changed, 9 insertions, 76 deletions
diff --git a/kde-base/kmail/ChangeLog b/kde-base/kmail/ChangeLog
index b949f769b535..b9219059c6c2 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.210 2010/06/06 16:49:10 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.211 2010/06/21 15:53:47 scarabeus Exp $
+
+ 21 Jun 2010; Tomáš Chvátal <scarabeus@gentoo.org> -kmail-4.3.3.ebuild,
+ kmail-4.3.5.ebuild, kmail-4.4.4.ebuild:
+ Drop 4.3.3. Drop hppa keywords per bug #304363
06 Jun 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
kmail-4.4.4.ebuild:
diff --git a/kde-base/kmail/kmail-4.3.3.ebuild b/kde-base/kmail/kmail-4.3.3.ebuild
deleted file mode 100644
index d099acf9bd8b..000000000000
--- a/kde-base/kmail/kmail-4.3.3.ebuild
+++ /dev/null
@@ -1,71 +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.3.ebuild,v 1.7 2010/04/14 18:42:56 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 hppa ~ia64 ppc ppc64 ~sparc x86"
-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)
- semantic-desktop? ( $(add_kdebase_dep nepomuk) )
-"
-
-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() {
- mycmakeargs="${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 via MAKEOPTS to trigger a repoman warning)
- MAKEOPTS="${MAKEOPTS} -j1"
- 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.3.5.ebuild b/kde-base/kmail/kmail-4.3.5.ebuild
index d2a15fea8756..e129e59f9920 100644
--- a/kde-base/kmail/kmail-4.3.5.ebuild
+++ b/kde-base/kmail/kmail-4.3.5.ebuild
@@ -1,6 +1,6 @@
# 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.4 2010/04/14 18:42:56 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.3.5.ebuild,v 1.5 2010/06/21 15:53:47 scarabeus Exp $
EAPI="2"
@@ -8,7 +8,7 @@ KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook semantic-desktop"
DEPEND="
diff --git a/kde-base/kmail/kmail-4.4.4.ebuild b/kde-base/kmail/kmail-4.4.4.ebuild
index cf86f94e5a93..f93fa3e775aa 100644
--- a/kde-base/kmail/kmail-4.4.4.ebuild
+++ b/kde-base/kmail/kmail-4.4.4.ebuild
@@ -1,6 +1,6 @@
# 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.2 2010/06/06 16:49:10 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.4.ebuild,v 1.3 2010/06/21 15:53:47 scarabeus Exp $
EAPI="3"
@@ -8,7 +8,7 @@ KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook"
DEPEND="