* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2011-09-07 21:43 Alexey Shvetsov
0 siblings, 0 replies; 44+ messages in thread
From: Alexey Shvetsov @ 2011-09-07 21:43 UTC (permalink / raw
To: gentoo-commits
commit: c34cd7f2a55af9e82a328cf8787b8ffa2a972246
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 7 21:30:31 2011 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Sep 7 21:30:31 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c34cd7f2
[kde-base/kmail] Drop old blockers
(Portage version: 2.2.0_alpha54/git/Linux x86_64, signed Manifest commit with key F82F92E6)
---
kde-base/kmail/kmail-4.7.49.9999.ebuild | 4 ----
kde-base/kmail/kmail-9999.ebuild | 4 ----
2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/kde-base/kmail/kmail-4.7.49.9999.ebuild b/kde-base/kmail/kmail-4.7.49.9999.ebuild
index cdf1003..f1ddd23 100644
--- a/kde-base/kmail/kmail-4.7.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.7.49.9999.ebuild
@@ -21,10 +21,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-add_blocker kmailcvt
-add_blocker libksieve
-add_blocker mimelib
-
KMEXTRACTONLY="
akonadi_next/
calendarsupport/
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index cdf1003..f1ddd23 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -21,10 +21,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-add_blocker kmailcvt
-add_blocker libksieve
-add_blocker mimelib
-
KMEXTRACTONLY="
akonadi_next/
calendarsupport/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2015-07-12 22:16 Andreas Hüttel
0 siblings, 0 replies; 44+ messages in thread
From: Andreas Hüttel @ 2015-07-12 22:16 UTC (permalink / raw
To: gentoo-commits
commit: b151e14b832bafb569c80b65db853edaee721e63
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 22:13:31 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 22:13:31 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b151e14b
[kde-base/kmail] moved to main tree
Package-Manager: portage-2.2.20
kde-base/kmail/kmail-4.4.2015.06.ebuild | 75 ---------------------------------
1 file changed, 75 deletions(-)
diff --git a/kde-base/kmail/kmail-4.4.2015.06.ebuild b/kde-base/kmail/kmail-4.4.2015.06.ebuild
deleted file mode 100644
index 58cfcf0..0000000
--- a/kde-base/kmail/kmail-4.4.2015.06.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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_kdebase_dep kdepimlibs '' 4.13.1)
- $(add_kdebase_dep libkdepim '' 4.4.11.1-r1)
- $(add_kdebase_dep libkleo)
- $(add_kdebase_dep libkpgp)
-"
-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-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
-}
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2015-07-02 8:00 Andreas Hüttel
0 siblings, 0 replies; 44+ messages in thread
From: Andreas Hüttel @ 2015-07-02 8:00 UTC (permalink / raw
To: gentoo-commits
commit: 6b532094c1749655fa6cfc6db1788a1ec64b7563
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 2 07:59:45 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 2 07:59:45 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b532094
[kde-base/kmail] drop nepomuk requirement
kde-base/kmail/kmail-4.4.2015.06.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/kmail/kmail-4.4.2015.06.ebuild b/kde-base/kmail/kmail-4.4.2015.06.ebuild
index c54e7cb..ecb0985 100644
--- a/kde-base/kmail/kmail-4.4.2015.06.ebuild
+++ b/kde-base/kmail/kmail-4.4.2015.06.ebuild
@@ -14,7 +14,7 @@ KEYWORDS=""
IUSE="debug"
DEPEND="
- $(add_kdebase_dep kdelibs 'nepomuk' 4.13.1)
+ $(add_kdebase_dep kdelibs '' 4.13.1)
$(add_kdebase_dep kdepimlibs '' 4.13.1)
$(add_kdebase_dep libkdepim '' 4.4.11.1-r1)
$(add_kdebase_dep libkleo)
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2015-07-01 20:50 Johannes Huber
0 siblings, 0 replies; 44+ messages in thread
From: Johannes Huber @ 2015-07-01 20:50 UTC (permalink / raw
To: gentoo-commits
commit: dfa9a8aabd8b094289876fcc5c69d8f970730277
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 1 20:51:15 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 1 20:51:35 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dfa9a8aa
[kde-base/kmail] Shorten DESCRIPTION, repoman says
Package-Manager: portage-2.2.20
kde-base/kmail/kmail-4.4.2015.06.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/kmail/kmail-4.4.2015.06.ebuild b/kde-base/kmail/kmail-4.4.2015.06.ebuild
index 1b18ed6..6d44532 100644
--- a/kde-base/kmail/kmail-4.4.2015.06.ebuild
+++ b/kde-base/kmail/kmail-4.4.2015.06.ebuild
@@ -9,7 +9,7 @@ KDE_HANDBOOK=optional
VIRTUALX_REQUIRED=test
inherit flag-o-matic kde4-meta
-DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE (noakonadi branch)"
+DESCRIPTION="Email component of Kontact, the integrated personal information manager of KDE (noakonadi branch)"
KEYWORDS=""
IUSE="debug"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2015-02-14 23:49 Jonathan Callen
0 siblings, 0 replies; 44+ messages in thread
From: Jonathan Callen @ 2015-02-14 23:49 UTC (permalink / raw
To: gentoo-commits
commit: 1cc2a34da6f955eb37430c62da0a46f473816e74
Author: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 14 23:45:21 2015 +0000
Commit: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
CommitDate: Sat Feb 14 23:47:56 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1cc2a34d
[kde-base/kmail] Move mailcommon and mailfilter to kdepim-common-libs
Package-Manager: portage-2.2.17
---
kde-base/kmail/kmail-4.14.5.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-base/kmail/kmail-4.14.5.ebuild b/kde-base/kmail/kmail-4.14.5.ebuild
index 628a010..7aa1e89 100644
--- a/kde-base/kmail/kmail-4.14.5.ebuild
+++ b/kde-base/kmail/kmail-4.14.5.ebuild
@@ -17,7 +17,7 @@ IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep korganizer)
- $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r2)
+ $(add_kdebase_dep kdepim-common-libs)
"
RDEPEND="
${DEPEND}
@@ -44,6 +44,8 @@ KMEXTRACTONLY="
KMCOMPILEONLY="
grantleetheme/
kaddressbookgrantlee/
+ mailcommon/
+ mailimporter/
messagecomposer/
messagecore/
messagelist/
@@ -63,8 +65,6 @@ KMEXTRA="
ksendemail/
importwizard/
libksieve/
- mailcommon/
- mailimporter/
mboximporter/
pimsettingexporter/
plugins/messageviewer/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-11-15 22:11 Manuel Rüger
0 siblings, 0 replies; 44+ messages in thread
From: Manuel Rüger @ 2014-11-15 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 7b1a85aa54002bcc2f54ef692d4c8a2e49be916e
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 15 22:10:43 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Nov 15 22:10:43 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7b1a85aa
[kde-base/kmail] Fix bug #529160.
Package-Manager: portage-2.2.14
---
kde-base/kmail/kmail-4.14.3.ebuild | 1 +
kde-base/kmail/kmail-4.14.49.9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-base/kmail/kmail-4.14.3.ebuild b/kde-base/kmail/kmail-4.14.3.ebuild
index cedf4f4..a062f96 100644
--- a/kde-base/kmail/kmail-4.14.3.ebuild
+++ b/kde-base/kmail/kmail-4.14.3.ebuild
@@ -56,6 +56,7 @@ KMCOMPILEONLY="
"
KMEXTRA="
agents/archivemailagent/
+ agents/followupreminderagent/
agents/mailfilteragent/
grantleeeditor/headerthemeeditor/
kmailcvt/
diff --git a/kde-base/kmail/kmail-4.14.49.9999.ebuild b/kde-base/kmail/kmail-4.14.49.9999.ebuild
index 4240fd4..dfcfa2a 100644
--- a/kde-base/kmail/kmail-4.14.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.14.49.9999.ebuild
@@ -56,6 +56,7 @@ KMCOMPILEONLY="
"
KMEXTRA="
agents/archivemailagent/
+ agents/followupreminderagent/
agents/mailfilteragent/
grantleeeditor/headerthemeeditor/
kmailcvt/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-08-06 15:38 Michael Palimaka
0 siblings, 0 replies; 44+ messages in thread
From: Michael Palimaka @ 2014-08-06 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 73de72b45491786eb60dcd93589753a71cdd1917
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Aug 6 15:38:36 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 6 15:38:40 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=73de72b4
[kde-base/kmail] Fix build wrt bug #518978.
Package-Manager: portage-2.2.10
---
kde-base/kmail/kmail-4.13.97.ebuild | 1 +
kde-base/kmail/kmail-4.14.49.9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-base/kmail/kmail-4.13.97.ebuild b/kde-base/kmail/kmail-4.13.97.ebuild
index 6f36b2d..1430bd3 100644
--- a/kde-base/kmail/kmail-4.13.97.ebuild
+++ b/kde-base/kmail/kmail-4.13.97.ebuild
@@ -33,6 +33,7 @@ KMEXTRACTONLY="
akonadi_next/
calendarsupport/
calendarviews/
+ grantleeeditor/grantleethemeeditor/
korganizer/
kresources/
libkleo/
diff --git a/kde-base/kmail/kmail-4.14.49.9999.ebuild b/kde-base/kmail/kmail-4.14.49.9999.ebuild
index c1e9634..4240fd4 100644
--- a/kde-base/kmail/kmail-4.14.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.14.49.9999.ebuild
@@ -33,6 +33,7 @@ KMEXTRACTONLY="
akonadi_next/
calendarsupport/
calendarviews/
+ grantleeeditor/grantleethemeeditor/
korganizer/
kresources/
libkleo/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-04-24 13:28 Johannes Huber
0 siblings, 0 replies; 44+ messages in thread
From: Johannes Huber @ 2014-04-24 13:28 UTC (permalink / raw
To: gentoo-commits
commit: 1be58afaf4ed61e2de64224a222734ca6cbd2de1
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 13:23:44 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 13:23:44 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1be58afa
[kde-base/kmail] Remove grantleethemeeditor, part of bug #508516
Package-Manager: portage-2.2.10
---
kde-base/kmail/kmail-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 13530b3..bf8413f 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -56,7 +56,6 @@ KMCOMPILEONLY="
KMEXTRA="
agents/archivemailagent/
agents/mailfilteragent/
- grantleeeditor/grantleethemeeditor/
grantleeeditor/headerthemeeditor/
kmailcvt/
ksendemail/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-04-14 15:38 Johannes Huber
0 siblings, 0 replies; 44+ messages in thread
From: Johannes Huber @ 2014-04-14 15:38 UTC (permalink / raw
To: gentoo-commits
commit: e8f5c10ae9eab1134b36815b8fa8e94b11f5d04e
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 15:38:26 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 15:38:26 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e8f5c10a
[kde-base/kmail] Fix build by Jakub Caban <kuba <AT> whyblack.pl>, bug #507632
Upstream moved grantleethemeeditor and headerthemeeditor moved to new
grantleeeditor subdirectory.
Package-Manager: portage-2.2.10
---
kde-base/kmail/kmail-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 3a0049a..13530b3 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -56,8 +56,8 @@ KMCOMPILEONLY="
KMEXTRA="
agents/archivemailagent/
agents/mailfilteragent/
- grantleethemeeditor/
- headerthemeeditor/
+ grantleeeditor/grantleethemeeditor/
+ grantleeeditor/headerthemeeditor/
kmailcvt/
ksendemail/
importwizard/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-04-01 12:46 Michael Palimaka
0 siblings, 0 replies; 44+ messages in thread
From: Michael Palimaka @ 2014-04-01 12:46 UTC (permalink / raw
To: gentoo-commits
commit: d61364cb5a0360da3180a176c2cc1b59741ba5bd
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 1 12:46:01 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr 1 12:46:01 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d61364cb
[kde-base/kmail] Install folderarchiveagent.
Package-Manager: portage-2.2.8-r1
---
kde-base/kmail/kmail-4.12.97.ebuild | 7 +------
kde-base/kmail/kmail-4.13.49.9999.ebuild | 7 +------
kde-base/kmail/kmail-9999.ebuild | 1 +
3 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/kde-base/kmail/kmail-4.12.97.ebuild b/kde-base/kmail/kmail-4.12.97.ebuild
index bff75f1..e3b09c0 100644
--- a/kde-base/kmail/kmail-4.12.97.ebuild
+++ b/kde-base/kmail/kmail-4.12.97.ebuild
@@ -28,6 +28,7 @@ RESTRICT="test"
# bug 393147
KMEXTRACTONLY="
+ agents/folderarchiveagent.desktop
agents/sendlateragent/
akonadi_next/
calendarsupport/
@@ -70,12 +71,6 @@ KMEXTRA="
KMLOADLIBS="kdepim-common-libs"
-src_prepare() {
- kde4-meta_src_prepare
- sed -e '/folderarchiveagent.desktop/d' \
- -i agents/CMakeLists.txt || die
-}
-
src_configure() {
# Bug 308903
use ppc64 && append-flags -mminimal-toc
diff --git a/kde-base/kmail/kmail-4.13.49.9999.ebuild b/kde-base/kmail/kmail-4.13.49.9999.ebuild
index 0da45f5..3a0049a 100644
--- a/kde-base/kmail/kmail-4.13.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.13.49.9999.ebuild
@@ -28,6 +28,7 @@ RESTRICT="test"
# bug 393147
KMEXTRACTONLY="
+ agents/folderarchiveagent.desktop
agents/sendlateragent/
akonadi_next/
calendarsupport/
@@ -70,12 +71,6 @@ KMEXTRA="
KMLOADLIBS="kdepim-common-libs"
-src_prepare() {
- kde4-meta_src_prepare
- sed -e '/folderarchiveagent.desktop/d' \
- -i agents/CMakeLists.txt || die
-}
-
src_configure() {
# Bug 308903
use ppc64 && append-flags -mminimal-toc
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index b7fcbce..3a0049a 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -28,6 +28,7 @@ RESTRICT="test"
# bug 393147
KMEXTRACTONLY="
+ agents/folderarchiveagent.desktop
agents/sendlateragent/
akonadi_next/
calendarsupport/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-03-31 17:26 Alexey Shvetsov
0 siblings, 0 replies; 44+ messages in thread
From: Alexey Shvetsov @ 2014-03-31 17:26 UTC (permalink / raw
To: gentoo-commits
commit: 6d1b9d8672f5e2333aa3ed7288cad0455e075a72
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 31 17:25:19 2014 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 17:26:04 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6d1b9d86
[kde-base/kmail] same fix
Package-Manager: portage-2.2.10
---
kde-base/kmail/kmail-4.12.97.ebuild | 6 ++++++
kde-base/kmail/kmail-4.13.49.9999.ebuild | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/kde-base/kmail/kmail-4.12.97.ebuild b/kde-base/kmail/kmail-4.12.97.ebuild
index 255fcb5..bff75f1 100644
--- a/kde-base/kmail/kmail-4.12.97.ebuild
+++ b/kde-base/kmail/kmail-4.12.97.ebuild
@@ -70,6 +70,12 @@ KMEXTRA="
KMLOADLIBS="kdepim-common-libs"
+src_prepare() {
+ kde4-meta_src_prepare
+ sed -e '/folderarchiveagent.desktop/d' \
+ -i agents/CMakeLists.txt || die
+}
+
src_configure() {
# Bug 308903
use ppc64 && append-flags -mminimal-toc
diff --git a/kde-base/kmail/kmail-4.13.49.9999.ebuild b/kde-base/kmail/kmail-4.13.49.9999.ebuild
index b7fcbce..0da45f5 100644
--- a/kde-base/kmail/kmail-4.13.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.13.49.9999.ebuild
@@ -70,6 +70,12 @@ KMEXTRA="
KMLOADLIBS="kdepim-common-libs"
+src_prepare() {
+ kde4-meta_src_prepare
+ sed -e '/folderarchiveagent.desktop/d' \
+ -i agents/CMakeLists.txt || die
+}
+
src_configure() {
# Bug 308903
use ppc64 && append-flags -mminimal-toc
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-03-23 12:08 Dennis Schridde
0 siblings, 0 replies; 44+ messages in thread
From: Dennis Schridde @ 2014-03-23 12:08 UTC (permalink / raw
To: gentoo-commits
commit: de68d834ea50037bd31fc896d053d4c537e42c1c
Author: Dennis Schridde <devurandom <AT> gmx <DOT> net>
AuthorDate: Sun Mar 23 12:08:40 2014 +0000
Commit: Dennis Schridde <devurandom <AT> gmx <DOT> net>
CommitDate: Sun Mar 23 12:08:40 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=de68d834
[kde-base/kmail-4.12.95] Extract agents/folderarchiveagent.desktop so it can be installed (bug #505212)
Package-Manager: portage-HEAD
---
kde-base/kmail/kmail-4.12.95.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-base/kmail/kmail-4.12.95.ebuild b/kde-base/kmail/kmail-4.12.95.ebuild
index 255fcb5..e3b09c0 100644
--- a/kde-base/kmail/kmail-4.12.95.ebuild
+++ b/kde-base/kmail/kmail-4.12.95.ebuild
@@ -28,6 +28,7 @@ RESTRICT="test"
# bug 393147
KMEXTRACTONLY="
+ agents/folderarchiveagent.desktop
agents/sendlateragent/
akonadi_next/
calendarsupport/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-03-11 16:56 Johannes Huber
0 siblings, 0 replies; 44+ messages in thread
From: Johannes Huber @ 2014-03-11 16:56 UTC (permalink / raw
To: gentoo-commits
commit: c6a41ded5a7365d8d95b330d61f7affebacd2ae5
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 11 16:53:26 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar 11 16:53:26 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c6a41ded
[kde-base/kmail] Add missing mboximporter/ subfolder, bug #491406
Package-Manager: portage-2.2.8-r1
---
kde-base/kmail/kmail-4.12.49.9999.ebuild | 1 +
kde-base/kmail/{kmail-4.12.80.ebuild => kmail-4.12.80-r1.ebuild} | 1 +
kde-base/kmail/kmail-4.13.49.9999.ebuild | 1 +
kde-base/kmail/kmail-9999.ebuild | 1 +
4 files changed, 4 insertions(+)
diff --git a/kde-base/kmail/kmail-4.12.49.9999.ebuild b/kde-base/kmail/kmail-4.12.49.9999.ebuild
index 9777ca5..670ecc6 100644
--- a/kde-base/kmail/kmail-4.12.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.12.49.9999.ebuild
@@ -62,6 +62,7 @@ KMEXTRA="
libksieve/
mailcommon/
mailimporter/
+ mboximporter/
ontologies/
pimsettingexporter/
plugins/messageviewer/
diff --git a/kde-base/kmail/kmail-4.12.80.ebuild b/kde-base/kmail/kmail-4.12.80-r1.ebuild
similarity index 99%
rename from kde-base/kmail/kmail-4.12.80.ebuild
rename to kde-base/kmail/kmail-4.12.80-r1.ebuild
index 0bb3739..255fcb5 100644
--- a/kde-base/kmail/kmail-4.12.80.ebuild
+++ b/kde-base/kmail/kmail-4.12.80-r1.ebuild
@@ -63,6 +63,7 @@ KMEXTRA="
libksieve/
mailcommon/
mailimporter/
+ mboximporter/
pimsettingexporter/
plugins/messageviewer/
"
diff --git a/kde-base/kmail/kmail-4.13.49.9999.ebuild b/kde-base/kmail/kmail-4.13.49.9999.ebuild
index 5fca9f9..b7fcbce 100644
--- a/kde-base/kmail/kmail-4.13.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.13.49.9999.ebuild
@@ -63,6 +63,7 @@ KMEXTRA="
libksieve/
mailcommon/
mailimporter/
+ mboximporter/
pimsettingexporter/
plugins/messageviewer/
"
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 5fca9f9..b7fcbce 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -63,6 +63,7 @@ KMEXTRA="
libksieve/
mailcommon/
mailimporter/
+ mboximporter/
pimsettingexporter/
plugins/messageviewer/
"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-03-10 16:27 Michael Palimaka
0 siblings, 0 replies; 44+ messages in thread
From: Michael Palimaka @ 2014-03-10 16:27 UTC (permalink / raw
To: gentoo-commits
commit: 55d64a77e58c4850a3e1061d61f6c03d09a90be3
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 16:26:56 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 16:26:56 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=55d64a77
[kde-base/kmail] Fix build wrt bug #503964.
Package-Manager: portage-2.2.8-r1
---
kde-base/kmail/kmail-4.12.80.ebuild | 1 +
kde-base/kmail/kmail-4.13.49.9999.ebuild | 1 +
kde-base/kmail/kmail-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-base/kmail/kmail-4.12.80.ebuild b/kde-base/kmail/kmail-4.12.80.ebuild
index 4880c11..0bb3739 100644
--- a/kde-base/kmail/kmail-4.12.80.ebuild
+++ b/kde-base/kmail/kmail-4.12.80.ebuild
@@ -31,6 +31,7 @@ KMEXTRACTONLY="
agents/sendlateragent/
akonadi_next/
calendarsupport/
+ calendarviews/
korganizer/
kresources/
libkleo/
diff --git a/kde-base/kmail/kmail-4.13.49.9999.ebuild b/kde-base/kmail/kmail-4.13.49.9999.ebuild
index 84fa272..5fca9f9 100644
--- a/kde-base/kmail/kmail-4.13.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.13.49.9999.ebuild
@@ -31,6 +31,7 @@ KMEXTRACTONLY="
agents/sendlateragent/
akonadi_next/
calendarsupport/
+ calendarviews/
korganizer/
kresources/
libkleo/
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 84fa272..5fca9f9 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -31,6 +31,7 @@ KMEXTRACTONLY="
agents/sendlateragent/
akonadi_next/
calendarsupport/
+ calendarviews/
korganizer/
kresources/
libkleo/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-02-21 15:42 Michael Palimaka
0 siblings, 0 replies; 44+ messages in thread
From: Michael Palimaka @ 2014-02-21 15:42 UTC (permalink / raw
To: gentoo-commits
commit: 78c7d5adfba25ca4f128cc6f0822dea1970a90ba
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 21 15:38:19 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 15:38:19 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=78c7d5ad
[kde-base/kmail] Remove ontologies from KMEXTRA since it is removed upstream wrt bug #502000.
Package-Manager: portage-2.2.7
---
kde-base/kmail/kmail-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 018242e..84fa272 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -62,7 +62,6 @@ KMEXTRA="
libksieve/
mailcommon/
mailimporter/
- ontologies/
pimsettingexporter/
plugins/messageviewer/
"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-02-05 13:14 Michael Palimaka
0 siblings, 0 replies; 44+ messages in thread
From: Michael Palimaka @ 2014-02-05 13:14 UTC (permalink / raw
To: gentoo-commits
commit: 84909c373019cddb94105648c87005e193f8f483
Author: Jekyll Wu <adaptee <AT> gmail <DOT> com>
AuthorDate: Wed Feb 5 06:55:00 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 13:13:33 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=84909c37
[kde-base/kmail] folderarchiveagent is removed upstream, wrt bug #500334.
Upstream commit 9177b5801db76b36bcb7b29c656da63539695945.
---
kde-base/kmail/kmail-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 4ee7a2e..018242e 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -53,7 +53,6 @@ KMCOMPILEONLY="
"
KMEXTRA="
agents/archivemailagent/
- agents/folderarchiveagent/
agents/mailfilteragent/
grantleethemeeditor/
headerthemeeditor/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-01-31 13:12 Andreas Hüttel
0 siblings, 0 replies; 44+ messages in thread
From: Andreas Hüttel @ 2014-01-31 13:12 UTC (permalink / raw
To: gentoo-commits
commit: 44d85495f624498454cb49128ad6cb52ed9e13fd
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 13:05:20 2014 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 13:05:20 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=44d85495
[kde-base/kmail] unpack sendlater headers here
---
kde-base/kmail/kmail-4.12.1-r2.ebuild | 1 +
kde-base/kmail/kmail-4.12.49.9999.ebuild | 1 +
kde-base/kmail/kmail-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-base/kmail/kmail-4.12.1-r2.ebuild b/kde-base/kmail/kmail-4.12.1-r2.ebuild
index e24aa9c..71e7174 100644
--- a/kde-base/kmail/kmail-4.12.1-r2.ebuild
+++ b/kde-base/kmail/kmail-4.12.1-r2.ebuild
@@ -28,6 +28,7 @@ RESTRICT="test"
# bug 393147
KMEXTRACTONLY="
+ agents/sendlateragent/
akonadi_next/
calendarsupport/
korganizer/
diff --git a/kde-base/kmail/kmail-4.12.49.9999.ebuild b/kde-base/kmail/kmail-4.12.49.9999.ebuild
index 9c57622..9777ca5 100644
--- a/kde-base/kmail/kmail-4.12.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.12.49.9999.ebuild
@@ -28,6 +28,7 @@ RESTRICT="test"
# bug 393147
KMEXTRACTONLY="
+ agents/sendlateragent/
akonadi_next/
calendarsupport/
korganizer/
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index b3d464d..4ee7a2e 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -28,6 +28,7 @@ RESTRICT="test"
# bug 393147
KMEXTRACTONLY="
+ agents/sendlateragent/
akonadi_next/
calendarsupport/
korganizer/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-01-31 13:12 Andreas Hüttel
0 siblings, 0 replies; 44+ messages in thread
From: Andreas Hüttel @ 2014-01-31 13:12 UTC (permalink / raw
To: gentoo-commits
commit: df41c286b02bf642901f93cbf4c4f2d9a4f03fd0
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 12:29:25 2014 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 12:29:25 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=df41c286
[kde-base/kmail] build all mail-related agents here
---
.../kmail/{kmail-4.12.49.9999.ebuild => kmail-4.12.1-r2.ebuild} | 8 +++++---
kde-base/kmail/kmail-4.12.49.9999.ebuild | 4 +++-
kde-base/kmail/kmail-9999.ebuild | 4 +++-
3 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/kde-base/kmail/kmail-4.12.49.9999.ebuild b/kde-base/kmail/kmail-4.12.1-r2.ebuild
similarity index 89%
copy from kde-base/kmail/kmail-4.12.49.9999.ebuild
copy to kde-base/kmail/kmail-4.12.1-r2.ebuild
index 53760d6..aafc980 100644
--- a/kde-base/kmail/kmail-4.12.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.12.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.12.1-r1.ebuild,v 1.1 2014/01/27 23:26:25 dilfridge Exp $
EAPI=5
@@ -11,7 +11,7 @@ inherit flag-o-matic kde4-meta
DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
HOMEPAGE="http://www.kde.org/applications/internet/kmail/"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
@@ -25,7 +25,6 @@ RESTRICT="test"
# bug 393147
KMEXTRACTONLY="
- agents/
akonadi_next/
calendarsupport/
korganizer/
@@ -48,6 +47,9 @@ KMCOMPILEONLY="
calendarsupport/
"
KMEXTRA="
+ agents/archivemailagent/
+ agents/folderarchiveagent/
+ agents/mailfilteragent/
grantleethemeeditor/
headerthemeeditor/
kmailcvt/
diff --git a/kde-base/kmail/kmail-4.12.49.9999.ebuild b/kde-base/kmail/kmail-4.12.49.9999.ebuild
index 53760d6..b00cb15 100644
--- a/kde-base/kmail/kmail-4.12.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.12.49.9999.ebuild
@@ -25,7 +25,6 @@ RESTRICT="test"
# bug 393147
KMEXTRACTONLY="
- agents/
akonadi_next/
calendarsupport/
korganizer/
@@ -48,6 +47,9 @@ KMCOMPILEONLY="
calendarsupport/
"
KMEXTRA="
+ agents/archivemailagent/
+ agents/folderarchiveagent/
+ agents/mailfilteragent/
grantleethemeeditor/
headerthemeeditor/
kmailcvt/
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index fe80b17..349c738 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -25,7 +25,6 @@ RESTRICT="test"
# bug 393147
KMEXTRACTONLY="
- agents/
akonadi_next/
calendarsupport/
korganizer/
@@ -49,6 +48,9 @@ KMCOMPILEONLY="
noteshared/
"
KMEXTRA="
+ agents/archivemailagent/
+ agents/folderarchiveagent/
+ agents/mailfilteragent/
grantleethemeeditor/
headerthemeeditor/
kmailcvt/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:kdepim412sorting commit in: kde-base/kmail/
@ 2014-01-31 12:38 Andreas Hüttel
2014-01-31 13:12 ` [gentoo-commits] proj/kde:master " Andreas Hüttel
0 siblings, 1 reply; 44+ messages in thread
From: Andreas Hüttel @ 2014-01-31 12:38 UTC (permalink / raw
To: gentoo-commits
commit: c757447e7bb900b94c84f2ac4969a7827335e97c
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 12:40:19 2014 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 12:40:19 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c757447e
[kde-base/kmail] update kdepim-common-libs version deps
---
kde-base/kmail/kmail-4.12.1-r2.ebuild | 7 +++++--
kde-base/kmail/kmail-4.12.49.9999.ebuild | 7 +++++--
kde-base/kmail/kmail-9999.ebuild | 7 +++++--
3 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/kde-base/kmail/kmail-4.12.1-r2.ebuild b/kde-base/kmail/kmail-4.12.1-r2.ebuild
index aafc980..e24aa9c 100644
--- a/kde-base/kmail/kmail-4.12.1-r2.ebuild
+++ b/kde-base/kmail/kmail-4.12.1-r2.ebuild
@@ -17,9 +17,12 @@ IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep korganizer)
- $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r1)
+ $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r2)
+"
+RDEPEND="
+ ${DEPEND}
+ !=kde-base/kdepim-common-libs-4.12.1-r1
"
-RDEPEND="${DEPEND}"
RESTRICT="test"
# bug 393147
diff --git a/kde-base/kmail/kmail-4.12.49.9999.ebuild b/kde-base/kmail/kmail-4.12.49.9999.ebuild
index b00cb15..9c57622 100644
--- a/kde-base/kmail/kmail-4.12.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.12.49.9999.ebuild
@@ -17,9 +17,12 @@ IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep korganizer)
- $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r1)
+ $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r2)
+"
+RDEPEND="
+ ${DEPEND}
+ !=kde-base/kdepim-common-libs-4.12.1-r1
"
-RDEPEND="${DEPEND}"
RESTRICT="test"
# bug 393147
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 349c738..b3d464d 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -17,9 +17,12 @@ IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep korganizer)
- $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r1)
+ $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r2)
+"
+RDEPEND="
+ ${DEPEND}
+ !=kde-base/kdepim-common-libs-4.12.1-r1
"
-RDEPEND="${DEPEND}"
RESTRICT="test"
# bug 393147
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
2014-01-31 12:38 [gentoo-commits] proj/kde:kdepim412sorting " Andreas Hüttel
@ 2014-01-31 13:12 ` Andreas Hüttel
0 siblings, 0 replies; 44+ messages in thread
From: Andreas Hüttel @ 2014-01-31 13:12 UTC (permalink / raw
To: gentoo-commits
commit: c757447e7bb900b94c84f2ac4969a7827335e97c
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 12:40:19 2014 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 12:40:19 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c757447e
[kde-base/kmail] update kdepim-common-libs version deps
---
kde-base/kmail/kmail-4.12.1-r2.ebuild | 7 +++++--
kde-base/kmail/kmail-4.12.49.9999.ebuild | 7 +++++--
kde-base/kmail/kmail-9999.ebuild | 7 +++++--
3 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/kde-base/kmail/kmail-4.12.1-r2.ebuild b/kde-base/kmail/kmail-4.12.1-r2.ebuild
index aafc980..e24aa9c 100644
--- a/kde-base/kmail/kmail-4.12.1-r2.ebuild
+++ b/kde-base/kmail/kmail-4.12.1-r2.ebuild
@@ -17,9 +17,12 @@ IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep korganizer)
- $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r1)
+ $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r2)
+"
+RDEPEND="
+ ${DEPEND}
+ !=kde-base/kdepim-common-libs-4.12.1-r1
"
-RDEPEND="${DEPEND}"
RESTRICT="test"
# bug 393147
diff --git a/kde-base/kmail/kmail-4.12.49.9999.ebuild b/kde-base/kmail/kmail-4.12.49.9999.ebuild
index b00cb15..9c57622 100644
--- a/kde-base/kmail/kmail-4.12.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.12.49.9999.ebuild
@@ -17,9 +17,12 @@ IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep korganizer)
- $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r1)
+ $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r2)
+"
+RDEPEND="
+ ${DEPEND}
+ !=kde-base/kdepim-common-libs-4.12.1-r1
"
-RDEPEND="${DEPEND}"
RESTRICT="test"
# bug 393147
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 349c738..b3d464d 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -17,9 +17,12 @@ IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep korganizer)
- $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r1)
+ $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r2)
+"
+RDEPEND="
+ ${DEPEND}
+ !=kde-base/kdepim-common-libs-4.12.1-r1
"
-RDEPEND="${DEPEND}"
RESTRICT="test"
# bug 393147
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-01-25 19:27 Andreas Hüttel
0 siblings, 0 replies; 44+ messages in thread
From: Andreas Hüttel @ 2014-01-25 19:27 UTC (permalink / raw
To: gentoo-commits
commit: ad250f4a1a862af7f673e043310f9635c3d9254e
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 19:17:58 2014 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 19:27:13 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ad250f4a
[kde-base/kmail] build no agents here
---
.../kmail/{kmail-4.12.49.9999.ebuild => kmail-4.12.1-r1.ebuild} | 8 ++++----
kde-base/kmail/kmail-4.12.49.9999.ebuild | 4 ++--
kde-base/kmail/kmail-9999.ebuild | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/kde-base/kmail/kmail-4.12.49.9999.ebuild b/kde-base/kmail/kmail-4.12.1-r1.ebuild
similarity index 90%
copy from kde-base/kmail/kmail-4.12.49.9999.ebuild
copy to kde-base/kmail/kmail-4.12.1-r1.ebuild
index a2c5774..471fcb3 100644
--- a/kde-base/kmail/kmail-4.12.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.12.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.12.1.ebuild,v 1.1 2014/01/18 11:23:39 dilfridge Exp $
EAPI=5
@@ -11,13 +11,13 @@ inherit flag-o-matic kde4-meta
DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
HOMEPAGE="http://www.kde.org/applications/internet/kmail/"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep korganizer)
- $(add_kdebase_dep kdepim-common-libs)
+ $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r1)
"
RDEPEND="${DEPEND}"
@@ -25,6 +25,7 @@ RESTRICT="test"
# bug 393147
KMEXTRACTONLY="
+ agents/
akonadi_next/
calendarsupport/
korganizer/
@@ -47,7 +48,6 @@ KMCOMPILEONLY="
calendarsupport/
"
KMEXTRA="
- agents/
grantleethemeeditor/
headerthemeeditor/
kmailcvt/
diff --git a/kde-base/kmail/kmail-4.12.49.9999.ebuild b/kde-base/kmail/kmail-4.12.49.9999.ebuild
index a2c5774..53760d6 100644
--- a/kde-base/kmail/kmail-4.12.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.12.49.9999.ebuild
@@ -17,7 +17,7 @@ IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep korganizer)
- $(add_kdebase_dep kdepim-common-libs)
+ $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r1)
"
RDEPEND="${DEPEND}"
@@ -25,6 +25,7 @@ RESTRICT="test"
# bug 393147
KMEXTRACTONLY="
+ agents/
akonadi_next/
calendarsupport/
korganizer/
@@ -47,7 +48,6 @@ KMCOMPILEONLY="
calendarsupport/
"
KMEXTRA="
- agents/
grantleethemeeditor/
headerthemeeditor/
kmailcvt/
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 0cdaf50..fe80b17 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -17,7 +17,7 @@ IUSE="debug"
DEPEND="
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep korganizer)
- $(add_kdebase_dep kdepim-common-libs)
+ $(add_kdebase_dep kdepim-common-libs "" 4.12.1-r1)
"
RDEPEND="${DEPEND}"
@@ -25,6 +25,7 @@ RESTRICT="test"
# bug 393147
KMEXTRACTONLY="
+ agents/
akonadi_next/
calendarsupport/
korganizer/
@@ -48,7 +49,6 @@ KMCOMPILEONLY="
noteshared/
"
KMEXTRA="
- agents/
grantleethemeeditor/
headerthemeeditor/
kmailcvt/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2014-01-25 19:27 Andreas Hüttel
0 siblings, 0 replies; 44+ messages in thread
From: Andreas Hüttel @ 2014-01-25 19:27 UTC (permalink / raw
To: gentoo-commits
commit: c251fd99ade33332f4e6b6ed1b609ff1bc3072f3
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 19:21:38 2014 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 19:27:13 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c251fd99
[kde-base/kmail] remove unfinished business
---
kde-base/kmail/kmail-4.4.11.1-r100.ebuild | 86 -------------------------------
1 file changed, 86 deletions(-)
diff --git a/kde-base/kmail/kmail-4.4.11.1-r100.ebuild b/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
deleted file mode 100644
index 5e0c416..0000000
--- a/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME="kdepim"
-KDE_MINIMAL="4.10"
-KDE_HANDBOOK=optional
-VIRTUALX_REQUIRED=test
-inherit flag-o-matic kde4-meta
-
-DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
-HOMEPAGE="http://www.kde.org/applications/internet/kmail/"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="
- $(add_kdebase_dep kdelibs 'semantic-desktop' 4.6)
- $(add_kdebase_dep kdepimlibs '' 4.6)
- $(add_kdebase_dep libkdepim '' 4.4.11.1-r1)
- $(add_kdebase_dep libkleo)
- $(add_kdebase_dep libkpgp)
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep kdepim-runtime)
-"
-
-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"
- "${FILESDIR}/4.4/"000{2,4,5}-*.patch
- "${FILESDIR}/${P}-separate.patch"
-)
-
-pkg_pretend() {
- [ "${I_KNOW_WHAT_I_AM_DOING}" = "" ] && die "You are trying to do something dangerous. kmail-4.4.11.1-r100 is only for the brave or foolish."
- ewarn "You are trying to do something dangerous. kmail-4.4.11.1-r100 is only for the brave or foolish."
-}
-
-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-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
-}
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2013-12-12 23:01 Andreas Hüttel
0 siblings, 0 replies; 44+ messages in thread
From: Andreas Hüttel @ 2013-12-12 23:01 UTC (permalink / raw
To: gentoo-commits
commit: 694f11257d2e3ba9f4e865df283d2509b4643e97
Author: Scarlett Clark <scarlett <AT> scarlettgatelyclark <DOT> com>
AuthorDate: Thu Dec 12 23:02:02 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 23:02:02 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=694f1125
[kde-base/kmail] add noteshared to KMCOMPILEONLY, needed for build
---
kde-base/kmail/kmail-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 4a6f08b..21cca6a 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -45,6 +45,7 @@ KMCOMPILEONLY="
templateparser/
incidenceeditor-ng/
calendarsupport/
+ noteshared/
"
KMEXTRA="
agents/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2013-10-06 19:57 Chris Reffett
0 siblings, 0 replies; 44+ messages in thread
From: Chris Reffett @ 2013-10-06 19:57 UTC (permalink / raw
To: gentoo-commits
commit: be04cda22b2fbc0322833f0eecbf8c13ddc593c8
Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 06:00:11 2013 +0000
Commit: Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Sun Oct 6 06:00:11 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=be04cda2
[kde-base/kmail] Conversion back to semantic-desktop
Package-Manager: portage-2.2.7
---
kde-base/kmail/kmail-4.4.11.1-r100.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/kmail/kmail-4.4.11.1-r100.ebuild b/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
index 90042ed..a60f6f9 100644
--- a/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
+++ b/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
@@ -16,8 +16,8 @@ KEYWORDS=""
IUSE="debug"
DEPEND="
- $(add_kdebase_dep kdelibs 'semantic-desktop(+)' 4.6)
- $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)' 4.6)
+ $(add_kdebase_dep kdelibs 'semantic-desktop' 4.6)
+ $(add_kdebase_dep kdepimlibs '' 4.6)
$(add_kdebase_dep libkdepim '' 4.4.11.1-r1)
$(add_kdebase_dep libkleo)
$(add_kdebase_dep libkpgp)
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2013-08-29 13:04 Michael Palimaka
0 siblings, 0 replies; 44+ messages in thread
From: Michael Palimaka @ 2013-08-29 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 100001fd76ad6a07c92fd5333171e75079900c6f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 13:01:46 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 13:01:46 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=100001fd
[kde-base/kmail] Update HOMEPAGE wrt bug #479044.
Package-Manager: portage-2.2.1
---
kde-base/kmail/kmail-4.11.49.9999.ebuild | 1 +
kde-base/kmail/kmail-4.4.11.1-r100.ebuild | 1 +
kde-base/kmail/kmail-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-base/kmail/kmail-4.11.49.9999.ebuild b/kde-base/kmail/kmail-4.11.49.9999.ebuild
index f1934ae..1e4fbac 100644
--- a/kde-base/kmail/kmail-4.11.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.11.49.9999.ebuild
@@ -10,6 +10,7 @@ VIRTUALX_REQUIRED=test
inherit flag-o-matic kde4-meta
DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
+HOMEPAGE="http://www.kde.org/applications/internet/kmail/"
KEYWORDS=""
IUSE="debug"
diff --git a/kde-base/kmail/kmail-4.4.11.1-r100.ebuild b/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
index fba2bad..90042ed 100644
--- a/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
+++ b/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
@@ -11,6 +11,7 @@ VIRTUALX_REQUIRED=test
inherit flag-o-matic kde4-meta
DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
+HOMEPAGE="http://www.kde.org/applications/internet/kmail/"
KEYWORDS=""
IUSE="debug"
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 1294236..d7d090c 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -10,6 +10,7 @@ VIRTUALX_REQUIRED=test
inherit flag-o-matic kde4-meta
DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
+HOMEPAGE="http://www.kde.org/applications/internet/kmail/"
KEYWORDS=""
IUSE="debug"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2013-08-08 11:06 Michael Palimaka
0 siblings, 0 replies; 44+ messages in thread
From: Michael Palimaka @ 2013-08-08 11:06 UTC (permalink / raw
To: gentoo-commits
commit: 97b3a18f1245d174dc5852c8744ba85676f1c7fc
Author: Jekyll Wu <adaptee <AT> gmail <DOT> com>
AuthorDate: Tue Aug 6 09:13:42 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 8 11:03:41 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=97b3a18f
[kde-base/kmail] Fix build failure due to upstream layout changes.
---
kde-base/kmail/kmail-9999.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 601719c..1294236 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -25,7 +25,6 @@ RESTRICT="test"
KMEXTRACTONLY="
akonadi_next/
- archivemailagent/
calendarsupport/
korganizer/
kresources/
@@ -46,8 +45,7 @@ KMCOMPILEONLY="
calendarsupport/
"
KMEXTRA="
- archivemailagent/
- folderarchiveagent/
+ agents/
grantleethemeeditor/
headerthemeeditor/
kmailcvt/
@@ -55,12 +53,10 @@ KMEXTRA="
importwizard/
libksieve/
mailcommon/
- mailfilteragent/
mailimporter/
ontologies/
pimsettingexporter/
plugins/messageviewer/
- sendlateragent/
"
KMLOADLIBS="kdepim-common-libs"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2013-08-01 23:55 Johannes Huber
0 siblings, 0 replies; 44+ messages in thread
From: Johannes Huber @ 2013-08-01 23:55 UTC (permalink / raw
To: gentoo-commits
commit: 0b75f0b6924ad2474dfd931ddeaaaebeb9ec34ec
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 23:55:03 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 23:55:03 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0b75f0b6
[kde-base/kmail] Fix build.
Package-Manager: portage-2.2.0_alpha191
---
kde-base/kmail/kmail-9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 65e8d85..601719c 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -35,6 +35,7 @@ KMEXTRACTONLY="
kdgantt2/
"
KMCOMPILEONLY="
+ grantleetheme/
messagecomposer/
messagecore/
messagelist/
@@ -46,6 +47,8 @@ KMCOMPILEONLY="
"
KMEXTRA="
archivemailagent/
+ folderarchiveagent/
+ grantleethemeeditor/
headerthemeeditor/
kmailcvt/
ksendemail/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2013-07-16 7:58 Alexey Shvetsov
0 siblings, 0 replies; 44+ messages in thread
From: Alexey Shvetsov @ 2013-07-16 7:58 UTC (permalink / raw
To: gentoo-commits
commit: 0c1c2fdf740cf23809e7e68dcfb841771c392520
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 07:57:37 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 07:57:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0c1c2fdf
[kde-base/kmail] now it builds
Package-Manager: portage-2.2.0_alpha188
---
kde-base/kmail/kmail-4.10.95.ebuild | 1 +
kde-base/kmail/kmail-4.11.49.9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-base/kmail/kmail-4.10.95.ebuild b/kde-base/kmail/kmail-4.10.95.ebuild
index bc75bc0..f633a33 100644
--- a/kde-base/kmail/kmail-4.10.95.ebuild
+++ b/kde-base/kmail/kmail-4.10.95.ebuild
@@ -43,6 +43,7 @@ KMCOMPILEONLY="
templateparser/
incidenceeditor-ng/
calendarsupport/
+ sendlateragent/
"
KMEXTRA="
archivemailagent/
diff --git a/kde-base/kmail/kmail-4.11.49.9999.ebuild b/kde-base/kmail/kmail-4.11.49.9999.ebuild
index 8c44608..f1934ae 100644
--- a/kde-base/kmail/kmail-4.11.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.11.49.9999.ebuild
@@ -43,6 +43,7 @@ KMCOMPILEONLY="
templateparser/
incidenceeditor-ng/
calendarsupport/
+ sendlateragent/
"
KMEXTRA="
archivemailagent/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2013-07-15 20:44 Alexey Shvetsov
0 siblings, 0 replies; 44+ messages in thread
From: Alexey Shvetsov @ 2013-07-15 20:44 UTC (permalink / raw
To: gentoo-commits
commit: 7a9ccf2c4d5c90dc393277e3689a46658786ec76
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 20:41:07 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 20:41:07 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7a9ccf2c
[kde-base/kmail] Fix collisions
Package-Manager: portage-2.2.0_alpha188
---
kde-base/kmail/kmail-4.10.95.ebuild | 1 -
kde-base/kmail/kmail-4.11.49.9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/kde-base/kmail/kmail-4.10.95.ebuild b/kde-base/kmail/kmail-4.10.95.ebuild
index 01ab5ec..bc75bc0 100644
--- a/kde-base/kmail/kmail-4.10.95.ebuild
+++ b/kde-base/kmail/kmail-4.10.95.ebuild
@@ -57,7 +57,6 @@ KMEXTRA="
ontologies/
pimsettingexporter/
plugins/messageviewer/
- sendlateragent/
"
KMLOADLIBS="kdepim-common-libs"
diff --git a/kde-base/kmail/kmail-4.11.49.9999.ebuild b/kde-base/kmail/kmail-4.11.49.9999.ebuild
index 65e8d85..8c44608 100644
--- a/kde-base/kmail/kmail-4.11.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.11.49.9999.ebuild
@@ -57,7 +57,6 @@ KMEXTRA="
ontologies/
pimsettingexporter/
plugins/messageviewer/
- sendlateragent/
"
KMLOADLIBS="kdepim-common-libs"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2013-07-11 11:33 Michael Palimaka
0 siblings, 0 replies; 44+ messages in thread
From: Michael Palimaka @ 2013-07-11 11:33 UTC (permalink / raw
To: gentoo-commits
commit: f64cb82e30797f503c3057a4b1f9e24d0eff5e84
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 11:31:08 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 11:31:08 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f64cb82e
[kde-base/kmail] Remove obsolete blockers.
Package-Manager: portage-2.1.12.13
---
kde-base/kmail/kmail-4.4.11.1-r100.ebuild | 7 -------
1 file changed, 7 deletions(-)
diff --git a/kde-base/kmail/kmail-4.4.11.1-r100.ebuild b/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
index 6cf9e60..fba2bad 100644
--- a/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
+++ b/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
@@ -25,13 +25,6 @@ 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/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2013-07-02 19:55 Johannes Huber
0 siblings, 0 replies; 44+ messages in thread
From: Johannes Huber @ 2013-07-02 19:55 UTC (permalink / raw
To: gentoo-commits
commit: f0b9782b6a306ea29f31f2c1816a391105e71b0e
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 2 19:55:18 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 2 19:55:44 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f0b9782b
[kde-base/kmail] Build missing headerthemeeditor wrt bug #475498.
Thanks to Jekyll Wu <adaptee <AT> gmail.com> for reporting.
Package-Manager: portage-2.2.0_alpha186
---
kde-base/kmail/{kmail-4.10.90.ebuild => kmail-4.10.90-r1.ebuild} | 1 +
kde-base/kmail/kmail-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-base/kmail/kmail-4.10.90.ebuild b/kde-base/kmail/kmail-4.10.90-r1.ebuild
similarity index 99%
rename from kde-base/kmail/kmail-4.10.90.ebuild
rename to kde-base/kmail/kmail-4.10.90-r1.ebuild
index 5cd99a3..01ab5ec 100644
--- a/kde-base/kmail/kmail-4.10.90.ebuild
+++ b/kde-base/kmail/kmail-4.10.90-r1.ebuild
@@ -46,6 +46,7 @@ KMCOMPILEONLY="
"
KMEXTRA="
archivemailagent/
+ headerthemeeditor/
kmailcvt/
ksendemail/
importwizard/
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 0515f33..65e8d85 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -46,6 +46,7 @@ KMCOMPILEONLY="
"
KMEXTRA="
archivemailagent/
+ headerthemeeditor/
kmailcvt/
ksendemail/
importwizard/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2013-06-24 20:46 Johannes Huber
0 siblings, 0 replies; 44+ messages in thread
From: Johannes Huber @ 2013-06-24 20:46 UTC (permalink / raw
To: gentoo-commits
commit: 8c306b9f08f8c023049f370db640a0c871cbfa7b
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 20:45:47 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 20:45:47 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8c306b9f
[kde-base/kmail] Move sendlateragent to KMEXTRA.
Package-Manager: portage-2.2.0_alpha184
---
kde-base/kmail/kmail-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 2cdaefe..0515f33 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -33,7 +33,6 @@ KMEXTRACTONLY="
libkpgp/
libkdepimdbusinterfaces/
kdgantt2/
- sendlateragent/
"
KMCOMPILEONLY="
messagecomposer/
@@ -57,6 +56,7 @@ KMEXTRA="
ontologies/
pimsettingexporter/
plugins/messageviewer/
+ sendlateragent/
"
KMLOADLIBS="kdepim-common-libs"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2013-06-15 16:30 Alexey Shvetsov
0 siblings, 0 replies; 44+ messages in thread
From: Alexey Shvetsov @ 2013-06-15 16:30 UTC (permalink / raw
To: gentoo-commits
commit: ff2783806776635d920f11f4aff102da04522038
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 16:28:17 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 16:29:03 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ff278380
[kde-base] Fix kmail
Package-Manager: portage-2.2.0_alpha179
---
kde-base/kmail/kmail-4.10.80.ebuild | 1 +
kde-base/kmail/kmail-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-base/kmail/kmail-4.10.80.ebuild b/kde-base/kmail/kmail-4.10.80.ebuild
index 13122a3..b52c65e 100644
--- a/kde-base/kmail/kmail-4.10.80.ebuild
+++ b/kde-base/kmail/kmail-4.10.80.ebuild
@@ -33,6 +33,7 @@ KMEXTRACTONLY="
libkpgp/
libkdepimdbusinterfaces/
kdgantt2/
+ sendlateragent/
"
KMCOMPILEONLY="
messagecomposer/
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 5db5647..2cdaefe 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -33,6 +33,7 @@ KMEXTRACTONLY="
libkpgp/
libkdepimdbusinterfaces/
kdgantt2/
+ sendlateragent/
"
KMCOMPILEONLY="
messagecomposer/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2013-04-26 18:13 Johannes Huber
0 siblings, 0 replies; 44+ messages in thread
From: Johannes Huber @ 2013-04-26 18:13 UTC (permalink / raw
To: gentoo-commits
commit: a04ec72987b8f2a253ec6784237dd56b836f23b5
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 18:11:31 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 18:11:31 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a04ec729
[kde-base/kmail] EAPI 5.
Package-Manager: portage-2.2.0_alpha173
---
kde-base/kmail/kmail-4.4.11.1-r100.ebuild | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-base/kmail/kmail-4.4.11.1-r100.ebuild b/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
index 75af16d..ce14e5b 100644
--- a/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
+++ b/kde-base/kmail/kmail-4.4.11.1-r100.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.11.1-r1.ebuild,v 1.5 2012/12/08 12:04:14 dilfridge Exp $
+# $Header: $
-EAPI=4
+EAPI=5
KMNAME="kdepim"
KDE_MINIMAL="4.10"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2013-03-24 19:04 Andreas Hüttel
0 siblings, 0 replies; 44+ messages in thread
From: Andreas Hüttel @ 2013-03-24 19:04 UTC (permalink / raw
To: gentoo-commits
commit: 673e8663ecf6dc86feede0d298b47ea99f3cc548
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 19:05:13 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 19:05:26 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=673e8663
[kde-base/kmail] Add warning about akonadi backend
Package-Manager: portage-2.2.0_alpha169
---
kde-base/kmail/kmail-4.10.49.9999.ebuild | 13 +++++++++++++
kde-base/kmail/kmail-9999.ebuild | 13 +++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/kde-base/kmail/kmail-4.10.49.9999.ebuild b/kde-base/kmail/kmail-4.10.49.9999.ebuild
index a2ec4a5..bfa0893 100644
--- a/kde-base/kmail/kmail-4.10.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.10.49.9999.ebuild
@@ -85,4 +85,17 @@ pkg_postinst() {
elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
echo
fi
+
+ if has_version "app-office/akonadi-server[sqlite]"; then
+ ewarn
+ ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your"
+ ewarn "user configuration. This is the backend recommended by KDE upstream."
+ ewarn "Reports indicate that kde-base/kmail-4.10 does not work properly with the sqlite"
+ ewarn "backend anymore."
+ if has_version "app-office/akonadi-server[-mysql]"; then
+ ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD app-office/akonadi-server WITH mysql USEFLAG ENABLED."
+ fi
+ ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc."
+ ewarn
+ fi
}
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index a2ec4a5..bfa0893 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -85,4 +85,17 @@ pkg_postinst() {
elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
echo
fi
+
+ if has_version "app-office/akonadi-server[sqlite]"; then
+ ewarn
+ ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your"
+ ewarn "user configuration. This is the backend recommended by KDE upstream."
+ ewarn "Reports indicate that kde-base/kmail-4.10 does not work properly with the sqlite"
+ ewarn "backend anymore."
+ if has_version "app-office/akonadi-server[-mysql]"; then
+ ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD app-office/akonadi-server WITH mysql USEFLAG ENABLED."
+ fi
+ ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc."
+ ewarn
+ fi
}
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2012-11-10 1:39 Jonathan Callen
0 siblings, 0 replies; 44+ messages in thread
From: Jonathan Callen @ 2012-11-10 1:39 UTC (permalink / raw
To: gentoo-commits
commit: 19d0314ef7b827f61b836e232a145cf750774807
Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 10 01:38:40 2012 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Sat Nov 10 01:38:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=19d0314e
[kde-base/kmail] backupmail is now pimsettingexporter
Package-Manager: portage-2.2.0_alpha142
---
kde-base/kmail/kmail-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 31b1663..1146ffd 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -46,7 +46,6 @@ KMCOMPILEONLY="
"
KMEXTRA="
archivemailagent/
- backupmail/
kmailcvt/
ksendemail/
importwizard/
@@ -55,6 +54,7 @@ KMEXTRA="
mailfilteragent/
mailimporter/
ontologies/
+ pimsettingexporter/
plugins/messageviewer/
"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2012-10-21 11:56 Manuel Nickschas
0 siblings, 0 replies; 44+ messages in thread
From: Manuel Nickschas @ 2012-10-21 11:56 UTC (permalink / raw
To: gentoo-commits
commit: 110de2ecfd585d98a2bd185276086216e7eb7030
Author: Manuel Nickschas <sputnick <AT> quassel-irc <DOT> org>
AuthorDate: Sun Oct 21 11:55:41 2012 +0000
Commit: Manuel Nickschas <sputnick <AT> quassel-irc <DOT> org>
CommitDate: Sun Oct 21 11:55:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=110de2ec
[kde-base/kmail] Add libpimcommon to KMCOMPILEONLY
We need imapsettings.h which is generated there.
---
kde-base/kmail/kmail-9999.ebuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index d137006..31b1663 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -39,6 +39,7 @@ KMCOMPILEONLY="
messagecore/
messagelist/
messageviewer/
+ pimcommon/
templateparser/
incidenceeditor-ng/
calendarsupport/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2012-08-04 0:09 Johannes Huber
0 siblings, 0 replies; 44+ messages in thread
From: Johannes Huber @ 2012-08-04 0:09 UTC (permalink / raw
To: gentoo-commits
commit: 78341b2255cd60f32347fba1a09e948cf863d0f4
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 4 00:03:42 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Aug 4 00:03:42 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=78341b22
[kde-base/kmail] Enable build of new modules archivemailagent, backupmail and importwizard.
(Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/kmail/kmail-4.9.49.9999.ebuild | 3 +++
kde-base/kmail/kmail-9999.ebuild | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/kde-base/kmail/kmail-4.9.49.9999.ebuild b/kde-base/kmail/kmail-4.9.49.9999.ebuild
index d27485c..2ee321e 100644
--- a/kde-base/kmail/kmail-4.9.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.9.49.9999.ebuild
@@ -45,8 +45,11 @@ KMCOMPILEONLY="
calendarsupport/
"
KMEXTRA="
+ archivemailagent/
+ backupmail/
kmailcvt/
ksendemail/
+ importwizard/
libksieve/
mailcommon/
mailfilteragent/
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index d27485c..2ee321e 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -45,8 +45,11 @@ KMCOMPILEONLY="
calendarsupport/
"
KMEXTRA="
+ archivemailagent/
+ backupmail/
kmailcvt/
ksendemail/
+ importwizard/
libksieve/
mailcommon/
mailfilteragent/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2012-06-11 10:00 Johannes Huber
0 siblings, 0 replies; 44+ messages in thread
From: Johannes Huber @ 2012-06-11 10:00 UTC (permalink / raw
To: gentoo-commits
commit: 9c75e509c0e190c6c3cadb662aa90288f00182f4
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 11 09:59:49 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 09:59:49 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9c75e509
[kde-base/kmail] Sync with tree.
(Portage version: 2.2.0_alpha110/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/kmail/kmail-4.8.4.ebuild | 2 +-
kde-base/kmail/kmail-4.8.49.9999.ebuild | 2 +-
kde-base/kmail/kmail-4.8.80.ebuild | 2 +-
kde-base/kmail/kmail-4.8.90.ebuild | 2 +-
kde-base/kmail/kmail-9999.ebuild | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/kde-base/kmail/kmail-4.8.4.ebuild b/kde-base/kmail/kmail-4.8.4.ebuild
index b1d0367..cd649d7 100644
--- a/kde-base/kmail/kmail-4.8.4.ebuild
+++ b/kde-base/kmail/kmail-4.8.4.ebuild
@@ -7,7 +7,7 @@ EAPI=4
KDE_HANDBOOK="optional"
KMNAME="kdepim"
VIRTUALX_REQUIRED=test
-inherit kde4-meta
+inherit flag-o-matic kde4-meta
DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
diff --git a/kde-base/kmail/kmail-4.8.49.9999.ebuild b/kde-base/kmail/kmail-4.8.49.9999.ebuild
index 00a7726..ddda768 100644
--- a/kde-base/kmail/kmail-4.8.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.8.49.9999.ebuild
@@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
KMNAME="kdepim"
KDE_SCM="git"
VIRTUALX_REQUIRED=test
-inherit kde4-meta
+inherit flag-o-matic kde4-meta
DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
KEYWORDS=""
diff --git a/kde-base/kmail/kmail-4.8.80.ebuild b/kde-base/kmail/kmail-4.8.80.ebuild
index 9b73b2a..4de42b3 100644
--- a/kde-base/kmail/kmail-4.8.80.ebuild
+++ b/kde-base/kmail/kmail-4.8.80.ebuild
@@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
KMNAME="kdepim"
KDE_SCM="git"
VIRTUALX_REQUIRED=test
-inherit kde4-meta
+inherit flag-o-matic kde4-meta
DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
diff --git a/kde-base/kmail/kmail-4.8.90.ebuild b/kde-base/kmail/kmail-4.8.90.ebuild
index 9b73b2a..4de42b3 100644
--- a/kde-base/kmail/kmail-4.8.90.ebuild
+++ b/kde-base/kmail/kmail-4.8.90.ebuild
@@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
KMNAME="kdepim"
KDE_SCM="git"
VIRTUALX_REQUIRED=test
-inherit kde4-meta
+inherit flag-o-matic kde4-meta
DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 1182032..d27485c 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
KMNAME="kdepim"
KDE_SCM="git"
VIRTUALX_REQUIRED=test
-inherit kde4-meta
+inherit flag-o-matic kde4-meta
DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
KEYWORDS=""
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2012-05-26 13:23 Alexey Shvetsov
0 siblings, 0 replies; 44+ messages in thread
From: Alexey Shvetsov @ 2012-05-26 13:23 UTC (permalink / raw
To: gentoo-commits
commit: 21d5379a4415abe35e38cc435fb1a34833cde578
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 13:22:04 2012 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat May 26 13:22:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=21d5379a
[kde-base/kmail] Fix build failure
(Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/kmail/kmail-4.8.80.ebuild | 1 +
kde-base/kmail/kmail-9999.ebuild | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/kde-base/kmail/kmail-4.8.80.ebuild b/kde-base/kmail/kmail-4.8.80.ebuild
index 1f7a05c..9b73b2a 100644
--- a/kde-base/kmail/kmail-4.8.80.ebuild
+++ b/kde-base/kmail/kmail-4.8.80.ebuild
@@ -26,6 +26,7 @@ RESTRICT="test"
KMEXTRACTONLY="
akonadi_next/
+ archivemailagent/
calendarsupport/
korganizer/
kresources/
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 8a9f666..1182032 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -26,6 +26,7 @@ RESTRICT="test"
KMEXTRACTONLY="
akonadi_next/
+ archivemailagent/
calendarsupport/
korganizer/
kresources/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2012-03-03 14:04 Johannes Huber
0 siblings, 0 replies; 44+ messages in thread
From: Johannes Huber @ 2012-03-03 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 0cb6e346cbbfb9f79dfb34b3b8296b3571e3e630
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 3 14:08:49 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 3 14:08:49 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0cb6e346
[kde-base/kmail] Add new submodule 'mailimporter' by Francesco Riosa <francesco+gentoo_bugzilla <AT> pnpitalia.it>, bug 406585.
(Portage version: 2.2.0_alpha89/git/Linux i686, unsigned Manifest commit)
---
kde-base/kmail/kmail-9999.ebuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 00a7726..8a9f666 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -49,6 +49,7 @@ KMEXTRA="
libksieve/
mailcommon/
mailfilteragent/
+ mailimporter/
ontologies/
plugins/messageviewer/
"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2011-12-04 20:48 Andreas Hüttel
0 siblings, 0 replies; 44+ messages in thread
From: Andreas Hüttel @ 2011-12-04 20:48 UTC (permalink / raw
To: gentoo-commits
commit: 526178b4f868b96ec4afda90e6b320411462fad1
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sun Dec 4 20:48:21 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 20:48:21 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=526178b4
[kde-base/kmail] Restrict tests, bug 393147
(Portage version: 2.1.10.39/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/kmail/kmail-4.7.4.ebuild | 3 +++
kde-base/kmail/kmail-4.7.49.9999.ebuild | 3 +++
kde-base/kmail/kmail-4.7.80.ebuild | 3 +++
kde-base/kmail/kmail-4.7.90.ebuild | 3 +++
kde-base/kmail/kmail-9999.ebuild | 3 +++
5 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/kde-base/kmail/kmail-4.7.4.ebuild b/kde-base/kmail/kmail-4.7.4.ebuild
index 1036c6b..cca470f 100644
--- a/kde-base/kmail/kmail-4.7.4.ebuild
+++ b/kde-base/kmail/kmail-4.7.4.ebuild
@@ -21,6 +21,9 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+RESTRICT="test"
+# bug 393147
+
KMEXTRACTONLY="
akonadi_next/
calendarsupport/
diff --git a/kde-base/kmail/kmail-4.7.49.9999.ebuild b/kde-base/kmail/kmail-4.7.49.9999.ebuild
index f1ddd23..23e655c 100644
--- a/kde-base/kmail/kmail-4.7.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.7.49.9999.ebuild
@@ -21,6 +21,9 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+RESTRICT="test"
+# bug 393147
+
KMEXTRACTONLY="
akonadi_next/
calendarsupport/
diff --git a/kde-base/kmail/kmail-4.7.80.ebuild b/kde-base/kmail/kmail-4.7.80.ebuild
index 7afb04b..d6d6261 100644
--- a/kde-base/kmail/kmail-4.7.80.ebuild
+++ b/kde-base/kmail/kmail-4.7.80.ebuild
@@ -21,6 +21,9 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+RESTRICT="test"
+# bug 393147
+
KMEXTRACTONLY="
akonadi_next/
calendarsupport/
diff --git a/kde-base/kmail/kmail-4.7.90.ebuild b/kde-base/kmail/kmail-4.7.90.ebuild
index 7afb04b..d6d6261 100644
--- a/kde-base/kmail/kmail-4.7.90.ebuild
+++ b/kde-base/kmail/kmail-4.7.90.ebuild
@@ -21,6 +21,9 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+RESTRICT="test"
+# bug 393147
+
KMEXTRACTONLY="
akonadi_next/
calendarsupport/
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index 733afa2..d46b33c 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -21,6 +21,9 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+RESTRICT="test"
+# bug 393147
+
KMEXTRACTONLY="
akonadi_next/
calendarsupport/
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2011-11-26 20:49 Andreas Hüttel
0 siblings, 0 replies; 44+ messages in thread
From: Andreas Hüttel @ 2011-11-26 20:49 UTC (permalink / raw
To: gentoo-commits
commit: 39e8f27025896daf82b42ec44a7536b6ef72849a
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sat Nov 26 20:49:33 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 20:49:33 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=39e8f270
[kde-base/kmail] Build filter dir, bug 391943
(Portage version: 2.1.10.37/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/kmail/kmail-4.7.80.ebuild | 1 +
kde-base/kmail/kmail-9999.ebuild | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/kde-base/kmail/kmail-4.7.80.ebuild b/kde-base/kmail/kmail-4.7.80.ebuild
index 71e3910..7afb04b 100644
--- a/kde-base/kmail/kmail-4.7.80.ebuild
+++ b/kde-base/kmail/kmail-4.7.80.ebuild
@@ -45,6 +45,7 @@ KMEXTRA="
ksendemail/
libksieve/
mailcommon/
+ mailfilteragent/
ontologies/
plugins/messageviewer/
"
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index f1ddd23..733afa2 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -45,6 +45,7 @@ KMEXTRA="
ksendemail/
libksieve/
mailcommon/
+ mailfilteragent/
ontologies/
plugins/messageviewer/
"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2011-06-27 10:39 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 44+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-06-27 10:39 UTC (permalink / raw
To: gentoo-commits
commit: a247c9d60994d59e4fe5196c49614050e458161a
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 10:37:43 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 10:37:43 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a247c9d6
[kde-base/kmail-4.6.90-r1] Add missing plugins to kmextra - fixes bug 372039.
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/kmail/kmail-4.6.90-r1.ebuild | 83 +++++++++++++++++++++++++++++++++
1 files changed, 83 insertions(+), 0 deletions(-)
diff --git a/kde-base/kmail/kmail-4.6.90-r1.ebuild b/kde-base/kmail/kmail-4.6.90-r1.ebuild
new file mode 100644
index 0000000..8c9f09e
--- /dev/null
+++ b/kde-base/kmail/kmail-4.6.90-r1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+KDE_SCM="git"
+VIRTUALX_REQUIRED=test
+inherit kde4-meta
+
+DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdebase_dep kdepimlibs 'semantic-desktop')
+ $(add_kdebase_dep korganizer)
+ $(add_kdebase_dep kdepim-common-libs)
+"
+RDEPEND="${DEPEND}"
+
+add_blocker kmailcvt
+add_blocker libksieve
+add_blocker mimelib
+
+KMEXTRACTONLY="
+ akonadi_next/
+ calendarsupport/
+ korganizer/
+ kresources/
+ libkleo/
+ libkpgp/
+ libkdepimdbusinterfaces/
+ kdgantt2/
+"
+KMCOMPILEONLY="
+ messagecomposer/
+ messagecore/
+ messagelist/
+ messageviewer/
+ templateparser/
+ incidenceeditor-ng/
+ calendarsupport/
+"
+KMEXTRA="
+ kmailcvt/
+ ksendemail/
+ libksieve/
+ mailcommon/
+ ontologies/
+ plugins/messageviewer/
+"
+
+KMLOADLIBS="kdepim-common-libs"
+
+src_configure() {
+ # Bug 308903
+ use ppc64 && append-flags -mminimal-toc
+
+ 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-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
+}
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kmail/
@ 2011-06-19 0:03 Andreas Hüttel
0 siblings, 0 replies; 44+ messages in thread
From: Andreas Hüttel @ 2011-06-19 0:03 UTC (permalink / raw
To: gentoo-commits
commit: 9bb83e73b7fe574c3344c8da8f07cbc506c9b64e
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Fri Jun 17 21:56:26 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 00:03:07 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9bb83e73
[kde-base/kmail] Build additional dir with Outlook/Exchange appointment code, bug 372039
(Portage version: 2.1.10.1/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
kde-base/kmail/ChangeLog | 9 +++++++++
kde-base/kmail/kmail-4.6.49.9999.ebuild | 1 +
kde-base/kmail/kmail-9999.ebuild | 1 +
3 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/kde-base/kmail/ChangeLog b/kde-base/kmail/ChangeLog
new file mode 100644
index 0000000..830beca
--- /dev/null
+++ b/kde-base/kmail/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for kde-base/kmail
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 17 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ kmail-4.6.49.9999.ebuild, kmail-9999.ebuild:
+ [kde-base/kmail] Build additional dir with Outlook/Exchange appointment code,
+ bug 372039
+
diff --git a/kde-base/kmail/kmail-4.6.49.9999.ebuild b/kde-base/kmail/kmail-4.6.49.9999.ebuild
index bb57fab..cdf1003 100644
--- a/kde-base/kmail/kmail-4.6.49.9999.ebuild
+++ b/kde-base/kmail/kmail-4.6.49.9999.ebuild
@@ -50,6 +50,7 @@ KMEXTRA="
libksieve/
mailcommon/
ontologies/
+ plugins/messageviewer/
"
KMLOADLIBS="kdepim-common-libs"
diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild
index bb57fab..cdf1003 100644
--- a/kde-base/kmail/kmail-9999.ebuild
+++ b/kde-base/kmail/kmail-9999.ebuild
@@ -50,6 +50,7 @@ KMEXTRA="
libksieve/
mailcommon/
ontologies/
+ plugins/messageviewer/
"
KMLOADLIBS="kdepim-common-libs"
^ permalink raw reply related [flat|nested] 44+ messages in thread
end of thread, other threads:[~2015-07-12 22:16 UTC | newest]
Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-07 21:43 [gentoo-commits] proj/kde:master commit in: kde-base/kmail/ Alexey Shvetsov
-- strict thread matches above, loose matches on Subject: below --
2015-07-12 22:16 Andreas Hüttel
2015-07-02 8:00 Andreas Hüttel
2015-07-01 20:50 Johannes Huber
2015-02-14 23:49 Jonathan Callen
2014-11-15 22:11 Manuel Rüger
2014-08-06 15:38 Michael Palimaka
2014-04-24 13:28 Johannes Huber
2014-04-14 15:38 Johannes Huber
2014-04-01 12:46 Michael Palimaka
2014-03-31 17:26 Alexey Shvetsov
2014-03-23 12:08 Dennis Schridde
2014-03-11 16:56 Johannes Huber
2014-03-10 16:27 Michael Palimaka
2014-02-21 15:42 Michael Palimaka
2014-02-05 13:14 Michael Palimaka
2014-01-31 13:12 Andreas Hüttel
2014-01-31 13:12 Andreas Hüttel
2014-01-31 12:38 [gentoo-commits] proj/kde:kdepim412sorting " Andreas Hüttel
2014-01-31 13:12 ` [gentoo-commits] proj/kde:master " Andreas Hüttel
2014-01-25 19:27 Andreas Hüttel
2014-01-25 19:27 Andreas Hüttel
2013-12-12 23:01 Andreas Hüttel
2013-10-06 19:57 Chris Reffett
2013-08-29 13:04 Michael Palimaka
2013-08-08 11:06 Michael Palimaka
2013-08-01 23:55 Johannes Huber
2013-07-16 7:58 Alexey Shvetsov
2013-07-15 20:44 Alexey Shvetsov
2013-07-11 11:33 Michael Palimaka
2013-07-02 19:55 Johannes Huber
2013-06-24 20:46 Johannes Huber
2013-06-15 16:30 Alexey Shvetsov
2013-04-26 18:13 Johannes Huber
2013-03-24 19:04 Andreas Hüttel
2012-11-10 1:39 Jonathan Callen
2012-10-21 11:56 Manuel Nickschas
2012-08-04 0:09 Johannes Huber
2012-06-11 10:00 Johannes Huber
2012-05-26 13:23 Alexey Shvetsov
2012-03-03 14:04 Johannes Huber
2011-12-04 20:48 Andreas Hüttel
2011-11-26 20:49 Andreas Hüttel
2011-06-27 10:39 Jorge Manuel B. S. Vicetto
2011-06-19 0:03 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox