* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/
@ 2016-02-06 15:59 Andreas Hüttel
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Hüttel @ 2016-02-06 15:59 UTC (permalink / raw
To: gentoo-commits
commit: faf20415cf609b2726bc1ba6de42b413ff974fac
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 6 14:27:13 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb 6 15:58:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf20415
kde-apps/kontact: Version bump
Package-Manager: portage-2.2.27
kde-apps/kontact/Manifest | 1 +
kde-apps/kontact/kontact-4.4.2016.01.ebuild | 51 +++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/kde-apps/kontact/Manifest b/kde-apps/kontact/Manifest
index 6508138..cbcb87d 100644
--- a/kde-apps/kontact/Manifest
+++ b/kde-apps/kontact/Manifest
@@ -1,3 +1,4 @@
DIST kdepim-4.14.10.tar.xz 14585020 SHA256 edad865b81259331780a25906127e105d06fda8aa56f6f11cfee4bc8f85bb7e2 SHA512 aa7e5a488964d11d355557e89053993bb0bed4860072dbb8ae1851df881713a15ec5aa4e428de9b85a8bef678ace307b33f186314fe5a8011521e30331a1691b WHIRLPOOL 358589e29baeb2f7bf648d1bbccb9bbf37c4c1a447f05a2eff472b50282d7d5118ad40ced2f93ac7f47f2c394f745216632d33be389e82f88efd69386f6ab57d
DIST kdepim-4.14.8.tar.xz 14575884 SHA256 52b4174924387030c1b3803267f099f3534aa8ccde796953d6cf34b4aabbe3a7 SHA512 687b0db97476e692718039153a1ee60cf9ddab8d9adad06abba702a170d49488f60f0fe050a339db2da2a5996d1bdbe1faec73c1c2e2b655fa9ea66aa538899c WHIRLPOOL 4ce31c3c526a0eed7819137cb5c29450da75fac8a7f4f74e25794b6617bbd7e12987bb45983408ae87bd892a57508d171941b9c4e1a75324773611d950fe55e4
DIST kdepim-4.4.2015.06.tar.xz 8901968 SHA256 d9153c57e697ca33d0bd82f1f93ed2befdabbe3822189c1c8acbdf7bf9bbaec6 SHA512 10e89ff1bb22ef03ae2128b800f87c76da945703fa98c07fa0ac29deb17c724beeca84995c50b067138ab7cf0543112173eb850d897b38c512a25974bfc15e1e WHIRLPOOL 543b9d629380e9923b38c414cf6e7390437a48acfb31b9ed934e9655bb1efb1f480065942775dc68d8382e639e4df122f953388dad90a9fadb3734d2f2fe72f0
+DIST kdepim-4.4.2016.01.tar.xz 8964248 SHA256 19f4d6ab4bcddf5a0e6acae50c20d0b8fbb482503e47e75c86955637d249cefa SHA512 a04737cc89f96e3635a19c492c9f3f31e7554aa8a237fb0ad8f5fe8c02e7e30911dd5d93bf0f27fd38603e496e02f3ef1d3064e159c99c71dea379199d1e0e03 WHIRLPOOL 9f02f5799b3a10a9b18b4c8cb34084051991cb7240d2b818cd2b58bde05abde2ef3126b3960f2554c7e5c4930266e561c1715c21fe72136654e28184b5083089
diff --git a/kde-apps/kontact/kontact-4.4.2016.01.ebuild b/kde-apps/kontact/kontact-4.4.2016.01.ebuild
new file mode 100644
index 0000000..9c4aef1
--- /dev/null
+++ b/kde-apps/kontact/kontact-4.4.2016.01.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME="kdepim"
+KDE_HANDBOOK=optional
+inherit kde4-meta
+
+DESCRIPTION="KDE personal information manager (noakonadi branch)"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdeapps_dep kdepimlibs '' 4.6)
+ $(add_kdeapps_dep libkdepim '' 4.4.2015)
+"
+RDEPEND="${DEPEND}"
+
+KMLOADLIBS="libkdepim"
+KMSAVELIBS="true"
+
+# We remove plugins that are related to external kdepim programs. This way
+# kontact doesn't have to depend on all programs it has plugins for.
+# kcontactmanager gone from kdesvn
+#
+# xml targets from kmail/ are being uncommented by kde4-meta.eclass
+KMEXTRACTONLY="
+ kmail/
+ kontact/plugins/akregator/
+ kontact/plugins/kaddressbook/
+ kontact/plugins/kjots/
+ kontact/plugins/kmail/
+ kontact/plugins/knode/
+ kontact/plugins/knotes/
+ kontact/plugins/korganizer/
+ kontact/plugins/ktimetracker/
+ kontact/plugins/planner/
+ kontact/plugins/specialdates/
+"
+
+src_unpack() {
+ if use handbook; then
+ KMEXTRA+="
+ doc/kontact-admin/
+ "
+ fi
+
+ kde4-meta_src_unpack
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/
@ 2016-03-05 12:59 Mikle Kolyada
0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2016-03-05 12:59 UTC (permalink / raw
To: gentoo-commits
commit: d5ba3d48ba43b97d0180bdbd7a6c745e3f9a32e4
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 5 12:56:47 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 12:56:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ba3d48
kde-apps/kontact: amd64 stable wrt bug #569742
Package-Manager: portage-2.2.26
kde-apps/kontact/kontact-4.14.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kontact/kontact-4.14.10.ebuild b/kde-apps/kontact/kontact-4.14.10.ebuild
index f2c6a3b..a13c7e0 100644
--- a/kde-apps/kontact/kontact-4.14.10.ebuild
+++ b/kde-apps/kontact/kontact-4.14.10.ebuild
@@ -11,7 +11,7 @@ inherit kde4-meta
DESCRIPTION="KDE personal information manager"
HOMEPAGE="https://www.kde.org/applications/office/kontact/"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/
@ 2016-03-06 11:26 Mikle Kolyada
0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2016-03-06 11:26 UTC (permalink / raw
To: gentoo-commits
commit: 66233814d09bc49069cd27d5698922168a467d31
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 11:08:28 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 11:22:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66233814
kde-apps/kontact: x86 stable wrt bug #569742
Package-Manager: portage-2.2.26
kde-apps/kontact/kontact-4.14.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kontact/kontact-4.14.10.ebuild b/kde-apps/kontact/kontact-4.14.10.ebuild
index a13c7e0..4a757d4 100644
--- a/kde-apps/kontact/kontact-4.14.10.ebuild
+++ b/kde-apps/kontact/kontact-4.14.10.ebuild
@@ -11,7 +11,7 @@ inherit kde4-meta
DESCRIPTION="KDE personal information manager"
HOMEPAGE="https://www.kde.org/applications/office/kontact/"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/
@ 2016-06-11 10:56 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2016-06-11 10:56 UTC (permalink / raw
To: gentoo-commits
commit: 23b9ac64c5f464bee74e62f43656312c8dc7e98d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 10:56:27 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 10:56:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b9ac64
kde-apps/kontact: amd64 stable wrt bug #584652
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-apps/kontact/kontact-4.14.11_pre20160211.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kontact/kontact-4.14.11_pre20160211.ebuild b/kde-apps/kontact/kontact-4.14.11_pre20160211.ebuild
index 4059ce8..be4276b 100644
--- a/kde-apps/kontact/kontact-4.14.11_pre20160211.ebuild
+++ b/kde-apps/kontact/kontact-4.14.11_pre20160211.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.kde.org/applications/office/kontact/"
COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/
@ 2016-06-11 12:23 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2016-06-11 12:23 UTC (permalink / raw
To: gentoo-commits
commit: 3530824cbb893ff13332f233da3f2d8a624d714b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 12:22:20 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 12:22:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3530824c
kde-apps/kontact: amd64 stable wrt bug #583728
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-apps/kontact/kontact-4.4.2016.01.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kontact/kontact-4.4.2016.01.ebuild b/kde-apps/kontact/kontact-4.4.2016.01.ebuild
index f2d4d0f..62f10a7 100644
--- a/kde-apps/kontact/kontact-4.4.2016.01.ebuild
+++ b/kde-apps/kontact/kontact-4.4.2016.01.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
DESCRIPTION="KDE personal information manager (noakonadi branch)"
HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/
@ 2017-05-07 21:24 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2017-05-07 21:24 UTC (permalink / raw
To: gentoo-commits
commit: e1cfb42ccc289d3967d269ba79c9898575307e17
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May 7 21:23:36 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May 7 21:23:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1cfb42c
kde-apps/kontact: amd64 stable wrt bug #617730
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild b/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild
index 3833a1a69d7..6ff17b4928c 100644
--- a/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
DESCRIPTION="Container application to unify several major PIM applications within one"
HOMEPAGE="https://www.kde.org/applications/office/kontact/"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/
@ 2017-05-10 15:44 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2017-05-10 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 20ddcc9e1443700a0fe1a156198918c98f6d17a6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 15:42:43 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 10 15:44:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ddcc9e
kde-apps/kontact: x86 stable wrt bug #617730
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild b/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild
index 6ff17b4928c..562991ad5f9 100644
--- a/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild
+++ b/kde-apps/kontact/kontact-4.14.11_pre20160611.ebuild
@@ -10,7 +10,7 @@ inherit kde4-meta
DESCRIPTION="Container application to unify several major PIM applications within one"
HOMEPAGE="https://www.kde.org/applications/office/kontact/"
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/
@ 2019-03-19 11:18 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2019-03-19 11:18 UTC (permalink / raw
To: gentoo-commits
commit: 22ff59cc1b5940774c1ac5d41f1b6443fac317e9
Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 21:04:54 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=22ff59cc
kde-apps/kontact: 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/kontact/kontact-18.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kontact/kontact-18.12.3.ebuild b/kde-apps/kontact/kontact-18.12.3.ebuild
index c4893406e56..a6d490b6e67 100644
--- a/kde-apps/kontact/kontact-18.12.3.ebuild
+++ b/kde-apps/kontact/kontact-18.12.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5
DESCRIPTION="Container application to unify several major PIM applications within one"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/
@ 2019-04-06 15:37 Mikle Kolyada
0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2019-04-06 15:37 UTC (permalink / raw
To: gentoo-commits
commit: 0789ab6532d18b2d1bc4d8eb97127fa7ed41e18d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 6 15:36:32 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Apr 6 15:36:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0789ab65
kde-apps/kontact: 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/kontact/kontact-18.12.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kontact/kontact-18.12.3-r1.ebuild b/kde-apps/kontact/kontact-18.12.3-r1.ebuild
index e2cbceaa972..4e209bed371 100644
--- a/kde-apps/kontact/kontact-18.12.3-r1.ebuild
+++ b/kde-apps/kontact/kontact-18.12.3-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde5
DESCRIPTION="Container application to unify several major PIM applications within one"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/
@ 2020-10-15 10:30 Georgy Yakovlev
0 siblings, 0 replies; 12+ messages in thread
From: Georgy Yakovlev @ 2020-10-15 10:30 UTC (permalink / raw
To: gentoo-commits
commit: 03911a43cced4cc8f026a9460e1dee0ed67e375e
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 07:44:45 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 10:30:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03911a43
kde-apps/kontact: add ~ppc64 keyword
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
kde-apps/kontact/kontact-20.08.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kontact/kontact-20.08.2.ebuild b/kde-apps/kontact/kontact-20.08.2.ebuild
index 40e2d11415e..2e7179fb94e 100644
--- a/kde-apps/kontact/kontact-20.08.2.ebuild
+++ b/kde-apps/kontact/kontact-20.08.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://kontact.kde.org/ https://kde.org/applications/en/office/org.kd
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/
@ 2021-02-24 19:35 Mikle Kolyada
0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2021-02-24 19:35 UTC (permalink / raw
To: gentoo-commits
commit: 6dc03252fa7ef177e9b4f3ed1bd4cc5c4ba8a84f
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 19:34:39 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 19:34:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc03252
kde-apps/kontact: Stabilize 20.12.2 arm64, #770775
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
kde-apps/kontact/kontact-20.12.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kontact/kontact-20.12.2.ebuild b/kde-apps/kontact/kontact-20.12.2.ebuild
index 66abfa0356f..77e83bad029 100644
--- a/kde-apps/kontact/kontact-20.12.2.ebuild
+++ b/kde-apps/kontact/kontact-20.12.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://kontact.kde.org/ https://apps.kde.org/en/en/kontact"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/
@ 2021-02-24 22:40 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2021-02-24 22:40 UTC (permalink / raw
To: gentoo-commits
commit: 3ea56d3834aa24be0a2297242e0e392aaeedcccd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 21:18:22 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 22:39:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea56d38
kde-apps/kontact: drop 20.08.3*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kontact/Manifest | 1 -
kde-apps/kontact/kontact-20.08.3.ebuild | 48 ---------------------------------
2 files changed, 49 deletions(-)
diff --git a/kde-apps/kontact/Manifest b/kde-apps/kontact/Manifest
index f0422d3bf3b..f746d3c5c37 100644
--- a/kde-apps/kontact/Manifest
+++ b/kde-apps/kontact/Manifest
@@ -1,2 +1 @@
-DIST kontact-20.08.3.tar.xz 794980 BLAKE2B 9d4b324360345ecfadc3e3163436086379abdc27c3477ed37300e42754b35269fd1765669d4a243cf36701b7e784bd423e60d3f122b4f5e436f3b7710744a16f SHA512 b90207279a2f344731c5c9caae45bcf5a4c0eab1cb13c364f9bdbb2e76127c016b0a422f3730e10cd15345a3241345e535f39e88a46e946b87130e856978b857
DIST kontact-20.12.2.tar.xz 790952 BLAKE2B 8d5a126d62e1d1cc151705bc2ac843625d866b1aa70d63d012341343dedcf0664b0c3e40cb99561f27e71ed4120357c2d9dbf0705673e74ea8dd9161d31c4d83 SHA512 52adbf4f201eafa819b17a88be5e409de5a06bb34e755f57c638b2cc315936fb7c8214d3242f2cdcc62924f44c416215acb1bb4da1a43641d996d3eb4ce44e19
diff --git a/kde-apps/kontact/kontact-20.08.3.ebuild b/kde-apps/kontact/kontact-20.08.3.ebuild
deleted file mode 100644
index 08b6a682b08..00000000000
--- a/kde-apps/kontact/kontact-20.08.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.74.0
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Container application to unify several major PIM applications within one"
-HOMEPAGE="https://kontact.kde.org/ https://apps.kde.org/en/en/kontact"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/grantleetheme-${PVCUT}:5
- >=kde-apps/kontactinterface-${PVCUT}:5
- >=kde-apps/kpimtextedit-${PVCUT}:5
- >=kde-apps/libkdepim-${PVCUT}:5
- >=kde-apps/mailcommon-${PVCUT}:5
- >=kde-apps/pimcommon-${PVCUT}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2021-02-24 22:40 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-06 15:59 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kontact/ Andreas Hüttel
-- strict thread matches above, loose matches on Subject: below --
2016-03-05 12:59 Mikle Kolyada
2016-03-06 11:26 Mikle Kolyada
2016-06-11 10:56 Agostino Sarubbo
2016-06-11 12:23 Agostino Sarubbo
2017-05-07 21:24 Agostino Sarubbo
2017-05-10 15:44 Agostino Sarubbo
2019-03-19 11:18 Andreas Sturmlechner
2019-04-06 15:37 Mikle Kolyada
2020-10-15 10:30 Georgy Yakovlev
2021-02-24 19:35 Mikle Kolyada
2021-02-24 22:40 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox