[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2024-04-05 Thread Andreas Sturmlechner
commit: 3428d5a1f5b997f97890142a296f17bf6e68305c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr  4 18:34:04 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr  5 15:00:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3428d5a1

dev-qt/qtscript: drop 5.15.12

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest|  1 -
 dev-qt/qtscript/qtscript-5.15.12.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index df472d0a5d39..ed0c94496138 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1,2 +1 @@
-DIST qtscript-everywhere-opensource-src-5.15.12.tar.xz 2664960 BLAKE2B 
2754a33a4c3f3965201c166fab9f96f71938867a597fa14a1862f2d0ba2e149f8e33d7f7dd2b3758f9580776821346a6e458b987ae61bd4f96c2c41a1cc05bb8
 SHA512 
48a00763686a5455d0429d1ecd6b32e3e96a13f05faa6625361c49b91275b8a8b3a1de3627cc3db5c69d346686c07b9466022cf37abf394a6f097933b9dbed4a
 DIST qtscript-everywhere-opensource-src-5.15.13.tar.xz 2665924 BLAKE2B 
d6a5c942a2d523adbadb8c12f27bd7829c8650af619c430488cee3cbd2f8c221115055ed70b85fdf96acaa6985f76d3b2cf6579c19ea4b1c99abd9550a6f8324
 SHA512 
38060e3cece2819befa67e078eee6a4bcf9c0135015724af4786eb3190cb1bf6895dc5b8a919da83b6d0576d1aa109ab4050c997409c7f5eed52385ef325e2de

diff --git a/dev-qt/qtscript/qtscript-5.15.12.ebuild 
b/dev-qt/qtscript/qtscript-5.15.12.ebuild
deleted file mode 100644
index 463d26748afe..
--- a/dev-qt/qtscript/qtscript-5.15.12.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt5-build
-
-DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-fi
-
-IUSE="+jit scripttools"
-
-DEPEND="
-   =dev-qt/qtcore-${QT5_PV}*
-   scripttools? (
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtwidgets-${QT5_PV}*
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   qt_use_disable_mod scripttools widgets \
-   src/src.pro
-
-   qt5-build_src_prepare
-}
-
-src_configure() {
-   local myqmakeargs=(
-   JAVASCRIPTCORE_JIT=$(usex jit)
-   )
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2024-04-03 Thread Arthur Zamarin
commit: 63434e22c09e329af87a0e1e4c2b95e76220acc6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr  4 04:21:43 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr  4 04:21:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63434e22

dev-qt/qtscript: Stabilize 5.15.13 arm64, #927748

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.13.ebuild 
b/dev-qt/qtscript/qtscript-5.15.13.ebuild
index b9c18f2e8efe..463d26748afe 100644
--- a/dev-qt/qtscript/qtscript-5.15.13.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.13.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2024-04-03 Thread Arthur Zamarin
commit: ccd9d7298d73307f229158aed5ab49930fbe717b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr  3 20:45:07 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr  3 20:45:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd9d729

dev-qt/qtscript: Stabilize 5.15.13 x86, #927748

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.13.ebuild 
b/dev-qt/qtscript/qtscript-5.15.13.ebuild
index 7b66f7ab69e6..b9c18f2e8efe 100644
--- a/dev-qt/qtscript/qtscript-5.15.13.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.13.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2024-04-03 Thread Arthur Zamarin
commit: c2fed0fc0a622863c608946c8c50f091292ef0e0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr  3 20:43:36 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr  3 20:43:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fed0fc

dev-qt/qtscript: Stabilize 5.15.13 ppc64, #927748

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.13.ebuild 
b/dev-qt/qtscript/qtscript-5.15.13.ebuild
index 1ffb29fdda55..917999afeb61 100644
--- a/dev-qt/qtscript/qtscript-5.15.13.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.13.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2024-04-03 Thread Arthur Zamarin
commit: 0e4a30e7125515abb9daa29a75eefc4654b5e760
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr  3 19:05:16 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr  3 19:05:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4a30e7

dev-qt/qtscript: Stabilize 5.15.13 ppc, #927748

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.13.ebuild 
b/dev-qt/qtscript/qtscript-5.15.13.ebuild
index 45a22fb26ffd..1ffb29fdda55 100644
--- a/dev-qt/qtscript/qtscript-5.15.13.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.13.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2024-03-23 Thread Andreas Sturmlechner
commit: 349233ad72c7db61cd805a654c7a0ab2163bff12
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 23 12:33:03 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 23 16:59:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349233ad

dev-qt/qtscript: 5.15.13 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest|  1 +
 dev-qt/qtscript/qtscript-5.15.13.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index 64a236db7453..df472d0a5d39 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1 +1,2 @@
 DIST qtscript-everywhere-opensource-src-5.15.12.tar.xz 2664960 BLAKE2B 
2754a33a4c3f3965201c166fab9f96f71938867a597fa14a1862f2d0ba2e149f8e33d7f7dd2b3758f9580776821346a6e458b987ae61bd4f96c2c41a1cc05bb8
 SHA512 
48a00763686a5455d0429d1ecd6b32e3e96a13f05faa6625361c49b91275b8a8b3a1de3627cc3db5c69d346686c07b9466022cf37abf394a6f097933b9dbed4a
+DIST qtscript-everywhere-opensource-src-5.15.13.tar.xz 2665924 BLAKE2B 
d6a5c942a2d523adbadb8c12f27bd7829c8650af619c430488cee3cbd2f8c221115055ed70b85fdf96acaa6985f76d3b2cf6579c19ea4b1c99abd9550a6f8324
 SHA512 
38060e3cece2819befa67e078eee6a4bcf9c0135015724af4786eb3190cb1bf6895dc5b8a919da83b6d0576d1aa109ab4050c997409c7f5eed52385ef325e2de

diff --git a/dev-qt/qtscript/qtscript-5.15.13.ebuild 
b/dev-qt/qtscript/qtscript-5.15.13.ebuild
new file mode 100644
index ..45a22fb26ffd
--- /dev/null
+++ b/dev-qt/qtscript/qtscript-5.15.13.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt5-build
+
+DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+IUSE="+jit scripttools"
+
+DEPEND="
+   =dev-qt/qtcore-${QT5_PV}*
+   scripttools? (
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtwidgets-${QT5_PV}*
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   qt_use_disable_mod scripttools widgets \
+   src/src.pro
+
+   qt5-build_src_prepare
+}
+
+src_configure() {
+   local myqmakeargs=(
+   JAVASCRIPTCORE_JIT=$(usex jit)
+   )
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2024-02-01 Thread Andreas Sturmlechner
commit: 0b791dc282bf3a8fe72e0c31fbf35459f2bd2c85
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb  1 22:56:45 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb  1 23:00:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b791dc2

dev-qt/qtscript: drop 5.15.11

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest|  1 -
 dev-qt/qtscript/qtscript-5.15.11.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index 0707ee578453..64a236db7453 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1,2 +1 @@
-DIST qtscript-everywhere-opensource-src-5.15.11.tar.xz 2666016 BLAKE2B 
967b367c1e4edb23c52ac3c23466b96e8540300fafd097e9d59feff3e7bcccd30c8c302a4a8a524ab56095f565116e48440d10b874ad97ef5b741ee69c25a60f
 SHA512 
116dc95c804fcd78082100d67c51c68c045a17754c8591cb885925c3b3541439317ae79ba7eefc1102ce12d2f544dc502fd67c4d8724f4d7f1347099cda3f744
 DIST qtscript-everywhere-opensource-src-5.15.12.tar.xz 2664960 BLAKE2B 
2754a33a4c3f3965201c166fab9f96f71938867a597fa14a1862f2d0ba2e149f8e33d7f7dd2b3758f9580776821346a6e458b987ae61bd4f96c2c41a1cc05bb8
 SHA512 
48a00763686a5455d0429d1ecd6b32e3e96a13f05faa6625361c49b91275b8a8b3a1de3627cc3db5c69d346686c07b9466022cf37abf394a6f097933b9dbed4a

diff --git a/dev-qt/qtscript/qtscript-5.15.11.ebuild 
b/dev-qt/qtscript/qtscript-5.15.11.ebuild
deleted file mode 100644
index add246d867ea..
--- a/dev-qt/qtscript/qtscript-5.15.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt5-build
-
-DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-fi
-
-IUSE="+jit scripttools"
-
-DEPEND="
-   =dev-qt/qtcore-${QT5_PV}*
-   scripttools? (
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtwidgets-${QT5_PV}*
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   qt_use_disable_mod scripttools widgets \
-   src/src.pro
-
-   qt5-build_src_prepare
-}
-
-src_configure() {
-   local myqmakeargs=(
-   JAVASCRIPTCORE_JIT=$(usex jit)
-   )
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2024-01-30 Thread Joonas Niilola
commit: 23c0288981cb791e8708d441faa6d66a5b4dde3f
Author: Matoro Mahri  matoro  tk>
AuthorDate: Tue Jan 30 23:03:16 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan 31 07:17:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c02889

dev-qt/qtscript: Stabilize 5.15.12 arm64, #921565

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.12.ebuild 
b/dev-qt/qtscript/qtscript-5.15.12.ebuild
index b9c18f2e8efe..463d26748afe 100644
--- a/dev-qt/qtscript/qtscript-5.15.12.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.12.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2024-01-29 Thread Ionen Wolkens
commit: 74e371127dc916a4f1432f9e5b92745e69d93863
Author: Matoro Mahri  matoro  tk>
AuthorDate: Mon Jan 29 17:19:37 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jan 30 03:53:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e37112

dev-qt/qtscript: Stabilize 5.15.12 ppc, #921565

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.12.ebuild 
b/dev-qt/qtscript/qtscript-5.15.12.ebuild
index 2ad9cf005184..b9c18f2e8efe 100644
--- a/dev-qt/qtscript/qtscript-5.15.12.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.12.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2024-01-28 Thread Ionen Wolkens
commit: 5ec65e25e2552ca3c8b863539fbebc318340
Author: Matoro Mahri  matoro  tk>
AuthorDate: Mon Jan 29 03:21:13 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Jan 29 04:09:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec65e28

dev-qt/qtscript: Stabilize 5.15.12 amd64, #921565

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.12.ebuild 
b/dev-qt/qtscript/qtscript-5.15.12.ebuild
index 45a22fb26ffd..905cbfda43c6 100644
--- a/dev-qt/qtscript/qtscript-5.15.12.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.12.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2024-01-01 Thread Andreas Sturmlechner
commit: a0471670b62ceebc334424c08e61fd5eaa576805
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan  1 19:59:55 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  1 21:01:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0471670

dev-qt/qtscript: add 5.15.12

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest|  1 +
 dev-qt/qtscript/qtscript-5.15.12.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index 71562bcd4258..0707ee578453 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1 +1,2 @@
 DIST qtscript-everywhere-opensource-src-5.15.11.tar.xz 2666016 BLAKE2B 
967b367c1e4edb23c52ac3c23466b96e8540300fafd097e9d59feff3e7bcccd30c8c302a4a8a524ab56095f565116e48440d10b874ad97ef5b741ee69c25a60f
 SHA512 
116dc95c804fcd78082100d67c51c68c045a17754c8591cb885925c3b3541439317ae79ba7eefc1102ce12d2f544dc502fd67c4d8724f4d7f1347099cda3f744
+DIST qtscript-everywhere-opensource-src-5.15.12.tar.xz 2664960 BLAKE2B 
2754a33a4c3f3965201c166fab9f96f71938867a597fa14a1862f2d0ba2e149f8e33d7f7dd2b3758f9580776821346a6e458b987ae61bd4f96c2c41a1cc05bb8
 SHA512 
48a00763686a5455d0429d1ecd6b32e3e96a13f05faa6625361c49b91275b8a8b3a1de3627cc3db5c69d346686c07b9466022cf37abf394a6f097933b9dbed4a

diff --git a/dev-qt/qtscript/qtscript-5.15.12.ebuild 
b/dev-qt/qtscript/qtscript-5.15.12.ebuild
new file mode 100644
index ..45a22fb26ffd
--- /dev/null
+++ b/dev-qt/qtscript/qtscript-5.15.12.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt5-build
+
+DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+IUSE="+jit scripttools"
+
+DEPEND="
+   =dev-qt/qtcore-${QT5_PV}*
+   scripttools? (
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtwidgets-${QT5_PV}*
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   qt_use_disable_mod scripttools widgets \
+   src/src.pro
+
+   qt5-build_src_prepare
+}
+
+src_configure() {
+   local myqmakeargs=(
+   JAVASCRIPTCORE_JIT=$(usex jit)
+   )
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-11-06 Thread Andreas Sturmlechner
commit: 9eec12c8226dc37355f95331bd75fb85aef2bed5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov  6 09:39:28 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  6 18:10:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eec12c8

dev-qt/qtscript: drop 5.15.10

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest|  1 -
 dev-qt/qtscript/qtscript-5.15.10.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index b1b64dd3893e..71562bcd4258 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1,2 +1 @@
-DIST qtscript-everywhere-opensource-src-5.15.10.tar.xz 2666052 BLAKE2B 
58844771d25d7b8b5318337aa6a68ca3089f4524a8051edc35f556950ee48bde17106ba1c8635341734549db460a63c3c89622c6f01023d596e8ae5c68c99d4d
 SHA512 
3748cc8c90c2f96a21e6b0c8ffacca11d023e37091f6f5a05608f7f787f81619a7aac5c8074360486e28033a28601c1d347e499bc387a36f50c4cec2be30e782
 DIST qtscript-everywhere-opensource-src-5.15.11.tar.xz 2666016 BLAKE2B 
967b367c1e4edb23c52ac3c23466b96e8540300fafd097e9d59feff3e7bcccd30c8c302a4a8a524ab56095f565116e48440d10b874ad97ef5b741ee69c25a60f
 SHA512 
116dc95c804fcd78082100d67c51c68c045a17754c8591cb885925c3b3541439317ae79ba7eefc1102ce12d2f544dc502fd67c4d8724f4d7f1347099cda3f744

diff --git a/dev-qt/qtscript/qtscript-5.15.10.ebuild 
b/dev-qt/qtscript/qtscript-5.15.10.ebuild
deleted file mode 100644
index add246d867ea..
--- a/dev-qt/qtscript/qtscript-5.15.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt5-build
-
-DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-fi
-
-IUSE="+jit scripttools"
-
-DEPEND="
-   =dev-qt/qtcore-${QT5_PV}*
-   scripttools? (
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtwidgets-${QT5_PV}*
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   qt_use_disable_mod scripttools widgets \
-   src/src.pro
-
-   qt5-build_src_prepare
-}
-
-src_configure() {
-   local myqmakeargs=(
-   JAVASCRIPTCORE_JIT=$(usex jit)
-   )
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-11-06 Thread Arthur Zamarin
commit: cb6814db3b9ca18a8cefc0774da968c74dcbce3a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov  6 08:14:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov  6 08:14:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6814db

dev-qt/qtscript: Stabilize 5.15.11 ppc64, #915391

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.11.ebuild 
b/dev-qt/qtscript/qtscript-5.15.11.ebuild
index f0655011aa72..add246d867ea 100644
--- a/dev-qt/qtscript/qtscript-5.15.11.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.11.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-10-08 Thread Andreas Sturmlechner
commit: 1f27f4819e8add7561a7d08de5f2f833b1695ff6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  8 15:05:53 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  8 15:47:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f27f481

dev-qt/qtscript: add 5.15.11

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest|  1 +
 dev-qt/qtscript/qtscript-5.15.11.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index e3d79e7fdb8a..b1b64dd3893e 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1 +1,2 @@
 DIST qtscript-everywhere-opensource-src-5.15.10.tar.xz 2666052 BLAKE2B 
58844771d25d7b8b5318337aa6a68ca3089f4524a8051edc35f556950ee48bde17106ba1c8635341734549db460a63c3c89622c6f01023d596e8ae5c68c99d4d
 SHA512 
3748cc8c90c2f96a21e6b0c8ffacca11d023e37091f6f5a05608f7f787f81619a7aac5c8074360486e28033a28601c1d347e499bc387a36f50c4cec2be30e782
+DIST qtscript-everywhere-opensource-src-5.15.11.tar.xz 2666016 BLAKE2B 
967b367c1e4edb23c52ac3c23466b96e8540300fafd097e9d59feff3e7bcccd30c8c302a4a8a524ab56095f565116e48440d10b874ad97ef5b741ee69c25a60f
 SHA512 
116dc95c804fcd78082100d67c51c68c045a17754c8591cb885925c3b3541439317ae79ba7eefc1102ce12d2f544dc502fd67c4d8724f4d7f1347099cda3f744

diff --git a/dev-qt/qtscript/qtscript-5.15.11.ebuild 
b/dev-qt/qtscript/qtscript-5.15.11.ebuild
new file mode 100644
index ..84c08b2bb93c
--- /dev/null
+++ b/dev-qt/qtscript/qtscript-5.15.11.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt5-build
+
+DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+IUSE="+jit scripttools"
+
+DEPEND="
+   =dev-qt/qtcore-${QT5_PV}*
+   scripttools? (
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtwidgets-${QT5_PV}*
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   qt_use_disable_mod scripttools widgets \
+   src/src.pro
+
+   qt5-build_src_prepare
+}
+
+src_configure() {
+   local myqmakeargs=(
+   JAVASCRIPTCORE_JIT=$(usex jit)
+   )
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-07-13 Thread Andreas Sturmlechner
commit: 5a8f3987807ad66587a7995957c62aa0460f58b2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jul 13 07:36:01 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jul 13 08:42:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8f3987

dev-qt/qtscript: drop 5.15.9

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest   |  1 -
 dev-qt/qtscript/qtscript-5.15.9.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index 5ab5fc47163f..e3d79e7fdb8a 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1,2 +1 @@
 DIST qtscript-everywhere-opensource-src-5.15.10.tar.xz 2666052 BLAKE2B 
58844771d25d7b8b5318337aa6a68ca3089f4524a8051edc35f556950ee48bde17106ba1c8635341734549db460a63c3c89622c6f01023d596e8ae5c68c99d4d
 SHA512 
3748cc8c90c2f96a21e6b0c8ffacca11d023e37091f6f5a05608f7f787f81619a7aac5c8074360486e28033a28601c1d347e499bc387a36f50c4cec2be30e782
-DIST qtscript-everywhere-opensource-src-5.15.9.tar.xz 2666040 BLAKE2B 
5303481d431dc5850b728654d96758f161afa6f6cdd2c9ab40f226e8e998c6d83fee298fb0f9ea67669b9218a845eaf2f25546dc9c0da0dbda14ebd03a0a23b6
 SHA512 
83a69b3f428fe8322c4ff5bf96736f8e76c0825b06742ef000c22bd0c71598c648b03481f40d86d5233d74096b34c5158a576731a06f12e01b680fd42e31c602

diff --git a/dev-qt/qtscript/qtscript-5.15.9.ebuild 
b/dev-qt/qtscript/qtscript-5.15.9.ebuild
deleted file mode 100644
index add246d867ea..
--- a/dev-qt/qtscript/qtscript-5.15.9.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt5-build
-
-DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-fi
-
-IUSE="+jit scripttools"
-
-DEPEND="
-   =dev-qt/qtcore-${QT5_PV}*
-   scripttools? (
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtwidgets-${QT5_PV}*
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   qt_use_disable_mod scripttools widgets \
-   src/src.pro
-
-   qt5-build_src_prepare
-}
-
-src_configure() {
-   local myqmakeargs=(
-   JAVASCRIPTCORE_JIT=$(usex jit)
-   )
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-07-12 Thread Sam James
commit: 9e8f0945b650fdfde96d1a4cdf85e6dc39f552fa
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 23:38:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 23:38:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8f0945

dev-qt/qtscript: Stabilize 5.15.10 ppc, #909313

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.10.ebuild 
b/dev-qt/qtscript/qtscript-5.15.10.ebuild
index 734b49795797..add246d867ea 100644
--- a/dev-qt/qtscript/qtscript-5.15.10.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.10.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-07-09 Thread Arthur Zamarin
commit: 440aee82689b4b8e1534923aca72eae8631047d2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul  9 16:59:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul  9 16:59:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440aee82

dev-qt/qtscript: Stabilize 5.15.10 amd64, #909313

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.10.ebuild 
b/dev-qt/qtscript/qtscript-5.15.10.ebuild
index f01d07a19f49..734b49795797 100644
--- a/dev-qt/qtscript/qtscript-5.15.10.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.10.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-06-13 Thread Andreas Sturmlechner
commit: 3f1aed83e801edec72477b87ea3136d5ffb2d680
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 13 11:23:24 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 13 11:41:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1aed83

dev-qt/qtscript: 5.15.10 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest|  1 +
 dev-qt/qtscript/qtscript-5.15.10.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index a1c6f38b9a98..5ab5fc47163f 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1 +1,2 @@
+DIST qtscript-everywhere-opensource-src-5.15.10.tar.xz 2666052 BLAKE2B 
58844771d25d7b8b5318337aa6a68ca3089f4524a8051edc35f556950ee48bde17106ba1c8635341734549db460a63c3c89622c6f01023d596e8ae5c68c99d4d
 SHA512 
3748cc8c90c2f96a21e6b0c8ffacca11d023e37091f6f5a05608f7f787f81619a7aac5c8074360486e28033a28601c1d347e499bc387a36f50c4cec2be30e782
 DIST qtscript-everywhere-opensource-src-5.15.9.tar.xz 2666040 BLAKE2B 
5303481d431dc5850b728654d96758f161afa6f6cdd2c9ab40f226e8e998c6d83fee298fb0f9ea67669b9218a845eaf2f25546dc9c0da0dbda14ebd03a0a23b6
 SHA512 
83a69b3f428fe8322c4ff5bf96736f8e76c0825b06742ef000c22bd0c71598c648b03481f40d86d5233d74096b34c5158a576731a06f12e01b680fd42e31c602

diff --git a/dev-qt/qtscript/qtscript-5.15.10.ebuild 
b/dev-qt/qtscript/qtscript-5.15.10.ebuild
new file mode 100644
index ..84c08b2bb93c
--- /dev/null
+++ b/dev-qt/qtscript/qtscript-5.15.10.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt5-build
+
+DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+IUSE="+jit scripttools"
+
+DEPEND="
+   =dev-qt/qtcore-${QT5_PV}*
+   scripttools? (
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtwidgets-${QT5_PV}*
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   qt_use_disable_mod scripttools widgets \
+   src/src.pro
+
+   qt5-build_src_prepare
+}
+
+src_configure() {
+   local myqmakeargs=(
+   JAVASCRIPTCORE_JIT=$(usex jit)
+   )
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-05-01 Thread Andreas Sturmlechner
commit: a6aa682e14ebe789728fbc3b931ec93b4c9aa81a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  1 11:52:58 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  1 12:53:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6aa682e

dev-qt/qtscript: drop 5.15.8

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest   |  1 -
 dev-qt/qtscript/qtscript-5.15.8.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index 1ac3b79eb514..a1c6f38b9a98 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1,2 +1 @@
-DIST qtscript-everywhere-opensource-src-5.15.8.tar.xz 2665424 BLAKE2B 
9992c7cfc60f3889d23273651d14aa46b527155b3632b0a53bc2417ee9597acf7ae166c9bd50568fb327a073918072e85fbf1d3288d6af866acfe7c6a1bbb850
 SHA512 
977bb6d134c499e010d96383fd2e81c10c2864af305770353b378af1eb81debe6bd4cfa304b296ce100af87155066ce7a09b68d83c74de6e4113e2b01a1c5638
 DIST qtscript-everywhere-opensource-src-5.15.9.tar.xz 2666040 BLAKE2B 
5303481d431dc5850b728654d96758f161afa6f6cdd2c9ab40f226e8e998c6d83fee298fb0f9ea67669b9218a845eaf2f25546dc9c0da0dbda14ebd03a0a23b6
 SHA512 
83a69b3f428fe8322c4ff5bf96736f8e76c0825b06742ef000c22bd0c71598c648b03481f40d86d5233d74096b34c5158a576731a06f12e01b680fd42e31c602

diff --git a/dev-qt/qtscript/qtscript-5.15.8.ebuild 
b/dev-qt/qtscript/qtscript-5.15.8.ebuild
deleted file mode 100644
index add246d867ea..
--- a/dev-qt/qtscript/qtscript-5.15.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt5-build
-
-DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-fi
-
-IUSE="+jit scripttools"
-
-DEPEND="
-   =dev-qt/qtcore-${QT5_PV}*
-   scripttools? (
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtwidgets-${QT5_PV}*
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   qt_use_disable_mod scripttools widgets \
-   src/src.pro
-
-   qt5-build_src_prepare
-}
-
-src_configure() {
-   local myqmakeargs=(
-   JAVASCRIPTCORE_JIT=$(usex jit)
-   )
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-05-01 Thread Arthur Zamarin
commit: 95202ab13fe3acc8461d32b6acdf734f037bb285
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  1 07:24:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  1 07:24:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95202ab1

dev-qt/qtscript: Stabilize 5.15.9 ppc64, #904373

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.9.ebuild 
b/dev-qt/qtscript/qtscript-5.15.9.ebuild
index f0655011aa72..add246d867ea 100644
--- a/dev-qt/qtscript/qtscript-5.15.9.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.9.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-04-23 Thread Arthur Zamarin
commit: a2c017724b07d170eb10606dbe1e598713f69f82
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Apr 23 15:58:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Apr 23 15:58:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c01772

dev-qt/qtscript: Stabilize 5.15.9 amd64, #904373

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.9.ebuild 
b/dev-qt/qtscript/qtscript-5.15.9.ebuild
index 84c08b2bb93c..bdc4d047cca5 100644
--- a/dev-qt/qtscript/qtscript-5.15.9.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.9.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-04-13 Thread Andreas Sturmlechner
commit: 119c1aa8d81cadc2ce609a6a27ebd41bb214fb29
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 13 21:12:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 13 21:44:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119c1aa8

dev-qt/qtscript: 5.15.9 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest   |  1 +
 dev-qt/qtscript/qtscript-5.15.9.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index 922c34309bfc..1ac3b79eb514 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1 +1,2 @@
 DIST qtscript-everywhere-opensource-src-5.15.8.tar.xz 2665424 BLAKE2B 
9992c7cfc60f3889d23273651d14aa46b527155b3632b0a53bc2417ee9597acf7ae166c9bd50568fb327a073918072e85fbf1d3288d6af866acfe7c6a1bbb850
 SHA512 
977bb6d134c499e010d96383fd2e81c10c2864af305770353b378af1eb81debe6bd4cfa304b296ce100af87155066ce7a09b68d83c74de6e4113e2b01a1c5638
+DIST qtscript-everywhere-opensource-src-5.15.9.tar.xz 2666040 BLAKE2B 
5303481d431dc5850b728654d96758f161afa6f6cdd2c9ab40f226e8e998c6d83fee298fb0f9ea67669b9218a845eaf2f25546dc9c0da0dbda14ebd03a0a23b6
 SHA512 
83a69b3f428fe8322c4ff5bf96736f8e76c0825b06742ef000c22bd0c71598c648b03481f40d86d5233d74096b34c5158a576731a06f12e01b680fd42e31c602

diff --git a/dev-qt/qtscript/qtscript-5.15.9.ebuild 
b/dev-qt/qtscript/qtscript-5.15.9.ebuild
new file mode 100644
index ..84c08b2bb93c
--- /dev/null
+++ b/dev-qt/qtscript/qtscript-5.15.9.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt5-build
+
+DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+IUSE="+jit scripttools"
+
+DEPEND="
+   =dev-qt/qtcore-${QT5_PV}*
+   scripttools? (
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtwidgets-${QT5_PV}*
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   qt_use_disable_mod scripttools widgets \
+   src/src.pro
+
+   qt5-build_src_prepare
+}
+
+src_configure() {
+   local myqmakeargs=(
+   JAVASCRIPTCORE_JIT=$(usex jit)
+   )
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-01-24 Thread Andreas Sturmlechner
commit: 412c8cbbedf86ba7635c0116f8325b7eb390b732
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 23 19:19:48 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 24 09:34:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412c8cbb

dev-qt/qtscript: drop 5.15.7

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest   |  1 -
 dev-qt/qtscript/qtscript-5.15.7.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index b0a0b98cf7ae..922c34309bfc 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1,2 +1 @@
-DIST qtscript-everywhere-opensource-src-5.15.7.tar.xz 2665808 BLAKE2B 
d4c1d0519a60947d6eaddad0c4845350a52ff036e76f5797252e359719d4d6e5c92a3ec224ce8f7b5ada989cbf1ec84dbb380d258a5a59d7d58e8ef2ae32329b
 SHA512 
448ce8f8e7f669ee7eadff7abbfa2e9a80ed56cc7c4916391e385728bc96d406b8d98d7c2916c09cd2c0fa2c834b16854960eb96ed49cc81f05c183104141c7c
 DIST qtscript-everywhere-opensource-src-5.15.8.tar.xz 2665424 BLAKE2B 
9992c7cfc60f3889d23273651d14aa46b527155b3632b0a53bc2417ee9597acf7ae166c9bd50568fb327a073918072e85fbf1d3288d6af866acfe7c6a1bbb850
 SHA512 
977bb6d134c499e010d96383fd2e81c10c2864af305770353b378af1eb81debe6bd4cfa304b296ce100af87155066ce7a09b68d83c74de6e4113e2b01a1c5638

diff --git a/dev-qt/qtscript/qtscript-5.15.7.ebuild 
b/dev-qt/qtscript/qtscript-5.15.7.ebuild
deleted file mode 100644
index 579e5614509f..
--- a/dev-qt/qtscript/qtscript-5.15.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt5-build
-
-DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-fi
-
-IUSE="+jit scripttools"
-
-DEPEND="
-   =dev-qt/qtcore-${QT5_PV}*
-   scripttools? (
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtwidgets-${QT5_PV}*
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   qt_use_disable_mod scripttools widgets \
-   src/src.pro
-
-   qt5-build_src_prepare
-}
-
-src_configure() {
-   local myqmakeargs=(
-   JAVASCRIPTCORE_JIT=$(usex jit)
-   )
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-01-21 Thread Arthur Zamarin
commit: e589805274ff53d4d13d77a1d22d3a78f7384a73
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 21 19:36:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 21 19:36:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5898052

dev-qt/qtscript: Stabilize 5.15.8 ppc, #888946

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.8.ebuild 
b/dev-qt/qtscript/qtscript-5.15.8.ebuild
index 734b49795797..add246d867ea 100644
--- a/dev-qt/qtscript/qtscript-5.15.8.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.8.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-01-21 Thread Arthur Zamarin
commit: 30ed167ab67ff40f3ddee56fb3bc4c7f20228a77
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 21 19:29:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 21 19:29:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ed167a

dev-qt/qtscript: Stabilize 5.15.8 ppc64, #888946

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.8.ebuild 
b/dev-qt/qtscript/qtscript-5.15.8.ebuild
index bb7e958be3be..734b49795797 100644
--- a/dev-qt/qtscript/qtscript-5.15.8.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.8.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-01-21 Thread Arthur Zamarin
commit: 36bc3147bef2dd591491f22df951ad2abe11ba7b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 21 09:14:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 21 09:14:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bc3147

dev-qt/qtscript: Stabilize 5.15.8 x86, #888946

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.8.ebuild 
b/dev-qt/qtscript/qtscript-5.15.8.ebuild
index 494d0b33a6fd..bb7e958be3be 100644
--- a/dev-qt/qtscript/qtscript-5.15.8.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.8.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-01-17 Thread Arthur Zamarin
commit: e7003598da99dc517719f4cd5de0291e3bef7180
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 17 20:55:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 17 20:55:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7003598

dev-qt/qtscript: Stabilize 5.15.8 arm64, #888946

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.8.ebuild 
b/dev-qt/qtscript/qtscript-5.15.8.ebuild
index bdc4d047cca5..494d0b33a6fd 100644
--- a/dev-qt/qtscript/qtscript-5.15.8.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.8.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-01-17 Thread Sam James
commit: 5dad5b2f4c34d764318d1bc31420e89c5e84e066
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 17 20:03:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 17 20:03:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dad5b2f

dev-qt/qtscript: Stabilize 5.15.8 amd64, #888946

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.8.ebuild 
b/dev-qt/qtscript/qtscript-5.15.8.ebuild
index 84c08b2bb93c..bdc4d047cca5 100644
--- a/dev-qt/qtscript/qtscript-5.15.8.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.8.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2023-01-08 Thread Andreas Sturmlechner
commit: fedc9a987008f10e51c5977875e07fb3762600fb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  8 21:16:36 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  8 21:44:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fedc9a98

dev-qt/qtscript: 5.15.8 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest   |  1 +
 dev-qt/qtscript/qtscript-5.15.8.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index 770caef36a47..b0a0b98cf7ae 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1 +1,2 @@
 DIST qtscript-everywhere-opensource-src-5.15.7.tar.xz 2665808 BLAKE2B 
d4c1d0519a60947d6eaddad0c4845350a52ff036e76f5797252e359719d4d6e5c92a3ec224ce8f7b5ada989cbf1ec84dbb380d258a5a59d7d58e8ef2ae32329b
 SHA512 
448ce8f8e7f669ee7eadff7abbfa2e9a80ed56cc7c4916391e385728bc96d406b8d98d7c2916c09cd2c0fa2c834b16854960eb96ed49cc81f05c183104141c7c
+DIST qtscript-everywhere-opensource-src-5.15.8.tar.xz 2665424 BLAKE2B 
9992c7cfc60f3889d23273651d14aa46b527155b3632b0a53bc2417ee9597acf7ae166c9bd50568fb327a073918072e85fbf1d3288d6af866acfe7c6a1bbb850
 SHA512 
977bb6d134c499e010d96383fd2e81c10c2864af305770353b378af1eb81debe6bd4cfa304b296ce100af87155066ce7a09b68d83c74de6e4113e2b01a1c5638

diff --git a/dev-qt/qtscript/qtscript-5.15.8.ebuild 
b/dev-qt/qtscript/qtscript-5.15.8.ebuild
new file mode 100644
index ..84c08b2bb93c
--- /dev/null
+++ b/dev-qt/qtscript/qtscript-5.15.8.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt5-build
+
+DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+IUSE="+jit scripttools"
+
+DEPEND="
+   =dev-qt/qtcore-${QT5_PV}*
+   scripttools? (
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtwidgets-${QT5_PV}*
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   qt_use_disable_mod scripttools widgets \
+   src/src.pro
+
+   qt5-build_src_prepare
+}
+
+src_configure() {
+   local myqmakeargs=(
+   JAVASCRIPTCORE_JIT=$(usex jit)
+   )
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-12-06 Thread Andreas Sturmlechner
commit: f704214439302ab7fc4595dcc4ff2b7fbb091a85
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  5 20:08:50 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  6 17:05:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7042144

dev-qt/qtscript: drop 5.15.5

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest   |  1 -
 dev-qt/qtscript/qtscript-5.15.5.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index d5d838f96aff..770caef36a47 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1,2 +1 @@
-DIST qtscript-everywhere-opensource-src-5.15.5.tar.xz 2665268 BLAKE2B 
f4b4749f83be34cf356c288eda85d7df6017625ba24b09a95beec513426e0c2603bdaea5df2244826239c879410446c9f352dc69091c1e3f1fd6c4f00bf7995a
 SHA512 
62b1ca8684fb23357952d775f70675b2acda01d32d1672c1bdf362482632a772f1896764668c42fbc93597d6ea34afa602479d6b88e2d061f4554ab82fcd86cd
 DIST qtscript-everywhere-opensource-src-5.15.7.tar.xz 2665808 BLAKE2B 
d4c1d0519a60947d6eaddad0c4845350a52ff036e76f5797252e359719d4d6e5c92a3ec224ce8f7b5ada989cbf1ec84dbb380d258a5a59d7d58e8ef2ae32329b
 SHA512 
448ce8f8e7f669ee7eadff7abbfa2e9a80ed56cc7c4916391e385728bc96d406b8d98d7c2916c09cd2c0fa2c834b16854960eb96ed49cc81f05c183104141c7c

diff --git a/dev-qt/qtscript/qtscript-5.15.5.ebuild 
b/dev-qt/qtscript/qtscript-5.15.5.ebuild
deleted file mode 100644
index 579e5614509f..
--- a/dev-qt/qtscript/qtscript-5.15.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt5-build
-
-DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-fi
-
-IUSE="+jit scripttools"
-
-DEPEND="
-   =dev-qt/qtcore-${QT5_PV}*
-   scripttools? (
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtwidgets-${QT5_PV}*
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   qt_use_disable_mod scripttools widgets \
-   src/src.pro
-
-   qt5-build_src_prepare
-}
-
-src_configure() {
-   local myqmakeargs=(
-   JAVASCRIPTCORE_JIT=$(usex jit)
-   )
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-12-05 Thread Arthur Zamarin
commit: 5bcfd6e61d7cda6c97627670eb526b8262844c8a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Dec  5 19:45:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Dec  5 19:45:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bcfd6e6

dev-qt/qtscript: Stabilize 5.15.7 ppc, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.7.ebuild 
b/dev-qt/qtscript/qtscript-5.15.7.ebuild
index 6cca879a4bc3..579e5614509f 100644
--- a/dev-qt/qtscript/qtscript-5.15.7.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.7.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-12-04 Thread Arthur Zamarin
commit: 083decaeb24a406f679124c3ddfd61e4828a9996
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec  4 19:28:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec  4 19:28:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083decae

dev-qt/qtscript: Stabilize 5.15.7 ppc64, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.7.ebuild 
b/dev-qt/qtscript/qtscript-5.15.7.ebuild
index 5a14d97da1b5..6cca879a4bc3 100644
--- a/dev-qt/qtscript/qtscript-5.15.7.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.7.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-12-04 Thread Arthur Zamarin
commit: a77f81283adf0be24dbf27c221ae1917b5ffc421
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec  4 19:22:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec  4 19:22:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77f8128

dev-qt/qtscript: Stabilize 5.15.7 arm64, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.7.ebuild 
b/dev-qt/qtscript/qtscript-5.15.7.ebuild
index 676076be0471..5a14d97da1b5 100644
--- a/dev-qt/qtscript/qtscript-5.15.7.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.7.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-12-03 Thread Arthur Zamarin
commit: e904e28a3d6bbd87d554012ee7964eb0eb9a0942
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 20:37:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 20:37:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e904e28a

dev-qt/qtscript: Stabilize 5.15.7 x86, #883677

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.7.ebuild 
b/dev-qt/qtscript/qtscript-5.15.7.ebuild
index 992cb5e9e577..676076be0471 100644
--- a/dev-qt/qtscript/qtscript-5.15.7.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.7.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-12-03 Thread Sam James
commit: 2d258a66b4a2bd0dd9832450588eef5b0069472b
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec  3 11:00:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec  3 11:00:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d258a66

dev-qt/qtscript: Stabilize 5.15.7 amd64, #883677

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.7.ebuild 
b/dev-qt/qtscript/qtscript-5.15.7.ebuild
index e41d31f3b5a0..992cb5e9e577 100644
--- a/dev-qt/qtscript/qtscript-5.15.7.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.7.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-11-29 Thread Andreas Sturmlechner
commit: f2e8df13fd6288a088a71b55fbc87909f508deaa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 29 19:26:45 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 29 20:50:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e8df13

dev-qt/qtscript: 5.15.7 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest   |  1 +
 dev-qt/qtscript/qtscript-5.15.7.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index fd45b924e51f..d5d838f96aff 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1 +1,2 @@
 DIST qtscript-everywhere-opensource-src-5.15.5.tar.xz 2665268 BLAKE2B 
f4b4749f83be34cf356c288eda85d7df6017625ba24b09a95beec513426e0c2603bdaea5df2244826239c879410446c9f352dc69091c1e3f1fd6c4f00bf7995a
 SHA512 
62b1ca8684fb23357952d775f70675b2acda01d32d1672c1bdf362482632a772f1896764668c42fbc93597d6ea34afa602479d6b88e2d061f4554ab82fcd86cd
+DIST qtscript-everywhere-opensource-src-5.15.7.tar.xz 2665808 BLAKE2B 
d4c1d0519a60947d6eaddad0c4845350a52ff036e76f5797252e359719d4d6e5c92a3ec224ce8f7b5ada989cbf1ec84dbb380d258a5a59d7d58e8ef2ae32329b
 SHA512 
448ce8f8e7f669ee7eadff7abbfa2e9a80ed56cc7c4916391e385728bc96d406b8d98d7c2916c09cd2c0fa2c834b16854960eb96ed49cc81f05c183104141c7c

diff --git a/dev-qt/qtscript/qtscript-5.15.7.ebuild 
b/dev-qt/qtscript/qtscript-5.15.7.ebuild
new file mode 100644
index ..e41d31f3b5a0
--- /dev/null
+++ b/dev-qt/qtscript/qtscript-5.15.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt5-build
+
+DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+IUSE="+jit scripttools"
+
+DEPEND="
+   =dev-qt/qtcore-${QT5_PV}*
+   scripttools? (
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtwidgets-${QT5_PV}*
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   qt_use_disable_mod scripttools widgets \
+   src/src.pro
+
+   qt5-build_src_prepare
+}
+
+src_configure() {
+   local myqmakeargs=(
+   JAVASCRIPTCORE_JIT=$(usex jit)
+   )
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-07-06 Thread Andreas Sturmlechner
commit: f49753f16f50a213197940f7b9d3ca55873b69b5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  6 09:18:16 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  6 10:27:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49753f1

dev-qt/qtscript: Drop 5.15.4

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest   |  1 -
 dev-qt/qtscript/qtscript-5.15.4.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index 0ce93fcd6d68..fd45b924e51f 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1,2 +1 @@
-DIST qtscript-everywhere-opensource-src-5.15.4.tar.xz 2665104 BLAKE2B 
f57661251785d21983871840675c38184b01ae7cc216c9431400fcf2567cc446edca1250e8e1c66a6970dc0da9721368f9baabc362fcfffd1ea3d6e81196587b
 SHA512 
01d3b03eec23f462a7931e268eb8572d85ed560dd8b24f85b420ff8ebb1932d4c18f47c8d5fad7b7c09c147158b02b6cceb9c571b10249ba4008b363e23d7f95
 DIST qtscript-everywhere-opensource-src-5.15.5.tar.xz 2665268 BLAKE2B 
f4b4749f83be34cf356c288eda85d7df6017625ba24b09a95beec513426e0c2603bdaea5df2244826239c879410446c9f352dc69091c1e3f1fd6c4f00bf7995a
 SHA512 
62b1ca8684fb23357952d775f70675b2acda01d32d1672c1bdf362482632a772f1896764668c42fbc93597d6ea34afa602479d6b88e2d061f4554ab82fcd86cd

diff --git a/dev-qt/qtscript/qtscript-5.15.4.ebuild 
b/dev-qt/qtscript/qtscript-5.15.4.ebuild
deleted file mode 100644
index 579e5614509f..
--- a/dev-qt/qtscript/qtscript-5.15.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt5-build
-
-DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-fi
-
-IUSE="+jit scripttools"
-
-DEPEND="
-   =dev-qt/qtcore-${QT5_PV}*
-   scripttools? (
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtwidgets-${QT5_PV}*
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   qt_use_disable_mod scripttools widgets \
-   src/src.pro
-
-   qt5-build_src_prepare
-}
-
-src_configure() {
-   local myqmakeargs=(
-   JAVASCRIPTCORE_JIT=$(usex jit)
-   )
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-07-04 Thread Arthur Zamarin
commit: cad587f47a68599ffa1a2dbdaf67880fa7fb0c7b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Jul  4 17:59:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Jul  4 17:59:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad587f4

dev-qt/qtscript: Stabilize 5.15.5 arm64, #853232

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.5.ebuild 
b/dev-qt/qtscript/qtscript-5.15.5.ebuild
index f2dca43d462c..579e5614509f 100644
--- a/dev-qt/qtscript/qtscript-5.15.5.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.5.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-07-02 Thread Sam James
commit: 7a2ddff2e67e2c01d96a5c55f252a06777ff5a0d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  2 18:25:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  2 18:25:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2ddff2

dev-qt/qtscript: Stabilize 5.15.5 x86, #853232

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.5.ebuild 
b/dev-qt/qtscript/qtscript-5.15.5.ebuild
index 15ffb58dee37..f2dca43d462c 100644
--- a/dev-qt/qtscript/qtscript-5.15.5.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.5.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-07-02 Thread Arthur Zamarin
commit: f950a7ce00c35060359b25d61b420a68a4cf4ac2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  2 12:54:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  2 12:54:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f950a7ce

dev-qt/qtscript: Stabilize 5.15.5 ppc, #853232

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.5.ebuild 
b/dev-qt/qtscript/qtscript-5.15.5.ebuild
index b83bcca90a19..15ffb58dee37 100644
--- a/dev-qt/qtscript/qtscript-5.15.5.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.5.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-07-02 Thread Arthur Zamarin
commit: da9e8288ffce89c373213250012a3fbde92948dc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  2 11:02:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  2 11:02:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9e8288

dev-qt/qtscript: Stabilize 5.15.5 ppc64, #853232

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.5.ebuild 
b/dev-qt/qtscript/qtscript-5.15.5.ebuild
index 992cb5e9e577..b83bcca90a19 100644
--- a/dev-qt/qtscript/qtscript-5.15.5.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.5.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-06-30 Thread Sam James
commit: 22c0f1d400fe7a1da66c091b67e5ca9b84b3e7b0
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 30 22:19:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 30 22:19:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c0f1d4

dev-qt/qtscript: Stabilize 5.15.5 amd64, #853232

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.5.ebuild 
b/dev-qt/qtscript/qtscript-5.15.5.ebuild
index e41d31f3b5a0..992cb5e9e577 100644
--- a/dev-qt/qtscript/qtscript-5.15.5.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.5.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-06-19 Thread Andreas Sturmlechner
commit: 38e1f4ad8acd95e82eb91376fc6c0b419cccb426
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 19 12:10:43 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 19 12:24:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e1f4ad

dev-qt/qtscript: 5.15.5 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest   |  1 +
 dev-qt/qtscript/qtscript-5.15.5.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index 206340211371..0ce93fcd6d68 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1 +1,2 @@
 DIST qtscript-everywhere-opensource-src-5.15.4.tar.xz 2665104 BLAKE2B 
f57661251785d21983871840675c38184b01ae7cc216c9431400fcf2567cc446edca1250e8e1c66a6970dc0da9721368f9baabc362fcfffd1ea3d6e81196587b
 SHA512 
01d3b03eec23f462a7931e268eb8572d85ed560dd8b24f85b420ff8ebb1932d4c18f47c8d5fad7b7c09c147158b02b6cceb9c571b10249ba4008b363e23d7f95
+DIST qtscript-everywhere-opensource-src-5.15.5.tar.xz 2665268 BLAKE2B 
f4b4749f83be34cf356c288eda85d7df6017625ba24b09a95beec513426e0c2603bdaea5df2244826239c879410446c9f352dc69091c1e3f1fd6c4f00bf7995a
 SHA512 
62b1ca8684fb23357952d775f70675b2acda01d32d1672c1bdf362482632a772f1896764668c42fbc93597d6ea34afa602479d6b88e2d061f4554ab82fcd86cd

diff --git a/dev-qt/qtscript/qtscript-5.15.5.ebuild 
b/dev-qt/qtscript/qtscript-5.15.5.ebuild
new file mode 100644
index ..e41d31f3b5a0
--- /dev/null
+++ b/dev-qt/qtscript/qtscript-5.15.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt5-build
+
+DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+IUSE="+jit scripttools"
+
+DEPEND="
+   =dev-qt/qtcore-${QT5_PV}*
+   scripttools? (
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtwidgets-${QT5_PV}*
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   qt_use_disable_mod scripttools widgets \
+   src/src.pro
+
+   qt5-build_src_prepare
+}
+
+src_configure() {
+   local myqmakeargs=(
+   JAVASCRIPTCORE_JIT=$(usex jit)
+   )
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-06-18 Thread Andreas Sturmlechner
commit: 73bddbb17813eae85b1baa5f67ce8517cb2c834d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 18 15:53:23 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 18 17:24:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73bddbb1

dev-qt/qtscript: Drop 5.15.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest   |  1 -
 dev-qt/qtscript/qtscript-5.15.3.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index 41f4f8be504c..206340211371 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1,2 +1 @@
-DIST qtscript-everywhere-opensource-src-5.15.3.tar.xz 2663512 BLAKE2B 
742c35cb037378d3379e0311daea5d051f448832e470a7d1a7ede9e3e685472804c84d2432e7974030d7469023f5f8e7868bb2e24a854d4f41929c2fabddc9b3
 SHA512 
ce35799a5625226fd62b394ecdc9d6826ef386a4b2d1a085a3def927ff3cf4808542a7e06be313baf12838fa0d2c1dbe6496a4e34818e3d035734305e60c24d9
 DIST qtscript-everywhere-opensource-src-5.15.4.tar.xz 2665104 BLAKE2B 
f57661251785d21983871840675c38184b01ae7cc216c9431400fcf2567cc446edca1250e8e1c66a6970dc0da9721368f9baabc362fcfffd1ea3d6e81196587b
 SHA512 
01d3b03eec23f462a7931e268eb8572d85ed560dd8b24f85b420ff8ebb1932d4c18f47c8d5fad7b7c09c147158b02b6cceb9c571b10249ba4008b363e23d7f95

diff --git a/dev-qt/qtscript/qtscript-5.15.3.ebuild 
b/dev-qt/qtscript/qtscript-5.15.3.ebuild
deleted file mode 100644
index 579e5614509f..
--- a/dev-qt/qtscript/qtscript-5.15.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt5-build
-
-DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-fi
-
-IUSE="+jit scripttools"
-
-DEPEND="
-   =dev-qt/qtcore-${QT5_PV}*
-   scripttools? (
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtwidgets-${QT5_PV}*
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   qt_use_disable_mod scripttools widgets \
-   src/src.pro
-
-   qt5-build_src_prepare
-}
-
-src_configure() {
-   local myqmakeargs=(
-   JAVASCRIPTCORE_JIT=$(usex jit)
-   )
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-06-18 Thread Sam James
commit: 94a51dc5e6ceebe513d1a1e6deb0fd4ba1dc4482
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 15:38:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 15:38:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a51dc5

dev-qt/qtscript: Stabilize 5.15.4 ppc64, #843353

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.4.ebuild 
b/dev-qt/qtscript/qtscript-5.15.4.ebuild
index edddbb50c85d..579e5614509f 100644
--- a/dev-qt/qtscript/qtscript-5.15.4.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.4.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-06-14 Thread Sam James
commit: ab3ed9245ec93ac77feede8f573985b80d9f0e5e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 14 13:26:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 14 13:26:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3ed924

dev-qt/qtscript: Stabilize 5.15.4 arm64, #843353

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.4.ebuild 
b/dev-qt/qtscript/qtscript-5.15.4.ebuild
index 676076be0471..5a14d97da1b5 100644
--- a/dev-qt/qtscript/qtscript-5.15.4.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.4.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-06-14 Thread Agostino Sarubbo
commit: ce4bd9e741a6c848805349a6c1be85d6c3e7375f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 14 07:20:22 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 14 07:21:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4bd9e7

dev-qt/qtscript: x86 stable wrt bug #843353

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.4.ebuild 
b/dev-qt/qtscript/qtscript-5.15.4.ebuild
index 992cb5e9e577..676076be0471 100644
--- a/dev-qt/qtscript/qtscript-5.15.4.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.4.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-06-09 Thread Sam James
commit: c0c143bece3fed88245642290a1d3cea575ce905
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 10 03:15:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 10 03:15:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c143be

dev-qt/qtscript: Stabilize 5.15.4 amd64, #843353

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.4.ebuild 
b/dev-qt/qtscript/qtscript-5.15.4.ebuild
index e41d31f3b5a0..992cb5e9e577 100644
--- a/dev-qt/qtscript/qtscript-5.15.4.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.4.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-05-20 Thread Andreas Sturmlechner
commit: 65e32bf6a3b2662e3311facec418a17f0d0268a2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 20 19:35:33 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 20 19:42:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e32bf6

dev-qt/qtscript: 5.15.4 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/Manifest   |  1 +
 dev-qt/qtscript/qtscript-5.15.4.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index f48ab5ed2c12..41f4f8be504c 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1 +1,2 @@
 DIST qtscript-everywhere-opensource-src-5.15.3.tar.xz 2663512 BLAKE2B 
742c35cb037378d3379e0311daea5d051f448832e470a7d1a7ede9e3e685472804c84d2432e7974030d7469023f5f8e7868bb2e24a854d4f41929c2fabddc9b3
 SHA512 
ce35799a5625226fd62b394ecdc9d6826ef386a4b2d1a085a3def927ff3cf4808542a7e06be313baf12838fa0d2c1dbe6496a4e34818e3d035734305e60c24d9
+DIST qtscript-everywhere-opensource-src-5.15.4.tar.xz 2665104 BLAKE2B 
f57661251785d21983871840675c38184b01ae7cc216c9431400fcf2567cc446edca1250e8e1c66a6970dc0da9721368f9baabc362fcfffd1ea3d6e81196587b
 SHA512 
01d3b03eec23f462a7931e268eb8572d85ed560dd8b24f85b420ff8ebb1932d4c18f47c8d5fad7b7c09c147158b02b6cceb9c571b10249ba4008b363e23d7f95

diff --git a/dev-qt/qtscript/qtscript-5.15.4.ebuild 
b/dev-qt/qtscript/qtscript-5.15.4.ebuild
new file mode 100644
index ..e41d31f3b5a0
--- /dev/null
+++ b/dev-qt/qtscript/qtscript-5.15.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt5-build
+
+DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+IUSE="+jit scripttools"
+
+DEPEND="
+   =dev-qt/qtcore-${QT5_PV}*
+   scripttools? (
+   =dev-qt/qtgui-${QT5_PV}*
+   =dev-qt/qtwidgets-${QT5_PV}*
+   )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   qt_use_disable_mod scripttools widgets \
+   src/src.pro
+
+   qt5-build_src_prepare
+}
+
+src_configure() {
+   local myqmakeargs=(
+   JAVASCRIPTCORE_JIT=$(usex jit)
+   )
+   qt5-build_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-04-17 Thread Sam James
commit: 356953339813b77600227692f1b051a8ccedd59e
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 17 19:31:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 17 19:31:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35695333

dev-qt/qtscript: drop 5.15.2-r1

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/Manifest  |  1 -
 dev-qt/qtscript/qtscript-5.15.2-r1.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/dev-qt/qtscript/Manifest b/dev-qt/qtscript/Manifest
index 0584b68dc8b2..f48ab5ed2c12 100644
--- a/dev-qt/qtscript/Manifest
+++ b/dev-qt/qtscript/Manifest
@@ -1,2 +1 @@
 DIST qtscript-everywhere-opensource-src-5.15.3.tar.xz 2663512 BLAKE2B 
742c35cb037378d3379e0311daea5d051f448832e470a7d1a7ede9e3e685472804c84d2432e7974030d7469023f5f8e7868bb2e24a854d4f41929c2fabddc9b3
 SHA512 
ce35799a5625226fd62b394ecdc9d6826ef386a4b2d1a085a3def927ff3cf4808542a7e06be313baf12838fa0d2c1dbe6496a4e34818e3d035734305e60c24d9
-DIST qtscript-everywhere-src-5.15.2.tar.xz 2663016 BLAKE2B 
f3cf09396fbcd9c386de9628042d2b70263343fec3e1fa49e53e705f56802a244373a37e5daafe6d90252ad67a8b1d3e0446aa4520ff8ff4a8bd010951a5d86e
 SHA512 
71c70b34f7d4a0742df64d20d7e9a685cc640b9cc6a3d22847c04f45a437b3f5537f40225a522ed82787c2744d9a4949dea5b43c2ee81961d5ed175cf10deb32

diff --git a/dev-qt/qtscript/qtscript-5.15.2-r1.ebuild 
b/dev-qt/qtscript/qtscript-5.15.2-r1.ebuild
deleted file mode 100644
index 0c5be76c9b9c..
--- a/dev-qt/qtscript/qtscript-5.15.2-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt5-build
-
-DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="ppc ppc64"
-fi
-
-IUSE="+jit scripttools"
-
-DEPEND="
-   =dev-qt/qtcore-${QT5_PV}*
-   scripttools? (
-   =dev-qt/qtgui-${QT5_PV}*
-   =dev-qt/qtwidgets-${QT5_PV}*
-   )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   qt_use_disable_mod scripttools widgets \
-   src/src.pro
-
-   qt5-build_src_prepare
-}
-
-src_configure() {
-   local myqmakeargs=(
-   JAVASCRIPTCORE_JIT=$(usex jit)
-   )
-   qt5-build_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-04-17 Thread Sam James
commit: cfa7350fdf4d480fa963835e647c4c0982b48542
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 17 18:17:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 17 18:18:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa7350f

dev-qt/qtscript: Stabilize 5.15.3 ppc64, #835762

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.3.ebuild 
b/dev-qt/qtscript/qtscript-5.15.3.ebuild
index edddbb50c85d..579e5614509f 100644
--- a/dev-qt/qtscript/qtscript-5.15.3.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.3.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-04-13 Thread Sam James
commit: 5533b06f79eeb7f4724aa55a4cb67879b9ed726e
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 14 00:18:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 14 00:18:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5533b06f

dev-qt/qtscript: Stabilize 5.15.3 x86, #835762

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.3.ebuild 
b/dev-qt/qtscript/qtscript-5.15.3.ebuild
index d0f36c55d1f7..5a14d97da1b5 100644
--- a/dev-qt/qtscript/qtscript-5.15.3.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.3.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-04-12 Thread Sam James
commit: 795597b1dde7b49d76034198a9590d16adee51b7
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 12 22:49:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 12 22:49:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795597b1

dev-qt/qtscript: Stabilize 5.15.3 amd64, #835762

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.3.ebuild 
b/dev-qt/qtscript/qtscript-5.15.3.ebuild
index d980a2c7033c..d0f36c55d1f7 100644
--- a/dev-qt/qtscript/qtscript-5.15.3.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.3.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2022-04-12 Thread Arthur Zamarin
commit: bc2297e49a07180cff1308de20f26fd374fb5a27
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 12 19:35:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 12 19:35:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2297e4

dev-qt/qtscript: Stabilize 5.15.3 arm64, #835762

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.3.ebuild 
b/dev-qt/qtscript/qtscript-5.15.3.ebuild
index e41d31f3b5a0..d980a2c7033c 100644
--- a/dev-qt/qtscript/qtscript-5.15.3.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.3.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2021-09-22 Thread Andreas Sturmlechner
commit: 61808669355916b35bc7bcdfacb68dc4af9325ce
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Sep 15 20:01:38 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 22 20:01:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61808669

dev-qt/qtscript: simplify usex invocation

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Davide Pesavento  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.2-r1.ebuild 
b/dev-qt/qtscript/qtscript-5.15.2-r1.ebuild
index 00e1e6cc737..b855afed554 100644
--- a/dev-qt/qtscript/qtscript-5.15.2-r1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.2-r1.ebuild
@@ -31,7 +31,7 @@ src_prepare() {
 
 src_configure() {
local myqmakeargs=(
-   JAVASCRIPTCORE_JIT=$(usex jit 'yes' 'no')
+   JAVASCRIPTCORE_JIT=$(usex jit)
)
qt5-build_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2021-01-10 Thread Sam James
commit: 3630899b8b9252884a21d334379ac918f1c0d057
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 10 09:05:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 10 09:05:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3630899b

dev-qt/qtscript: Stabilize 5.15.2 amd64, #754852

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.2.ebuild 
b/dev-qt/qtscript/qtscript-5.15.2.ebuild
index 5be172c7067..6b4ca85b727 100644
--- a/dev-qt/qtscript/qtscript-5.15.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.2.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2021-01-09 Thread Sam James
commit: 02881ac1583a30290c6bf4262acc07cc061b763e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 21:18:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 21:18:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02881ac1

dev-qt/qtscript: Stabilize 5.15.2 ppc, #754852

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.2.ebuild 
b/dev-qt/qtscript/qtscript-5.15.2.ebuild
index cb61d45e426..5be172c7067 100644
--- a/dev-qt/qtscript/qtscript-5.15.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.2.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc x86"
+   KEYWORDS="~amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2021-01-09 Thread Sam James
commit: 153ffe631e0116542d79e612a46b23b2d72f4b29
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 21:17:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 21:17:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153ffe63

dev-qt/qtscript: Stabilize 5.15.2 ppc64, #754852

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.2.ebuild 
b/dev-qt/qtscript/qtscript-5.15.2.ebuild
index 24c4d5bf856..cb61d45e426 100644
--- a/dev-qt/qtscript/qtscript-5.15.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.2.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2021-01-09 Thread Sam James
commit: 943baeb7049e14dfd18e71a0a92f0cdcd8f1fe6c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 21:15:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 21:16:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943baeb7

dev-qt/qtscript: Stabilize 5.15.2 x86, #754852

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.2.ebuild 
b/dev-qt/qtscript/qtscript-5.15.2.ebuild
index b236148ee21..24c4d5bf856 100644
--- a/dev-qt/qtscript/qtscript-5.15.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.2.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2021-01-09 Thread Sam James
commit: 3f49669c4545fbabe4ea1170b56d3fdd7cf59ae1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 15:15:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 15:15:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f49669c

dev-qt/qtscript: Stabilize 5.15.2 arm64, #754852

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.2.ebuild 
b/dev-qt/qtscript/qtscript-5.15.2.ebuild
index 34b9dbc9275..b236148ee21 100644
--- a/dev-qt/qtscript/qtscript-5.15.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-10-18 Thread Thomas Deutschmann
commit: 42085684657ebc77cfe69c3f94a56445ece45ebd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 18 14:37:48 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 18 14:45:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42085684

dev-qt/qtscript: x86 stable (bug #734600)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.1.ebuild 
b/dev-qt/qtscript/qtscript-5.15.1.ebuild
index 9f19eea4e5e..d2aa2181a86 100644
--- a/dev-qt/qtscript/qtscript-5.15.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-10-13 Thread Agostino Sarubbo
commit: b8e8996768c9f86a96718c998229f0e347db
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 13 09:56:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 13 09:57:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e89967

dev-qt/qtscript: ppc64 stable wrt bug #734600

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.1.ebuild 
b/dev-qt/qtscript/qtscript-5.15.1.ebuild
index 9a5ddf3e93a..9f19eea4e5e 100644
--- a/dev-qt/qtscript/qtscript-5.15.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-10-13 Thread Agostino Sarubbo
commit: e3e30dee10aac69c05c4020ef75d47497eb67139
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 13 09:49:56 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 13 09:49:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e30dee

dev-qt/qtscript: ppc stable wrt bug #734600

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.1.ebuild 
b/dev-qt/qtscript/qtscript-5.15.1.ebuild
index de9c46b89fa..9a5ddf3e93a 100644
--- a/dev-qt/qtscript/qtscript-5.15.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-10-12 Thread Sam James
commit: 8381f61421a415b7cf24da99baf86965e4786134
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 12 15:04:45 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 12 15:22:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8381f614

dev-qt/qtscript: Stabilize 5.15.1 amd64, #734600

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.1.ebuild 
b/dev-qt/qtscript/qtscript-5.15.1.ebuild
index eec2159a193..de9c46b89fa 100644
--- a/dev-qt/qtscript/qtscript-5.15.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-10-12 Thread Sam James
commit: 4c5300e60435665ee760bf46d663b85e219ad080
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 12 11:29:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 12 11:45:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5300e6

dev-qt/qtscript: Stabilize 5.15.1 arm64, #734600

Signed-off-by: Sam James  gentoo.org>

 dev-qt/qtscript/qtscript-5.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.15.1.ebuild 
b/dev-qt/qtscript/qtscript-5.15.1.ebuild
index 34b9dbc9275..eec2159a193 100644
--- a/dev-qt/qtscript/qtscript-5.15.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-05-30 Thread Sergei Trofimovich
commit: 39bfbce42140ce1d1034bc0f332dc63fc2dba810
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 30 19:30:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 30 19:30:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39bfbce4

dev-qt/qtscript: stable 5.14.2 for ppc, bug #719732

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-qt/qtscript/qtscript-5.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.14.2.ebuild 
b/dev-qt/qtscript/qtscript-5.14.2.ebuild
index 47a8e8f9eb5..d2aa2181a86 100644
--- a/dev-qt/qtscript/qtscript-5.14.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.14.2.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/, dev-qt/qtimageformats/, dev-qt/qtbluetooth/, dev-qt/designer/, ...

2020-05-26 Thread Andreas Sturmlechner
commit: aeb61e1abdbb629279cb188180567a3fb957d9e5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 26 09:18:34 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 26 14:32:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb61e1a

dev-qt: Add Qt 5.15.0 release

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/assistant/Manifest  |   1 +
 dev-qt/assistant/assistant-5.15.0.ebuild   |  55 ++
 dev-qt/designer/Manifest   |   1 +
 dev-qt/designer/designer-5.15.0.ebuild |  53 ++
 dev-qt/linguist-tools/Manifest |   1 +
 dev-qt/linguist-tools/linguist-tools-5.15.0.ebuild |  45 +
 dev-qt/linguist/Manifest   |   1 +
 dev-qt/linguist/linguist-5.15.0.ebuild |  48 ++
 dev-qt/pixeltool/Manifest  |   1 +
 dev-qt/pixeltool/pixeltool-5.15.0.ebuild   |  21 +++
 dev-qt/qdbus/Manifest  |   1 +
 dev-qt/qdbus/qdbus-5.15.0.ebuild   |  25 +++
 dev-qt/qdbusviewer/Manifest|   1 +
 dev-qt/qdbusviewer/qdbusviewer-5.15.0.ebuild   |  45 +
 dev-qt/qdoc/Manifest   |   1 +
 dev-qt/qdoc/qdoc-5.15.0.ebuild |  28 
 dev-qt/qt3d/Manifest   |   1 +
 dev-qt/qt3d/qt3d-5.15.0.ebuild |  34 
 dev-qt/qtbluetooth/Manifest|   1 +
 dev-qt/qtbluetooth/qtbluetooth-5.15.0.ebuild   |  33 
 dev-qt/qtcharts/Manifest   |   1 +
 dev-qt/qtcharts/qtcharts-5.15.0.ebuild |  29 
 dev-qt/qtconcurrent/Manifest   |   1 +
 dev-qt/qtconcurrent/qtconcurrent-5.15.0.ebuild |  23 +++
 dev-qt/qtcore/Manifest |   1 +
 dev-qt/qtcore/qtcore-5.15.0.ebuild | 100 +++
 dev-qt/qtdatavis3d/Manifest|   1 +
 dev-qt/qtdatavis3d/qtdatavis3d-5.15.0.ebuild   |  31 
 dev-qt/qtdbus/Manifest |   1 +
 dev-qt/qtdbus/qtdbus-5.15.0.ebuild |  43 +
 dev-qt/qtdeclarative/Manifest  |   1 +
 dev-qt/qtdeclarative/qtdeclarative-5.15.0.ebuild   |  58 +++
 dev-qt/qtdiag/Manifest |   1 +
 dev-qt/qtdiag/qtdiag-5.15.0.ebuild |  32 
 dev-qt/qtgamepad/Manifest  |   1 +
 dev-qt/qtgamepad/qtgamepad-5.15.0.ebuild   |  35 
 dev-qt/qtgraphicaleffects/Manifest |   1 +
 .../qtgraphicaleffects-5.15.0.ebuild   |  21 +++
 dev-qt/qtgui/Manifest  |   1 +
 dev-qt/qtgui/qtgui-5.15.0.ebuild   | 184 +
 dev-qt/qthelp/Manifest |   1 +
 dev-qt/qthelp/qthelp-5.15.0.ebuild |  29 
 dev-qt/qtimageformats/Manifest |   1 +
 dev-qt/qtimageformats/qtimageformats-5.15.0.ebuild |  30 
 dev-qt/qtlocation/Manifest |   1 +
 dev-qt/qtlocation/qtlocation-5.15.0.ebuild |  47 ++
 dev-qt/qtmultimedia/Manifest   |   1 +
 dev-qt/qtmultimedia/qtmultimedia-5.15.0.ebuild |  68 
 dev-qt/qtnetwork/Manifest  |   1 +
 dev-qt/qtnetwork/qtnetwork-5.15.0.ebuild   |  62 +++
 dev-qt/qtnetworkauth/Manifest  |   1 +
 dev-qt/qtnetworkauth/qtnetworkauth-5.15.0.ebuild   |  20 +++
 dev-qt/qtopengl/Manifest   |   1 +
 dev-qt/qtopengl/qtopengl-5.15.0.ebuild |  34 
 dev-qt/qtpaths/Manifest|   1 +
 dev-qt/qtpaths/qtpaths-5.15.0.ebuild   |  19 +++
 dev-qt/qtplugininfo/Manifest   |   1 +
 dev-qt/qtplugininfo/qtplugininfo-5.15.0.ebuild |  19 +++
 dev-qt/qtpositioning/Manifest  |   1 +
 dev-qt/qtpositioning/qtpositioning-5.15.0.ebuild   |  40 +
 dev-qt/qtprintsupport/Manifest |   1 +
 dev-qt/qtprintsupport/qtprintsupport-5.15.0.ebuild |  42 +
 dev-qt/qtquickcontrols/Manifest|   1 +
 .../qtquickcontrols/qtquickcontrols-5.15.0.ebuild  |  32 
 dev-qt/qtquickcontrols2/Manifest   |   1 +
 .../qtquickcontrols2-5.15.0.ebuild |  30 
 dev-qt/qtscript/Manifest   |   1 +
 dev-qt/qtscript/qtscript-5.15.0.ebuild |  36 
 dev-qt/qtscxml/Manifest|   1 +
 dev-qt/qtscxml/qtscxml-5.15.0.ebuild   |  19 +++
 dev-qt/qtsensors/Manifest  |   1 +
 dev-qt/qtsensors/qtsensors-5.15.0.ebuild   |  28 
 dev-qt/qtserialbus/Manifest|   1 +
 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-05-20 Thread Mikle Kolyada
commit: f6dcba0deb17627c5288044ee999c9f28e72facf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 13:30:59 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 13:30:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6dcba0d

dev-qt/qtscript: arm64 stable wrt bug #719732

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-qt/qtscript/qtscript-5.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.14.2.ebuild 
b/dev-qt/qtscript/qtscript-5.14.2.ebuild
index 6192bc2e3ad..47a8e8f9eb5 100644
--- a/dev-qt/qtscript/qtscript-5.14.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.14.2.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-05-20 Thread Mikle Kolyada
commit: 05d84a67f828a979f0e388379179d855bd65ea08
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 09:49:10 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 09:49:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d84a67

dev-qt/qtscript: x86 stable wrt bug #719732

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-qt/qtscript/qtscript-5.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.14.2.ebuild 
b/dev-qt/qtscript/qtscript-5.14.2.ebuild
index 3c938011863..6192bc2e3ad 100644
--- a/dev-qt/qtscript/qtscript-5.14.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.14.2.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-05-19 Thread Mikle Kolyada
commit: daf94650808378395f3d74741751c318058b7f68
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 19 19:30:23 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 19 19:30:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf94650

dev-qt/qtscript: amd64 stable wrt bug #719732

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-qt/qtscript/qtscript-5.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.14.2.ebuild 
b/dev-qt/qtscript/qtscript-5.14.2.ebuild
index 397e33ecd09..3c938011863 100644
--- a/dev-qt/qtscript/qtscript-5.14.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.14.2.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-05-09 Thread Agostino Sarubbo
commit: c4882b18b775c98c9d4e4f684a05b1d601bf16e6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May  9 07:46:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May  9 07:46:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4882b18

dev-qt/qtscript: ppc64 stable wrt bug #719732

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

 dev-qt/qtscript/qtscript-5.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.14.2.ebuild 
b/dev-qt/qtscript/qtscript-5.14.2.ebuild
index 34b9dbc9275..397e33ecd09 100644
--- a/dev-qt/qtscript/qtscript-5.14.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.14.2.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-03-28 Thread Mart Raudsepp
commit: bedfba2664507d172e8c9a2a8b946476581a2128
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 28 09:10:47 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 28 10:03:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedfba26

dev-qt/qtscript: arm64 stable (bug #699328)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-qt/qtscript/qtscript-5.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.14.1.ebuild 
b/dev-qt/qtscript/qtscript-5.14.1.ebuild
index b7ea0a0a11b..d2aa2181a86 100644
--- a/dev-qt/qtscript/qtscript-5.14.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.14.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-03-19 Thread Agostino Sarubbo
commit: c5a4d798bdb93587a80c6d05f1d88b3fe78c9ddc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 19 13:14:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 19 13:14:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a4d798

dev-qt/qtscript: x86 stable wrt bug #699328

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

 dev-qt/qtscript/qtscript-5.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.14.1.ebuild 
b/dev-qt/qtscript/qtscript-5.14.1.ebuild
index ba59583e7ff..b7ea0a0a11b 100644
--- a/dev-qt/qtscript/qtscript-5.14.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.14.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-03-19 Thread Agostino Sarubbo
commit: 810f5304c7c16f676ad639d8eacd697b84202a5d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 19 12:44:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 19 12:44:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810f5304

dev-qt/qtscript: amd64 stable wrt bug #699328

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

 dev-qt/qtscript/qtscript-5.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.14.1.ebuild 
b/dev-qt/qtscript/qtscript-5.14.1.ebuild
index a993c99637b..ba59583e7ff 100644
--- a/dev-qt/qtscript/qtscript-5.14.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.14.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-03-19 Thread Agostino Sarubbo
commit: f640433b46a87a9441af8acc95e1848d2c170374
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 19 10:13:59 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 19 10:14:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f640433b

dev-qt/qtscript: ppc64 stable wrt bug #699328

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

 dev-qt/qtscript/qtscript-5.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.14.1.ebuild 
b/dev-qt/qtscript/qtscript-5.14.1.ebuild
index 561bc7b2160..a993c99637b 100644
--- a/dev-qt/qtscript/qtscript-5.14.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.14.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-03-19 Thread Agostino Sarubbo
commit: b73699a31399bb19be3f4b39cd8b18e966b33a97
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 19 10:11:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 19 10:11:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73699a3

dev-qt/qtscript: ppc stable wrt bug #699328

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

 dev-qt/qtscript/qtscript-5.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.14.1.ebuild 
b/dev-qt/qtscript/qtscript-5.14.1.ebuild
index 34b9dbc9275..561bc7b2160 100644
--- a/dev-qt/qtscript/qtscript-5.14.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.14.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-01-13 Thread Sergei Trofimovich
commit: aa3f1147d8234bd547af68ad391d14b7f51cf036
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:45:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3f1147

dev-qt/qtscript: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-qt/qtscript/qtscript-5.13.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtscript/qtscript-5.13.2.ebuild 
b/dev-qt/qtscript/qtscript-5.13.2.ebuild
index 86e27f2c043..9f19eea4e5e 100644
--- a/dev-qt/qtscript/qtscript-5.13.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.13.2.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
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2019-12-22 Thread Aaron Bauman
commit: 7f10d48dd6d81f0743e6e268d7d6d2297211b33f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 22 16:16:55 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 22 16:29:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f10d48d

dev-qt/qtscript: arm64 stable (bug #699240)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.82, Repoman-2.3.20

 dev-qt/qtscript/qtscript-5.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.13.2.ebuild 
b/dev-qt/qtscript/qtscript-5.13.2.ebuild
index 73bc2b0c612..86e27f2c043 100644
--- a/dev-qt/qtscript/qtscript-5.13.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.13.2.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2019-12-21 Thread Mikle Kolyada
commit: 947b750ce53d68a857fc26f55506ff70667de584
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 21 10:53:52 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 21 10:53:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947b750c

dev-qt/qtscript: ppc64 stable wrt bug #699240

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-qt/qtscript/qtscript-5.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.13.2.ebuild 
b/dev-qt/qtscript/qtscript-5.13.2.ebuild
index 0c56556d7f1..73bc2b0c612 100644
--- a/dev-qt/qtscript/qtscript-5.13.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.13.2.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2019-12-18 Thread Agostino Sarubbo
commit: f3f67546a3047c65024b51ad153c584911b1bd6d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Dec 18 11:21:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Dec 18 11:21:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f67546

dev-qt/qtscript: amd64 stable wrt bug #699240

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-qt/qtscript/qtscript-5.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.13.2.ebuild 
b/dev-qt/qtscript/qtscript-5.13.2.ebuild
index 4c0edd2bba5..0c56556d7f1 100644
--- a/dev-qt/qtscript/qtscript-5.13.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.13.2.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2019-11-12 Thread Aaron Bauman
commit: a28de70311205daea691ee5d1b3ea49864201d90
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Nov 12 14:51:55 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Nov 12 15:00:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a28de703

dev-qt/qtscript: arm64 stable (bug #691738)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

 dev-qt/qtscript/qtscript-5.12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.12.5.ebuild 
b/dev-qt/qtscript/qtscript-5.12.5.ebuild
index 73bc2b0c612..86e27f2c043 100644
--- a/dev-qt/qtscript/qtscript-5.12.5.ebuild
+++ b/dev-qt/qtscript/qtscript-5.12.5.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2019-10-20 Thread Mikle Kolyada
commit: 40eafd69a2ff98aa5c8dc63e000d28c5597d0696
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 20 16:12:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 20 16:12:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40eafd69

dev-qt/qtscript: ppc64 stable wrt bug #691738

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-qt/qtscript/qtscript-5.12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.12.5.ebuild 
b/dev-qt/qtscript/qtscript-5.12.5.ebuild
index 0c56556d7f1..73bc2b0c612 100644
--- a/dev-qt/qtscript/qtscript-5.12.5.ebuild
+++ b/dev-qt/qtscript/qtscript-5.12.5.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2019-10-20 Thread Mikle Kolyada
commit: c8623d2b89b3598e487fee3f007faeb5a7d0f27f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 20 16:08:23 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 20 16:08:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8623d2b

dev-qt/qtscript: amd64 stable wrt bug #691738

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

 dev-qt/qtscript/qtscript-5.12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.12.5.ebuild 
b/dev-qt/qtscript/qtscript-5.12.5.ebuild
index 4c0edd2bba5..0c56556d7f1 100644
--- a/dev-qt/qtscript/qtscript-5.12.5.ebuild
+++ b/dev-qt/qtscript/qtscript-5.12.5.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2019-05-23 Thread Mikle Kolyada
commit: c722d33a47af59dffb1af515507cf1d706991740
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 23 12:25:31 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 23 12:26:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c722d33a

dev-qt/qtscript: ppc64 stable wrt bug #685260

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

 dev-qt/qtscript/qtscript-5.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.12.3.ebuild 
b/dev-qt/qtscript/qtscript-5.12.3.ebuild
index 92093efd2ef..e139a2f6f44 100644
--- a/dev-qt/qtscript/qtscript-5.12.3.ebuild
+++ b/dev-qt/qtscript/qtscript-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2019-05-21 Thread Mikle Kolyada
commit: f03fbca4eb151e2c9cf5ff76a569ba579d72606f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 20:48:09 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 20:50:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03fbca4

dev-qt/qtscript: x86 stable wrt bug #685260

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

 dev-qt/qtscript/qtscript-5.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.12.3.ebuild 
b/dev-qt/qtscript/qtscript-5.12.3.ebuild
index ca09120a4b1..92093efd2ef 100644
--- a/dev-qt/qtscript/qtscript-5.12.3.ebuild
+++ b/dev-qt/qtscript/qtscript-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2019-05-21 Thread Mikle Kolyada
commit: 3b882f4b356ad2174e462d48fea079c79b08c896
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue May 21 15:00:51 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue May 21 15:00:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b882f4b

dev-qt/qtscript: amd64 stable wrt bug #685260

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

 dev-qt/qtscript/qtscript-5.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.12.3.ebuild 
b/dev-qt/qtscript/qtscript-5.12.3.ebuild
index 075e8bd8b70..ca09120a4b1 100644
--- a/dev-qt/qtscript/qtscript-5.12.3.ebuild
+++ b/dev-qt/qtscript/qtscript-5.12.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/, dev-qt/qtscript/files/

2019-02-25 Thread Andreas Sturmlechner
commit: 9e62d4057d53668675bd725f8fe8216b8649cf86
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 25 15:28:26 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 25 15:55:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e62d405

dev-qt/qtscript: Fix build with >=GCC-8.3.0

Closes: https://bugs.gentoo.org/678640
Reported-by: Mike Lothian  fireburn.co.uk>
Thanks-to: Arfrever Frehtes Taifersar Arahesis  gmail.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../qtscript/files/qtscript-5.11.3-gcc-8.3.patch   | 238 +
 dev-qt/qtscript/qtscript-5.11.3.ebuild |   2 +
 2 files changed, 240 insertions(+)

diff --git a/dev-qt/qtscript/files/qtscript-5.11.3-gcc-8.3.patch 
b/dev-qt/qtscript/files/qtscript-5.11.3-gcc-8.3.patch
new file mode 100644
index 000..2fb04a70827
--- /dev/null
+++ b/dev-qt/qtscript/files/qtscript-5.11.3-gcc-8.3.patch
@@ -0,0 +1,238 @@
+From 97ec1d1882a83c23c91f0f7daea48e05858d8c32 Mon Sep 17 00:00:00 2001
+From: Thiago Macieira 
+Date: Mon, 28 Jan 2019 14:33:12 -0800
+Subject: Fix build with GCC 8.3
+
+Qualifiers in the asm statement are not allowed in the global scope. I
+thought they were necessary for LTO, but I the commit to this file that
+added them predates my work on setting up LTO for GCC.
+
+Change-Id: Id98140e1c2f0426cabbefffd157e23e5ece67a49
+Reviewed-by: Allan Sandfeld Jensen 
+---
+ .../javascriptcore/JavaScriptCore/jit/JITStubs.cpp | 48 +++---
+ 1 file changed, 24 insertions(+), 24 deletions(-)
+
+diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp 
b/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp
+index 1abdf8b..9f60761 100644
+--- a/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp
 b/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp
+@@ -116,7 +116,7 @@ COMPILE_ASSERT(offsetof(struct JITStackFrame, savedEBX) == 
0x3c, JITStackFrame_s
+ COMPILE_ASSERT(offsetof(struct JITStackFrame, callFrame) == 0x58, 
JITStackFrame_callFrame_offset_matches_ctiTrampoline);
+ COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x50, 
JITStackFrame_code_offset_matches_ctiTrampoline);
+ 
+-asm volatile (
++asm (
+ ".text\n"
+ ".globl " SYMBOL_STRING(ctiTrampoline) "\n"
+ HIDE_SYMBOL(ctiTrampoline) "\n"
+@@ -138,7 +138,7 @@ SYMBOL_STRING(ctiTrampoline) ":" "\n"
+ "ret" "\n"
+ );
+ 
+-asm volatile (
++asm (
+ ".globl " SYMBOL_STRING(ctiVMThrowTrampoline) "\n"
+ HIDE_SYMBOL(ctiVMThrowTrampoline) "\n"
+ SYMBOL_STRING(ctiVMThrowTrampoline) ":" "\n"
+@@ -154,7 +154,7 @@ SYMBOL_STRING(ctiVMThrowTrampoline) ":" "\n"
+ "ret" "\n"
+ );
+ 
+-asm volatile (
++asm (
+ ".globl " SYMBOL_STRING(ctiOpThrowNotCaught) "\n"
+ HIDE_SYMBOL(ctiOpThrowNotCaught) "\n"
+ SYMBOL_STRING(ctiOpThrowNotCaught) ":" "\n"
+@@ -179,7 +179,7 @@ COMPILE_ASSERT(offsetof(struct JITStackFrame, savedRBX) == 
0x48, JITStackFrame_s
+ COMPILE_ASSERT(offsetof(struct JITStackFrame, callFrame) == 0x90, 
JITStackFrame_callFrame_offset_matches_ctiTrampoline);
+ COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x80, 
JITStackFrame_code_offset_matches_ctiTrampoline);
+ 
+-asm volatile (
++asm (
+ ".globl " SYMBOL_STRING(ctiTrampoline) "\n"
+ HIDE_SYMBOL(ctiTrampoline) "\n"
+ SYMBOL_STRING(ctiTrampoline) ":" "\n"
+@@ -206,7 +206,7 @@ SYMBOL_STRING(ctiTrampoline) ":" "\n"
+ "ret" "\n"
+ );
+ 
+-asm volatile (
++asm (
+ ".globl " SYMBOL_STRING(ctiVMThrowTrampoline) "\n"
+ HIDE_SYMBOL(ctiVMThrowTrampoline) "\n"
+ SYMBOL_STRING(ctiVMThrowTrampoline) ":" "\n"
+@@ -222,7 +222,7 @@ SYMBOL_STRING(ctiVMThrowTrampoline) ":" "\n"
+ "ret" "\n"
+ );
+ 
+-asm volatile (
++asm (
+ ".globl " SYMBOL_STRING(ctiOpThrowNotCaught) "\n"
+ HIDE_SYMBOL(ctiOpThrowNotCaught) "\n"
+ SYMBOL_STRING(ctiOpThrowNotCaught) ":" "\n"
+@@ -242,7 +242,7 @@ SYMBOL_STRING(ctiOpThrowNotCaught) ":" "\n"
+ #error "JIT_STUB_ARGUMENT_VA_LIST not supported on ARMv7."
+ #endif
+ 
+-asm volatile (
++asm (
+ ".text" "\n"
+ ".align 2" "\n"
+ ".globl " SYMBOL_STRING(ctiTrampoline) "\n"
+@@ -269,7 +269,7 @@ SYMBOL_STRING(ctiTrampoline) ":" "\n"
+ "bx lr" "\n"
+ );
+ 
+-asm volatile (
++asm (
+ ".text" "\n"
+ ".align 2" "\n"
+ ".globl " SYMBOL_STRING(ctiVMThrowTrampoline) "\n"
+@@ -287,7 +287,7 @@ SYMBOL_STRING(ctiVMThrowTrampoline) ":" "\n"
+ "bx lr" "\n"
+ );
+ 
+-asm volatile (
++asm (
+ ".text" "\n"
+ ".align 2" "\n"
+ ".globl " SYMBOL_STRING(ctiOpThrowNotCaught) "\n"
+@@ -305,7 +305,7 @@ SYMBOL_STRING(ctiOpThrowNotCaught) ":" "\n"
+ 
+ #elif COMPILER(GCC) && CPU(ARM_TRADITIONAL)
+ 
+-asm volatile (
++asm (
+ ".globl " SYMBOL_STRING(ctiTrampoline) "\n"
+ HIDE_SYMBOL(ctiTrampoline) "\n"
+ SYMBOL_STRING(ctiTrampoline) ":" "\n"
+@@ -323,7 +323,7 @@ SYMBOL_STRING(ctiTrampoline) ":" "\n"
+ "mov pc, lr" "\n"
+ );
+ 
+-asm volatile (
++asm (
+ ".globl " SYMBOL_STRING(ctiVMThrowTrampoline) "\n"
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2019-02-11 Thread Sergei Trofimovich
commit: 0637af2411ed9b56b5ee31eda280b604ccf721d3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 22:54:32 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0637af24

dev-qt/qtscript: stable 5.11.3 for ppc, bug #670864

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-qt/qtscript/qtscript-5.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.11.3.ebuild 
b/dev-qt/qtscript/qtscript-5.11.3.ebuild
index e139a2f6f44..22ced077510 100644
--- a/dev-qt/qtscript/qtscript-5.11.3.ebuild
+++ b/dev-qt/qtscript/qtscript-5.11.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2019-01-09 Thread Mikle Kolyada
commit: a905964caff952daf4c801428d3736b7b531e995
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jan  9 13:27:11 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jan  9 13:29:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a905964c

dev-qt/qtscript: ppc64 stable wrt bug #670864

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-qt/qtscript/qtscript-5.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.11.3.ebuild 
b/dev-qt/qtscript/qtscript-5.11.3.ebuild
index 92093efd2ef..e139a2f6f44 100644
--- a/dev-qt/qtscript/qtscript-5.11.3.ebuild
+++ b/dev-qt/qtscript/qtscript-5.11.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2019-01-09 Thread Mikle Kolyada
commit: ce76036b58990fcebf2117530b648b6174ef3dc4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jan  9 10:37:48 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jan  9 10:37:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce76036b

dev-qt/qtscript: x86 stable wrt bug #670864

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-qt/qtscript/qtscript-5.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.11.3.ebuild 
b/dev-qt/qtscript/qtscript-5.11.3.ebuild
index ca09120a4b1..92093efd2ef 100644
--- a/dev-qt/qtscript/qtscript-5.11.3.ebuild
+++ b/dev-qt/qtscript/qtscript-5.11.3.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2019-01-09 Thread Mikle Kolyada
commit: 0f17b63e60a45a0507eaf6ab1bb2b8d6fd74f028
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jan  9 10:29:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jan  9 10:29:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f17b63e

dev-qt/qtscript: amd64 stable wrt bug #670864

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-qt/qtscript/qtscript-5.11.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtscript/qtscript-5.11.3.ebuild 
b/dev-qt/qtscript/qtscript-5.11.3.ebuild
index bcf1380a584..ca09120a4b1 100644
--- a/dev-qt/qtscript/qtscript-5.11.3.ebuild
+++ b/dev-qt/qtscript/qtscript-5.11.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2018-11-24 Thread Sergei Trofimovich
commit: 963a6f39cffb8bcbd88664dee986d9c83fa07390
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 24 13:28:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 24 13:28:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963a6f39

dev-qt/qtscript: stable 5.11.1 for ppc, bug #664566

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-qt/qtscript/qtscript-5.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.11.1.ebuild 
b/dev-qt/qtscript/qtscript-5.11.1.ebuild
index 4c9fddf031b..e9ee8af1c49 100644
--- a/dev-qt/qtscript/qtscript-5.11.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.11.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2018-10-17 Thread Thomas Deutschmann
commit: c928bd8a1e31afbcddc9eaba325d90e222fd4877
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct 17 22:04:59 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 17 22:21:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c928bd8a

dev-qt/qtscript: x86 stable (bug #664566)

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-qt/qtscript/qtscript-5.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.11.1.ebuild 
b/dev-qt/qtscript/qtscript-5.11.1.ebuild
index 3d32ea7474a..4c9fddf031b 100644
--- a/dev-qt/qtscript/qtscript-5.11.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.11.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2018-10-16 Thread Mikle Kolyada
commit: 95a95c5d9a89f282ed90a8ed922a96f4007c8593
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Oct 16 16:02:42 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Oct 16 16:09:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a95c5d

dev-qt/qtscript: amd64 stable wrt bug #664566

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-qt/qtscript/qtscript-5.11.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtscript/qtscript-5.11.1.ebuild 
b/dev-qt/qtscript/qtscript-5.11.1.ebuild
index a4e01b45cf1..3d32ea7474a 100644
--- a/dev-qt/qtscript/qtscript-5.11.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2018-09-07 Thread Sergei Trofimovich
commit: 41e9f0963c1daa69b71c784ed72f9da33eda1d16
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep  7 23:37:26 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep  7 23:46:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e9f096

dev-qt/qtscript: stable 5.9.6 for ppc, bug #655664

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"

 dev-qt/qtscript/qtscript-5.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.9.6.ebuild 
b/dev-qt/qtscript/qtscript-5.9.6.ebuild
index aa0e1df6e68..c2f09aef1ed 100644
--- a/dev-qt/qtscript/qtscript-5.9.6.ebuild
+++ b/dev-qt/qtscript/qtscript-5.9.6.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2018-08-21 Thread Mikle Kolyada
commit: 25c9eafab2c51e770f0e0d13480902a301902385
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Aug 22 01:16:12 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Aug 22 01:20:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c9eafa

dev-qt/qtscript: ppc64 stable wrt bug #655664

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-qt/qtscript/qtscript-5.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.9.6.ebuild 
b/dev-qt/qtscript/qtscript-5.9.6.ebuild
index 29479c5cb94..aa0e1df6e68 100644
--- a/dev-qt/qtscript/qtscript-5.9.6.ebuild
+++ b/dev-qt/qtscript/qtscript-5.9.6.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2018-08-19 Thread Sergei Trofimovich
commit: 102b1ae699f7972056c08032b0262f61aa89efbc
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Aug 19 08:35:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 19 10:34:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102b1ae6

dev-qt/qtscript: keyworded 5.11.1 for sparc

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-qt/qtscript/qtscript-5.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.11.1.ebuild 
b/dev-qt/qtscript/qtscript-5.11.1.ebuild
index 2644fc6ec23..a4e01b45cf1 100644
--- a/dev-qt/qtscript/qtscript-5.11.1.ebuild
+++ b/dev-qt/qtscript/qtscript-5.11.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2018-08-17 Thread Sergei Trofimovich
commit: db37db00c36986b410a031f884abe2c579749360
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Aug 17 07:01:37 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Aug 17 21:12:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db37db00

dev-qt/qtscript: keyworded 5.9.6 for sparc

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-qt/qtscript/qtscript-5.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.9.6.ebuild 
b/dev-qt/qtscript/qtscript-5.9.6.ebuild
index 267e8c07bcd..29479c5cb94 100644
--- a/dev-qt/qtscript/qtscript-5.9.6.ebuild
+++ b/dev-qt/qtscript/qtscript-5.9.6.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2018-07-15 Thread Thomas Deutschmann
commit: 3204d4b521927f9f5f350714faebe4f1e86b1d5a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 15 14:04:13 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 15 14:20:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3204d4b5

dev-qt/qtscript: x86 stable (bug #655664)

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 dev-qt/qtscript/qtscript-5.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.9.6.ebuild 
b/dev-qt/qtscript/qtscript-5.9.6.ebuild
index a1f1da28d55..267e8c07bcd 100644
--- a/dev-qt/qtscript/qtscript-5.9.6.ebuild
+++ b/dev-qt/qtscript/qtscript-5.9.6.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2018-03-26 Thread Sergei Trofimovich
commit: 9251f5de5bf1a29990b13648fff4f7f0bedd851b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Mar 26 07:03:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 26 07:03:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9251f5de

dev-qt/qtscript: stable 5.9.4 for ppc64, bug #642822

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-qt/qtscript/qtscript-5.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscript/qtscript-5.9.4.ebuild 
b/dev-qt/qtscript/qtscript-5.9.4.ebuild
index 7da648fc954..54141c4a6ba 100644
--- a/dev-qt/qtscript/qtscript-5.9.4.ebuild
+++ b/dev-qt/qtscript/qtscript-5.9.4.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd"
 fi
 
 IUSE="+jit scripttools"



  1   2   >