* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2019-10-11 20:27 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2019-10-11 20:27 UTC (permalink / raw
To: gentoo-commits
commit: 5e4458fbf6f85c807be4ada9b36f1690bbe796c9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 19:02:14 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 19:02:14 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5e4458fb
kde-misc/kio-fuse: New package
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 24 ++++++++++++++++++++++++
kde-misc/kio-fuse/metadata.xml | 8 ++++++++
2 files changed, 32 insertions(+)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
new file mode 100644
index 0000000000..90ef852be6
--- /dev/null
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="optional"
+inherit kde5
+
+DESCRIPTION="FUSE interface for KIO"
+HOMEPAGE="https://feverfew.home.blog/2019/09/10/kiofuse-final-report/"
+
+LICENSE="GPL-3+"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ sys-fs/fuse:3
+"
+RDEPEND="${DEPEND}"
diff --git a/kde-misc/kio-fuse/metadata.xml b/kde-misc/kio-fuse/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-misc/kio-fuse/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2019-11-29 19:10 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2019-11-29 19:10 UTC (permalink / raw
To: gentoo-commits
commit: f02f600b2be385667a4318f7d19848af3a79d13e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 18:34:42 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 18:34:42 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f02f600b
kde-misc/kio-fuse: Update DEPENDs
Upstream commit b887f8019ac19b93750018c27f122abdb015b808
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index a45fd511ac..f4ee318c1e 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -20,6 +20,7 @@ DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
sys-fs/fuse:3
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2019-12-22 22:11 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2019-12-22 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 6e826f6e72506f5e5070032a21e2893943943655
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 21:59:27 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 22:07:22 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e826f6e
kde-misc/kio-fuse: Add release switch
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index f4ee318c1e..dbe835b42e 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-ECM_TEST="optional"
+ECM_TEST="true"
KFMIN=5.60.0
QTMIN=5.12.3
inherit ecm kde.org
@@ -11,9 +11,13 @@ inherit ecm kde.org
DESCRIPTION="FUSE interface for KIO"
HOMEPAGE="https://feverfew.home.blog/2019/09/10/kiofuse-final-report/"
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
LICENSE="GPL-3+"
SLOT="5"
-KEYWORDS=""
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2019-12-22 22:11 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2019-12-22 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 60b9de3ae43a81fa47c42f2c6cdaef6c20db17dc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 22:09:09 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 22:09:09 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=60b9de3a
kde-misc/kio-fuse: 4.90.0 version bump
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-4.90.0.ebuild | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/kde-misc/kio-fuse/kio-fuse-4.90.0.ebuild b/kde-misc/kio-fuse/kio-fuse-4.90.0.ebuild
new file mode 100644
index 0000000000..dbe835b42e
--- /dev/null
+++ b/kde-misc/kio-fuse/kio-fuse-4.90.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="FUSE interface for KIO"
+HOMEPAGE="https://feverfew.home.blog/2019/09/10/kiofuse-final-report/"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="5"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ sys-fs/fuse:3
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2020-03-02 17:16 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-03-02 17:16 UTC (permalink / raw
To: gentoo-commits
commit: f1af71b855008d130d5fe68052bba0cce9bff056
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 2 16:55:27 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 2 16:55:27 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f1af71b8
kde-misc/kio-fuse: Raise KFMIN to 5.66.0
Upstream commit 78d89b72339c5b4e1476db008015b01ccf713da2
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index 884a30656f..c48fb1e841 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
ECM_TEST="true"
-KFMIN=5.60.0
+KFMIN=5.66.0
QTMIN=5.12.3
inherit ecm kde.org
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2020-04-23 13:59 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-04-23 13:59 UTC (permalink / raw
To: gentoo-commits
commit: bfdf997734d2a5ac73a8cb6973e529cf311fb003
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 11:36:46 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 11:36:46 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bfdf9977
kde-misc/kio-fuse: Update HOMEPAGE
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index c48fb1e841..59d4723163 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -9,7 +9,7 @@ QTMIN=5.12.3
inherit ecm kde.org
DESCRIPTION="FUSE interface for KIO"
-HOMEPAGE="https://feverfew.home.blog/2019/09/10/kiofuse-final-report/"
+HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2020-04-23 13:59 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-04-23 13:59 UTC (permalink / raw
To: gentoo-commits
commit: 8c0cf7acfb0304ccbc00c3da3bf9c35e4bd62080
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 11:37:04 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 11:37:04 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c0cf7ac
kde-misc/kio-fuse: Drop 4.90.0
Moved to Gentoo ebuild repository.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-4.90.0.ebuild | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-4.90.0.ebuild b/kde-misc/kio-fuse/kio-fuse-4.90.0.ebuild
deleted file mode 100644
index 884a30656f..0000000000
--- a/kde-misc/kio-fuse/kio-fuse-4.90.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.60.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="FUSE interface for KIO"
-HOMEPAGE="https://feverfew.home.blog/2019/09/10/kiofuse-final-report/"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3+"
-SLOT="5"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- sys-fs/fuse:3
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2020-06-06 16:01 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-06-06 16:01 UTC (permalink / raw
To: gentoo-commits
commit: 516fcc00bc363b1fed558eee983d898ed9f8f975
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 2 18:20:41 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 15:10:00 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=516fcc00
kde-misc/kio-fuse: Restrict tests
Closes: https://bugs.gentoo.org/726810
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index 59d4723163..175cc29538 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -30,3 +30,5 @@ DEPEND="
sys-fs/fuse:3
"
RDEPEND="${DEPEND}"
+
+RESTRICT+=" test" # depend on fuse kernel module
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2020-11-29 20:59 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-11-29 20:59 UTC (permalink / raw
To: gentoo-commits
commit: accc55e6483508b9aa3e44254dd2d9cb87889a68
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 20:48:17 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 20:59:05 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=accc55e6
kde-misc/kio-fuse: Drop unused DEPEND
Upstream commit cb720ec63f5127d4d455deafb957e11618abdf07
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index 60c0cd1f5f..eb5c38fa12 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -24,7 +24,6 @@ DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
sys-fs/fuse:3
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2020-12-30 1:03 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-12-30 1:03 UTC (permalink / raw
To: gentoo-commits
commit: 6ee7b7ed9607b8f181fbb9f3ff1b9560b6088283
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 01:01:59 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 01:01:59 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6ee7b7ed
kde-misc/kio-fuse: Add missing DEPEND
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index eb5c38fa12..17752f91f3 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="FUSE interface for KIO"
HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
+ SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
fi
@@ -21,6 +21,7 @@ SLOT="5"
IUSE=""
DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2021-01-31 17:28 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2021-01-31 17:28 UTC (permalink / raw
To: gentoo-commits
commit: 0b0b594005f5224bf2034c9f0591e766a7aeae7d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 17:12:27 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 17:23:08 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b0b5940
kde-misc/kio-fuse: Requires CONFIG_FUSE_FS in linux kernel
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index 36276a4800..a7944ff15a 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=7
ECM_TEST="true"
KFMIN=5.74.0
QTMIN=5.15.2
-inherit ecm kde.org
+inherit ecm kde.org linux-info
DESCRIPTION="FUSE interface for KIO"
HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/"
@@ -20,6 +20,8 @@ LICENSE="GPL-3+"
SLOT="5"
IUSE=""
+RESTRICT+=" test" # depend on fuse kernel module
+
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -31,4 +33,9 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-RESTRICT+=" test" # depend on fuse kernel module
+pkg_setup() {
+ local CONFIG_CHECK="~FUSE_FS"
+ linux-info_pkg_setup
+
+ ecm_pkg_setup
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2022-09-23 15:18 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2022-09-23 15:18 UTC (permalink / raw
To: gentoo-commits
commit: 954530ae553c4a346e7779fa9cbb5822e3878d68
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 15:17:42 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 15:18:00 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=954530ae
kde-misc/kio-fuse: Add tmpfiles handling
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index 9f81ae5577..aa760d4fbc 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=8
ECM_TEST="true"
KFMIN=5.82.0
QTMIN=5.15.5
-inherit ecm kde.org linux-info
+inherit ecm kde.org linux-info tmpfiles
DESCRIPTION="FUSE interface for KIO"
HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/"
@@ -39,3 +39,8 @@ pkg_setup() {
ecm_pkg_setup
}
+
+pkg_postinst() {
+ tmpfiles_process "${PN}-tmpfiles.conf"
+ ecm_pkg_postinst
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2022-09-23 19:41 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2022-09-23 19:41 UTC (permalink / raw
To: gentoo-commits
commit: e2ead3a3ddd0c3bd2a4a48e4c6df436f79ace19c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 2 03:35:37 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 15:35:50 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e2ead3a3
kde-misc/kio-fuse: Keyword 5.0.1 arm, #843350
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index 36f98e937a..e45575b884 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2022-09-23 19:41 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2022-09-23 19:41 UTC (permalink / raw
To: gentoo-commits
commit: 15ea9f362cb44ea4a1708bed5015de32f24cd416
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sun May 8 23:28:46 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 15:35:47 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=15ea9f36
kde-misc/kio-fuse: Keyword 5.0.1 riscv, #843350
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index aa760d4fbc..36f98e937a 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2022-09-23 19:41 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2022-09-23 19:41 UTC (permalink / raw
To: gentoo-commits
commit: b726c991349ffff91f18ad8fc7d94c69203ed30f
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 03:51:52 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 15:35:54 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b726c991
kde-misc/kio-fuse: keyword 5.0.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index e45575b884..e0f6dd5821 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2023-12-16 12:34 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2023-12-16 12:34 UTC (permalink / raw
To: gentoo-commits
commit: 0388bdfc2a589552d5b5ae8b9ae4406eae6b084c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 12:21:32 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 12:21:47 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0388bdfc
kde-misc/kio-fuse: Port to KF6
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index d93ae0fe43..8c3e254e10 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -4,8 +4,8 @@
EAPI=8
ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=5.245.0
+QTMIN=6.6.0
inherit ecm kde.org linux-info tmpfiles
DESCRIPTION="FUSE interface for KIO"
@@ -17,18 +17,16 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
fi
LICENSE="GPL-3+"
-SLOT="5"
+SLOT="6"
IUSE=""
RESTRICT="test" # depend on fuse kernel module
DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
sys-fs/fuse:3
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2023-12-16 13:32 Andreas Sturmlechner
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2023-12-16 13:32 UTC (permalink / raw
To: gentoo-commits
commit: c837e070213f85ca43c0e6430c9edc89f34e2d44
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 13:10:49 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 13:10:49 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c837e070
kde-misc/kio-fuse: Add missing blocker against SLOT=5
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index 8c3e254e10..75937749c1 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -29,7 +29,9 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:6
sys-fs/fuse:3
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !${CATEGORY}/${PN}:5
+"
pkg_setup() {
local CONFIG_CHECK="~FUSE_FS"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
@ 2023-12-22 9:18 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-12-22 9:18 UTC (permalink / raw
To: gentoo-commits
commit: c2f12bded0b2571f2847e6593ba45d921c3ef08f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 09:05:29 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 09:18:19 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c2f12bde
kde-misc/kio-fuse: sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-misc/kio-fuse/kio-fuse-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
index 75937749c1..fccedcdc4c 100644
--- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
@@ -12,8 +12,8 @@ DESCRIPTION="FUSE interface for KIO"
HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+ KEYWORDS="~amd64"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2023-12-22 9:18 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-02 17:16 [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2023-12-22 9:18 Sam James
2023-12-16 13:32 Andreas Sturmlechner
2023-12-16 12:34 Andreas Sturmlechner
2022-09-23 19:41 Andreas Sturmlechner
2022-09-23 19:41 Andreas Sturmlechner
2022-09-23 19:41 Andreas Sturmlechner
2022-09-23 15:18 Andreas Sturmlechner
2021-01-31 17:28 Andreas Sturmlechner
2020-12-30 1:03 Andreas Sturmlechner
2020-11-29 20:59 Andreas Sturmlechner
2020-06-06 16:01 Andreas Sturmlechner
2020-04-23 13:59 Andreas Sturmlechner
2020-04-23 13:59 Andreas Sturmlechner
2019-12-22 22:11 Andreas Sturmlechner
2019-12-22 22:11 Andreas Sturmlechner
2019-11-29 19:10 Andreas Sturmlechner
2019-10-11 20:27 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox