* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcodecs/
@ 2017-07-07 7:11 Alexis Ballier
0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier @ 2017-07-07 7:11 UTC (permalink / raw
To: gentoo-commits
commit: 96133ef0fa67179b992bd09912e45fe13bbb2285
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 07:09:21 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 07:10:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96133ef0
kde-frameworks/kcodecs: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
kde-frameworks/kcodecs/kcodecs-5.35.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/kcodecs/kcodecs-5.35.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.35.0.ebuild
index f0eb0670e04..fc57f8bf6d6 100644
--- a/kde-frameworks/kcodecs/kcodecs-5.35.0.ebuild
+++ b/kde-frameworks/kcodecs/kcodecs-5.35.0.ebuild
@@ -7,7 +7,7 @@ inherit kde5
DESCRIPTION="Framework for manipulating strings using various encodings"
LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="nls"
DEPEND="nls? ( $(add_qt_dep linguist-tools) )"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcodecs/
@ 2018-06-10 18:37 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 32aad759969d95827ab19011fc86a030682c2813
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 18:28:55 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 18:36:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32aad759
kde-frameworks/kcodecs: x86 stable (bug #656330)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
kde-frameworks/kcodecs/kcodecs-5.46.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/kcodecs/kcodecs-5.46.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.46.0.ebuild
index f84be738d78..e6408b0c110 100644
--- a/kde-frameworks/kcodecs/kcodecs-5.46.0.ebuild
+++ b/kde-frameworks/kcodecs/kcodecs-5.46.0.ebuild
@@ -7,7 +7,7 @@ inherit kde5
DESCRIPTION="Framework for manipulating strings using various encodings"
LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE="nls"
DEPEND="nls? ( $(add_qt_dep linguist-tools) )"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcodecs/
@ 2018-06-20 13:11 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-06-20 13:11 UTC (permalink / raw
To: gentoo-commits
commit: ab45c24989c237ce7e2f31192ef92bb19860fe89
Author: Matija Skala <mskala <AT> gmx <DOT> com>
AuthorDate: Mon Jun 18 19:49:23 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 20 13:10:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab45c249
kde-frameworks/kcodecs: Add missing DEPEND
Closes: https://github.com/gentoo/gentoo/pull/8896
kde-frameworks/kcodecs/kcodecs-5.46.0.ebuild | 5 ++++-
kde-frameworks/kcodecs/kcodecs-5.47.0.ebuild | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/kde-frameworks/kcodecs/kcodecs-5.46.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.46.0.ebuild
index e6408b0c110..092e59a458f 100644
--- a/kde-frameworks/kcodecs/kcodecs-5.46.0.ebuild
+++ b/kde-frameworks/kcodecs/kcodecs-5.46.0.ebuild
@@ -10,4 +10,7 @@ LICENSE="GPL-2+ LGPL-2+"
KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE="nls"
-DEPEND="nls? ( $(add_qt_dep linguist-tools) )"
+DEPEND="
+ dev-util/gperf
+ nls? ( $(add_qt_dep linguist-tools) )
+"
diff --git a/kde-frameworks/kcodecs/kcodecs-5.47.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.47.0.ebuild
index 007c0d0de0b..729b4e2aa9a 100644
--- a/kde-frameworks/kcodecs/kcodecs-5.47.0.ebuild
+++ b/kde-frameworks/kcodecs/kcodecs-5.47.0.ebuild
@@ -10,4 +10,7 @@ LICENSE="GPL-2+ LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="nls"
-DEPEND="nls? ( $(add_qt_dep linguist-tools) )"
+DEPEND="
+ dev-util/gperf
+ nls? ( $(add_qt_dep linguist-tools) )
+"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcodecs/
@ 2019-03-14 21:14 Agostino Sarubbo
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2019-03-14 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 016cd435f987643ef67f1d849b4fbf5a499ccc85
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 21:14:13 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 21:14:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016cd435
kde-frameworks/kcodecs: amd64 stable wrt bug #679884
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild b/kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild
index 32f8a3e266a..f123c50efef 100644
--- a/kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild
+++ b/kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit kde5
DESCRIPTION="Framework for manipulating strings using various encodings"
LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
IUSE="nls"
BDEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcodecs/
@ 2019-03-19 2:03 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2019-03-19 2:03 UTC (permalink / raw
To: gentoo-commits
commit: d8302caf044ada27043ddea4eb4016c0a239a9c0
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 01:52:38 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 02:03:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8302caf
kde-frameworks/kcodecs: x86 stable (bug #679884)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild b/kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild
index f123c50efef..23d07ad0745 100644
--- a/kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild
+++ b/kde-frameworks/kcodecs/kcodecs-5.54.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit kde5
DESCRIPTION="Framework for manipulating strings using various encodings"
LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE="nls"
BDEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcodecs/
@ 2022-11-16 21:33 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2022-11-16 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 5bfee86872764690bc0509394ed9cde4c623b695
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 21:03:28 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 21:32:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfee868
kde-frameworks/kcodecs: Drop IUSE nls
It is non-optional.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kcodecs/kcodecs-5.100.0.ebuild | 4 ++--
kde-frameworks/kcodecs/kcodecs-5.99.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-frameworks/kcodecs/kcodecs-5.100.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.100.0.ebuild
index 9cf40af65ff1..ccf01d1a2fbe 100644
--- a/kde-frameworks/kcodecs/kcodecs-5.100.0.ebuild
+++ b/kde-frameworks/kcodecs/kcodecs-5.100.0.ebuild
@@ -9,9 +9,9 @@ inherit ecm frameworks.kde.org
DESCRIPTION="Framework for manipulating strings using various encodings"
LICENSE="GPL-2+ LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="nls"
+IUSE=""
BDEPEND="
+ >=dev-qt/linguist-tools-${QTMIN}:5
dev-util/gperf
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
"
diff --git a/kde-frameworks/kcodecs/kcodecs-5.99.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.99.0.ebuild
index 65fd66cce743..e6506b310d4b 100644
--- a/kde-frameworks/kcodecs/kcodecs-5.99.0.ebuild
+++ b/kde-frameworks/kcodecs/kcodecs-5.99.0.ebuild
@@ -9,9 +9,9 @@ inherit ecm frameworks.kde.org
DESCRIPTION="Framework for manipulating strings using various encodings"
LICENSE="GPL-2+ LGPL-2+"
KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="nls"
+IUSE=""
BDEPEND="
+ >=dev-qt/linguist-tools-${QTMIN}:5
dev-util/gperf
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-11-16 21:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-20 13:11 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcodecs/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2022-11-16 21:33 Andreas Sturmlechner
2019-03-19 2:03 Thomas Deutschmann
2019-03-14 21:14 Agostino Sarubbo
2018-06-10 18:37 Thomas Deutschmann
2017-07-07 7:11 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox