[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2024-07-05 Thread Andreas Sturmlechner
commit: 38692a47dbf7121a85ff1300a017656354857b3c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul  5 16:49:26 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul  5 16:50:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38692a47

net-im/neochat: Disable broken texthandlertest

Fixed in ~arch already, more info in the bug.

Bug: https://bugs.gentoo.org/909816
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/neochat/neochat-23.08.5.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/net-im/neochat/neochat-23.08.5.ebuild 
b/net-im/neochat/neochat-23.08.5.ebuild
index 468a4b99124e..4d3d2449ad44 100644
--- a/net-im/neochat/neochat-23.08.5.ebuild
+++ b/net-im/neochat/neochat-23.08.5.ebuild
@@ -52,3 +52,8 @@ RDEPEND="${DEPEND}
>=kde-frameworks/purpose-${KFMIN}:5
 "
 BDEPEND="virtual/pkgconfig"
+
+CMAKE_SKIP_TESTS=(
+   # bug 909816
+   texthandlertest
+)



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2024-05-20 Thread Andreas Sturmlechner
commit: 0f6a24582c5aa7aff9b540e063ed2c061aad65e6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 18 17:25:35 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May 20 11:31:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6a2458

net-im/neochat: drop 24.02.2

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

 net-im/neochat/Manifest   |  1 -
 net-im/neochat/neochat-24.02.2.ebuild | 56 ---
 2 files changed, 57 deletions(-)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index 6e269c5dc04b..da75765b84cb 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1,3 +1,2 @@
 DIST neochat-23.08.5.tar.xz 795564 BLAKE2B 
1f6dec3376f059e9d70e8be5461719bc74d631a0f98b4d417cd5b8709b4ed1ce9fc48e90a57c8f32889ad2fbf3089f80d9b29a7a73a1944fb54db81f837c4a67
 SHA512 
936e8112818bc925121d71fcc23d43bc448387af7c8c7857f2ce8b5d128f1acedc9c3c2b6d66e50fb317418cbd144c5262e2fb9e6d80364d48e08e42b27316bf
-DIST neochat-24.02.2.tar.xz 884660 BLAKE2B 
38298089b6034f955e0285e13f652750e6593ab8201b8177a77e4fb524c188a1cd73f0254a548daadb564e7cbd42b097dbb26f6c7088971038f1dfcd83e458c7
 SHA512 
726ae34b6e714f34d4f88070ef3e173cfb2893530e65efdaf294b835ab9c1e1f8c600c6accf6124bd7f509079acacf2e9b36f3b43956ba37b531677f25a4f18c
 DIST neochat-24.04.90.tar.xz 976088 BLAKE2B 
e812b67bddfe19ca79657eba5aac26942a027bf12e79e94ba7eb4cc35f3cb82844b56affdaa6d928d7d8845e2ae7a043fbfe311497230873550661b2309caa08
 SHA512 
31be85ab047f18c9b37c5667086f3b3a2190ae4d8ccc1063aebe85ebe3f369ca56b53e2ccb49fdee0bc99337fbb086ed0f35eecd2dcb5046be305eaaf0559750

diff --git a/net-im/neochat/neochat-24.02.2.ebuild 
b/net-im/neochat/neochat-24.02.2.ebuild
deleted file mode 100644
index 9e2ad8fc04a0..
--- a/net-im/neochat/neochat-24.02.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KFMIN=6.0.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Client for Matrix, the decentralized communication protocol"
-HOMEPAGE="https://apps.kde.org/neochat/;
-
-LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# TODO: Wire up kunifiedpush once packaged? 
(1a3055df8673802076bc0c269ec24274abef375b)
-DEPEND="
-   app-text/cmark:=
-   dev-libs/kirigami-addons:6
-   >=dev-libs/icu-61.0:=
-   dev-libs/qcoro[network]
-   >=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
-   >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=dev-qt/qtmultimedia-${QTMIN}:6
-   >=dev-qt/qtsvg-${QTMIN}:6
-   >=dev-qt/qtwebview-${QTMIN}:6
-   >=kde-frameworks/kcolorscheme-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/kitemmodels-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
-   >=kde-frameworks/sonnet-${KFMIN}:6[qml]
-   media-libs/kquickimageeditor:6
-   >=net-libs/libquotient-0.8.1.2-r1:=[qt6]
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qt5compat-${QTMIN}:6[qml]
-   >=dev-qt/qtlocation-${QTMIN}:6
-   >=dev-qt/qtmultimedia-${QTMIN}:6[qml]
-   >=dev-qt/qtpositioning-${QTMIN}:6[qml]
-   >=kde-frameworks/kquickcharts-${KFMIN}:6
-   >=kde-frameworks/purpose-${KFMIN}:6
-   >=kde-frameworks/prison-${KFMIN}:6[qml]
-"
-BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2024-03-08 Thread Andreas Sturmlechner
commit: f8e72920dae99616f5fabbb2cacf01999841ede7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar  7 23:58:14 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar  8 20:42:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e72920

net-im/neochat: Drop dev-qt/qtmultimedia[gstreamer] USEdep

Qt6Multimedia ensures a video backend is available, w/ ffmpeg as default.

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

 net-im/neochat/{neochat-24.02.0.ebuild => neochat-24.02.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-24.02.0.ebuild 
b/net-im/neochat/neochat-24.02.0-r1.ebuild
similarity index 97%
rename from net-im/neochat/neochat-24.02.0.ebuild
rename to net-im/neochat/neochat-24.02.0-r1.ebuild
index 67e8255ece68..0ca370582e35 100644
--- a/net-im/neochat/neochat-24.02.0.ebuild
+++ b/net-im/neochat/neochat-24.02.0-r1.ebuild
@@ -25,7 +25,7 @@ DEPEND="
>=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
>=dev-qt/qtdeclarative-${QTMIN}:6
-   >=dev-qt/qtmultimedia-${QTMIN}:6[gstreamer]
+   >=dev-qt/qtmultimedia-${QTMIN}:6
>=dev-qt/qtsvg-${QTMIN}:6
>=dev-qt/qtwebview-${QTMIN}:6
>=kde-frameworks/kcolorscheme-${KFMIN}:6



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2024-01-06 Thread Arthur Zamarin
commit: bb5883965ef4919b7a4d464648c5a5099d872e03
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  6 12:30:19 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  6 12:30:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb588396

net-im/neochat: Stabilize 23.08.4 arm64, #920693

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

 net-im/neochat/neochat-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-23.08.4.ebuild 
b/net-im/neochat/neochat-23.08.4.ebuild
index a58f5b9838a2..468a4b99124e 100644
--- a/net-im/neochat/neochat-23.08.4.ebuild
+++ b/net-im/neochat/neochat-23.08.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/neochat/;
 
 LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 
 DEPEND="
app-text/cmark:=



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2023-12-28 Thread Arthur Zamarin
commit: 4fa6e6da316a8663098509ab7ea593212e663e31
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa6e6da

net-im/neochat: Stabilize 23.08.4 x86, #920693

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

 net-im/neochat/neochat-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-23.08.4.ebuild 
b/net-im/neochat/neochat-23.08.4.ebuild
index aa16c6203772..6e6c596d1fc2 100644
--- a/net-im/neochat/neochat-23.08.4.ebuild
+++ b/net-im/neochat/neochat-23.08.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/neochat/;
 
 LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 
 DEPEND="
app-text/cmark:=



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2023-12-16 Thread Andreas Sturmlechner
commit: 9f59b8ed3c573146a160ca766d6c048622d81940
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 16 10:14:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 16 10:55:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f59b8ed

net-im/neochat: Depend on net-libs/libquotient[qt5(+)]

Bug: https://bugs.gentoo.org/914289
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/neochat/{neochat-23.08.3-r1.ebuild => neochat-23.08.3-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-23.08.3-r1.ebuild 
b/net-im/neochat/neochat-23.08.3-r2.ebuild
similarity index 97%
rename from net-im/neochat/neochat-23.08.3-r1.ebuild
rename to net-im/neochat/neochat-23.08.3-r2.ebuild
index aa9372d84a08..74e35251d1f0 100644
--- a/net-im/neochat/neochat-23.08.3-r1.ebuild
+++ b/net-im/neochat/neochat-23.08.3-r2.ebuild
@@ -41,7 +41,7 @@ DEPEND="
>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
>=kde-frameworks/sonnet-${KFMIN}:5[qml]
media-libs/kquickimageeditor:5
-   >=net-libs/libquotient-0.8:=
+   >=net-libs/libquotient-0.8:=[qt5(+)]
 "
 RDEPEND="${DEPEND}
>=dev-qt/qtgraphicaleffects-${QTMIN}:5



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2023-11-11 Thread Andreas Sturmlechner
commit: d227953e46865883294c42b49073077bcccba77a
Author: Gerion Entrup  flump  de>
AuthorDate: Wed Oct 11 11:06:18 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 11 20:09:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d227953e

net-im/neochat: depend on dev-qt/qtmultimedia[gstreamer]

This enables video playback. It could be a runtime useflag (which,
however, is currently unsupported). Without gstreamer support, Neochat
cannot play videos but does not indicate an error in any way, which is
at best confusing by a user or lead to meaningless bug reports at worst.
We therefore hard depend on the support.

Closes: https://bugs.gentoo.org/914004
Signed-off-by: Gerion Entrup  flump.de>
Closes: https://github.com/gentoo/gentoo/pull/33296
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/neochat/neochat-23.08.3-r1.ebuild | 54 
 1 file changed, 54 insertions(+)

diff --git a/net-im/neochat/neochat-23.08.3-r1.ebuild 
b/net-im/neochat/neochat-23.08.3-r1.ebuild
new file mode 100644
index ..04db0c3baeb6
--- /dev/null
+++ b/net-im/neochat/neochat-23.08.3-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="true"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Client for Matrix, the decentralized communication protocol"
+HOMEPAGE="https://apps.kde.org/neochat/;
+
+LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+   app-text/cmark:=
+   >=dev-libs/kirigami-addons-0.7.2:5
+   dev-libs/qcoro5
+   dev-libs/qtkeychain:=[qt5(+)]
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer]
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+   >=kde-frameworks/knotifications-${KFMIN}:5[qml]
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5[qml]
+   media-libs/kquickimageeditor:5
+   >=net-libs/libquotient-0.8:=
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtlocation-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+   >=dev-qt/qtpositioning-${QTMIN}:5[qml]
+   >=kde-frameworks/kquickcharts-${KFMIN}:5
+   >=kde-frameworks/purpose-${KFMIN}:5
+"
+BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2023-11-11 Thread Andreas Sturmlechner
commit: 03e4b5f48983eff8f7053e650f0d4b1813a9bad4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 11 20:08:52 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 11 20:09:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e4b5f4

net-im/neochat: drop 23.08.3

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

 net-im/neochat/neochat-23.08.3.ebuild | 54 ---
 1 file changed, 54 deletions(-)

diff --git a/net-im/neochat/neochat-23.08.3.ebuild 
b/net-im/neochat/neochat-23.08.3.ebuild
deleted file mode 100644
index 286c4d337cff..
--- a/net-im/neochat/neochat-23.08.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Client for Matrix, the decentralized communication protocol"
-HOMEPAGE="https://apps.kde.org/neochat/;
-
-LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-   app-text/cmark:=
-   >=dev-libs/kirigami-addons-0.7.2:5
-   dev-libs/qcoro5
-   dev-libs/qtkeychain:=[qt5(+)]
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-   >=kde-frameworks/knotifications-${KFMIN}:5[qml]
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
-   >=kde-frameworks/sonnet-${KFMIN}:5[qml]
-   media-libs/kquickimageeditor:5
-   >=net-libs/libquotient-0.8:=
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtlocation-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
-   >=dev-qt/qtpositioning-${QTMIN}:5[qml]
-   >=kde-frameworks/kquickcharts-${KFMIN}:5
-   >=kde-frameworks/purpose-${KFMIN}:5
-"
-BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2023-09-23 Thread Andreas Sturmlechner
commit: f9bce8365d2e31370e0a8e8714673e72817b2357
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 21 10:39:40 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 23 20:30:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bce836

net-im/neochat: Raise minimum net-libs/libquotient to 0.8

Bug: https://bugs.gentoo.org/914463
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/neochat/{neochat-23.08.1.ebuild => neochat-23.08.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-23.08.1.ebuild 
b/net-im/neochat/neochat-23.08.1-r1.ebuild
similarity index 98%
rename from net-im/neochat/neochat-23.08.1.ebuild
rename to net-im/neochat/neochat-23.08.1-r1.ebuild
index 7b33ed1f6289..286c4d337cff 100644
--- a/net-im/neochat/neochat-23.08.1.ebuild
+++ b/net-im/neochat/neochat-23.08.1-r1.ebuild
@@ -41,7 +41,7 @@ DEPEND="
>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
>=kde-frameworks/sonnet-${KFMIN}:5[qml]
media-libs/kquickimageeditor:5
-   >=net-libs/libquotient-0.6:=
+   >=net-libs/libquotient-0.8:=
 "
 RDEPEND="${DEPEND}
>=dev-qt/qtgraphicaleffects-${QTMIN}:5



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2023-09-23 Thread Andreas Sturmlechner
commit: 60124b5142e5d46e13ff42ff796496a2542fc2da
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 23 20:28:56 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 23 20:30:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60124b51

net-im/neochat: Pin down to https://bugs.gentoo.org/911598
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/neochat/{neochat-23.04.3.ebuild => neochat-23.04.3-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-23.04.3.ebuild 
b/net-im/neochat/neochat-23.04.3-r1.ebuild
similarity index 98%
rename from net-im/neochat/neochat-23.04.3.ebuild
rename to net-im/neochat/neochat-23.04.3-r1.ebuild
index 21521c3d41e9..a76cc93cc5dc 100644
--- a/net-im/neochat/neochat-23.04.3.ebuild
+++ b/net-im/neochat/neochat-23.04.3-r1.ebuild
@@ -41,7 +41,7 @@ DEPEND="
>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
>=kde-frameworks/sonnet-${KFMIN}:5[qml]
media-libs/kquickimageeditor:5
-   >=net-libs/libquotient-0.6:=
+   =dev-qt/qtgraphicaleffects-${QTMIN}:5



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2023-08-26 Thread Andreas Sturmlechner
commit: f7a739908a8f3fbd1290383d9baac4faf06aa25a
Author: Nils Freydank  posteo  de>
AuthorDate: Fri Aug 25 21:09:42 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 11:19:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a73990

net-im/neochat: Revbump adding qtlocation dep

Closes: https://bugs.gentoo.org/913017
Signed-off-by: Nils Freydank  posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/32449
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/neochat/{neochat-23.08.0.ebuild => neochat-23.08.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/neochat/neochat-23.08.0.ebuild 
b/net-im/neochat/neochat-23.08.0-r1.ebuild
similarity index 97%
rename from net-im/neochat/neochat-23.08.0.ebuild
rename to net-im/neochat/neochat-23.08.0-r1.ebuild
index 278bc5274da2..bd6ac6543395 100644
--- a/net-im/neochat/neochat-23.08.0.ebuild
+++ b/net-im/neochat/neochat-23.08.0-r1.ebuild
@@ -45,6 +45,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtlocation-${QTMIN}:5
>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
>=kde-frameworks/kquickcharts-${KFMIN}:5
>=kde-frameworks/purpose-${KFMIN}:5



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2023-08-26 Thread Andreas Sturmlechner
commit: ab1632dd9675511af6be12f43db962d89834c093
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 26 11:13:04 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 26 11:19:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1632dd

net-im/neochat: Add missing runtime QML dependencies

Upstream commits:
f3a04635cf0b29a51b6abf331d601ea5e6a6de7e
5b4ae764cf036c4fc89e91821fde08e72e3d4dc2
7c75a2fd06d38c9a437528669c49d188c14c72e9

Closes: https://bugs.gentoo.org/913017
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/neochat/neochat-23.08.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/neochat/neochat-23.08.0-r1.ebuild 
b/net-im/neochat/neochat-23.08.0-r1.ebuild
index bd6ac6543395..7b33ed1f6289 100644
--- a/net-im/neochat/neochat-23.08.0-r1.ebuild
+++ b/net-im/neochat/neochat-23.08.0-r1.ebuild
@@ -47,6 +47,7 @@ RDEPEND="${DEPEND}
>=dev-qt/qtgraphicaleffects-${QTMIN}:5
>=dev-qt/qtlocation-${QTMIN}:5
>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+   >=dev-qt/qtpositioning-${QTMIN}:5[qml]
>=kde-frameworks/kquickcharts-${KFMIN}:5
>=kde-frameworks/purpose-${KFMIN}:5
 "



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/, net-im/neochat/files/

2023-07-31 Thread Andreas Sturmlechner
commit: a8c443eafd66555f64443342cf7015222a3cae09
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 31 11:28:06 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 31 11:29:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c443ea

net-im/neochat: Fix build with >=net-libs/libquotient-0.8

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

 .../files/neochat-23.04.3-libquotient-0.8-1.patch  | 91 ++
 .../files/neochat-23.04.3-libquotient-0.8-2.patch  | 55 +
 net-im/neochat/neochat-23.04.3.ebuild  |  2 +
 3 files changed, 148 insertions(+)

diff --git a/net-im/neochat/files/neochat-23.04.3-libquotient-0.8-1.patch 
b/net-im/neochat/files/neochat-23.04.3-libquotient-0.8-1.patch
new file mode 100644
index ..9e4aaa3b19df
--- /dev/null
+++ b/net-im/neochat/files/neochat-23.04.3-libquotient-0.8-1.patch
@@ -0,0 +1,91 @@
+From a94f46f90462dce1f817e9f28d24dad454e0dfb4 Mon Sep 17 00:00:00 2001
+From: Tobias Fella 
+Date: Fri, 26 May 2023 17:47:26 +0200
+Subject: [PATCH] Fix build against libQuotient 0.8
+
+---
+ src/controller.cpp | 24 
+ src/login.cpp  |  4 
+ 2 files changed, 24 insertions(+), 4 deletions(-)
+
+diff --git a/src/controller.cpp b/src/controller.cpp
+index dd38ede9b..3835e312b 100644
+--- a/src/controller.cpp
 b/src/controller.cpp
+@@ -109,18 +109,22 @@ Controller::Controller(QObject *parent)
+ }
+ #endif
+ 
++#ifdef QUOTIENT_07
++connect(, ::accountCountChanged, this, 
::activeConnectionIndexChanged);
++#else
+ connect(::instance(), 
::accountCountChanged, this, 
::activeConnectionIndexChanged);
++#endif
+ 
+ #ifdef QUOTIENT_07
+ static int oldAccountCount = 0;
+-connect(::instance(), 
::accountCountChanged, this, [=]() {
+-if (AccountRegistry::instance().size() > oldAccountCount) {
+-auto connection = 
AccountRegistry::instance().accounts()[AccountRegistry::instance().size() - 1];
++connect(, ::accountCountChanged, this, [=]() {
++if (Accounts.size() > oldAccountCount) {
++auto connection = Accounts.accounts()[Accounts.size() - 1];
+ connect(connection, ::syncDone, this, [=]() {
+ handleNotifications(connection);
+ });
+ }
+-oldAccountCount = AccountRegistry::instance().size();
++oldAccountCount = Accounts.size();
+ });
+ #endif
+ }
+@@ -228,10 +232,18 @@ void Controller::logout(Connection *conn, bool 
serverSideLogout)
+ job.start();
+ loop.exec();
+ 
++#ifdef QUOTIENT_07
++if (Accounts.count() > 1) {
++#else
+ if (AccountRegistry::instance().count() > 1) {
++#endif
+ // Only set the connection if the the account being logged out is 
currently active
+ if (conn == activeConnection()) {
++#ifdef QUOTIENT_07
++setActiveConnection(Accounts.accounts()[0]);
++#else
+ setActiveConnection(AccountRegistry::instance().accounts()[0]);
++#endif
+ }
+ } else {
+ setActiveConnection(nullptr);
+@@ -495,7 +507,11 @@ NeochatChangePasswordJob::NeochatChangePasswordJob(const 
QString , b
+ 
+ int Controller::accountCount() const
+ {
++#ifdef QUOTIENT_07
++return Accounts.count();
++#else
+ return AccountRegistry::instance().count();
++#endif
+ }
+ 
+ void Controller::setQuitOnLastWindowClosed()
+diff --git a/src/login.cpp b/src/login.cpp
+index 1121875f9..8b937abaa 100644
+--- a/src/login.cpp
 b/src/login.cpp
+@@ -43,7 +43,11 @@ void Login::init()
+ return;
+ }
+ 
++#ifdef QUOTIENT_07
++m_isLoggedIn = Accounts.isLoggedIn(m_matrixId);
++#else
+ m_isLoggedIn = AccountRegistry::instance().isLoggedIn(m_matrixId);
++#endif
+ Q_EMIT isLoggedInChanged();
+ if (m_isLoggedIn) {
+ return;
+-- 
+GitLab
+

diff --git a/net-im/neochat/files/neochat-23.04.3-libquotient-0.8-2.patch 
b/net-im/neochat/files/neochat-23.04.3-libquotient-0.8-2.patch
new file mode 100644
index ..2bd85146b28f
--- /dev/null
+++ b/net-im/neochat/files/neochat-23.04.3-libquotient-0.8-2.patch
@@ -0,0 +1,55 @@
+From 8f4e5a41c58986b68406251051c26beb059dd9ce Mon Sep 17 00:00:00 2001
+From: Tobias Fella 
+Date: Sun, 28 May 2023 11:22:40 +0200
+Subject: [PATCH] Drop reset*Count invocations
+
+Still coming from Spectral, where they were taken from Quaternion, where they 
were dropped because they don't work as expected.
+Also, soon to be removed from libQuotient itself.
+---
+ src/neochatroom.cpp | 10 --
+ src/neochatroom.h   |  1 -
+ 2 files changed, 11 deletions(-)
+
+diff --git a/src/neochatroom.cpp b/src/neochatroom.cpp
+index a98b6cdbe..101c0fc50 100644
+--- a/src/neochatroom.cpp
 b/src/neochatroom.cpp
+@@ -66,8 +66,6 @@ NeoChatRoom::NeoChatRoom(Connection *connection, QString 
roomId, JoinState joinS
+ : Room(connection, std::move(roomId), joinState)
+ {
+ connect(connection, 

[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/, net-im/neochat/files/

2023-04-30 Thread Andreas Sturmlechner
commit: 0fd003f29fd587864c21be2d39f5adb99418e5f4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 30 13:39:47 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 30 13:47:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd003f2

net-im/neochat: drop 22.11-r2

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

 net-im/neochat/Manifest|  1 -
 ...hat-22.11-fix-crash-notification-settings.patch | 61 --
 .../neochat-22.11-hide-dev-settings-loading.patch  | 41 ---
 net-im/neochat/neochat-22.11-r2.ebuild | 60 -
 4 files changed, 163 deletions(-)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index 145d910d1707..11fde7426bb8 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1,2 +1 @@
-DIST neochat-22.11.tar.xz 465660 BLAKE2B 
bbd391a97cf4ea886042f3983798b766b4bd4fcf75513e4adf808227cc03ae6b533426b0f3ab000dc22593ce0be1ea7d284fac654db5bf66844633001300babd
 SHA512 
7e10d2512dd60b76340a84b2daab1e020d75c0ec9d79c87d5f96ce2c394bf93e557b9c96606abe643a787db1136861c25826f9dc7680d3a43d218654ef864519
 DIST neochat-23.04.0.tar.xz 565520 BLAKE2B 
3ad908f916c5db5326486e2267b26a99dee58348be7f247a27590e8d20cbe3ef3c93c9506416c182215ba0e13ea29d50afe1a445f3fc31def5ad136c250eeae0
 SHA512 
a4098ef9cdf1a59ab8ee6abfeaf3d5533cdf668a43c081d3cd228249530bcdd77a386c2215106c5e3a8efbbd68b7ec3e8b04f34219d6511a9d654ef0c1bb0be4

diff --git 
a/net-im/neochat/files/neochat-22.11-fix-crash-notification-settings.patch 
b/net-im/neochat/files/neochat-22.11-fix-crash-notification-settings.patch
deleted file mode 100644
index 48c65a368fd3..
--- a/net-im/neochat/files/neochat-22.11-fix-crash-notification-settings.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From 6b3f44e9232bd1bf49752934a896a9aa3afe5a65 Mon Sep 17 00:00:00 2001
-From: James Graham 
-Date: Sun, 11 Dec 2022 11:53:21 +
-Subject: [PATCH] Fix crash when opening notification settings with no account
- by making sure that the keyword model doesn't try to update the noficiation
- settings when there is no active connection. Also make sure that ability to
- add a keyword or change the global notiifcaiton state is disabled without an
- active connection as these will cause the same crash.
-

- src/keywordnotificationrulemodel.cpp | 4 +++-
- src/qml/Settings/GlobalNotificationsPage.qml | 4 +++-
- 2 files changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/src/keywordnotificationrulemodel.cpp 
b/src/keywordnotificationrulemodel.cpp
-index a15f4aa0..e9ac6145 100644
 a/src/keywordnotificationrulemodel.cpp
-+++ b/src/keywordnotificationrulemodel.cpp
-@@ -15,7 +15,9 @@
- KeywordNotificationRuleModel::KeywordNotificationRuleModel(QObject *parent)
- : QAbstractListModel(parent)
- {
--controllerConnectionChanged();
-+if (Controller::instance().activeConnection()) {
-+controllerConnectionChanged();
-+}
- connect(::instance(), ::activeConnectionChanged, 
this, ::controllerConnectionChanged);
- }
- 
-diff --git a/src/qml/Settings/GlobalNotificationsPage.qml 
b/src/qml/Settings/GlobalNotificationsPage.qml
-index f81b1a65..ab6bdc3f 100644
 a/src/qml/Settings/GlobalNotificationsPage.qml
-+++ b/src/qml/Settings/GlobalNotificationsPage.qml
-@@ -23,7 +23,7 @@ Kirigami.ScrollablePage {
- contentItem: MobileForm.FormCheckDelegate {
- text: i18n("Enable notifications for this account")
- checked: Config.showNotifications
--enabled: !Config.isShowNotificationsImmutable
-+enabled: !Config.isShowNotificationsImmutable && 
Controller.activeConnection
- onToggled: {
- Config.showNotifications = checked
- Config.save()
-@@ -225,6 +225,7 @@ Kirigami.ScrollablePage {
- Layout.fillWidth: true
- 
- placeholderText: i18n("Keyword…")
-+enabled: 
NotificationsManager.keywordNotificationAction !== 
PushNotificationAction.Unknown
- 
- rightActions: Kirigami.Action {
- icon.name: "edit-clear"
-@@ -246,6 +247,7 @@ Kirigami.ScrollablePage {
- Accessible.name: text
- icon.name: "list-add"
- display: QQC2.AbstractButton.IconOnly
-+enabled: 
NotificationsManager.keywordNotificationAction !== 
PushNotificationAction.Unknown
- 
- onClicked: {
- 
keywordNotificationRuleModel.addKeyword(keywordAddField.text, 
PushNotificationAction.On)
--- 
-GitLab
-

diff --git a/net-im/neochat/files/neochat-22.11-hide-dev-settings-loading.patch 
b/net-im/neochat/files/neochat-22.11-hide-dev-settings-loading.patch
deleted file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2023-04-22 Thread Andreas Sturmlechner
commit: 5ea8b250acb7bfa01790b14ead303b40342b2911
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 22 09:03:53 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 22 09:12:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea8b250

net-im/neochat: drop 23.03.90

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

 net-im/neochat/Manifest|  1 -
 net-im/neochat/neochat-23.03.90.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index 3af7611d3f07..145d910d1707 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1,3 +1,2 @@
 DIST neochat-22.11.tar.xz 465660 BLAKE2B 
bbd391a97cf4ea886042f3983798b766b4bd4fcf75513e4adf808227cc03ae6b533426b0f3ab000dc22593ce0be1ea7d284fac654db5bf66844633001300babd
 SHA512 
7e10d2512dd60b76340a84b2daab1e020d75c0ec9d79c87d5f96ce2c394bf93e557b9c96606abe643a787db1136861c25826f9dc7680d3a43d218654ef864519
-DIST neochat-23.03.90.tar.xz 565068 BLAKE2B 
18f21f5ce09719bddfae18ed2e376dcd2cf6c9b07dc889eaca03ea2ddc5e8f70bc28ce306500d062ea0bed52df9ae50ac995c3d1c1e849b57c82590dc07f3a78
 SHA512 
b08fdb6c4e3c266d47f399204927fe4b6e99c6947014447512e0a0ed6e1741a20d954046d6b9f1d5d3dba6b6ff6d7ace913d989a0e11a3f3e92be96866042f22
 DIST neochat-23.04.0.tar.xz 565520 BLAKE2B 
3ad908f916c5db5326486e2267b26a99dee58348be7f247a27590e8d20cbe3ef3c93c9506416c182215ba0e13ea29d50afe1a445f3fc31def5ad136c250eeae0
 SHA512 
a4098ef9cdf1a59ab8ee6abfeaf3d5533cdf668a43c081d3cd228249530bcdd77a386c2215106c5e3a8efbbd68b7ec3e8b04f34219d6511a9d654ef0c1bb0be4

diff --git a/net-im/neochat/neochat-23.03.90.ebuild 
b/net-im/neochat/neochat-23.03.90.ebuild
deleted file mode 100644
index da33b95301d5..
--- a/net-im/neochat/neochat-23.03.90.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KFMIN=5.104.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Client for Matrix, the decentralized communication protocol"
-HOMEPAGE="https://apps.kde.org/neochat/;
-
-LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-DEPEND="
-   app-text/cmark:=
-   >=dev-libs/kirigami-addons-0.7.2:5
-   dev-libs/qcoro5
-   dev-libs/qtkeychain:=[qt5(+)]
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-   >=kde-frameworks/knotifications-${KFMIN}:5[qml]
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
-   >=kde-frameworks/sonnet-${KFMIN}:5[qml]
-   media-libs/kquickimageeditor:5
-   >=net-libs/libquotient-0.6:=
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
-   >=kde-frameworks/purpose-${KFMIN}:5
-"
-BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2023-04-20 Thread Sam James
commit: 3ecd411a4afb09534d430f23745d270301cafcf7
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 20 21:26:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 20 21:26:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ecd411a

net-im/neochat: Keyword 23.03.90 x86, #904415

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

 net-im/neochat/neochat-23.03.90.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-23.03.90.ebuild 
b/net-im/neochat/neochat-23.03.90.ebuild
index 2b46794ffafd..da33b95301d5 100644
--- a/net-im/neochat/neochat-23.03.90.ebuild
+++ b/net-im/neochat/neochat-23.03.90.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/neochat/;
 
 LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 DEPEND="
app-text/cmark:=



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2023-04-16 Thread Andreas Sturmlechner
commit: 0e5e2267e1fb42b95e194750feadc2e2f327b96a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 31 19:17:18 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 16 19:53:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5e2267

net-im/neochat: 23.03.90 version bump

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

 net-im/neochat/Manifest|  1 +
 net-im/neochat/neochat-23.03.90.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index 210d6ed3abdc..6fb2faa8eaad 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1 +1,2 @@
 DIST neochat-22.11.tar.xz 465660 BLAKE2B 
bbd391a97cf4ea886042f3983798b766b4bd4fcf75513e4adf808227cc03ae6b533426b0f3ab000dc22593ce0be1ea7d284fac654db5bf66844633001300babd
 SHA512 
7e10d2512dd60b76340a84b2daab1e020d75c0ec9d79c87d5f96ce2c394bf93e557b9c96606abe643a787db1136861c25826f9dc7680d3a43d218654ef864519
+DIST neochat-23.03.90.tar.xz 565068 BLAKE2B 
18f21f5ce09719bddfae18ed2e376dcd2cf6c9b07dc889eaca03ea2ddc5e8f70bc28ce306500d062ea0bed52df9ae50ac995c3d1c1e849b57c82590dc07f3a78
 SHA512 
b08fdb6c4e3c266d47f399204927fe4b6e99c6947014447512e0a0ed6e1741a20d954046d6b9f1d5d3dba6b6ff6d7ace913d989a0e11a3f3e92be96866042f22

diff --git a/net-im/neochat/neochat-23.03.90.ebuild 
b/net-im/neochat/neochat-23.03.90.ebuild
new file mode 100644
index ..2b46794ffafd
--- /dev/null
+++ b/net-im/neochat/neochat-23.03.90.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+ECM_TEST="true"
+KFMIN=5.104.0
+QTMIN=5.15.5
+inherit ecm gear.kde.org
+
+DESCRIPTION="Client for Matrix, the decentralized communication protocol"
+HOMEPAGE="https://apps.kde.org/neochat/;
+
+LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+DEPEND="
+   app-text/cmark:=
+   >=dev-libs/kirigami-addons-0.7.2:5
+   dev-libs/qcoro5
+   dev-libs/qtkeychain:=[qt5(+)]
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+   >=kde-frameworks/knotifications-${KFMIN}:5[qml]
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5[qml]
+   media-libs/kquickimageeditor:5
+   >=net-libs/libquotient-0.6:=
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+   >=kde-frameworks/purpose-${KFMIN}:5
+"
+BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2022-12-24 Thread Andreas Sturmlechner
commit: 0e275d5e59d8633fb61ec86ae42a62127906b2ea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 24 23:14:16 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 24 23:50:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e275d5e

net-im/neochat: Add net-im/libquotient slot op

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

 net-im/neochat/neochat-22.11-r2.ebuild | 60 ++
 1 file changed, 60 insertions(+)

diff --git a/net-im/neochat/neochat-22.11-r2.ebuild 
b/net-im/neochat/neochat-22.11-r2.ebuild
new file mode 100644
index ..9b51d5a366fa
--- /dev/null
+++ b/net-im/neochat/neochat-22.11-r2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK=optional
+ECM_TEST=true
+KDE_ORG_CATEGORY=network
+KFMIN=5.99.0
+QTMIN=5.15.5
+inherit ecm plasma-mobile.kde.org
+
+DESCRIPTION="Client for Matrix, the decentralized communication protocol"
+HOMEPAGE="https://apps.kde.org/neochat/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   KEYWORDS="~amd64 ~arm64 ~ppc64"
+fi
+
+LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
+SLOT="0"
+
+DEPEND="
+   app-text/cmark:=
+   >=dev-libs/kirigami-addons-0.6:5
+   dev-libs/qcoro5
+   dev-libs/qtkeychain:=[qt5(+)]
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+   >=kde-frameworks/knotifications-${KFMIN}:5[qml]
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5[qml]
+   media-libs/kquickimageeditor:5
+   >=net-libs/libquotient-0.6:=
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+   >=kde-frameworks/purpose-${KFMIN}:5
+"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-crash-notification-settings.patch" # KDE-bug 
#462853
+   "${FILESDIR}/${P}-hide-dev-settings-loading.patch" # KDE-bug #462900
+)



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2022-12-24 Thread Andreas Sturmlechner
commit: 01bebdea788c8ce30d92e6bccdf18fc3fce40099
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 24 23:18:53 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 24 23:50:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01bebdea

net-im/neochat: drop 22.11-r1

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

 net-im/neochat/neochat-22.11-r1.ebuild | 60 --
 1 file changed, 60 deletions(-)

diff --git a/net-im/neochat/neochat-22.11-r1.ebuild 
b/net-im/neochat/neochat-22.11-r1.ebuild
deleted file mode 100644
index b722512985b7..
--- a/net-im/neochat/neochat-22.11-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK=optional
-ECM_TEST=true
-KDE_ORG_CATEGORY=network
-KFMIN=5.99.0
-QTMIN=5.15.5
-inherit ecm plasma-mobile.kde.org
-
-DESCRIPTION="Client for Matrix, the decentralized communication protocol"
-HOMEPAGE="https://apps.kde.org/neochat/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
-fi
-
-LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
-SLOT="0"
-
-DEPEND="
-   app-text/cmark:=
-   >=dev-libs/kirigami-addons-0.6:5
-   dev-libs/qcoro5
-   dev-libs/qtkeychain:=[qt5(+)]
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-   >=kde-frameworks/knotifications-${KFMIN}:5[qml]
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
-   >=kde-frameworks/sonnet-${KFMIN}:5[qml]
-   media-libs/kquickimageeditor:5
-   >=net-libs/libquotient-0.6
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
-   >=kde-frameworks/purpose-${KFMIN}:5
-"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-crash-notification-settings.patch" # KDE-bug 
#462853
-   "${FILESDIR}/${P}-hide-dev-settings-loading.patch" # KDE-bug #462900
-)



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/, net-im/neochat/files/

2022-12-18 Thread Andreas Sturmlechner
commit: 29dcad42fad387284ba806eec4219e9e9ba0011f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 18 10:02:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 18 10:04:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29dcad42

net-im/neochat: Fix settings crash/UI

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=462853
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=462900

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

 ...hat-22.11-fix-crash-notification-settings.patch | 61 ++
 .../neochat-22.11-hide-dev-settings-loading.patch  | 41 +++
 net-im/neochat/neochat-22.11-r1.ebuild | 60 +
 3 files changed, 162 insertions(+)

diff --git 
a/net-im/neochat/files/neochat-22.11-fix-crash-notification-settings.patch 
b/net-im/neochat/files/neochat-22.11-fix-crash-notification-settings.patch
new file mode 100644
index ..48c65a368fd3
--- /dev/null
+++ b/net-im/neochat/files/neochat-22.11-fix-crash-notification-settings.patch
@@ -0,0 +1,61 @@
+From 6b3f44e9232bd1bf49752934a896a9aa3afe5a65 Mon Sep 17 00:00:00 2001
+From: James Graham 
+Date: Sun, 11 Dec 2022 11:53:21 +
+Subject: [PATCH] Fix crash when opening notification settings with no account
+ by making sure that the keyword model doesn't try to update the noficiation
+ settings when there is no active connection. Also make sure that ability to
+ add a keyword or change the global notiifcaiton state is disabled without an
+ active connection as these will cause the same crash.
+
+---
+ src/keywordnotificationrulemodel.cpp | 4 +++-
+ src/qml/Settings/GlobalNotificationsPage.qml | 4 +++-
+ 2 files changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/src/keywordnotificationrulemodel.cpp 
b/src/keywordnotificationrulemodel.cpp
+index a15f4aa0..e9ac6145 100644
+--- a/src/keywordnotificationrulemodel.cpp
 b/src/keywordnotificationrulemodel.cpp
+@@ -15,7 +15,9 @@
+ KeywordNotificationRuleModel::KeywordNotificationRuleModel(QObject *parent)
+ : QAbstractListModel(parent)
+ {
+-controllerConnectionChanged();
++if (Controller::instance().activeConnection()) {
++controllerConnectionChanged();
++}
+ connect(::instance(), ::activeConnectionChanged, 
this, ::controllerConnectionChanged);
+ }
+ 
+diff --git a/src/qml/Settings/GlobalNotificationsPage.qml 
b/src/qml/Settings/GlobalNotificationsPage.qml
+index f81b1a65..ab6bdc3f 100644
+--- a/src/qml/Settings/GlobalNotificationsPage.qml
 b/src/qml/Settings/GlobalNotificationsPage.qml
+@@ -23,7 +23,7 @@ Kirigami.ScrollablePage {
+ contentItem: MobileForm.FormCheckDelegate {
+ text: i18n("Enable notifications for this account")
+ checked: Config.showNotifications
+-enabled: !Config.isShowNotificationsImmutable
++enabled: !Config.isShowNotificationsImmutable && 
Controller.activeConnection
+ onToggled: {
+ Config.showNotifications = checked
+ Config.save()
+@@ -225,6 +225,7 @@ Kirigami.ScrollablePage {
+ Layout.fillWidth: true
+ 
+ placeholderText: i18n("Keyword…")
++enabled: 
NotificationsManager.keywordNotificationAction !== 
PushNotificationAction.Unknown
+ 
+ rightActions: Kirigami.Action {
+ icon.name: "edit-clear"
+@@ -246,6 +247,7 @@ Kirigami.ScrollablePage {
+ Accessible.name: text
+ icon.name: "list-add"
+ display: QQC2.AbstractButton.IconOnly
++enabled: 
NotificationsManager.keywordNotificationAction !== 
PushNotificationAction.Unknown
+ 
+ onClicked: {
+ 
keywordNotificationRuleModel.addKeyword(keywordAddField.text, 
PushNotificationAction.On)
+-- 
+GitLab
+

diff --git a/net-im/neochat/files/neochat-22.11-hide-dev-settings-loading.patch 
b/net-im/neochat/files/neochat-22.11-hide-dev-settings-loading.patch
new file mode 100644
index ..c19e54683839
--- /dev/null
+++ b/net-im/neochat/files/neochat-22.11-hide-dev-settings-loading.patch
@@ -0,0 +1,41 @@
+From 25c7b7b780d2913c323b8c048e8999ea9f72997f Mon Sep 17 00:00:00 2001
+From: James Graham 
+Date: Sun, 11 Dec 2022 16:47:16 +
+Subject: [PATCH] Hide loading item and show info message when on the devices
+ page and not logged in.
+
+---
+ src/qml/Settings/DevicesPage.qml | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/src/qml/Settings/DevicesPage.qml 
b/src/qml/Settings/DevicesPage.qml
+index dd3f2eab..71a9d950 100644
+--- a/src/qml/Settings/DevicesPage.qml
 b/src/qml/Settings/DevicesPage.qml
+@@ -27,7 +27,7 @@ Kirigami.ScrollablePage {
+ }
+ 

[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2022-12-18 Thread Andreas Sturmlechner
commit: ffa429bd5c5498150e130fbe84b0a9291783c343
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 18 10:03:35 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 18 10:04:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa429bd

net-im/neochat: drop 22.11

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

 net-im/neochat/neochat-22.11.ebuild | 55 -
 1 file changed, 55 deletions(-)

diff --git a/net-im/neochat/neochat-22.11.ebuild 
b/net-im/neochat/neochat-22.11.ebuild
deleted file mode 100644
index f918277b3087..
--- a/net-im/neochat/neochat-22.11.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK=optional
-ECM_TEST=true
-KDE_ORG_CATEGORY=network
-KFMIN=5.99.0
-QTMIN=5.15.5
-inherit ecm plasma-mobile.kde.org
-
-DESCRIPTION="Client for Matrix, the decentralized communication protocol"
-HOMEPAGE="https://apps.kde.org/neochat/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
-fi
-
-LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
-SLOT="0"
-
-DEPEND="
-   app-text/cmark:=
-   >=dev-libs/kirigami-addons-0.6:5
-   dev-libs/qcoro5
-   dev-libs/qtkeychain:=[qt5(+)]
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-   >=kde-frameworks/knotifications-${KFMIN}:5[qml]
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
-   >=kde-frameworks/sonnet-${KFMIN}:5[qml]
-   media-libs/kquickimageeditor:5
-   >=net-libs/libquotient-0.6
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
-   >=kde-frameworks/purpose-${KFMIN}:5
-"
-BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2022-12-18 Thread Andreas Sturmlechner
commit: b23b6c88057ef37697c55edd1775a4a11a6682ae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 18 08:46:22 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 18 09:41:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23b6c88

net-im/neochat: drop 22.06

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

 net-im/neochat/Manifest |  1 -
 net-im/neochat/neochat-22.06.ebuild | 52 -
 2 files changed, 53 deletions(-)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index 2fa2d6f86a2f..210d6ed3abdc 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1,2 +1 @@
-DIST neochat-22.06.tar.xz 336432 BLAKE2B 
ad77e83bb64137bb3f4597999ed2db0f47a83a0e253150b7a27903acebfd28f58062b8dcb8c393312d11f830df6e6b208d07daa016e99b4c75c16f3da1aa85ce
 SHA512 
d7f3776620592f509f9db42c5b8118c7c5d6f11ad152502a36bd49c8aa56bf3b6c0056ec1dfc4268002b6c035926aee6e9e835de271e27ebbfc2bacda218d13e
 DIST neochat-22.11.tar.xz 465660 BLAKE2B 
bbd391a97cf4ea886042f3983798b766b4bd4fcf75513e4adf808227cc03ae6b533426b0f3ab000dc22593ce0be1ea7d284fac654db5bf66844633001300babd
 SHA512 
7e10d2512dd60b76340a84b2daab1e020d75c0ec9d79c87d5f96ce2c394bf93e557b9c96606abe643a787db1136861c25826f9dc7680d3a43d218654ef864519

diff --git a/net-im/neochat/neochat-22.06.ebuild 
b/net-im/neochat/neochat-22.06.ebuild
deleted file mode 100644
index e4fc3548c1b3..
--- a/net-im/neochat/neochat-22.06.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_CATEGORY=network
-KFMIN=5.96.0
-QTMIN=5.15.5
-inherit ecm plasma-mobile.kde.org
-
-DESCRIPTION="Client for Matrix, the decentralized communication protocol"
-HOMEPAGE="https://apps.kde.org/neochat/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
-   app-text/cmark:=
-   dev-libs/qcoro5
-   dev-libs/qtkeychain:=
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5[qml]
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
-   media-libs/kquickimageeditor:5
-   >=net-libs/libquotient-0.6
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-   >=kde-frameworks/purpose-${KFMIN}:5
-   >=kde-frameworks/sonnet-${KFMIN}:5[qml]
-"
-BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2022-12-16 Thread Arthur Zamarin
commit: 6ee521976990b534a880e84d55fbcddefdc6afe0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:59:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:59:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee52197

net-im/neochat: Keyword 22.11 ppc64, #885353

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

 net-im/neochat/neochat-22.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-22.11.ebuild 
b/net-im/neochat/neochat-22.11.ebuild
index f8cb8fca5ec4..f918277b3087 100644
--- a/net-im/neochat/neochat-22.11.ebuild
+++ b/net-im/neochat/neochat-22.11.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Client for Matrix, the decentralized 
communication protocol"
 HOMEPAGE="https://apps.kde.org/neochat/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="~amd64 ~arm64"
+   KEYWORDS="~amd64 ~arm64 ~ppc64"
 fi
 
 LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2022-12-16 Thread Arthur Zamarin
commit: a15d74147a2c3db7c092a1eb7014065ac39bdaeb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 18:27:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 18:27:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15d7414

net-im/neochat: Keyword 22.11 arm64, #885353

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

 net-im/neochat/neochat-22.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-22.11.ebuild 
b/net-im/neochat/neochat-22.11.ebuild
index f876773d3b13..f8cb8fca5ec4 100644
--- a/net-im/neochat/neochat-22.11.ebuild
+++ b/net-im/neochat/neochat-22.11.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Client for Matrix, the decentralized 
communication protocol"
 HOMEPAGE="https://apps.kde.org/neochat/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2022-12-10 Thread Andreas Sturmlechner
commit: b0914c5f30e27dab88b221fe096e174f671bfcef
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 10 14:21:04 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 10 14:25:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0914c5f

net-im/neochat: add 22.11

Dropping KEYWORDS for new dev-libs/kirigami-addons dependency.

Closes: https://bugs.gentoo.org/884491
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/neochat/Manifest |  1 +
 net-im/neochat/neochat-22.11.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index 97071e6a58b9..2fa2d6f86a2f 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1 +1,2 @@
 DIST neochat-22.06.tar.xz 336432 BLAKE2B 
ad77e83bb64137bb3f4597999ed2db0f47a83a0e253150b7a27903acebfd28f58062b8dcb8c393312d11f830df6e6b208d07daa016e99b4c75c16f3da1aa85ce
 SHA512 
d7f3776620592f509f9db42c5b8118c7c5d6f11ad152502a36bd49c8aa56bf3b6c0056ec1dfc4268002b6c035926aee6e9e835de271e27ebbfc2bacda218d13e
+DIST neochat-22.11.tar.xz 465660 BLAKE2B 
bbd391a97cf4ea886042f3983798b766b4bd4fcf75513e4adf808227cc03ae6b533426b0f3ab000dc22593ce0be1ea7d284fac654db5bf66844633001300babd
 SHA512 
7e10d2512dd60b76340a84b2daab1e020d75c0ec9d79c87d5f96ce2c394bf93e557b9c96606abe643a787db1136861c25826f9dc7680d3a43d218654ef864519

diff --git a/net-im/neochat/neochat-22.11.ebuild 
b/net-im/neochat/neochat-22.11.ebuild
new file mode 100644
index ..f876773d3b13
--- /dev/null
+++ b/net-im/neochat/neochat-22.11.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK=optional
+ECM_TEST=true
+KDE_ORG_CATEGORY=network
+KFMIN=5.99.0
+QTMIN=5.15.5
+inherit ecm plasma-mobile.kde.org
+
+DESCRIPTION="Client for Matrix, the decentralized communication protocol"
+HOMEPAGE="https://apps.kde.org/neochat/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+ handbook? ( CC-BY-SA-4.0 )"
+SLOT="0"
+
+DEPEND="
+   app-text/cmark:=
+   >=dev-libs/kirigami-addons-0.6:5
+   dev-libs/qcoro5
+   dev-libs/qtkeychain:=[qt5(+)]
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+   >=kde-frameworks/knotifications-${KFMIN}:5[qml]
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5[qml]
+   media-libs/kquickimageeditor:5
+   >=net-libs/libquotient-0.6
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+   >=kde-frameworks/purpose-${KFMIN}:5
+"
+BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2022-09-02 Thread Andreas Sturmlechner
commit: 0ac584fead6e57560d9484272e7e0d310c1a49f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep  2 07:02:04 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  2 07:03:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac584fe

net-im/neochat: drop 1.2.0

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

 net-im/neochat/Manifest |  1 -
 net-im/neochat/neochat-1.2.0.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index ebe9f40ed9b3..97071e6a58b9 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1,2 +1 @@
-DIST neochat-1.2.0.tar.xz 244064 BLAKE2B 
dcf728036269e3aefc524c1fea56f07f76c4132d810e2edb2c199ff8df7fd77ff8d90a5fbd6d13d59dae8894ccc312cf38107a3b5ba5a08fd80b31a0f8a53a0c
 SHA512 
50837f44b89753208363283c20a6b858bdaf26bba9e9762a04c2e65534014df88a9404ce7659a87d5e896e08a5e5f4ac23e3922ebe4cb6c7715b07058af7
 DIST neochat-22.06.tar.xz 336432 BLAKE2B 
ad77e83bb64137bb3f4597999ed2db0f47a83a0e253150b7a27903acebfd28f58062b8dcb8c393312d11f830df6e6b208d07daa016e99b4c75c16f3da1aa85ce
 SHA512 
d7f3776620592f509f9db42c5b8118c7c5d6f11ad152502a36bd49c8aa56bf3b6c0056ec1dfc4268002b6c035926aee6e9e835de271e27ebbfc2bacda218d13e

diff --git a/net-im/neochat/neochat-1.2.0.ebuild 
b/net-im/neochat/neochat-1.2.0.ebuild
deleted file mode 100644
index 357579f37efd..
--- a/net-im/neochat/neochat-1.2.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.77.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Client for Matrix, the decentralized communication protocol"
-HOMEPAGE="https://apps.kde.org/neochat/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
-   app-text/cmark:=
-   dev-libs/qtkeychain:=
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   media-libs/kquickimageeditor:5
-   >=net-libs/libquotient-0.6
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
-"
-BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2022-09-01 Thread Matt Turner
commit: 748852ce1aac422d1265f2ab7815552135e18d09
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep  2 01:10:52 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep  2 01:11:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748852ce

net-im/neochat: Keyword 22.06 ppc64, #857270

Signed-off-by: Matt Turner  gentoo.org>

 net-im/neochat/neochat-22.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-22.06.ebuild 
b/net-im/neochat/neochat-22.06.ebuild
index 75af865040e0..e4fc3548c1b3 100644
--- a/net-im/neochat/neochat-22.06.ebuild
+++ b/net-im/neochat/neochat-22.06.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Client for Matrix, the decentralized 
communication protocol"
 HOMEPAGE="https://apps.kde.org/neochat/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="~amd64 ~arm64"
+   KEYWORDS="~amd64 ~arm64 ~ppc64"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2022-08-31 Thread Sam James
commit: d01b9fd7db93a28e7fc5ade8a498b86e4679ec64
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  1 02:22:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  1 02:22:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01b9fd7

net-im/neochat: Keyword 22.06 arm64, #857270

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

 net-im/neochat/neochat-22.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-22.06.ebuild 
b/net-im/neochat/neochat-22.06.ebuild
index 82c85a0163c7..75af865040e0 100644
--- a/net-im/neochat/neochat-22.06.ebuild
+++ b/net-im/neochat/neochat-22.06.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Client for Matrix, the decentralized 
communication protocol"
 HOMEPAGE="https://apps.kde.org/neochat/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2022-07-19 Thread Andreas Sturmlechner
commit: 290bfe8d1a389dec3da10807f4531beb5f5447fe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul 11 13:55:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 19 15:38:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=290bfe8d

net-im/neochat: Switch to plasma-mobile.kde.org

This is a bit of an oddball, as the repository is within "network" group.

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

 net-im/neochat/neochat-22.06.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/neochat/neochat-22.06.ebuild 
b/net-im/neochat/neochat-22.06.ebuild
index 76ab2e137c10..82c85a0163c7 100644
--- a/net-im/neochat/neochat-22.06.ebuild
+++ b/net-im/neochat/neochat-22.06.ebuild
@@ -3,15 +3,15 @@
 
 EAPI=8
 
+KDE_ORG_CATEGORY=network
 KFMIN=5.96.0
 QTMIN=5.15.5
-inherit ecm kde.org
+inherit ecm plasma-mobile.kde.org
 
 DESCRIPTION="Client for Matrix, the decentralized communication protocol"
 HOMEPAGE="https://apps.kde.org/neochat/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz"
KEYWORDS="~amd64"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2022-07-10 Thread Andreas Sturmlechner
commit: 7e9c7788329e8b0de56e4c60d6ce4e374d1c7f92
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 10 12:44:28 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 10 12:44:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9c7788

net-im/neochat: 22.06 version bump, dropped ~arm64,~ppc64

Bug: https://bugs.gentoo.org/857270
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/neochat/Manifest |  1 +
 net-im/neochat/neochat-22.06.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index c151cad22052..ebe9f40ed9b3 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1 +1,2 @@
 DIST neochat-1.2.0.tar.xz 244064 BLAKE2B 
dcf728036269e3aefc524c1fea56f07f76c4132d810e2edb2c199ff8df7fd77ff8d90a5fbd6d13d59dae8894ccc312cf38107a3b5ba5a08fd80b31a0f8a53a0c
 SHA512 
50837f44b89753208363283c20a6b858bdaf26bba9e9762a04c2e65534014df88a9404ce7659a87d5e896e08a5e5f4ac23e3922ebe4cb6c7715b07058af7
+DIST neochat-22.06.tar.xz 336432 BLAKE2B 
ad77e83bb64137bb3f4597999ed2db0f47a83a0e253150b7a27903acebfd28f58062b8dcb8c393312d11f830df6e6b208d07daa016e99b4c75c16f3da1aa85ce
 SHA512 
d7f3776620592f509f9db42c5b8118c7c5d6f11ad152502a36bd49c8aa56bf3b6c0056ec1dfc4268002b6c035926aee6e9e835de271e27ebbfc2bacda218d13e

diff --git a/net-im/neochat/neochat-22.06.ebuild 
b/net-im/neochat/neochat-22.06.ebuild
new file mode 100644
index ..76ab2e137c10
--- /dev/null
+++ b/net-im/neochat/neochat-22.06.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.96.0
+QTMIN=5.15.5
+inherit ecm kde.org
+
+DESCRIPTION="Client for Matrix, the decentralized communication protocol"
+HOMEPAGE="https://apps.kde.org/neochat/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+   app-text/cmark:=
+   dev-libs/qcoro5
+   dev-libs/qtkeychain:=
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5[qml]
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
+   media-libs/kquickimageeditor:5
+   >=net-libs/libquotient-0.6
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+   >=kde-frameworks/purpose-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5[qml]
+"
+BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2022-05-13 Thread Jakov Smolić
commit: 012c350ee90203a175f7ed85313bf594e7a4cfe5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 13 10:49:40 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 13 10:49:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012c350e

net-im/neochat: Keyword 1.2.0 arm64, #839039

Signed-off-by: Jakov Smolić  gentoo.org>

 net-im/neochat/neochat-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/neochat/neochat-1.2.0.ebuild 
b/net-im/neochat/neochat-1.2.0.ebuild
index 79151e390d1f..357579f37efd 100644
--- a/net-im/neochat/neochat-1.2.0.ebuild
+++ b/net-im/neochat/neochat-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://apps.kde.org/neochat/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~ppc64"
+   KEYWORDS="~amd64 ~arm64 ~ppc64"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2021-07-16 Thread Andreas Sturmlechner
commit: fefc04c43827592e449b0d9bf2a541c6c6c6b5c8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 16 13:17:05 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul 16 13:30:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefc04c4

net-im/neochat: Drop 1.1.1

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

 net-im/neochat/Manifest |  1 -
 net-im/neochat/neochat-1.1.1.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index 61b4b0462ec..c151cad2205 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1,2 +1 @@
-DIST neochat-1.1.1.tar.xz 195780 BLAKE2B 
b9eae0344d4e99c3b5ef9d7be0d633216fa989064c8499cd24b7fc65371bffc34551875a84edfabd2f359b091b588b04720309bb84b8fcfb1123f759bacd4dbd
 SHA512 
ee50dfb7ba2aae8c6b03728e1326b03b0bc21df459397f137547b4684596fd07c42ae494037af894b2b37b53ade010463ee2f067ccede559ca868a723c83e17b
 DIST neochat-1.2.0.tar.xz 244064 BLAKE2B 
dcf728036269e3aefc524c1fea56f07f76c4132d810e2edb2c199ff8df7fd77ff8d90a5fbd6d13d59dae8894ccc312cf38107a3b5ba5a08fd80b31a0f8a53a0c
 SHA512 
50837f44b89753208363283c20a6b858bdaf26bba9e9762a04c2e65534014df88a9404ce7659a87d5e896e08a5e5f4ac23e3922ebe4cb6c7715b07058af7

diff --git a/net-im/neochat/neochat-1.1.1.ebuild 
b/net-im/neochat/neochat-1.1.1.ebuild
deleted file mode 100644
index 29cd32e584d..000
--- a/net-im/neochat/neochat-1.1.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.77.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Client for Matrix, the decentralized communication protocol"
-HOMEPAGE="https://apps.kde.org/neochat/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~ppc64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
-   app-text/cmark:=
-   dev-libs/qtkeychain:=
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   media-libs/kquickimageeditor:5
-   >=net-libs/libquotient-0.6
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-"
-BDEPEND="
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2021-06-20 Thread Andreas Sturmlechner
commit: 40037fb41283413d89f53534f86fff18bdbd92a9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 20 19:31:19 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 20 20:02:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40037fb4

net-im/neochat: 1.2.0 version bump

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

 net-im/neochat/Manifest |  1 +
 net-im/neochat/neochat-1.2.0.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index ca098c98b78..61b4b0462ec 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1 +1,2 @@
 DIST neochat-1.1.1.tar.xz 195780 BLAKE2B 
b9eae0344d4e99c3b5ef9d7be0d633216fa989064c8499cd24b7fc65371bffc34551875a84edfabd2f359b091b588b04720309bb84b8fcfb1123f759bacd4dbd
 SHA512 
ee50dfb7ba2aae8c6b03728e1326b03b0bc21df459397f137547b4684596fd07c42ae494037af894b2b37b53ade010463ee2f067ccede559ca868a723c83e17b
+DIST neochat-1.2.0.tar.xz 244064 BLAKE2B 
dcf728036269e3aefc524c1fea56f07f76c4132d810e2edb2c199ff8df7fd77ff8d90a5fbd6d13d59dae8894ccc312cf38107a3b5ba5a08fd80b31a0f8a53a0c
 SHA512 
50837f44b89753208363283c20a6b858bdaf26bba9e9762a04c2e65534014df88a9404ce7659a87d5e896e08a5e5f4ac23e3922ebe4cb6c7715b07058af7

diff --git a/net-im/neochat/neochat-1.2.0.ebuild 
b/net-im/neochat/neochat-1.2.0.ebuild
new file mode 100644
index 000..79151e390d1
--- /dev/null
+++ b/net-im/neochat/neochat-1.2.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.77.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Client for Matrix, the decentralized communication protocol"
+HOMEPAGE="https://apps.kde.org/neochat/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~ppc64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+   app-text/cmark:=
+   dev-libs/qtkeychain:=
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   media-libs/kquickimageeditor:5
+   >=net-libs/libquotient-0.6
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
+"
+BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2021-05-20 Thread Georgy Yakovlev
commit: f69da6be2e2c9e757fcc76838788ee004a994881
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri May 21 03:33:36 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri May 21 04:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69da6be

net-im/neochat: add ~ppc64 keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-im/neochat/neochat-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-1.1.1.ebuild 
b/net-im/neochat/neochat-1.1.1.ebuild
index f5dd1bd6608..29cd32e584d 100644
--- a/net-im/neochat/neochat-1.1.1.ebuild
+++ b/net-im/neochat/neochat-1.1.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://apps.kde.org/neochat/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~ppc64"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2021-04-04 Thread Andreas Sturmlechner
commit: f2cad1ece09e8082f2b84a5def761bd150da1f12
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  4 21:12:53 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  4 21:22:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2cad1ec

net-im/neochat: Drop 1.0.1-r1

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

 net-im/neochat/Manifest|  1 -
 net-im/neochat/neochat-1.0.1-r1.ebuild | 48 --
 2 files changed, 49 deletions(-)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index 8cc8e792152..ca098c98b78 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1,2 +1 @@
-DIST neochat-1.0.1.tar.xz 173204 BLAKE2B 
6a52000cea4224f7ca192aa63bae6702dd8f406aeb1bd7c69ccac937314fc32488f4936ba6fe89332c4b2e339a3cb61402b616bb09df56784496f4cdcd98f618
 SHA512 
8a6c3544f878ce6b8883afa4ac384a70a1b0155e592071ba5affbbf63f1e7f89ccd362f11b1e4686737617339e8be24f0b6465f9a85d36357034b10c8a184756
 DIST neochat-1.1.1.tar.xz 195780 BLAKE2B 
b9eae0344d4e99c3b5ef9d7be0d633216fa989064c8499cd24b7fc65371bffc34551875a84edfabd2f359b091b588b04720309bb84b8fcfb1123f759bacd4dbd
 SHA512 
ee50dfb7ba2aae8c6b03728e1326b03b0bc21df459397f137547b4684596fd07c42ae494037af894b2b37b53ade010463ee2f067ccede559ca868a723c83e17b

diff --git a/net-im/neochat/neochat-1.0.1-r1.ebuild 
b/net-im/neochat/neochat-1.0.1-r1.ebuild
deleted file mode 100644
index 670895ca674..000
--- a/net-im/neochat/neochat-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.77.0
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Client for Matrix, the decentralized communication protocol"
-HOMEPAGE="https://apps.kde.org/en/neochat;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
-   app-text/cmark:=
-   dev-libs/qtkeychain:=
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   media-libs/kquickimageeditor:5
-   net-libs/libquotient
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-"
-BDEPEND="
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2021-02-25 Thread Andreas Sturmlechner
commit: 6f5d47e7a2cb91bde456948006d7025e7ef6975b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 25 12:07:04 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 25 12:50:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5d47e7

net-im/neochat: 1.1.1 version bump

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

 net-im/neochat/Manifest |  1 +
 net-im/neochat/neochat-1.1.1.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index 357114eaf65..8cc8e792152 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1 +1,2 @@
 DIST neochat-1.0.1.tar.xz 173204 BLAKE2B 
6a52000cea4224f7ca192aa63bae6702dd8f406aeb1bd7c69ccac937314fc32488f4936ba6fe89332c4b2e339a3cb61402b616bb09df56784496f4cdcd98f618
 SHA512 
8a6c3544f878ce6b8883afa4ac384a70a1b0155e592071ba5affbbf63f1e7f89ccd362f11b1e4686737617339e8be24f0b6465f9a85d36357034b10c8a184756
+DIST neochat-1.1.1.tar.xz 195780 BLAKE2B 
b9eae0344d4e99c3b5ef9d7be0d633216fa989064c8499cd24b7fc65371bffc34551875a84edfabd2f359b091b588b04720309bb84b8fcfb1123f759bacd4dbd
 SHA512 
ee50dfb7ba2aae8c6b03728e1326b03b0bc21df459397f137547b4684596fd07c42ae494037af894b2b37b53ade010463ee2f067ccede559ca868a723c83e17b

diff --git a/net-im/neochat/neochat-1.1.1.ebuild 
b/net-im/neochat/neochat-1.1.1.ebuild
new file mode 100644
index 000..43b61fa9d9f
--- /dev/null
+++ b/net-im/neochat/neochat-1.1.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.77.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Client for Matrix, the decentralized communication protocol"
+HOMEPAGE="https://apps.kde.org/en/neochat;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+   app-text/cmark:=
+   dev-libs/qtkeychain:=
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   media-libs/kquickimageeditor:5
+   >=net-libs/libquotient-0.6
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+"
+BDEPEND="
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2021-02-16 Thread Andreas Sturmlechner
commit: ef009bac346a59fd4f0e91cbb8bc570c558a2bc9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 15:48:01 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 15:50:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef009bac

net-im/neochat: Add missing RDEPEND

Closes: https://bugs.gentoo.org/770874
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-im/neochat/{neochat-1.0.1.ebuild => neochat-1.0.1-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/neochat/neochat-1.0.1.ebuild 
b/net-im/neochat/neochat-1.0.1-r1.ebuild
similarity index 96%
rename from net-im/neochat/neochat-1.0.1.ebuild
rename to net-im/neochat/neochat-1.0.1-r1.ebuild
index a0220e2f654..670895ca674 100644
--- a/net-im/neochat/neochat-1.0.1.ebuild
+++ b/net-im/neochat/neochat-1.0.1-r1.ebuild
@@ -40,6 +40,7 @@ DEPEND="
 RDEPEND="${DEPEND}
>=dev-qt/qtgraphicaleffects-${QTMIN}:5
>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
>=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
 "
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2021-01-13 Thread Andreas Sturmlechner
commit: f1ac20ac5dd152846ccf83da3248477378b3a453
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 13 23:17:39 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 13 23:17:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ac20ac

net-im/neochat: 1.0.1 version bump

See also: https://carlschwan.eu/2021/01/13/neochat-1.0.1-first-bugfix-release/

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

 net-im/neochat/Manifest |  1 +
 net-im/neochat/neochat-1.0.1.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index 60e67bd25bc..dee5dec1861 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1 +1,2 @@
+DIST neochat-1.0.1.tar.xz 173204 BLAKE2B 
6a52000cea4224f7ca192aa63bae6702dd8f406aeb1bd7c69ccac937314fc32488f4936ba6fe89332c4b2e339a3cb61402b616bb09df56784496f4cdcd98f618
 SHA512 
8a6c3544f878ce6b8883afa4ac384a70a1b0155e592071ba5affbbf63f1e7f89ccd362f11b1e4686737617339e8be24f0b6465f9a85d36357034b10c8a184756
 DIST neochat-1.0.tar.xz 162484 BLAKE2B 
849e3b606975f24be219ea0a73b56134103e38576394d8f9be483f240d21bc60ddf5f7e1e99cadfd0cfd5a5d58afbc37518dcbac01d0c6fde4ba1cf1ef5f5989
 SHA512 
6c2c944a958c22dac6605c8ea0abfc70d88434bc77ab7c6ae2f1cf5e24e5ebb4c4c120a09dd41d2becf24f312dc5a5ad56352f3f46b42931acb09668f8acd1d8

diff --git a/net-im/neochat/neochat-1.0.1.ebuild 
b/net-im/neochat/neochat-1.0.1.ebuild
new file mode 100644
index 000..a0220e2f654
--- /dev/null
+++ b/net-im/neochat/neochat-1.0.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.77.0
+QTMIN=5.15.1
+inherit ecm kde.org
+
+DESCRIPTION="Client for Matrix, the decentralized communication protocol"
+HOMEPAGE="https://apps.kde.org/en/neochat;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+   app-text/cmark:=
+   dev-libs/qtkeychain:=
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   media-libs/kquickimageeditor:5
+   net-libs/libquotient
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+"
+BDEPEND="
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2021-01-13 Thread Andreas Sturmlechner
commit: 0d9ab35abd7db8c82ad030001471b93a60b4b073
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 13 23:17:42 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 13 23:17:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9ab35a

net-im/neochat: Drop 1.0 (r0)

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

 net-im/neochat/Manifest   |  1 -
 net-im/neochat/neochat-1.0.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
index dee5dec1861..357114eaf65 100644
--- a/net-im/neochat/Manifest
+++ b/net-im/neochat/Manifest
@@ -1,2 +1 @@
 DIST neochat-1.0.1.tar.xz 173204 BLAKE2B 
6a52000cea4224f7ca192aa63bae6702dd8f406aeb1bd7c69ccac937314fc32488f4936ba6fe89332c4b2e339a3cb61402b616bb09df56784496f4cdcd98f618
 SHA512 
8a6c3544f878ce6b8883afa4ac384a70a1b0155e592071ba5affbbf63f1e7f89ccd362f11b1e4686737617339e8be24f0b6465f9a85d36357034b10c8a184756
-DIST neochat-1.0.tar.xz 162484 BLAKE2B 
849e3b606975f24be219ea0a73b56134103e38576394d8f9be483f240d21bc60ddf5f7e1e99cadfd0cfd5a5d58afbc37518dcbac01d0c6fde4ba1cf1ef5f5989
 SHA512 
6c2c944a958c22dac6605c8ea0abfc70d88434bc77ab7c6ae2f1cf5e24e5ebb4c4c120a09dd41d2becf24f312dc5a5ad56352f3f46b42931acb09668f8acd1d8

diff --git a/net-im/neochat/neochat-1.0.ebuild 
b/net-im/neochat/neochat-1.0.ebuild
deleted file mode 100644
index a0220e2f654..000
--- a/net-im/neochat/neochat-1.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.77.0
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Client for Matrix, the decentralized communication protocol"
-HOMEPAGE="https://apps.kde.org/en/neochat;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="
-   app-text/cmark:=
-   dev-libs/qtkeychain:=
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   media-libs/kquickimageeditor:5
-   net-libs/libquotient
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-"
-BDEPEND="
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: net-im/neochat/

2021-01-03 Thread Andreas Sturmlechner
commit: 2fa0ced75e82d9602c430374fdb03c27a2a7c49d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  3 15:52:14 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  3 15:52:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa0ced7

net-im/neochat: New package

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

 net-im/neochat/Manifest   |  1 +
 net-im/neochat/metadata.xml   |  8 +++
 net-im/neochat/neochat-1.0.ebuild | 47 +++
 3 files changed, 56 insertions(+)

diff --git a/net-im/neochat/Manifest b/net-im/neochat/Manifest
new file mode 100644
index 000..60e67bd25bc
--- /dev/null
+++ b/net-im/neochat/Manifest
@@ -0,0 +1 @@
+DIST neochat-1.0.tar.xz 162484 BLAKE2B 
849e3b606975f24be219ea0a73b56134103e38576394d8f9be483f240d21bc60ddf5f7e1e99cadfd0cfd5a5d58afbc37518dcbac01d0c6fde4ba1cf1ef5f5989
 SHA512 
6c2c944a958c22dac6605c8ea0abfc70d88434bc77ab7c6ae2f1cf5e24e5ebb4c4c120a09dd41d2becf24f312dc5a5ad56352f3f46b42931acb09668f8acd1d8

diff --git a/net-im/neochat/metadata.xml b/net-im/neochat/metadata.xml
new file mode 100644
index 000..2fdbf33d963
--- /dev/null
+++ b/net-im/neochat/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+

diff --git a/net-im/neochat/neochat-1.0.ebuild 
b/net-im/neochat/neochat-1.0.ebuild
new file mode 100644
index 000..a0220e2f654
--- /dev/null
+++ b/net-im/neochat/neochat-1.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.77.0
+QTMIN=5.15.1
+inherit ecm kde.org
+
+DESCRIPTION="Client for Matrix, the decentralized communication protocol"
+HOMEPAGE="https://apps.kde.org/en/neochat;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+   app-text/cmark:=
+   dev-libs/qtkeychain:=
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   media-libs/kquickimageeditor:5
+   net-libs/libquotient
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+"
+BDEPEND="
+   virtual/pkgconfig
+"