public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2018-07-29  0:38 Mikle Kolyada
  0 siblings, 0 replies; 24+ messages in thread
From: Mikle Kolyada @ 2018-07-29  0:38 UTC (permalink / raw
  To: gentoo-commits

commit:     1616c863211a698c6033c1b3be1e77bef85e3ae9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 00:26:41 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 00:26:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1616c863

kde-apps/pim-data-exporter: amd64 stable wrt bug #661810

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild
index d6967027d49..e24c4c00d08 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Assistant to backup and archive PIM data and configuration"
 HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2018-07-29 12:56 Thomas Deutschmann
  0 siblings, 0 replies; 24+ messages in thread
From: Thomas Deutschmann @ 2018-07-29 12:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1f3ad324ce4a4f1891716c71cf7f47b597ff9f01
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 12:34:32 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 12:56:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f3ad324

kde-apps/pim-data-exporter: x86 stable (bug #661810)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild
index e24c4c00d08..7e889dd2851 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-18.04.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Assistant to backup and archive PIM data and configuration"
 HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2018-11-29 11:41 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2018-11-29 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     b7e554db56393dac3cecfc9376b0ddd32c8ebae3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 29 11:08:21 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 29 11:41:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e554db

kde-apps/pim-data-exporter: Disable broken selectiontypetreewidgettest

Bug: https://bugs.gentoo.org/665690
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-18.08.3.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.08.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.08.3.ebuild
index 7858494a4dd..992ba691207 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-18.08.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-18.08.3.ebuild
@@ -43,3 +43,12 @@ RDEPEND="${DEPEND}
 	!kde-apps/kdepim-l10n
 	!kde-apps/kmail:4
 "
+
+src_test() {
+	# selectiontypetreewidgettest is broken, bug #665690
+	local myctestargs=(
+		-E "(selectiontypetreewidgettest)"
+	)
+
+	kde5_src_test
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2019-03-19 11:18 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2019-03-19 11:18 UTC (permalink / raw
  To: gentoo-commits

commit:     9e509a2f013d2c09a3ce6d4e4cf0615d98a72303
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 21:12:40 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 11:18:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e509a2f

kde-apps/pim-data-exporter: added ~arm64

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild
index 46175ce2f00..44bf6d4dd08 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Assistant to backup and archive PIM data and configuration"
 HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2019-03-21 11:14 Mikle Kolyada
  0 siblings, 0 replies; 24+ messages in thread
From: Mikle Kolyada @ 2019-03-21 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     48ebca0b8b4ab093dca17bc05b645ef59f6e47d5
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 11:07:52 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 11:14:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ebca0b

kde-apps/pim-data-exporter: amd64 stable wrt bug #679994

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild
index 44bf6d4dd08..b6b07d552c1 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Assistant to backup and archive PIM data and configuration"
 HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2019-03-21 11:34 Mikle Kolyada
  0 siblings, 0 replies; 24+ messages in thread
From: Mikle Kolyada @ 2019-03-21 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     2103962a806630838617785f2eb12a292100bffb
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 11:29:06 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 11:34:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2103962a

kde-apps/pim-data-exporter: x86 stable wrt bug #679994

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild
index b6b07d552c1..7e8a64a0292 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Assistant to backup and archive PIM data and configuration"
 HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2019-04-06 15:37 Mikle Kolyada
  0 siblings, 0 replies; 24+ messages in thread
From: Mikle Kolyada @ 2019-04-06 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     9a7162a67fd413738cd748f7eaca6e6fbe91f6a9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 15:36:55 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 15:36:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7162a6

kde-apps/pim-data-exporter: x86 stable wrt bug #682452

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 kde-apps/pim-data-exporter/pim-data-exporter-18.12.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3-r1.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3-r1.ebuild
index f19b356ee41..44bc6f2dadb 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3-r1.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-18.12.3-r1.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Assistant to backup and archive PIM data and configuration"
 HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2019-07-28  2:33 Mikle Kolyada
  0 siblings, 0 replies; 24+ messages in thread
From: Mikle Kolyada @ 2019-07-28  2:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d51d5798c4266d88c215b912025a602d960f6e01
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 02:30:28 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 02:30:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51d5798

kde-apps/pim-data-exporter: amd64 stable wrt bug #688912

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-19.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-19.04.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-19.04.3.ebuild
index 44bf6d4dd08..b6b07d552c1 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-19.04.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-19.04.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Assistant to backup and archive PIM data and configuration"
 HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2019-07-28  2:45 Mikle Kolyada
  0 siblings, 0 replies; 24+ messages in thread
From: Mikle Kolyada @ 2019-07-28  2:45 UTC (permalink / raw
  To: gentoo-commits

commit:     56c3d32cd1d1a4786637eac52ccc15fd13615796
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 02:43:12 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 02:43:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c3d32c

kde-apps/pim-data-exporter: x86 stable wrt bug #688912

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-19.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-19.04.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-19.04.3.ebuild
index b6b07d552c1..7e8a64a0292 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-19.04.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-19.04.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Assistant to backup and archive PIM data and configuration"
 HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2019-12-02 23:29 Aaron Bauman
  0 siblings, 0 replies; 24+ messages in thread
From: Aaron Bauman @ 2019-12-02 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     e7b93247347025e3354a0e62adc803b858f2dab5
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 23:16:24 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 23:28:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b93247

kde-apps/pim-data-exporter: arm64 stable (bug #700038)

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 kde-apps/pim-data-exporter/pim-data-exporter-19.08.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-19.08.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-19.08.3.ebuild
index d4b5476ae6e..1ef4e29299d 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-19.08.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-19.08.3.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Assistant to backup and archive PIM data and configuration"
 HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2020-03-18 23:48 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2020-03-18 23:48 UTC (permalink / raw
  To: gentoo-commits

commit:     0e26993c5735369584bfda441b45250b24170faa
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 23:46:43 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 23:46:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e26993c

kde-apps/pim-data-exporter: amd64 stable wrt bug #708822

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild
index a093267112d..8579346e6c8 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2020-03-19  0:06 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2020-03-19  0:06 UTC (permalink / raw
  To: gentoo-commits

commit:     cda8822dfccec5bfe94a75ee20fb6534e5ee7c6e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 00:04:56 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 00:04:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda8822d

kde-apps/pim-data-exporter: x86 stable wrt bug #708822

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild
index 8579346e6c8..89a336523d2 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2020-03-19  6:25 Mikle Kolyada
  0 siblings, 0 replies; 24+ messages in thread
From: Mikle Kolyada @ 2020-03-19  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     cd1555e09235ebd07114252aedcce490e068b573
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 06:23:32 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 06:23:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd1555e0

kde-apps/pim-data-exporter: arm64 stable wrt bug #708822

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild
index 89a336523d2..6290b04dc19 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-19.12.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2020-07-30  6:58 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2020-07-30  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     6803213b3a7d7ab441e62f4bf9b5fc29510ff58a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 06:54:29 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 06:57:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6803213b

kde-apps/pim-data-exporter: amd64 stable wrt bug #731966

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-20.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-20.04.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-20.04.3.ebuild
index 40ed3bd79b9..2cc7c6b6f56 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-20.04.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-20.04.3.ebuild
@@ -17,7 +17,7 @@ https://userbase.kde.org/KMail/Backup_Options"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="telemetry"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2020-07-30  7:21 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2020-07-30  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ec5e0bc32b9d03cedcbfa43c7ac53bc4bcc95f1d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 07:18:36 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 07:20:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5e0bc3

kde-apps/pim-data-exporter: x86 stable wrt bug #731966

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-20.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-20.04.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-20.04.3.ebuild
index 2cc7c6b6f56..5ed07f65ac1 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-20.04.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-20.04.3.ebuild
@@ -17,7 +17,7 @@ https://userbase.kde.org/KMail/Backup_Options"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="telemetry"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2020-10-15 10:30 Georgy Yakovlev
  0 siblings, 0 replies; 24+ messages in thread
From: Georgy Yakovlev @ 2020-10-15 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     f41519e1e0dad21ec577838eaf074c949b316e73
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 07:52:31 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 10:30:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41519e1

kde-apps/pim-data-exporter: add ~ppc64 keyword

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-20.08.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-20.08.2.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-20.08.2.ebuild
index 6121fb8a0a5..f32a20ea763 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-20.08.2.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-20.08.2.ebuild
@@ -17,7 +17,7 @@ https://userbase.kde.org/KMail/Backup_Options"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="telemetry"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2020-11-25 13:17 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2020-11-25 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c092b23ff145520678ec96240653138279869952
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 13:12:48 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 13:17:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c092b23f

kde-apps/pim-data-exporter: Restrict broken tests

Reported-by: Frank Krömmelbein <kroemmelbein <AT> gmx.de>
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-20.08.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-20.08.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-20.08.3.ebuild
index 2947cc1efda..959d8ca1dca 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-20.08.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-20.08.3.ebuild
@@ -48,6 +48,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+RESTRICT+=" test" # 11 out of 21 tests fail...
+
 src_configure() {
 	local mycmakeargs=(
 		$(cmake_use_find_package telemetry KUserFeedback)


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2021-02-24 19:35 Mikle Kolyada
  0 siblings, 0 replies; 24+ messages in thread
From: Mikle Kolyada @ 2021-02-24 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     31744bcd87f68b03433b1fe13afb38e85b3ff7cd
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 19:34:45 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 19:34:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31744bcd

kde-apps/pim-data-exporter: Stabilize 20.12.2 arm64, #770775

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-20.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-20.12.2.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-20.12.2.ebuild
index 66c145aec54..30091bea231 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-20.12.2.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-20.12.2.ebuild
@@ -17,7 +17,7 @@ https://userbase.kde.org/KMail/Backup_Options"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 IUSE="telemetry"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2021-02-24 22:40 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2021-02-24 22:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5795c076aaf84ff96958e3671d137d3bb574e47f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 21:18:26 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 22:39:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5795c076

kde-apps/pim-data-exporter: drop 20.08.3*

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/pim-data-exporter/Manifest                |  1 -
 .../pim-data-exporter-20.08.3.ebuild               | 59 ----------------------
 2 files changed, 60 deletions(-)

diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest
index 27954502785..b15d9a88649 100644
--- a/kde-apps/pim-data-exporter/Manifest
+++ b/kde-apps/pim-data-exporter/Manifest
@@ -1,2 +1 @@
-DIST pim-data-exporter-20.08.3.tar.xz 399520 BLAKE2B 770af04d616d3c4c397074ebf3702c98b9ab1566428a0dadf7ac416c2167a465b06be0d4047f3a6acfa4e97d5fb46039e2efa0fe3dec43e5011d5484ebc39bb8 SHA512 70459c941204cafb60c1c77c107208f32b41b3d50902c8ee9d10d40f126265c8ad4745ddbaa2b3e50537248acd6883d71a568105f5a90d94bcc7b5fa9004339a
 DIST pim-data-exporter-20.12.2.tar.xz 400376 BLAKE2B ed88c2292c3a5cc70a0382cac11c77a891fe71755e2a2ab962cf2d8aa7244a6222b30759be572a58682de50f3d50a05591141e8f1147373ef6947e27fe8c4598 SHA512 a213183e6f7e6086de511c3f8171de52b705c7097c85dd149ff912959b420df20c3ac5fd96c61687dfca20e1fe6745e48e0884deba914c3cda1274db36d7d153

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-20.08.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-20.08.3.ebuild
deleted file mode 100644
index dd9808d39d5..00000000000
--- a/kde-apps/pim-data-exporter/pim-data-exporter-20.08.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.74.0
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Assistant to backup and archive PIM data and configuration"
-HOMEPAGE="https://apps.kde.org/en/pimdataexporter
-https://userbase.kde.org/KMail/Backup_Options"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE="telemetry"
-
-DEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-apps/akonadi-${PVCUT}:5
-	>=kde-apps/kidentitymanagement-${PVCUT}:5
-	>=kde-apps/kmailtransport-${PVCUT}:5
-	>=kde-apps/kmime-${PVCUT}:5
-	>=kde-apps/kpimtextedit-${PVCUT}:5
-	>=kde-apps/libkdepim-${PVCUT}:5
-	>=kde-apps/mailcommon-${PVCUT}:5
-	>=kde-apps/pimcommon-${PVCUT}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcontacts-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	telemetry? ( dev-libs/kuserfeedback:5 )
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test" # 11 out of 21 tests fail...
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package telemetry KUserFeedback)
-	)
-
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2021-08-04  8:40 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2021-08-04  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     16e59656ca01755b1e4b601bdde5c7ff0a2c50ab
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  4 08:37:14 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug  4 08:40:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e59656

kde-apps/pim-data-exporter: amd64 stable wrt bug #805065

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-21.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-21.04.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-21.04.3.ebuild
index 10a09caad62..dc179cb311a 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-21.04.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-21.04.3.ebuild
@@ -17,7 +17,7 @@ https://userbase.kde.org/KMail/Backup_Options"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE="telemetry"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2021-08-04  9:01 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2021-08-04  9:01 UTC (permalink / raw
  To: gentoo-commits

commit:     82ea05e23478fe81b065191f754ad6f1f14d5278
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  4 08:58:26 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug  4 09:01:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ea05e2

kde-apps/pim-data-exporter: x86 stable wrt bug #805065

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-21.04.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-21.04.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-21.04.3.ebuild
index dc179cb311a..b1a71383253 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-21.04.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-21.04.3.ebuild
@@ -17,7 +17,7 @@ https://userbase.kde.org/KMail/Backup_Options"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="telemetry"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2021-11-16  7:40 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2021-11-16  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     ecabf8fe3488f7c2dc19d43a30b4fe1552502b47
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 06:45:09 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 07:37:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecabf8fe

kde-apps/pim-data-exporter: Drop bogus dep

Upstream commit b44a80130285806953f1c14ac6f7829eae2d8d7d

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../pim-data-exporter-21.08.3-r1.ebuild            | 64 ++++++++++++++++++++++
 1 file changed, 64 insertions(+)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-21.08.3-r1.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-21.08.3-r1.ebuild
new file mode 100644
index 000000000000..b2dd8f7f2fb5
--- /dev/null
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-21.08.3-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.84.0
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Assistant to backup and archive PIM data and configuration"
+HOMEPAGE="https://apps.kde.org/pimdataexporter/
+https://userbase.kde.org/KMail/Backup_Options"
+
+LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="telemetry"
+
+RESTRICT="test" # 11 out of 21 tests fail...
+
+DEPEND="
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-apps/akonadi-${PVCUT}:5
+	>=kde-apps/kidentitymanagement-${PVCUT}:5
+	>=kde-apps/kmailtransport-${PVCUT}:5
+	>=kde-apps/kmime-${PVCUT}:5
+	>=kde-apps/kpimtextedit-${PVCUT}:5
+	>=kde-apps/libkdepim-${PVCUT}:5
+	>=kde-apps/mailcommon-${PVCUT}:5
+	>=kde-apps/pimcommon-${PVCUT}:5
+	>=kde-frameworks/karchive-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcontacts-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kcrash-${KFMIN}:5
+	>=kde-frameworks/kdbusaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kitemviews-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kxmlgui-${KFMIN}:5
+	telemetry? ( dev-libs/kuserfeedback:5 )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	ecm_src_prepare
+	ecm_punt_bogus_dep KF5 GrantleeTheme
+}
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake_use_find_package telemetry KUserFeedback)
+	)
+
+	ecm_src_configure
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2021-11-16  7:40 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2021-11-16  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     ef07cced275f58b22d2455d499d4d9022f7673b6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 06:45:36 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 07:37:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef07cced

kde-apps/pim-data-exporter: Drop 21.08.3 (r0)

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../pim-data-exporter-21.08.3.ebuild               | 60 ----------------------
 1 file changed, 60 deletions(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-21.08.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-21.08.3.ebuild
deleted file mode 100644
index f9169ae123e4..000000000000
--- a/kde-apps/pim-data-exporter/pim-data-exporter-21.08.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.84.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Assistant to backup and archive PIM data and configuration"
-HOMEPAGE="https://apps.kde.org/pimdataexporter/
-https://userbase.kde.org/KMail/Backup_Options"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="telemetry"
-
-DEPEND="
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-apps/akonadi-${PVCUT}:5
-	>=kde-apps/grantleetheme-${PVCUT}:5
-	>=kde-apps/kidentitymanagement-${PVCUT}:5
-	>=kde-apps/kmailtransport-${PVCUT}:5
-	>=kde-apps/kmime-${PVCUT}:5
-	>=kde-apps/kpimtextedit-${PVCUT}:5
-	>=kde-apps/libkdepim-${PVCUT}:5
-	>=kde-apps/mailcommon-${PVCUT}:5
-	>=kde-apps/pimcommon-${PVCUT}:5
-	>=kde-frameworks/karchive-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcontacts-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	telemetry? ( dev-libs/kuserfeedback:5 )
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test" # 11 out of 21 tests fail...
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package telemetry KUserFeedback)
-	)
-
-	ecm_src_configure
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/
@ 2023-02-07 10:37 Andreas Sturmlechner
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Sturmlechner @ 2023-02-07 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     759a56ab68429c85b1a20cec2b06c9e6160d3300
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 22:54:51 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 10:36:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=759a56ab

kde-apps/pim-data-exporter: destabilize 22.08.3 for ~x86

Bug: https://bugs.gentoo.org/893234
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/pim-data-exporter/pim-data-exporter-22.08.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-22.08.3.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-22.08.3.ebuild
index 5a3b992ee37e..0a07f0017c6b 100644
--- a/kde-apps/pim-data-exporter/pim-data-exporter-22.08.3.ebuild
+++ b/kde-apps/pim-data-exporter/pim-data-exporter-22.08.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ https://userbase.kde.org/KMail/Backup_Options"
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
 IUSE="telemetry"
 
 RESTRICT="test" # 11 out of 21 tests fail...


^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2023-02-07 10:37 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-30  7:21 [gentoo-commits] repo/gentoo:master commit in: kde-apps/pim-data-exporter/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2023-02-07 10:37 Andreas Sturmlechner
2021-11-16  7:40 Andreas Sturmlechner
2021-11-16  7:40 Andreas Sturmlechner
2021-08-04  9:01 Agostino Sarubbo
2021-08-04  8:40 Agostino Sarubbo
2021-02-24 22:40 Andreas Sturmlechner
2021-02-24 19:35 Mikle Kolyada
2020-11-25 13:17 Andreas Sturmlechner
2020-10-15 10:30 Georgy Yakovlev
2020-07-30  6:58 Agostino Sarubbo
2020-03-19  6:25 Mikle Kolyada
2020-03-19  0:06 Agostino Sarubbo
2020-03-18 23:48 Agostino Sarubbo
2019-12-02 23:29 Aaron Bauman
2019-07-28  2:45 Mikle Kolyada
2019-07-28  2:33 Mikle Kolyada
2019-04-06 15:37 Mikle Kolyada
2019-03-21 11:34 Mikle Kolyada
2019-03-21 11:14 Mikle Kolyada
2019-03-19 11:18 Andreas Sturmlechner
2018-11-29 11:41 Andreas Sturmlechner
2018-07-29 12:56 Thomas Deutschmann
2018-07-29  0:38 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox