* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/
@ 2016-07-19 7:32 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2016-07-19 7:32 UTC (permalink / raw
To: gentoo-commits
commit: bce6145ec81e5de1905012febc550699811e2730
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 07:32:06 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 07:32:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce6145e
kde-frameworks/karchive: amd64 stable wrt bug #589054
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-frameworks/karchive/karchive-5.21.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild b/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild
index 698a1bd..f830269 100644
--- a/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild
+++ b/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde5
DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
IUSE="+bzip2 +lzma"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/
@ 2016-07-19 7:32 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2016-07-19 7:32 UTC (permalink / raw
To: gentoo-commits
commit: 291bfadcf73210f630b50f590a43638c8694d8f0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 07:32:32 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 07:32:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291bfadc
kde-frameworks/karchive: x86 stable wrt bug #589054
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-frameworks/karchive/karchive-5.21.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild b/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild
index f830269..e4765d8 100644
--- a/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild
+++ b/kde-frameworks/karchive/karchive-5.21.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit kde5
DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="+bzip2 +lzma"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/
@ 2016-07-19 11:32 Johannes Huber
0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2016-07-19 11:32 UTC (permalink / raw
To: gentoo-commits
commit: 200ffefe558460d975d8d9b091474212e43d6293
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 19 11:31:47 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 11:31:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200ffefe
kde-frameworks/karchive: Remove vulnerable versions
Gentoo-bug: 589054
Package-Manager: portage-2.3.0
kde-frameworks/karchive/karchive-5.21.0.ebuild | 28 --------------------------
kde-frameworks/karchive/karchive-5.23.0.ebuild | 28 --------------------------
2 files changed, 56 deletions(-)
diff --git a/kde-frameworks/karchive/karchive-5.21.0.ebuild b/kde-frameworks/karchive/karchive-5.21.0.ebuild
deleted file mode 100644
index a6a414e..0000000
--- a/kde-frameworks/karchive/karchive-5.21.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="amd64 ~arm x86"
-IUSE="+bzip2 +lzma"
-
-RDEPEND="
- bzip2? ( app-arch/bzip2 )
- lzma? ( app-arch/xz-utils )
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package bzip2 BZip2)
- $(cmake-utils_use_find_package lzma LibLZMA)
- )
-
- kde5_src_configure
-}
diff --git a/kde-frameworks/karchive/karchive-5.23.0.ebuild b/kde-frameworks/karchive/karchive-5.23.0.ebuild
deleted file mode 100644
index 9c165c7..0000000
--- a/kde-frameworks/karchive/karchive-5.23.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+bzip2 +lzma"
-
-RDEPEND="
- bzip2? ( app-arch/bzip2 )
- lzma? ( app-arch/xz-utils )
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package bzip2 BZip2)
- $(cmake-utils_use_find_package lzma LibLZMA)
- )
-
- kde5_src_configure
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/
@ 2017-07-07 7:11 Alexis Ballier
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier @ 2017-07-07 7:11 UTC (permalink / raw
To: gentoo-commits
commit: dd0539810e1fc7e8682aada6047fc712d986f695
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 07:09:12 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 07:10:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd053981
kde-frameworks/karchive: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
kde-frameworks/karchive/karchive-5.35.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/karchive/karchive-5.35.0.ebuild b/kde-frameworks/karchive/karchive-5.35.0.ebuild
index db0e49cec65..b3d6486e82e 100644
--- a/kde-frameworks/karchive/karchive-5.35.0.ebuild
+++ b/kde-frameworks/karchive/karchive-5.35.0.ebuild
@@ -7,7 +7,7 @@ inherit kde5
DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+bzip2 +lzma"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/
@ 2018-04-23 14:50 Aaron Bauman
0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2018-04-23 14:50 UTC (permalink / raw
To: gentoo-commits
commit: cdef138a6fddad61dffa103c769761d4283a2138
Author: Luke Dashjr <luke-jr+git <AT> utopios <DOT> org>
AuthorDate: Wed Apr 18 03:29:49 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 14:50:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdef138a
kde-frameworks/karchive: Keyword 5.43.0 ~ppc64
kde-frameworks/karchive/karchive-5.43.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/karchive/karchive-5.43.0.ebuild b/kde-frameworks/karchive/karchive-5.43.0.ebuild
index 3c35f30e0c1..0eb013504cf 100644
--- a/kde-frameworks/karchive/karchive-5.43.0.ebuild
+++ b/kde-frameworks/karchive/karchive-5.43.0.ebuild
@@ -7,7 +7,7 @@ inherit kde5
DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
IUSE="+bzip2 +lzma"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/
@ 2018-04-23 21:07 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2018-04-23 21:07 UTC (permalink / raw
To: gentoo-commits
commit: 3c38b074b565360b2a70a2289a7d3017ee7f5558
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 18:09:13 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 21:06:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c38b074
kde-frameworks/karchive: 5.45 ~ppc64 on suspicion it works like 5.43
Package-Manager: Portage-2.3.31, Repoman-2.3.9
kde-frameworks/karchive/karchive-5.45.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/karchive/karchive-5.45.0.ebuild b/kde-frameworks/karchive/karchive-5.45.0.ebuild
index 2a172249f30..5fb760e1d69 100644
--- a/kde-frameworks/karchive/karchive-5.45.0.ebuild
+++ b/kde-frameworks/karchive/karchive-5.45.0.ebuild
@@ -7,7 +7,7 @@ inherit kde5
DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="+bzip2 +lzma"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/
@ 2020-05-30 11:20 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2020-05-30 11:20 UTC (permalink / raw
To: gentoo-commits
commit: e2e6b241a4df2b8d8a11c437dd9d3c4f9db8b04b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 11:19:23 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 30 11:19:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e6b241
kde-frameworks/karchive: Drop 5.70.0 (r0)
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/karchive/karchive-5.70.0.ebuild | 27 --------------------------
1 file changed, 27 deletions(-)
diff --git a/kde-frameworks/karchive/karchive-5.70.0.ebuild b/kde-frameworks/karchive/karchive-5.70.0.ebuild
deleted file mode 100644
index 670e0664b95..00000000000
--- a/kde-frameworks/karchive/karchive-5.70.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit ecm kde.org
-
-DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="+bzip2 +lzma"
-
-DEPEND="
- sys-libs/zlib
- bzip2? ( app-arch/bzip2 )
- lzma? ( app-arch/xz-utils )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package bzip2 BZip2)
- $(cmake_use_find_package lzma LibLZMA)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/
@ 2020-05-30 11:20 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2020-05-30 11:20 UTC (permalink / raw
To: gentoo-commits
commit: dc3847aa6d77ab3b30f41c9a2923b1ace1a0affc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 22:21:22 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 30 11:18:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3847aa
kde-frameworks/karchive: Drop IUSE="bzip2,lzma"
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/karchive/karchive-5.70.0-r1.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/kde-frameworks/karchive/karchive-5.70.0-r1.ebuild b/kde-frameworks/karchive/karchive-5.70.0-r1.ebuild
new file mode 100644
index 00000000000..bb212d03f1c
--- /dev/null
+++ b/kde-frameworks/karchive/karchive-5.70.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit ecm kde.org
+
+DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
+LICENSE="GPL-2 LGPL-2.1"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ app-arch/bzip2
+ app-arch/xz-utils
+ sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/
@ 2022-06-28 4:18 WANG Xuerui
0 siblings, 0 replies; 10+ messages in thread
From: WANG Xuerui @ 2022-06-28 4:18 UTC (permalink / raw
To: gentoo-commits
commit: 2737d133552e500c8683a67434a6acf8ea0903b3
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 04:17:59 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 04:18:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2737d133
kde-frameworks/karchive: keyword 5.95.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
kde-frameworks/karchive/karchive-5.95.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-frameworks/karchive/karchive-5.95.0.ebuild b/kde-frameworks/karchive/karchive-5.95.0.ebuild
index 15034e1438ea..266a1a4b183f 100644
--- a/kde-frameworks/karchive/karchive-5.95.0.ebuild
+++ b/kde-frameworks/karchive/karchive-5.95.0.ebuild
@@ -7,7 +7,7 @@ inherit ecm kde.org
DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="+zstd"
DEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/
@ 2022-11-16 21:33 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2022-11-16 21:33 UTC (permalink / raw
To: gentoo-commits
commit: fa645a455f0f36aea4317ffa0f1e60874c47596c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 21:06:58 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 21:32:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa645a45
kde-frameworks/karchive: Add missing BDEPEND
Upstream commit 78d4b9daf306d54de215c1d82b949941a7aab33c
Closes: https://bugs.gentoo.org/881521
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/karchive/karchive-5.100.0.ebuild | 7 ++++++-
kde-frameworks/karchive/karchive-5.99.0.ebuild | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/kde-frameworks/karchive/karchive-5.100.0.ebuild b/kde-frameworks/karchive/karchive-5.100.0.ebuild
index f1a14d479b54..063fb2b82ea4 100644
--- a/kde-frameworks/karchive/karchive-5.100.0.ebuild
+++ b/kde-frameworks/karchive/karchive-5.100.0.ebuild
@@ -3,9 +3,11 @@
EAPI=8
+QTMIN=5.15.5
inherit ecm frameworks.kde.org
DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
+
LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="+zstd"
@@ -17,7 +19,10 @@ DEPEND="
zstd? ( app-arch/zstd:= )
"
RDEPEND="${DEPEND}"
-BDEPEND="zstd? ( virtual/pkgconfig )"
+BDEPEND="
+ >=dev-qt/linguist-tools-${QTMIN}:5
+ zstd? ( virtual/pkgconfig )
+"
src_prepare() {
ecm_src_prepare
diff --git a/kde-frameworks/karchive/karchive-5.99.0.ebuild b/kde-frameworks/karchive/karchive-5.99.0.ebuild
index 96ac92184dbe..8ac5db693d21 100644
--- a/kde-frameworks/karchive/karchive-5.99.0.ebuild
+++ b/kde-frameworks/karchive/karchive-5.99.0.ebuild
@@ -3,9 +3,11 @@
EAPI=8
+QTMIN=5.15.5
inherit ecm frameworks.kde.org
DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
+
LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="+zstd"
@@ -17,7 +19,10 @@ DEPEND="
zstd? ( app-arch/zstd:= )
"
RDEPEND="${DEPEND}"
-BDEPEND="zstd? ( virtual/pkgconfig )"
+BDEPEND="
+ >=dev-qt/linguist-tools-${QTMIN}:5
+ zstd? ( virtual/pkgconfig )
+"
src_prepare() {
ecm_src_prepare
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2022-11-16 21:33 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-30 11:20 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2022-11-16 21:33 Andreas Sturmlechner
2022-06-28 4:18 WANG Xuerui
2020-05-30 11:20 Andreas Sturmlechner
2018-04-23 21:07 Andreas Sturmlechner
2018-04-23 14:50 Aaron Bauman
2017-07-07 7:11 Alexis Ballier
2016-07-19 11:32 Johannes Huber
2016-07-19 7:32 Agostino Sarubbo
2016-07-19 7:32 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox