* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gopher/
@ 2019-07-21 18:52 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2019-07-21 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 81441ea27d07a6e6feed8a48d6cf15ea40c7fdb8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 18:37:42 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 18:51:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81441ea2
kde-misc/kio-gopher: EAPI-7 bump, drop obsolete blocker
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild
new file mode 100644
index 00000000000..15c846228ab
--- /dev/null
+++ b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Gopher Kioslave for Konqueror"
+HOMEPAGE="https://userbase.kde.org/Kio_gopher"
+SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gopher/
@ 2019-07-21 18:52 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2019-07-21 18:52 UTC (permalink / raw
To: gentoo-commits
commit: a42f58fbc175d1960f9ee61e6223f54298445778
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 18:41:01 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 18:51:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42f58fb
kde-misc/kio-gopher: Drop 0.1.99 (r0)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-gopher/kio-gopher-0.1.99.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/kde-misc/kio-gopher/kio-gopher-0.1.99.ebuild b/kde-misc/kio-gopher/kio-gopher-0.1.99.ebuild
deleted file mode 100644
index c92a80d0ce4..00000000000
--- a/kde-misc/kio-gopher/kio-gopher-0.1.99.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Gopher Kioslave for Konqueror"
-HOMEPAGE="https://userbase.kde.org/Kio_gopher"
-SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
-"
-RDEPEND="${DEPEND}
- !kde-misc/kio-gopher:4
-"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gopher/
@ 2019-12-25 16:27 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2019-12-25 16:27 UTC (permalink / raw
To: gentoo-commits
commit: 4aedb4cf3494a87a634200a4b8e6d93d48d8c259
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 16:26:46 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 16:26:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aedb4cf
kde-misc/kio-gopher: Port to ecm.eclass and kde.org.eclass
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild
index 15c846228ab..5a483ac987a 100644
--- a/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild
+++ b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild
@@ -3,21 +3,24 @@
EAPI=7
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
DESCRIPTION="Gopher Kioslave for Konqueror"
HOMEPAGE="https://userbase.kde.org/Kio_gopher"
SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
+SLOT="5"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
+ >=kde-frameworks/kcodecs-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gopher/
@ 2020-02-18 20:06 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2020-02-18 20:06 UTC (permalink / raw
To: gentoo-commits
commit: aabfd9db6220e9e6b96fa3ce38e2bc2b9c685192
Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 11:14:56 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 20:05:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aabfd9db
kde-misc/kio-gopher: added ~arm64 keyword
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild
index 5a483ac987a..483601d1c3b 100644
--- a/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild
+++ b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.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
@@ -14,7 +14,7 @@ SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gopher/
@ 2022-07-21 12:37 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2022-07-21 12:37 UTC (permalink / raw
To: gentoo-commits
commit: a80fd3453b1a5f042ee305dad2e525e814731a3d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 12:37:20 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 12:37:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80fd345
kde-misc/kio-gopher: update EAPI 7 -> 8, update DESCRIPTION
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild
index 483601d1c3be..2288a4e15463 100644
--- a/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild
+++ b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
ECM_HANDBOOK="forceoptional"
KFMIN=5.60.0
QTMIN=5.12.3
inherit ecm kde.org
-DESCRIPTION="Gopher Kioslave for Konqueror"
+DESCRIPTION="Gopher KIO worker for Konqueror"
HOMEPAGE="https://userbase.kde.org/Kio_gopher"
SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gopher/
@ 2024-09-09 15:18 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2024-09-09 15:18 UTC (permalink / raw
To: gentoo-commits
commit: 822befbe6b70a5ef77da438e871160179623f344
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 9 15:05:33 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 9 15:17:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822befbe
kde-misc/kio-gopher: add 0.1.99_p20240906
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-gopher/Manifest | 1 +
.../kio-gopher/kio-gopher-0.1.99_p20240906.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/kde-misc/kio-gopher/Manifest b/kde-misc/kio-gopher/Manifest
index 5e2405449510..8e639d4ff656 100644
--- a/kde-misc/kio-gopher/Manifest
+++ b/kde-misc/kio-gopher/Manifest
@@ -1 +1,2 @@
DIST kio-gopher-0.1.99.tar.xz 34176 BLAKE2B 6f02b96941c81c1658ebee6fdabae24a134993365a490f6de875009f5f303963b140412e2e440ef27cdd6666e06572ba2c57e6a5b001d7eb8c86a008ea62806c SHA512 1a61e79eacb88080f89c173ef87d48693ea874b4bf767f0854e44d0f918851baad02fed884ad2a915d5c2cd877cf17c6f076b242652ac6f483fc9a47aea86412
+DIST kio-gopher-0.1.99_p20240906-4ed56e64.tar.gz 44353 BLAKE2B 289b4a22528c105f3ffe88e9f2bfab2870de660b4d60a0b430bfc2c821e3f7bd5bcecd51c6e4e2db55c7c308a01b9232c0f4a16d498cc0c0c6c837cc84058f73 SHA512 c31f9fff0fc65a1a6355936d93d5e985177e84375006dc74446726e838ab4186de96746906b9f474326f2ada430ee6c07ed284464559977cbaaed3e16d714855
diff --git a/kde-misc/kio-gopher/kio-gopher-0.1.99_p20240906.ebuild b/kde-misc/kio-gopher/kio-gopher-0.1.99_p20240906.ebuild
new file mode 100644
index 000000000000..40e2c27c8b95
--- /dev/null
+++ b/kde-misc/kio-gopher/kio-gopher-0.1.99_p20240906.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_COMMIT=4ed56e64b9921eec474b49e913119449e7a91a0d
+KDE_ORG_CATEGORY="network"
+ECM_HANDBOOK="forceoptional"
+KFMIN=6.5.0
+QTMIN=6.7.2
+inherit ecm kde.org
+
+DESCRIPTION="Gopher KIO worker for Konqueror"
+HOMEPAGE="https://userbase.kde.org/Kio_gopher"
+
+LICENSE="GPL-2"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gopher/
@ 2024-09-09 15:18 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2024-09-09 15:18 UTC (permalink / raw
To: gentoo-commits
commit: 09c9b371fe35a119865224732154e3ee6a651914
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 9 15:06:12 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 9 15:17:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c9b371
kde-misc/kio-gopher: add kde-invent upstream metadata
Update bugs-to link
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-gopher/metadata.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-misc/kio-gopher/metadata.xml b/kde-misc/kio-gopher/metadata.xml
index d925f2439758..afdec88ef6a8 100644
--- a/kde-misc/kio-gopher/metadata.xml
+++ b/kde-misc/kio-gopher/metadata.xml
@@ -6,6 +6,7 @@
<name>Gentoo KDE Project</name>
</maintainer>
<upstream>
- <bugs-to>https://bugs.kde.org/</bugs-to>
+ <bugs-to>https://bugs.kde.org/enter_bug.cgi?product=kio-gopher</bugs-to>
+ <remote-id type="kde-invent">network/kio-gopher</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-09-09 15:18 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-25 16:27 [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gopher/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-09-09 15:18 Andreas Sturmlechner
2024-09-09 15:18 Andreas Sturmlechner
2022-07-21 12:37 Andreas Sturmlechner
2020-02-18 20:06 Andreas Sturmlechner
2019-07-21 18:52 Andreas Sturmlechner
2019-07-21 18:52 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox