public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/
Date: Sat,  6 Feb 2016 15:59:31 +0000 (UTC)	[thread overview]
Message-ID: <1454774312.37b153636e6fd38738c6bafc5ba102b9fc223f15.dilfridge@gentoo> (raw)

commit:     37b153636e6fd38738c6bafc5ba102b9fc223f15
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 00:04:18 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 15:58:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b15363

kde-apps/kmail: Version bump

Package-Manager: portage-2.2.27

 kde-apps/kmail/Manifest                 |  1 +
 kde-apps/kmail/kmail-4.4.2016.01.ebuild | 75 +++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/kde-apps/kmail/Manifest b/kde-apps/kmail/Manifest
index 6508138..cbcb87d 100644
--- a/kde-apps/kmail/Manifest
+++ b/kde-apps/kmail/Manifest
@@ -1,3 +1,4 @@
 DIST kdepim-4.14.10.tar.xz 14585020 SHA256 edad865b81259331780a25906127e105d06fda8aa56f6f11cfee4bc8f85bb7e2 SHA512 aa7e5a488964d11d355557e89053993bb0bed4860072dbb8ae1851df881713a15ec5aa4e428de9b85a8bef678ace307b33f186314fe5a8011521e30331a1691b WHIRLPOOL 358589e29baeb2f7bf648d1bbccb9bbf37c4c1a447f05a2eff472b50282d7d5118ad40ced2f93ac7f47f2c394f745216632d33be389e82f88efd69386f6ab57d
 DIST kdepim-4.14.8.tar.xz 14575884 SHA256 52b4174924387030c1b3803267f099f3534aa8ccde796953d6cf34b4aabbe3a7 SHA512 687b0db97476e692718039153a1ee60cf9ddab8d9adad06abba702a170d49488f60f0fe050a339db2da2a5996d1bdbe1faec73c1c2e2b655fa9ea66aa538899c WHIRLPOOL 4ce31c3c526a0eed7819137cb5c29450da75fac8a7f4f74e25794b6617bbd7e12987bb45983408ae87bd892a57508d171941b9c4e1a75324773611d950fe55e4
 DIST kdepim-4.4.2015.06.tar.xz 8901968 SHA256 d9153c57e697ca33d0bd82f1f93ed2befdabbe3822189c1c8acbdf7bf9bbaec6 SHA512 10e89ff1bb22ef03ae2128b800f87c76da945703fa98c07fa0ac29deb17c724beeca84995c50b067138ab7cf0543112173eb850d897b38c512a25974bfc15e1e WHIRLPOOL 543b9d629380e9923b38c414cf6e7390437a48acfb31b9ed934e9655bb1efb1f480065942775dc68d8382e639e4df122f953388dad90a9fadb3734d2f2fe72f0
+DIST kdepim-4.4.2016.01.tar.xz 8964248 SHA256 19f4d6ab4bcddf5a0e6acae50c20d0b8fbb482503e47e75c86955637d249cefa SHA512 a04737cc89f96e3635a19c492c9f3f31e7554aa8a237fb0ad8f5fe8c02e7e30911dd5d93bf0f27fd38603e496e02f3ef1d3064e159c99c71dea379199d1e0e03 WHIRLPOOL 9f02f5799b3a10a9b18b4c8cb34084051991cb7240d2b818cd2b58bde05abde2ef3126b3960f2554c7e5c4930266e561c1715c21fe72136654e28184b5083089

diff --git a/kde-apps/kmail/kmail-4.4.2016.01.ebuild b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
new file mode 100644
index 0000000..9b49b62
--- /dev/null
+++ b/kde-apps/kmail/kmail-4.4.2016.01.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME="kdepim"
+KDE_HANDBOOK=optional
+VIRTUALX_REQUIRED=test
+inherit flag-o-matic kde4-meta
+
+DESCRIPTION="Email component of Kontact, the integrated personal information manager of KDE (noakonadi branch)"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdelibs '' 4.13.1)
+	$(add_kdeapps_dep kdepimlibs '' 4.13.1)
+	$(add_kdeapps_dep libkdepim '' 4.4.11.1-r1)
+	$(add_kdeapps_dep libkleo '' 4.4.2015)
+	$(add_kdeapps_dep libkpgp '' 4.4.2015)
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+	korganizer/org.kde.Korganizer.Calendar.xml
+	libkleo/
+	libkpgp/
+"
+KMEXTRA="
+	kmailcvt/
+	ksendemail/
+	libksieve/
+	messagecore/
+	messagelist/
+	messageviewer/
+	mimelib/
+	plugins/kmail/
+"
+KMLOADLIBS="libkdepim"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-4.4.9-nodbus.patch"
+)
+
+src_configure() {
+	# Bug 308903
+	use ppc64 && append-flags -mminimal-toc
+
+	mycmakeargs=(
+		-DWITH_IndicateQt=OFF
+	)
+
+	kde4-meta_src_configure
+}
+
+src_compile() {
+	kde4-meta_src_compile kmail_xml
+	kde4-meta_src_compile
+}
+
+pkg_postinst() {
+	kde4-meta_pkg_postinst
+
+	if ! has_version kde-apps/kdepim-kresources:${SLOT}; then
+		echo
+		elog "For groupware functionality, please install kde-apps/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
+}


             reply	other threads:[~2016-02-06 15:59 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-06 15:59 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-06 15:59 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/ Andreas Hüttel
2016-03-05 13:28 Mikle Kolyada
2016-03-06 11:26 Mikle Kolyada
2016-03-21 15:58 Johannes Huber
2016-03-21 20:58 Johannes Huber
2016-05-26  7:11 Michael Palimaka
2016-06-11 10:56 Agostino Sarubbo
2016-06-11 12:23 Agostino Sarubbo
2016-07-02 16:45 Michael Palimaka
2016-07-07 18:33 Johannes Huber
2016-12-17 19:48 Johannes Huber
2016-12-17 19:49 Johannes Huber
2016-12-21 12:32 Michael Palimaka
2016-12-21 12:32 Michael Palimaka
2017-03-05 23:20 Andreas Sturmlechner
2017-03-09 12:24 Andreas Sturmlechner
2017-03-09 12:24 Andreas Sturmlechner
2017-03-10 10:59 Agostino Sarubbo
2017-03-10 19:20 Andreas Sturmlechner
2017-05-07 21:24 Agostino Sarubbo
2017-05-10 15:44 Agostino Sarubbo
2017-06-17 15:36 Agostino Sarubbo
2017-06-17 18:45 Andreas Sturmlechner
2017-08-02 23:22 Andreas Sturmlechner
2017-10-12 17:03 Andreas Sturmlechner
2018-01-16 13:45 Andreas Sturmlechner
2018-10-15 10:13 Andreas Sturmlechner
2019-03-19 11:18 Andreas Sturmlechner
2019-04-06 15:37 Mikle Kolyada
2019-06-06 20:33 Andreas Sturmlechner
2020-10-15 10:30 Georgy Yakovlev
2022-02-17 18:43 Sam James
2022-10-06  7:35 Andreas Sturmlechner
2022-10-06  9:07 Andreas Sturmlechner
2023-01-15 13:04 Andreas Sturmlechner
2023-01-28 22:48 Andreas Sturmlechner
2023-07-06 12:13 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1454774312.37b153636e6fd38738c6bafc5ba102b9fc223f15.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox