* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2016-04-26 6:28 Johannes Huber
0 siblings, 0 replies; 18+ messages in thread
From: Johannes Huber @ 2016-04-26 6:28 UTC (permalink / raw
To: gentoo-commits
commit: ca79d38b075680b1f6c4031bfba94b3d32019c06
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Apr 24 08:04:09 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 06:27:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca79d38b
kde-apps/kdecore-meta: Add khelpcenter to RDEPEND
Now that khelpcenter resides in kde-apps/, also depend on it from an
applications meta package. Helps portage resolve conflict for stable
users.
Package-Manager: portage-2.2.27
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
kde-apps/kdecore-meta/kdecore-meta-15.12.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-15.12.3.ebuild b/kde-apps/kdecore-meta/kdecore-meta-15.12.3.ebuild
index 6026e0b..6e9c995 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-15.12.3.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-15.12.3.ebuild
@@ -8,12 +8,13 @@ inherit kde5-meta-pkg
DESCRIPTION="kdecore - merge this to pull in the most basic applications"
KEYWORDS=" ~amd64 ~x86"
-IUSE="minimal +wallpapers"
+IUSE="+handbook minimal +wallpapers"
RDEPEND="
$(add_kdeapps_dep dolphin)
$(add_kdeapps_dep konsole)
$(add_kdeapps_dep kwrite)
+ handbook? ( $(add_kdeapps_dep khelpcenter '' 5.5.5-r1) )
wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3) )
!minimal? ( $(add_kdeapps_dep kdebase-runtime-meta '' 15.08.3-r1) )
"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2016-07-29 20:23 Johannes Huber
0 siblings, 0 replies; 18+ messages in thread
From: Johannes Huber @ 2016-07-29 20:23 UTC (permalink / raw
To: gentoo-commits
commit: 88a2ee0406fda15455ba9dc6896efe3a89d4893c
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 20:00:02 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 20:23:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a2ee04
kde-apps/kdecore-meta: Drop kde-apps/kde-wallpapers for removal
Package-Manager: portage-2.3.0
kde-apps/kdecore-meta/kdecore-meta-15.12.3.ebuild | 3 +--
kde-apps/kdecore-meta/kdecore-meta-16.04.3.ebuild | 3 +--
kde-apps/kdecore-meta/metadata.xml | 1 -
3 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-15.12.3.ebuild b/kde-apps/kdecore-meta/kdecore-meta-15.12.3.ebuild
index bd91837..2301fc3 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-15.12.3.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-15.12.3.ebuild
@@ -8,13 +8,12 @@ inherit kde5-meta-pkg
DESCRIPTION="kdecore - merge this to pull in the most basic applications"
KEYWORDS="amd64 x86"
-IUSE="+handbook minimal +wallpapers"
+IUSE="+handbook minimal"
RDEPEND="
$(add_kdeapps_dep dolphin)
$(add_kdeapps_dep konsole)
$(add_kdeapps_dep kwrite)
handbook? ( $(add_kdeapps_dep khelpcenter '' 5.5.5-r1) )
- wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3) )
!minimal? ( $(add_kdeapps_dep kdebase-runtime-meta '' 15.08.3-r1) )
"
diff --git a/kde-apps/kdecore-meta/kdecore-meta-16.04.3.ebuild b/kde-apps/kdecore-meta/kdecore-meta-16.04.3.ebuild
index 3445821..938d2cc 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-16.04.3.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-16.04.3.ebuild
@@ -8,13 +8,12 @@ inherit kde5-meta-pkg
DESCRIPTION="kdecore - merge this to pull in the most basic applications"
KEYWORDS="~amd64 ~x86"
-IUSE="+handbook minimal +wallpapers"
+IUSE="+handbook minimal"
RDEPEND="
$(add_kdeapps_dep dolphin)
$(add_kdeapps_dep konsole)
$(add_kdeapps_dep kwrite)
handbook? ( $(add_kdeapps_dep khelpcenter) )
- wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3-r1) )
!minimal? ( $(add_kdeapps_dep kdebase-runtime-meta '' 16.04.3) )
"
diff --git a/kde-apps/kdecore-meta/metadata.xml b/kde-apps/kdecore-meta/metadata.xml
index 086fdd3..6130e7f 100644
--- a/kde-apps/kdecore-meta/metadata.xml
+++ b/kde-apps/kdecore-meta/metadata.xml
@@ -7,6 +7,5 @@
</maintainer>
<use>
<flag name="minimal">Disable install of various KDE SC 4 based packages</flag>
- <flag name="wallpapers">Install the KDE wallpapers</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2017-03-11 19:51 Johannes Huber
0 siblings, 0 replies; 18+ messages in thread
From: Johannes Huber @ 2017-03-11 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 99f3812a0073527dbe3bccd24e75b1810dc92126
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 19:50:53 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 19:51:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f3812a
kde-apps/kdecore-meta: Drop pointless minimal use flag
Package-Manager: Portage-2.3.4, Repoman-2.3.2
kde-apps/kdecore-meta/kdecore-meta-16.08.3.ebuild | 5 ++---
kde-apps/kdecore-meta/metadata.xml | 3 ---
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-16.08.3.ebuild b/kde-apps/kdecore-meta/kdecore-meta-16.08.3.ebuild
index 77019a2bb90..9149b6624c0 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-16.08.3.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-16.08.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ inherit kde5-meta-pkg
DESCRIPTION="kdecore - merge this to pull in the most basic applications"
KEYWORDS="amd64 x86"
-IUSE="+handbook minimal nls"
+IUSE="+handbook nls"
[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
@@ -17,5 +17,4 @@ RDEPEND="
$(add_kdeapps_dep kwrite)
handbook? ( $(add_kdeapps_dep khelpcenter) )
nls? ( $(add_kdeapps_dep kde-l10n '' ${L10N_MINIMAL}) )
- !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta '' 16.04.3) )
"
diff --git a/kde-apps/kdecore-meta/metadata.xml b/kde-apps/kdecore-meta/metadata.xml
index 6130e7ff460..2fdbf33d963 100644
--- a/kde-apps/kdecore-meta/metadata.xml
+++ b/kde-apps/kdecore-meta/metadata.xml
@@ -5,7 +5,4 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
- <use>
- <flag name="minimal">Disable install of various KDE SC 4 based packages</flag>
- </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2018-02-27 16:14 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2018-02-27 16:14 UTC (permalink / raw
To: gentoo-commits
commit: bf872fc4ee601602d2ceaa0e7c4d66cdaaa1cf4a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 16:01:55 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 16:13:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf872fc4
kde-apps/kdecore-meta: Add falkon as alt. web browser
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../{kdecore-meta-17.12.2.ebuild => kdecore-meta-17.12.2-r1.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-17.12.2.ebuild b/kde-apps/kdecore-meta/kdecore-meta-17.12.2-r1.ebuild
similarity index 85%
rename from kde-apps/kdecore-meta/kdecore-meta-17.12.2.ebuild
rename to kde-apps/kdecore-meta/kdecore-meta-17.12.2-r1.ebuild
index bc5250ecc20..10c9f670dda 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-17.12.2.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-17.12.2-r1.ebuild
@@ -14,7 +14,11 @@ RDEPEND="
$(add_kdeapps_dep kdialog)
$(add_kdeapps_dep keditbookmarks)
$(add_kdeapps_dep kfind)
- || ( www-client/qupzilla $(add_kdeapps_dep konqueror) )
+ || (
+ www-client/falkon
+ www-client/qupzilla
+ $(add_kdeapps_dep konqueror)
+ )
$(add_kdeapps_dep konsole)
$(add_kdeapps_dep kwrite)
handbook? ( $(add_kdeapps_dep khelpcenter) )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2018-11-18 19:04 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2018-11-18 19:04 UTC (permalink / raw
To: gentoo-commits
commit: 57fa2906a320e983aeee4ffa59e674c82df1cd4e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 18:37:59 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 19:04:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fa2906
kde-apps/kdecore-meta: Add USE +webengine webkit
Be explicit with webbrowser choice, disable webkit by default.
Konqueror is a shadow of itself and Qt5WebKit is deprecated anyway.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kdecore-meta/kdecore-meta-18.08.3-r1.ebuild | 25 ++++++++++++++++++++++
kde-apps/kdecore-meta/metadata.xml | 3 +++
2 files changed, 28 insertions(+)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-18.08.3-r1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-18.08.3-r1.ebuild
new file mode 100644
index 00000000000..4a00970c79f
--- /dev/null
+++ b/kde-apps/kdecore-meta/kdecore-meta-18.08.3-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdecore - merge this to pull in the most basic applications"
+KEYWORDS="~amd64 ~x86"
+IUSE="+handbook +webengine webkit"
+
+RDEPEND="
+ $(add_kdeapps_dep dolphin)
+ $(add_kdeapps_dep kdialog)
+ $(add_kdeapps_dep keditbookmarks)
+ $(add_kdeapps_dep kfind)
+ $(add_kdeapps_dep konsole)
+ $(add_kdeapps_dep kwrite)
+ handbook? ( $(add_kdeapps_dep khelpcenter) )
+ webengine? ( www-client/falkon )
+ webkit? (
+ $(add_kdeapps_dep konqueror 'webengine?')
+ kde-misc/kwebkitpart:5
+ )
+"
diff --git a/kde-apps/kdecore-meta/metadata.xml b/kde-apps/kdecore-meta/metadata.xml
index 2fdbf33d963..8a440f7049c 100644
--- a/kde-apps/kdecore-meta/metadata.xml
+++ b/kde-apps/kdecore-meta/metadata.xml
@@ -5,4 +5,7 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <use>
+ <flag name="webengine">Enable <pkg>www-client/falkon</pkg> which depends on <pkg>dev-qt/qtwebengine</pkg></flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2018-11-18 19:04 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2018-11-18 19:04 UTC (permalink / raw
To: gentoo-commits
commit: 575f3997a6521441bb62e672c5a51f1f4b64763d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 18:38:44 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 19:04:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=575f3997
kde-apps/kdecore-meta: Drop 18.08.3 (r0)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kdecore-meta/kdecore-meta-18.08.3.ebuild | 24 -----------------------
1 file changed, 24 deletions(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-18.08.3.ebuild b/kde-apps/kdecore-meta/kdecore-meta-18.08.3.ebuild
deleted file mode 100644
index 94065acab4a..00000000000
--- a/kde-apps/kdecore-meta/kdecore-meta-18.08.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="kdecore - merge this to pull in the most basic applications"
-KEYWORDS="~amd64 ~x86"
-IUSE="+handbook"
-
-RDEPEND="
- $(add_kdeapps_dep dolphin)
- $(add_kdeapps_dep kdialog)
- $(add_kdeapps_dep keditbookmarks)
- $(add_kdeapps_dep kfind)
- || (
- www-client/falkon
- $(add_kdeapps_dep konqueror)
- )
- $(add_kdeapps_dep konsole)
- $(add_kdeapps_dep kwrite)
- handbook? ( $(add_kdeapps_dep khelpcenter) )
-"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2019-03-02 23:28 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2019-03-02 23:28 UTC (permalink / raw
To: gentoo-commits
commit: 33b57ba24c0bc9cd753ef21463451dd04179b30e
Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 15:47:00 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 23:28:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b57ba2
kde-apps/kdecore-meta: 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/kdecore-meta/kdecore-meta-18.12.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-18.12.2.ebuild b/kde-apps/kdecore-meta/kdecore-meta-18.12.2.ebuild
index 6ca6a229728..986a61d26db 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-18.12.2.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-18.12.2.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.kde.org/"
LICENSE="metapackage"
SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="+handbook +webengine webkit"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2020-01-09 18:20 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-01-09 18:20 UTC (permalink / raw
To: gentoo-commits
commit: 117b8f6b1a59a44c9b46fe3a8be5f4b10be51305
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 9 18:19:15 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 9 18:20:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117b8f6b
kde-apps/kdecore-meta: Add kde-apps/konqueror[webengine] USE default
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild b/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild
index 5575e6f572c..7c6b556b81c 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,7 +21,7 @@ RDEPEND="
handbook? ( >=kde-apps/khelpcenter-${PV}:${SLOT} )
webengine? ( www-client/falkon )
webkit? (
- >=kde-apps/konqueror-${PV}:${SLOT}[webengine?]
+ >=kde-apps/konqueror-${PV}:${SLOT}[webengine(+)?]
kde-misc/kwebkitpart:5
)
"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2020-02-16 13:41 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-02-16 13:41 UTC (permalink / raw
To: gentoo-commits
commit: ff799f9ea247c2106701da1598282809ec8093c3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 10:59:15 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 13:40:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff799f9e
kde-apps/kdecore-meta: Drop USE webkit
kde-apps/konqueror no longer has optional webengine support.
Now that it is required, the webkit fallback no longer makes sense.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kdecore-meta/kdecore-meta-19.08.3-r1.ebuild | 34 ++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-19.08.3-r1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-19.08.3-r1.ebuild
new file mode 100644
index 00000000000..ad73222f26f
--- /dev/null
+++ b/kde-apps/kdecore-meta/kdecore-meta-19.08.3-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="kdecore - merge this to pull in the most basic applications"
+HOMEPAGE="https://kde.org/"
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="amd64 arm64 x86"
+IUSE="+handbook +share +thumbnail +webengine"
+
+RDEPEND="
+ >=kde-apps/dolphin-${PV}:${SLOT}
+ >=kde-apps/kdialog-${PV}:${SLOT}
+ >=kde-apps/keditbookmarks-${PV}:${SLOT}
+ >=kde-apps/kfind-${PV}:${SLOT}
+ >=kde-apps/konsole-${PV}:${SLOT}
+ >=kde-apps/kwrite-${PV}:${SLOT}
+ handbook? ( >=kde-apps/khelpcenter-${PV}:${SLOT} )
+ webengine? ( || (
+ www-client/falkon
+ >=kde-apps/konqueror-${PV}:${SLOT}
+ ) )
+"
+# Optional runtime deps: kde-apps/dolphin
+RDEPEND="${RDEPEND}
+ share? ( kde-frameworks/purpose:${SLOT} )
+ thumbnail? (
+ >=kde-apps/ffmpegthumbs-${PV}:${SLOT}
+ >=kde-apps/thumbnailers-${PV}:${SLOT}
+ )
+"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2020-02-16 13:41 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-02-16 13:41 UTC (permalink / raw
To: gentoo-commits
commit: 110f0400c4e619517f9c5d3ba6c148855b3de537
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 11:00:11 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 13:40:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110f0400
kde-apps/kdecore-meta: Drop 19.08.3 (r0)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild | 35 -----------------------
kde-apps/kdecore-meta/metadata.xml | 1 -
2 files changed, 36 deletions(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild b/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild
deleted file mode 100644
index 7c6b556b81c..00000000000
--- a/kde-apps/kdecore-meta/kdecore-meta-19.08.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="kdecore - merge this to pull in the most basic applications"
-HOMEPAGE="https://kde.org/"
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="amd64 arm64 x86"
-IUSE="+handbook +share +thumbnail +webengine webkit"
-
-RDEPEND="
- >=kde-apps/dolphin-${PV}:${SLOT}
- >=kde-apps/kdialog-${PV}:${SLOT}
- >=kde-apps/keditbookmarks-${PV}:${SLOT}
- >=kde-apps/kfind-${PV}:${SLOT}
- >=kde-apps/konsole-${PV}:${SLOT}
- >=kde-apps/kwrite-${PV}:${SLOT}
- handbook? ( >=kde-apps/khelpcenter-${PV}:${SLOT} )
- webengine? ( www-client/falkon )
- webkit? (
- >=kde-apps/konqueror-${PV}:${SLOT}[webengine(+)?]
- kde-misc/kwebkitpart:5
- )
-"
-# Optional runtime deps: kde-apps/dolphin
-RDEPEND="${RDEPEND}
- share? ( kde-frameworks/purpose:${SLOT} )
- thumbnail? (
- >=kde-apps/ffmpegthumbs-${PV}:${SLOT}
- >=kde-apps/thumbnailers-${PV}:${SLOT}
- )
-"
diff --git a/kde-apps/kdecore-meta/metadata.xml b/kde-apps/kdecore-meta/metadata.xml
index 99b40a291ad..ce448ffcffb 100644
--- a/kde-apps/kdecore-meta/metadata.xml
+++ b/kde-apps/kdecore-meta/metadata.xml
@@ -9,6 +9,5 @@
<flag name="share">Install <pkg>kde-frameworks/purpose</pkg> for share file context menu actions in <pkg>kde-apps/dolphin</pkg></flag>
<flag name="thumbnail">Install <pkg>kde-apps/ffmpegthumbs</pkg> and <pkg>kde-apps/thumbnailers</pkg> for thumbnail generation in <pkg>kde-apps/dolphin</pkg></flag>
<flag name="webengine">Enable <pkg>www-client/falkon</pkg> which depends on <pkg>dev-qt/qtwebengine</pkg></flag>
- <flag name="webkit">Enable <pkg>kde-apps/konqueror</pkg> with <pkg>kde-misc/kwebkitpart</pkg> which depend on <pkg>dev-qt/qtwebkit</pkg></flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2022-11-01 5:34 WANG Xuerui
0 siblings, 0 replies; 18+ messages in thread
From: WANG Xuerui @ 2022-11-01 5:34 UTC (permalink / raw
To: gentoo-commits
commit: c83a367905f18cfe1d05d65f9471eb1ea8170995
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 1 05:24:25 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 05:24:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83a3679
kde-apps/kdecore-meta: keyword 22.08.2 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
kde-apps/kdecore-meta/kdecore-meta-22.08.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-22.08.2.ebuild b/kde-apps/kdecore-meta/kdecore-meta-22.08.2.ebuild
index 70f523c55e19..553341dc66ad 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-22.08.2.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-22.08.2.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://kde.org/"
LICENSE="metapackage"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
IUSE="+handbook +share +thumbnail +webengine"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2023-01-09 19:47 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2023-01-09 19:47 UTC (permalink / raw
To: gentoo-commits
commit: cd29452bcaaeddc3ea6c842376bfb0e49a8f3de6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 9 19:34:50 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 9 19:47:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd29452b
kde-apps/kdecore-meta: Update HOMEPAGE
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kdecore-meta/kdecore-meta-22.08.3.ebuild | 2 +-
kde-apps/kdecore-meta/kdecore-meta-22.12.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-22.08.3.ebuild b/kde-apps/kdecore-meta/kdecore-meta-22.08.3.ebuild
index e2e8dd04b8b2..c081fbb06d3d 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-22.08.3.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-22.08.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DESCRIPTION="kdecore - merge this to pull in the most basic applications"
-HOMEPAGE="https://kde.org/"
+HOMEPAGE="https://apps.kde.org/"
LICENSE="metapackage"
SLOT="5"
diff --git a/kde-apps/kdecore-meta/kdecore-meta-22.12.1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-22.12.1.ebuild
index 13826105e807..553185baa31b 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-22.12.1.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-22.12.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DESCRIPTION="kdecore - merge this to pull in the most basic applications"
-HOMEPAGE="https://kde.org/"
+HOMEPAGE="https://apps.kde.org/"
LICENSE="metapackage"
SLOT="5"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2024-08-21 21:51 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2024-08-21 21:51 UTC (permalink / raw
To: gentoo-commits
commit: b955f2dba842cc43dbca5a9245d1e7b971c0e7e5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 20 15:34:54 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 21:16:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b955f2db
kde-apps/kdecore-meta: Drop IUSE thumbnail
kde-apps/dolphin now pulling in kde-apps/thumbnailers in RDEPEND.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kdecore-meta/kdecore-meta-23.08.5-r1.ebuild | 30 ++++++++++++++++++++
.../kdecore-meta/kdecore-meta-24.05.2-r1.ebuild | 32 ++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-23.08.5-r1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-23.08.5-r1.ebuild
new file mode 100644
index 000000000000..de10b7eb2b15
--- /dev/null
+++ b/kde-apps/kdecore-meta/kdecore-meta-23.08.5-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="kdecore - merge this to pull in the most basic applications"
+HOMEPAGE="https://apps.kde.org/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 x86"
+IUSE="+handbook +share +webengine"
+
+RDEPEND="
+ >=kde-apps/dolphin-${PV}:5
+ >=kde-apps/kdialog-${PV}:5
+ >=kde-apps/keditbookmarks-${PV}:5
+ >=kde-apps/kfind-${PV}:5
+ >=kde-apps/konsole-${PV}:5
+ >=kde-apps/kwrite-${PV}:5
+ handbook? ( >=kde-apps/khelpcenter-${PV}:5 )
+ webengine? ( || (
+ >=www-client/falkon-${PV}
+ >=kde-apps/konqueror-${PV}:5
+ ) )
+"
+# Optional runtime deps: kde-apps/dolphin
+RDEPEND="${RDEPEND}
+ share? ( kde-frameworks/purpose:5 )
+"
diff --git a/kde-apps/kdecore-meta/kdecore-meta-24.05.2-r1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-24.05.2-r1.ebuild
new file mode 100644
index 000000000000..21765cbcdc58
--- /dev/null
+++ b/kde-apps/kdecore-meta/kdecore-meta-24.05.2-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="kdecore - merge this to pull in the most basic applications"
+HOMEPAGE="https://apps.kde.org/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="+share +webengine"
+
+RDEPEND="
+ >=kde-apps/dolphin-${PV}:*
+ >=kde-apps/kdialog-${PV}:*
+ >=kde-apps/keditbookmarks-${PV}:*
+ >=kde-apps/kfind-${PV}:*
+ >=kde-apps/konsole-${PV}:*
+ >=kde-apps/kwrite-${PV}:*
+ webengine? (
+ >=kde-apps/khelpcenter-${PV}:*
+ || (
+ >=www-client/falkon-${PV}
+ >=kde-apps/konqueror-${PV}:*
+ )
+ )
+"
+# Optional runtime deps: kde-apps/dolphin
+RDEPEND="${RDEPEND}
+ share? ( kde-frameworks/purpose:6 )
+"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2024-08-21 21:51 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2024-08-21 21:51 UTC (permalink / raw
To: gentoo-commits
commit: 59e8c4810d9d02c64ee2bfa603e454e8d1afc77a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 20 15:34:55 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 21:16:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e8c481
kde-apps/kdecore-meta: drop 23.08.5, 24.05.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kdecore-meta/kdecore-meta-23.08.5.ebuild | 34 ---------------------
kde-apps/kdecore-meta/kdecore-meta-24.05.2.ebuild | 36 -----------------------
kde-apps/kdecore-meta/metadata.xml | 1 -
3 files changed, 71 deletions(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-23.08.5.ebuild b/kde-apps/kdecore-meta/kdecore-meta-23.08.5.ebuild
deleted file mode 100644
index 2079181d1642..000000000000
--- a/kde-apps/kdecore-meta/kdecore-meta-23.08.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="kdecore - merge this to pull in the most basic applications"
-HOMEPAGE="https://apps.kde.org/"
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 x86"
-IUSE="+handbook +share +thumbnail +webengine"
-
-RDEPEND="
- >=kde-apps/dolphin-${PV}:5
- >=kde-apps/kdialog-${PV}:5
- >=kde-apps/keditbookmarks-${PV}:5
- >=kde-apps/kfind-${PV}:5
- >=kde-apps/konsole-${PV}:5
- >=kde-apps/kwrite-${PV}:5
- handbook? ( >=kde-apps/khelpcenter-${PV}:5 )
- webengine? ( || (
- >=www-client/falkon-${PV}
- >=kde-apps/konqueror-${PV}:5
- ) )
-"
-# Optional runtime deps: kde-apps/dolphin
-RDEPEND="${RDEPEND}
- share? ( kde-frameworks/purpose:5 )
- thumbnail? (
- >=kde-apps/ffmpegthumbs-${PV}:5
- >=kde-apps/thumbnailers-${PV}:5
- )
-"
diff --git a/kde-apps/kdecore-meta/kdecore-meta-24.05.2.ebuild b/kde-apps/kdecore-meta/kdecore-meta-24.05.2.ebuild
deleted file mode 100644
index 62fdc11c12d1..000000000000
--- a/kde-apps/kdecore-meta/kdecore-meta-24.05.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="kdecore - merge this to pull in the most basic applications"
-HOMEPAGE="https://apps.kde.org/"
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="+share +thumbnail +webengine"
-
-RDEPEND="
- >=kde-apps/dolphin-${PV}:*
- >=kde-apps/kdialog-${PV}:*
- >=kde-apps/keditbookmarks-${PV}:*
- >=kde-apps/kfind-${PV}:*
- >=kde-apps/konsole-${PV}:*
- >=kde-apps/kwrite-${PV}:*
- webengine? (
- >=kde-apps/khelpcenter-${PV}:*
- || (
- >=www-client/falkon-${PV}
- >=kde-apps/konqueror-${PV}:*
- )
- )
-"
-# Optional runtime deps: kde-apps/dolphin
-RDEPEND="${RDEPEND}
- share? ( kde-frameworks/purpose:6 )
- thumbnail? (
- >=kde-apps/ffmpegthumbs-${PV}:*
- >=kde-apps/thumbnailers-${PV}:*
- )
-"
diff --git a/kde-apps/kdecore-meta/metadata.xml b/kde-apps/kdecore-meta/metadata.xml
index 0d9e85803212..7ea8697f712f 100644
--- a/kde-apps/kdecore-meta/metadata.xml
+++ b/kde-apps/kdecore-meta/metadata.xml
@@ -10,7 +10,6 @@
</upstream>
<use>
<flag name="share">Install <pkg>kde-frameworks/purpose</pkg> for share file context menu actions in <pkg>kde-apps/dolphin</pkg></flag>
- <flag name="thumbnail">Install <pkg>kde-apps/ffmpegthumbs</pkg> and <pkg>kde-apps/thumbnailers</pkg> for thumbnail generation in <pkg>kde-apps/dolphin</pkg></flag>
<flag name="webengine">Enable <pkg>www-client/falkon</pkg> which depends on <pkg>dev-qt/qtwebengine</pkg></flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2024-09-04 14:15 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2024-09-04 14:15 UTC (permalink / raw
To: gentoo-commits
commit: f63e87ff4ce45ddaadf615e434a74fdeeb31233a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 1 22:05:21 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 14:04:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63e87ff
kde-apps/kdecore-meta: drop 23.08.5-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kdecore-meta/kdecore-meta-23.08.5-r1.ebuild | 30 ----------------------
1 file changed, 30 deletions(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-23.08.5-r1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-23.08.5-r1.ebuild
deleted file mode 100644
index de10b7eb2b15..000000000000
--- a/kde-apps/kdecore-meta/kdecore-meta-23.08.5-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="kdecore - merge this to pull in the most basic applications"
-HOMEPAGE="https://apps.kde.org/"
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 x86"
-IUSE="+handbook +share +webengine"
-
-RDEPEND="
- >=kde-apps/dolphin-${PV}:5
- >=kde-apps/kdialog-${PV}:5
- >=kde-apps/keditbookmarks-${PV}:5
- >=kde-apps/kfind-${PV}:5
- >=kde-apps/konsole-${PV}:5
- >=kde-apps/kwrite-${PV}:5
- handbook? ( >=kde-apps/khelpcenter-${PV}:5 )
- webengine? ( || (
- >=www-client/falkon-${PV}
- >=kde-apps/konqueror-${PV}:5
- ) )
-"
-# Optional runtime deps: kde-apps/dolphin
-RDEPEND="${RDEPEND}
- share? ( kde-frameworks/purpose:5 )
-"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2024-10-07 5:41 Arthur Zamarin
0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2024-10-07 5:41 UTC (permalink / raw
To: gentoo-commits
commit: 34358ce166952446732c389af5d76f2e45e41e91
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 05:40:30 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 05:40:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34358ce1
kde-apps/kdecore-meta: Keyword 24.08.1 ppc64, #938283
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild
index 94abe4655261..21765cbcdc58 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://apps.kde.org/"
LICENSE="metapackage"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="+share +webengine"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2024-10-12 18:16 Arthur Zamarin
0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2024-10-12 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 0386718bc767280394ca7ab64caa2f5e9148bc62
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 18:05:05 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 18:16:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0386718b
kde-apps/kdecore-meta: Stabilize 24.08.1 amd64, #940669
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild
index 21765cbcdc58..89d202bf90b3 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://apps.kde.org/"
LICENSE="metapackage"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
IUSE="+share +webengine"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/
@ 2024-10-25 5:49 Arthur Zamarin
0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2024-10-25 5:49 UTC (permalink / raw
To: gentoo-commits
commit: 7ec419a943d3484069d10c7a96dde030571284fe
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 25 05:49:17 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 25 05:49:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec419a9
kde-apps/kdecore-meta: Stabilize 24.08.1 arm64, #940669
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild
index 89d202bf90b3..1d32a601df93 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-24.08.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://apps.kde.org/"
LICENSE="metapackage"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
IUSE="+share +webengine"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2024-10-25 5:49 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-21 21:51 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-10-25 5:49 Arthur Zamarin
2024-10-12 18:16 Arthur Zamarin
2024-10-07 5:41 Arthur Zamarin
2024-09-04 14:15 Andreas Sturmlechner
2024-08-21 21:51 Andreas Sturmlechner
2023-01-09 19:47 Andreas Sturmlechner
2022-11-01 5:34 WANG Xuerui
2020-02-16 13:41 Andreas Sturmlechner
2020-02-16 13:41 Andreas Sturmlechner
2020-01-09 18:20 Andreas Sturmlechner
2019-03-02 23:28 Andreas Sturmlechner
2018-11-18 19:04 Andreas Sturmlechner
2018-11-18 19:04 Andreas Sturmlechner
2018-02-27 16:14 Andreas Sturmlechner
2017-03-11 19:51 Johannes Huber
2016-07-29 20:23 Johannes Huber
2016-04-26 6:28 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox