public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2020-12-17 17:33 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2020-12-17 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     e52880cfbdfdb383f31844687e78a16df94252e9
Author:     Peter Alfredsen <crabbedhaloablution <AT> icloud <DOT> com>
AuthorDate: Wed Dec 16 13:59:02 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 17:33:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52880cf

net-news/rssguard: fix parallel make issue in src_install

Closes: https://bugs.gentoo.org/760120
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Peter Alfredsen <crabbedhaloablution <AT> icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/18679
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-news/rssguard/rssguard-3.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/rssguard/rssguard-3.8.3.ebuild b/net-news/rssguard/rssguard-3.8.3.ebuild
index e6813d67096..15b6a7dac1d 100644
--- a/net-news/rssguard/rssguard-3.8.3.ebuild
+++ b/net-news/rssguard/rssguard-3.8.3.ebuild
@@ -55,5 +55,5 @@ src_configure() {
 }
 
 src_install() {
-	emake install INSTALL_ROOT="${D}"
+	emake -j1 install INSTALL_ROOT="${D}"
 }


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-08-10 11:16 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-08-10 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f94c091a28cd57ec10bb9c44bae05ba67f106736
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 11:12:33 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 11:16:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94c091a

net-news/rssguard: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 -
 net-news/rssguard/rssguard-4.7.2.ebuild | 89 ---------------------------------
 2 files changed, 90 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 4143d10256d7..1f686f1ddf46 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1 @@
-DIST rssguard-4.7.2.gh.tar.gz 23466960 BLAKE2B 39f563e7ffd824bc0412d64372b4a9c367eb2dc100efadee6a903b83473268f2ca9503c3ee10c1c7e2b49a9fc9135d9a2ce4fe3f9dc94ed1fc6675abadba86f1 SHA512 6094a57cbb0cf8ab948f101b3c2815b7a3da2219b1ead4bc67ec043a11195fb94a6dc61a373fafd9c11cf00b3584138bb10a9b49d16e5fb6ffa435937635fce3
 DIST rssguard-4.7.3.gh.tar.gz 23567754 BLAKE2B 604f36620b99964a5073bd77f549ccf75d68658d8016f71f6a2b852e84e7f1343a88a67278550a09ea592e9a3754e793a3586a12ab0f1b35b75373484ef133b4 SHA512 251331115779d24cf039682a99723a856da76b4a09339b0f55ad283d0d45e9c94c34be47b9384bad88b005e6235740e4320dee791774cdf4d42c045e1d4afe25

diff --git a/net-news/rssguard/rssguard-4.7.2.ebuild b/net-news/rssguard/rssguard-4.7.2.ebuild
deleted file mode 100644
index 1f8402333811..000000000000
--- a/net-news/rssguard/rssguard-4.7.2.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/"
-SRC_URI="
-	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
-REQUIRED_USE="
-	|| ( mysql sqlite )
-	?? ( libmpv qtmultimedia )
-"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	sys-libs/zlib:=
-	libmpv? ( media-video/mpv:= )
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		libmpv? (
-			dev-qt/qtopengl:5
-		)
-		qtmultimedia? (
-			dev-qt/qtmultimedia:5
-			dev-qt/qtopengl:5
-		)
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		libmpv? (
-			dev-qt/qtbase:6[opengl]
-		)
-		qtmultimedia? (
-			dev-qt/qtbase:6[opengl]
-			dev-qt/qtmultimedia:6
-		)
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DNO_LITE=$(usex webengine)
-		-DREVISION_FROM_GIT=OFF
-		-DNO_UPDATE_CHECK=ON
-		-DENABLE_COMPRESSED_SITEMAP=ON
-		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
-		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
-		# recommended
-		-DMEDIAPLAYER_FORCE_OPENGL=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-08-10 10:28 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-08-10 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     9cb062409a42c1a0762418d339f55d4eed5bec56
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 10:28:32 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 10:28:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb06240

net-news/rssguard: Stabilize 4.7.3 amd64, #937644

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/rssguard-4.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/rssguard/rssguard-4.7.3.ebuild b/net-news/rssguard/rssguard-4.7.3.ebuild
index 3625148b6cb5..1f8402333811 100644
--- a/net-news/rssguard/rssguard-4.7.3.ebuild
+++ b/net-news/rssguard/rssguard-4.7.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
 REQUIRED_USE="
 	|| ( mysql sqlite )


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-07-26 15:28 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-07-26 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     d3fd2b70087c7ed2f417f0bcc4629ba3933e5f7b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 14:51:05 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 15:28:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fd2b70

net-news/rssguard: Bump to 4.7.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.7.3.ebuild | 89 +++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index f90d5d182a6a..4143d10256d7 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1 +1,2 @@
 DIST rssguard-4.7.2.gh.tar.gz 23466960 BLAKE2B 39f563e7ffd824bc0412d64372b4a9c367eb2dc100efadee6a903b83473268f2ca9503c3ee10c1c7e2b49a9fc9135d9a2ce4fe3f9dc94ed1fc6675abadba86f1 SHA512 6094a57cbb0cf8ab948f101b3c2815b7a3da2219b1ead4bc67ec043a11195fb94a6dc61a373fafd9c11cf00b3584138bb10a9b49d16e5fb6ffa435937635fce3
+DIST rssguard-4.7.3.gh.tar.gz 23567754 BLAKE2B 604f36620b99964a5073bd77f549ccf75d68658d8016f71f6a2b852e84e7f1343a88a67278550a09ea592e9a3754e793a3586a12ab0f1b35b75373484ef133b4 SHA512 251331115779d24cf039682a99723a856da76b4a09339b0f55ad283d0d45e9c94c34be47b9384bad88b005e6235740e4320dee791774cdf4d42c045e1d4afe25

diff --git a/net-news/rssguard/rssguard-4.7.3.ebuild b/net-news/rssguard/rssguard-4.7.3.ebuild
new file mode 100644
index 000000000000..3625148b6cb5
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.7.3.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
+REQUIRED_USE="
+	|| ( mysql sqlite )
+	?? ( libmpv qtmultimedia )
+"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	sys-libs/zlib:=
+	libmpv? ( media-video/mpv:= )
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		libmpv? (
+			dev-qt/qtopengl:5
+		)
+		qtmultimedia? (
+			dev-qt/qtmultimedia:5
+			dev-qt/qtopengl:5
+		)
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		libmpv? (
+			dev-qt/qtbase:6[opengl]
+		)
+		qtmultimedia? (
+			dev-qt/qtbase:6[opengl]
+			dev-qt/qtmultimedia:6
+		)
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DNO_LITE=$(usex webengine)
+		-DREVISION_FROM_GIT=OFF
+		-DNO_UPDATE_CHECK=ON
+		-DENABLE_COMPRESSED_SITEMAP=ON
+		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
+		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
+		# recommended
+		-DMEDIAPLAYER_FORCE_OPENGL=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-06-15  8:42 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-06-15  8:42 UTC (permalink / raw
  To: gentoo-commits

commit:     169f211ad68753379ec2290e54b7c1777352a600
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 08:42:28 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 08:42:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169f211a

net-news/rssguard: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 -
 net-news/rssguard/rssguard-4.6.6.ebuild | 89 ---------------------------------
 2 files changed, 90 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 419062e5422d..f90d5d182a6a 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1 @@
-DIST rssguard-4.6.6.gh.tar.gz 23432162 BLAKE2B f9febdc9d91ebfd4f8e8ade9de7b9ba6748bea9f5fa0e3ced0c4eaa908daedcbc2ae31c77e472418a05a8aca7fc30c7d56ab19aa144df40ea14a4530ac520e3d SHA512 82dbc1e5cbc527a965d17afe77aea978908544c2f8997a134749374e6acaf287de90c6be9a8e818c1097f826b54af94731f5f39fa9232ff8ee2491ac99e24063
 DIST rssguard-4.7.2.gh.tar.gz 23466960 BLAKE2B 39f563e7ffd824bc0412d64372b4a9c367eb2dc100efadee6a903b83473268f2ca9503c3ee10c1c7e2b49a9fc9135d9a2ce4fe3f9dc94ed1fc6675abadba86f1 SHA512 6094a57cbb0cf8ab948f101b3c2815b7a3da2219b1ead4bc67ec043a11195fb94a6dc61a373fafd9c11cf00b3584138bb10a9b49d16e5fb6ffa435937635fce3

diff --git a/net-news/rssguard/rssguard-4.6.6.ebuild b/net-news/rssguard/rssguard-4.6.6.ebuild
deleted file mode 100644
index 1f8402333811..000000000000
--- a/net-news/rssguard/rssguard-4.6.6.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/"
-SRC_URI="
-	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
-REQUIRED_USE="
-	|| ( mysql sqlite )
-	?? ( libmpv qtmultimedia )
-"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	sys-libs/zlib:=
-	libmpv? ( media-video/mpv:= )
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		libmpv? (
-			dev-qt/qtopengl:5
-		)
-		qtmultimedia? (
-			dev-qt/qtmultimedia:5
-			dev-qt/qtopengl:5
-		)
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		libmpv? (
-			dev-qt/qtbase:6[opengl]
-		)
-		qtmultimedia? (
-			dev-qt/qtbase:6[opengl]
-			dev-qt/qtmultimedia:6
-		)
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DNO_LITE=$(usex webengine)
-		-DREVISION_FROM_GIT=OFF
-		-DNO_UPDATE_CHECK=ON
-		-DENABLE_COMPRESSED_SITEMAP=ON
-		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
-		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
-		# recommended
-		-DMEDIAPLAYER_FORCE_OPENGL=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-06-15  8:40 Arthur Zamarin
  0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2024-06-15  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0662cfdbcb75487db951ec70f478d52d542cd225
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 08:40:46 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 08:40:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0662cfdb

net-news/rssguard: Stabilize 4.7.2 amd64, #934355

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-news/rssguard/rssguard-4.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/rssguard/rssguard-4.7.2.ebuild b/net-news/rssguard/rssguard-4.7.2.ebuild
index 3625148b6cb5..1f8402333811 100644
--- a/net-news/rssguard/rssguard-4.7.2.ebuild
+++ b/net-news/rssguard/rssguard-4.7.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
 REQUIRED_USE="
 	|| ( mysql sqlite )


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-05-31 15:21 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-05-31 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d1d632847dff4bc817c7665926e7af204d22c4b2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 14:57:50 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 31 14:58:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d63284

net-news/rssguard: Bump to 4.7.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.7.2.ebuild | 89 +++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index d06ae59e40dc..3aad1fdccdc2 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,3 +1,4 @@
 DIST rssguard-4.6.6.gh.tar.gz 23432162 BLAKE2B f9febdc9d91ebfd4f8e8ade9de7b9ba6748bea9f5fa0e3ced0c4eaa908daedcbc2ae31c77e472418a05a8aca7fc30c7d56ab19aa144df40ea14a4530ac520e3d SHA512 82dbc1e5cbc527a965d17afe77aea978908544c2f8997a134749374e6acaf287de90c6be9a8e818c1097f826b54af94731f5f39fa9232ff8ee2491ac99e24063
 DIST rssguard-4.7.0.gh.tar.gz 23412811 BLAKE2B 5a2b07cc1812ee283fdc9c94cdfef613e8455e2b48738c24907c36892a996b6481aa6cfd6ebdf93145fdc457788afffd0249cf491926c65bbf8ba51f3818e3b8 SHA512 a43760bcfdd097d18aa11bb9efd0708c4a0d9bdf91c3628a7fc5a1cdb71dcbd3426440435e6a96e05856cffa84411e61f330d79856d68f474cf1288272388791
 DIST rssguard-4.7.1.gh.tar.gz 23467603 BLAKE2B 8984bbd58c3e53dcbe64a2a136b08bab242ad055881b8a32f24570c14f9d1ae9a930999457e5e583a3150636dc909eb1593c80d407af409c535eb5f514be5c19 SHA512 930e5e87ff8e9e1d2c971482a0720e3eba848c787231d554510e8aad7e81e21b52b2b3dffac22fae6294552c77d12c6182aa4fece1c44269292030c03ab17583
+DIST rssguard-4.7.2.gh.tar.gz 23466960 BLAKE2B 39f563e7ffd824bc0412d64372b4a9c367eb2dc100efadee6a903b83473268f2ca9503c3ee10c1c7e2b49a9fc9135d9a2ce4fe3f9dc94ed1fc6675abadba86f1 SHA512 6094a57cbb0cf8ab948f101b3c2815b7a3da2219b1ead4bc67ec043a11195fb94a6dc61a373fafd9c11cf00b3584138bb10a9b49d16e5fb6ffa435937635fce3

diff --git a/net-news/rssguard/rssguard-4.7.2.ebuild b/net-news/rssguard/rssguard-4.7.2.ebuild
new file mode 100644
index 000000000000..3625148b6cb5
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.7.2.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
+REQUIRED_USE="
+	|| ( mysql sqlite )
+	?? ( libmpv qtmultimedia )
+"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	sys-libs/zlib:=
+	libmpv? ( media-video/mpv:= )
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		libmpv? (
+			dev-qt/qtopengl:5
+		)
+		qtmultimedia? (
+			dev-qt/qtmultimedia:5
+			dev-qt/qtopengl:5
+		)
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		libmpv? (
+			dev-qt/qtbase:6[opengl]
+		)
+		qtmultimedia? (
+			dev-qt/qtbase:6[opengl]
+			dev-qt/qtmultimedia:6
+		)
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DNO_LITE=$(usex webengine)
+		-DREVISION_FROM_GIT=OFF
+		-DNO_UPDATE_CHECK=ON
+		-DENABLE_COMPRESSED_SITEMAP=ON
+		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
+		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
+		# recommended
+		-DMEDIAPLAYER_FORCE_OPENGL=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-05-31 15:21 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-05-31 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     51e628cc4610384bb39105982169d7b8c4127ff5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 14:58:40 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 31 14:58:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e628cc

net-news/rssguard: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  2 -
 net-news/rssguard/rssguard-4.7.0.ebuild | 89 ---------------------------------
 net-news/rssguard/rssguard-4.7.1.ebuild | 89 ---------------------------------
 3 files changed, 180 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 3aad1fdccdc2..419062e5422d 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,4 +1,2 @@
 DIST rssguard-4.6.6.gh.tar.gz 23432162 BLAKE2B f9febdc9d91ebfd4f8e8ade9de7b9ba6748bea9f5fa0e3ced0c4eaa908daedcbc2ae31c77e472418a05a8aca7fc30c7d56ab19aa144df40ea14a4530ac520e3d SHA512 82dbc1e5cbc527a965d17afe77aea978908544c2f8997a134749374e6acaf287de90c6be9a8e818c1097f826b54af94731f5f39fa9232ff8ee2491ac99e24063
-DIST rssguard-4.7.0.gh.tar.gz 23412811 BLAKE2B 5a2b07cc1812ee283fdc9c94cdfef613e8455e2b48738c24907c36892a996b6481aa6cfd6ebdf93145fdc457788afffd0249cf491926c65bbf8ba51f3818e3b8 SHA512 a43760bcfdd097d18aa11bb9efd0708c4a0d9bdf91c3628a7fc5a1cdb71dcbd3426440435e6a96e05856cffa84411e61f330d79856d68f474cf1288272388791
-DIST rssguard-4.7.1.gh.tar.gz 23467603 BLAKE2B 8984bbd58c3e53dcbe64a2a136b08bab242ad055881b8a32f24570c14f9d1ae9a930999457e5e583a3150636dc909eb1593c80d407af409c535eb5f514be5c19 SHA512 930e5e87ff8e9e1d2c971482a0720e3eba848c787231d554510e8aad7e81e21b52b2b3dffac22fae6294552c77d12c6182aa4fece1c44269292030c03ab17583
 DIST rssguard-4.7.2.gh.tar.gz 23466960 BLAKE2B 39f563e7ffd824bc0412d64372b4a9c367eb2dc100efadee6a903b83473268f2ca9503c3ee10c1c7e2b49a9fc9135d9a2ce4fe3f9dc94ed1fc6675abadba86f1 SHA512 6094a57cbb0cf8ab948f101b3c2815b7a3da2219b1ead4bc67ec043a11195fb94a6dc61a373fafd9c11cf00b3584138bb10a9b49d16e5fb6ffa435937635fce3

diff --git a/net-news/rssguard/rssguard-4.7.0.ebuild b/net-news/rssguard/rssguard-4.7.0.ebuild
deleted file mode 100644
index 3625148b6cb5..000000000000
--- a/net-news/rssguard/rssguard-4.7.0.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/"
-SRC_URI="
-	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
-REQUIRED_USE="
-	|| ( mysql sqlite )
-	?? ( libmpv qtmultimedia )
-"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	sys-libs/zlib:=
-	libmpv? ( media-video/mpv:= )
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		libmpv? (
-			dev-qt/qtopengl:5
-		)
-		qtmultimedia? (
-			dev-qt/qtmultimedia:5
-			dev-qt/qtopengl:5
-		)
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		libmpv? (
-			dev-qt/qtbase:6[opengl]
-		)
-		qtmultimedia? (
-			dev-qt/qtbase:6[opengl]
-			dev-qt/qtmultimedia:6
-		)
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DNO_LITE=$(usex webengine)
-		-DREVISION_FROM_GIT=OFF
-		-DNO_UPDATE_CHECK=ON
-		-DENABLE_COMPRESSED_SITEMAP=ON
-		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
-		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
-		# recommended
-		-DMEDIAPLAYER_FORCE_OPENGL=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}

diff --git a/net-news/rssguard/rssguard-4.7.1.ebuild b/net-news/rssguard/rssguard-4.7.1.ebuild
deleted file mode 100644
index 3625148b6cb5..000000000000
--- a/net-news/rssguard/rssguard-4.7.1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/"
-SRC_URI="
-	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
-REQUIRED_USE="
-	|| ( mysql sqlite )
-	?? ( libmpv qtmultimedia )
-"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	sys-libs/zlib:=
-	libmpv? ( media-video/mpv:= )
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		libmpv? (
-			dev-qt/qtopengl:5
-		)
-		qtmultimedia? (
-			dev-qt/qtmultimedia:5
-			dev-qt/qtopengl:5
-		)
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		libmpv? (
-			dev-qt/qtbase:6[opengl]
-		)
-		qtmultimedia? (
-			dev-qt/qtbase:6[opengl]
-			dev-qt/qtmultimedia:6
-		)
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DNO_LITE=$(usex webengine)
-		-DREVISION_FROM_GIT=OFF
-		-DNO_UPDATE_CHECK=ON
-		-DENABLE_COMPRESSED_SITEMAP=ON
-		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
-		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
-		# recommended
-		-DMEDIAPLAYER_FORCE_OPENGL=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-05-30  3:31 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-05-30  3:31 UTC (permalink / raw
  To: gentoo-commits

commit:     c6f46ac36fe4adb81e0f7060c9854fdd1172eb03
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 02:33:04 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 30 03:31:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f46ac3

net-news/rssguard: Bump to 4.7.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.7.1.ebuild | 89 +++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 6050dd9861d8..d06ae59e40dc 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,3 @@
 DIST rssguard-4.6.6.gh.tar.gz 23432162 BLAKE2B f9febdc9d91ebfd4f8e8ade9de7b9ba6748bea9f5fa0e3ced0c4eaa908daedcbc2ae31c77e472418a05a8aca7fc30c7d56ab19aa144df40ea14a4530ac520e3d SHA512 82dbc1e5cbc527a965d17afe77aea978908544c2f8997a134749374e6acaf287de90c6be9a8e818c1097f826b54af94731f5f39fa9232ff8ee2491ac99e24063
 DIST rssguard-4.7.0.gh.tar.gz 23412811 BLAKE2B 5a2b07cc1812ee283fdc9c94cdfef613e8455e2b48738c24907c36892a996b6481aa6cfd6ebdf93145fdc457788afffd0249cf491926c65bbf8ba51f3818e3b8 SHA512 a43760bcfdd097d18aa11bb9efd0708c4a0d9bdf91c3628a7fc5a1cdb71dcbd3426440435e6a96e05856cffa84411e61f330d79856d68f474cf1288272388791
+DIST rssguard-4.7.1.gh.tar.gz 23467603 BLAKE2B 8984bbd58c3e53dcbe64a2a136b08bab242ad055881b8a32f24570c14f9d1ae9a930999457e5e583a3150636dc909eb1593c80d407af409c535eb5f514be5c19 SHA512 930e5e87ff8e9e1d2c971482a0720e3eba848c787231d554510e8aad7e81e21b52b2b3dffac22fae6294552c77d12c6182aa4fece1c44269292030c03ab17583

diff --git a/net-news/rssguard/rssguard-4.7.1.ebuild b/net-news/rssguard/rssguard-4.7.1.ebuild
new file mode 100644
index 000000000000..3625148b6cb5
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.7.1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
+REQUIRED_USE="
+	|| ( mysql sqlite )
+	?? ( libmpv qtmultimedia )
+"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	sys-libs/zlib:=
+	libmpv? ( media-video/mpv:= )
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		libmpv? (
+			dev-qt/qtopengl:5
+		)
+		qtmultimedia? (
+			dev-qt/qtmultimedia:5
+			dev-qt/qtopengl:5
+		)
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		libmpv? (
+			dev-qt/qtbase:6[opengl]
+		)
+		qtmultimedia? (
+			dev-qt/qtbase:6[opengl]
+			dev-qt/qtmultimedia:6
+		)
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DNO_LITE=$(usex webengine)
+		-DREVISION_FROM_GIT=OFF
+		-DNO_UPDATE_CHECK=ON
+		-DENABLE_COMPRESSED_SITEMAP=ON
+		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
+		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
+		# recommended
+		-DMEDIAPLAYER_FORCE_OPENGL=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-05-15  2:08 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-05-15  2:08 UTC (permalink / raw
  To: gentoo-commits

commit:     46f70b9f68acecc8e7475b8b62559b04ffb62806
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 01:56:58 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 15 02:01:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f70b9f

net-news/rssguard: Bump to 4.7.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.7.0.ebuild | 89 +++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 88f1620080d8..6050dd9861d8 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1 +1,2 @@
 DIST rssguard-4.6.6.gh.tar.gz 23432162 BLAKE2B f9febdc9d91ebfd4f8e8ade9de7b9ba6748bea9f5fa0e3ced0c4eaa908daedcbc2ae31c77e472418a05a8aca7fc30c7d56ab19aa144df40ea14a4530ac520e3d SHA512 82dbc1e5cbc527a965d17afe77aea978908544c2f8997a134749374e6acaf287de90c6be9a8e818c1097f826b54af94731f5f39fa9232ff8ee2491ac99e24063
+DIST rssguard-4.7.0.gh.tar.gz 23412811 BLAKE2B 5a2b07cc1812ee283fdc9c94cdfef613e8455e2b48738c24907c36892a996b6481aa6cfd6ebdf93145fdc457788afffd0249cf491926c65bbf8ba51f3818e3b8 SHA512 a43760bcfdd097d18aa11bb9efd0708c4a0d9bdf91c3628a7fc5a1cdb71dcbd3426440435e6a96e05856cffa84411e61f330d79856d68f474cf1288272388791

diff --git a/net-news/rssguard/rssguard-4.7.0.ebuild b/net-news/rssguard/rssguard-4.7.0.ebuild
new file mode 100644
index 000000000000..3625148b6cb5
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.7.0.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
+REQUIRED_USE="
+	|| ( mysql sqlite )
+	?? ( libmpv qtmultimedia )
+"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	sys-libs/zlib:=
+	libmpv? ( media-video/mpv:= )
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		libmpv? (
+			dev-qt/qtopengl:5
+		)
+		qtmultimedia? (
+			dev-qt/qtmultimedia:5
+			dev-qt/qtopengl:5
+		)
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		libmpv? (
+			dev-qt/qtbase:6[opengl]
+		)
+		qtmultimedia? (
+			dev-qt/qtbase:6[opengl]
+			dev-qt/qtmultimedia:6
+		)
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DNO_LITE=$(usex webengine)
+		-DREVISION_FROM_GIT=OFF
+		-DNO_UPDATE_CHECK=ON
+		-DENABLE_COMPRESSED_SITEMAP=ON
+		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
+		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
+		# recommended
+		-DMEDIAPLAYER_FORCE_OPENGL=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-03-30 14:27 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-03-30 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     34cf842db3b7b479f43ac029614b103136f3d6a7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 14:25:48 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 14:27:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34cf842d

net-news/rssguard: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 -
 net-news/rssguard/rssguard-4.6.3.ebuild | 81 ---------------------------------
 2 files changed, 82 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 399f26968a26..88f1620080d8 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1 @@
-DIST rssguard-4.6.3.gh.tar.gz 23360644 BLAKE2B 7906d8d38abf147dfa1938f3b847409642a971a4114cf77d99191215933c8f6204a0ba2f5815828bbb048c65e9724be1742056fee7570fc7aa388cc70ffa2f22 SHA512 3563e5df821dea6d617eeebaa8d956c0a2b43cddfef783b01079309511b394d677f84e13d8600eaa0f83c627186d5c1955db646e7758084bf162b8af0f2d8952
 DIST rssguard-4.6.6.gh.tar.gz 23432162 BLAKE2B f9febdc9d91ebfd4f8e8ade9de7b9ba6748bea9f5fa0e3ced0c4eaa908daedcbc2ae31c77e472418a05a8aca7fc30c7d56ab19aa144df40ea14a4530ac520e3d SHA512 82dbc1e5cbc527a965d17afe77aea978908544c2f8997a134749374e6acaf287de90c6be9a8e818c1097f826b54af94731f5f39fa9232ff8ee2491ac99e24063

diff --git a/net-news/rssguard/rssguard-4.6.3.ebuild b/net-news/rssguard/rssguard-4.6.3.ebuild
deleted file mode 100644
index 37e148d22e66..000000000000
--- a/net-news/rssguard/rssguard-4.6.3.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/"
-SRC_URI="
-	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
-REQUIRED_USE="
-	|| ( mysql sqlite )
-	?? ( libmpv qtmultimedia )
-"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	sys-libs/zlib:=
-	libmpv? ( media-video/mpv:= )
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		qtmultimedia? (
-			dev-qt/qtmultimedia:5
-			dev-qt/qtopengl:5
-		)
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		qtmultimedia? (
-			dev-qt/qtbase:6[opengl]
-			dev-qt/qtmultimedia:6
-		)
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DNO_LITE=$(usex webengine)
-		-DREVISION_FROM_GIT=OFF
-		-DNO_UPDATE_CHECK=ON
-		-DENABLE_COMPRESSED_SITEMAP=ON
-		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
-		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-03-30 14:25 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-03-30 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     29ec5bb575712a54e6698748ed052a22ebc04d01
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 14:24:33 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 14:24:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ec5bb5

net-news/rssguard: Stabilize 4.6.6 amd64, #928168

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/rssguard-4.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/rssguard/rssguard-4.6.6.ebuild b/net-news/rssguard/rssguard-4.6.6.ebuild
index 3625148b6cb5..1f8402333811 100644
--- a/net-news/rssguard/rssguard-4.6.6.ebuild
+++ b/net-news/rssguard/rssguard-4.6.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
 REQUIRED_USE="
 	|| ( mysql sqlite )


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-03-15 13:15 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-03-15 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6b23fdfc0f9e42305aeb176bbd7ec3f9016b6b04
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 13:00:35 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 13:14:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b23fdfc

net-news/rssguard: Bump to 4.6.6

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.6.6.ebuild | 89 +++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 5f8c1c3c9cfe..399f26968a26 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1 +1,2 @@
 DIST rssguard-4.6.3.gh.tar.gz 23360644 BLAKE2B 7906d8d38abf147dfa1938f3b847409642a971a4114cf77d99191215933c8f6204a0ba2f5815828bbb048c65e9724be1742056fee7570fc7aa388cc70ffa2f22 SHA512 3563e5df821dea6d617eeebaa8d956c0a2b43cddfef783b01079309511b394d677f84e13d8600eaa0f83c627186d5c1955db646e7758084bf162b8af0f2d8952
+DIST rssguard-4.6.6.gh.tar.gz 23432162 BLAKE2B f9febdc9d91ebfd4f8e8ade9de7b9ba6748bea9f5fa0e3ced0c4eaa908daedcbc2ae31c77e472418a05a8aca7fc30c7d56ab19aa144df40ea14a4530ac520e3d SHA512 82dbc1e5cbc527a965d17afe77aea978908544c2f8997a134749374e6acaf287de90c6be9a8e818c1097f826b54af94731f5f39fa9232ff8ee2491ac99e24063

diff --git a/net-news/rssguard/rssguard-4.6.6.ebuild b/net-news/rssguard/rssguard-4.6.6.ebuild
new file mode 100644
index 000000000000..3625148b6cb5
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.6.6.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
+REQUIRED_USE="
+	|| ( mysql sqlite )
+	?? ( libmpv qtmultimedia )
+"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	sys-libs/zlib:=
+	libmpv? ( media-video/mpv:= )
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		libmpv? (
+			dev-qt/qtopengl:5
+		)
+		qtmultimedia? (
+			dev-qt/qtmultimedia:5
+			dev-qt/qtopengl:5
+		)
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		libmpv? (
+			dev-qt/qtbase:6[opengl]
+		)
+		qtmultimedia? (
+			dev-qt/qtbase:6[opengl]
+			dev-qt/qtmultimedia:6
+		)
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DNO_LITE=$(usex webengine)
+		-DREVISION_FROM_GIT=OFF
+		-DNO_UPDATE_CHECK=ON
+		-DENABLE_COMPRESSED_SITEMAP=ON
+		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
+		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
+		# recommended
+		-DMEDIAPLAYER_FORCE_OPENGL=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-01-18 18:46 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2024-01-18 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     cdc77d6a3e11f2aa25bb5b5261655708c263809c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 18:33:59 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 18:46:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc77d6a

net-news/rssguard: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  3 --
 net-news/rssguard/rssguard-4.5.5.ebuild | 66 ---------------------------
 net-news/rssguard/rssguard-4.6.1.ebuild | 81 ---------------------------------
 net-news/rssguard/rssguard-4.6.2.ebuild | 81 ---------------------------------
 4 files changed, 231 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 527827a64111..5f8c1c3c9cfe 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,4 +1 @@
-DIST rssguard-4.5.5.gh.tar.gz 23236465 BLAKE2B b650826169f42983799af04c044922b9ad0e2f6d7656df93ca1b9529a359daeb91556dfd65e9a8b7a2a97119c2f9d5b10ce6c594f6f958669f4c8c765160d7e0 SHA512 c0fd179052d26a354b6ca053725ef59ae1db6587c3bc4a92aedce36de1ecfbfd06fde387960dade22fca195fa9568e5714939113833e058dbae0d8056158d010
-DIST rssguard-4.6.1.gh.tar.gz 60427864 BLAKE2B 68e72c3fe9095a4939568a49053851ad3959e772042ed975a86479e2ea429d4db02938ab069f630edcdf5704e6c8faa7e19f6aef52f3d988c0e7373f59764d22 SHA512 070c395940ffe7d93c38c7087da59be1c4af7722399d091583bdf4feea3c87fde2d28823c1bef2e9ac88db1d003dbaa483cfc09caa337f47946830ea15a35fa2
-DIST rssguard-4.6.2.gh.tar.gz 60427722 BLAKE2B d83c0a520fbb72ad656862db7d2b0793f76960b69ba305985eb3c10df797b93a9e76688d16698b19219b77ceca883532bd101c011105b50946b1d2ea3a79f8eb SHA512 6518c0bda679f60d5d06b45f0aa2c569d4c9c6760042c93ea4759924756bf73edc74f821f34929a5206b610730c79b31897316ec3c02575a69133983462e0400
 DIST rssguard-4.6.3.gh.tar.gz 23360644 BLAKE2B 7906d8d38abf147dfa1938f3b847409642a971a4114cf77d99191215933c8f6204a0ba2f5815828bbb048c65e9724be1742056fee7570fc7aa388cc70ffa2f22 SHA512 3563e5df821dea6d617eeebaa8d956c0a2b43cddfef783b01079309511b394d677f84e13d8600eaa0f83c627186d5c1955db646e7758084bf162b8af0f2d8952

diff --git a/net-news/rssguard/rssguard-4.5.5.ebuild b/net-news/rssguard/rssguard-4.5.5.ebuild
deleted file mode 100644
index 1280f6dfff07..000000000000
--- a/net-news/rssguard/rssguard-4.5.5.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/"
-SRC_URI="
-	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="mysql qt6 +sqlite webengine"
-REQUIRED_USE="|| ( mysql sqlite )"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	sys-libs/zlib:=
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DUSE_WEBENGINE=$(usex webengine)
-		-DNO_UPDATE_CHECK=ON
-		-DENABLE_COMPRESSED_SITEMAP=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}

diff --git a/net-news/rssguard/rssguard-4.6.1.ebuild b/net-news/rssguard/rssguard-4.6.1.ebuild
deleted file mode 100644
index fd27e62a275e..000000000000
--- a/net-news/rssguard/rssguard-4.6.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/"
-SRC_URI="
-	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
-REQUIRED_USE="
-	|| ( mysql sqlite )
-	?? ( libmpv qtmultimedia )
-"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	sys-libs/zlib:=
-	libmpv? ( media-video/mpv:= )
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		qtmultimedia? (
-			dev-qt/qtmultimedia:5
-			dev-qt/qtopengl:5
-		)
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		qtmultimedia? (
-			dev-qt/qtbase:6[opengl]
-			dev-qt/qtmultimedia:6
-		)
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DNO_LITE=$(usex webengine)
-		-DREVISION_FROM_GIT=OFF
-		-DNO_UPDATE_CHECK=ON
-		-DENABLE_COMPRESSED_SITEMAP=ON
-		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
-		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}

diff --git a/net-news/rssguard/rssguard-4.6.2.ebuild b/net-news/rssguard/rssguard-4.6.2.ebuild
deleted file mode 100644
index fd27e62a275e..000000000000
--- a/net-news/rssguard/rssguard-4.6.2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/"
-SRC_URI="
-	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
-REQUIRED_USE="
-	|| ( mysql sqlite )
-	?? ( libmpv qtmultimedia )
-"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	sys-libs/zlib:=
-	libmpv? ( media-video/mpv:= )
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		qtmultimedia? (
-			dev-qt/qtmultimedia:5
-			dev-qt/qtopengl:5
-		)
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		qtmultimedia? (
-			dev-qt/qtbase:6[opengl]
-			dev-qt/qtmultimedia:6
-		)
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DNO_LITE=$(usex webengine)
-		-DREVISION_FROM_GIT=OFF
-		-DNO_UPDATE_CHECK=ON
-		-DENABLE_COMPRESSED_SITEMAP=ON
-		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
-		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2024-01-18 17:37 Arthur Zamarin
  0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2024-01-18 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     351170fcf3ae9ab98cff033b9f18341c1a219f1d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 17:37:33 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 17:37:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351170fc

net-news/rssguard: Stabilize 4.6.3 amd64, #921495

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-news/rssguard/rssguard-4.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-news/rssguard/rssguard-4.6.3.ebuild b/net-news/rssguard/rssguard-4.6.3.ebuild
index fd27e62a275e..37e148d22e66 100644
--- a/net-news/rssguard/rssguard-4.6.3.ebuild
+++ b/net-news/rssguard/rssguard-4.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
 REQUIRED_USE="
 	|| ( mysql sqlite )


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-12-15 16:59 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-12-15 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     05c8015d06d67a5ebc446ecc05149ce566b2e4cc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 16:27:23 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 16:59:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c8015d

net-news/rssguard: Bump to 4.6.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.6.3.ebuild | 81 +++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 7cf34317f754..527827a64111 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,3 +1,4 @@
 DIST rssguard-4.5.5.gh.tar.gz 23236465 BLAKE2B b650826169f42983799af04c044922b9ad0e2f6d7656df93ca1b9529a359daeb91556dfd65e9a8b7a2a97119c2f9d5b10ce6c594f6f958669f4c8c765160d7e0 SHA512 c0fd179052d26a354b6ca053725ef59ae1db6587c3bc4a92aedce36de1ecfbfd06fde387960dade22fca195fa9568e5714939113833e058dbae0d8056158d010
 DIST rssguard-4.6.1.gh.tar.gz 60427864 BLAKE2B 68e72c3fe9095a4939568a49053851ad3959e772042ed975a86479e2ea429d4db02938ab069f630edcdf5704e6c8faa7e19f6aef52f3d988c0e7373f59764d22 SHA512 070c395940ffe7d93c38c7087da59be1c4af7722399d091583bdf4feea3c87fde2d28823c1bef2e9ac88db1d003dbaa483cfc09caa337f47946830ea15a35fa2
 DIST rssguard-4.6.2.gh.tar.gz 60427722 BLAKE2B d83c0a520fbb72ad656862db7d2b0793f76960b69ba305985eb3c10df797b93a9e76688d16698b19219b77ceca883532bd101c011105b50946b1d2ea3a79f8eb SHA512 6518c0bda679f60d5d06b45f0aa2c569d4c9c6760042c93ea4759924756bf73edc74f821f34929a5206b610730c79b31897316ec3c02575a69133983462e0400
+DIST rssguard-4.6.3.gh.tar.gz 23360644 BLAKE2B 7906d8d38abf147dfa1938f3b847409642a971a4114cf77d99191215933c8f6204a0ba2f5815828bbb048c65e9724be1742056fee7570fc7aa388cc70ffa2f22 SHA512 3563e5df821dea6d617eeebaa8d956c0a2b43cddfef783b01079309511b394d677f84e13d8600eaa0f83c627186d5c1955db646e7758084bf162b8af0f2d8952

diff --git a/net-news/rssguard/rssguard-4.6.3.ebuild b/net-news/rssguard/rssguard-4.6.3.ebuild
new file mode 100644
index 000000000000..fd27e62a275e
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.6.3.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
+REQUIRED_USE="
+	|| ( mysql sqlite )
+	?? ( libmpv qtmultimedia )
+"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	sys-libs/zlib:=
+	libmpv? ( media-video/mpv:= )
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		qtmultimedia? (
+			dev-qt/qtmultimedia:5
+			dev-qt/qtopengl:5
+		)
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		qtmultimedia? (
+			dev-qt/qtbase:6[opengl]
+			dev-qt/qtmultimedia:6
+		)
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DNO_LITE=$(usex webengine)
+		-DREVISION_FROM_GIT=OFF
+		-DNO_UPDATE_CHECK=ON
+		-DENABLE_COMPRESSED_SITEMAP=ON
+		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
+		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-12-09  6:53 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-12-09  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2ee85b8e0c95224425b95f2ba630d4c46b44ad56
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 06:25:10 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 06:28:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee85b8e

net-news/rssguard: Bump to 4.6.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.6.2.ebuild | 81 +++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 5dc8eb09782c..7cf34317f754 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,3 @@
 DIST rssguard-4.5.5.gh.tar.gz 23236465 BLAKE2B b650826169f42983799af04c044922b9ad0e2f6d7656df93ca1b9529a359daeb91556dfd65e9a8b7a2a97119c2f9d5b10ce6c594f6f958669f4c8c765160d7e0 SHA512 c0fd179052d26a354b6ca053725ef59ae1db6587c3bc4a92aedce36de1ecfbfd06fde387960dade22fca195fa9568e5714939113833e058dbae0d8056158d010
 DIST rssguard-4.6.1.gh.tar.gz 60427864 BLAKE2B 68e72c3fe9095a4939568a49053851ad3959e772042ed975a86479e2ea429d4db02938ab069f630edcdf5704e6c8faa7e19f6aef52f3d988c0e7373f59764d22 SHA512 070c395940ffe7d93c38c7087da59be1c4af7722399d091583bdf4feea3c87fde2d28823c1bef2e9ac88db1d003dbaa483cfc09caa337f47946830ea15a35fa2
+DIST rssguard-4.6.2.gh.tar.gz 60427722 BLAKE2B d83c0a520fbb72ad656862db7d2b0793f76960b69ba305985eb3c10df797b93a9e76688d16698b19219b77ceca883532bd101c011105b50946b1d2ea3a79f8eb SHA512 6518c0bda679f60d5d06b45f0aa2c569d4c9c6760042c93ea4759924756bf73edc74f821f34929a5206b610730c79b31897316ec3c02575a69133983462e0400

diff --git a/net-news/rssguard/rssguard-4.6.2.ebuild b/net-news/rssguard/rssguard-4.6.2.ebuild
new file mode 100644
index 000000000000..fd27e62a275e
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.6.2.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
+REQUIRED_USE="
+	|| ( mysql sqlite )
+	?? ( libmpv qtmultimedia )
+"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	sys-libs/zlib:=
+	libmpv? ( media-video/mpv:= )
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		qtmultimedia? (
+			dev-qt/qtmultimedia:5
+			dev-qt/qtopengl:5
+		)
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		qtmultimedia? (
+			dev-qt/qtbase:6[opengl]
+			dev-qt/qtmultimedia:6
+		)
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DNO_LITE=$(usex webengine)
+		-DREVISION_FROM_GIT=OFF
+		-DNO_UPDATE_CHECK=ON
+		-DENABLE_COMPRESSED_SITEMAP=ON
+		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
+		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-12-07 17:24 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-12-07 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     aa93934bf7fe147c08fed8971b9705c413cd8bdb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  7 16:14:32 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec  7 17:23:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa93934b

net-news/rssguard: Bump to 4.6.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.6.1.ebuild | 81 +++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 9b0a9fbe3c21..a25c0e8f47b8 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,3 @@
 DIST rssguard-4.5.5.gh.tar.gz 23236465 BLAKE2B b650826169f42983799af04c044922b9ad0e2f6d7656df93ca1b9529a359daeb91556dfd65e9a8b7a2a97119c2f9d5b10ce6c594f6f958669f4c8c765160d7e0 SHA512 c0fd179052d26a354b6ca053725ef59ae1db6587c3bc4a92aedce36de1ecfbfd06fde387960dade22fca195fa9568e5714939113833e058dbae0d8056158d010
 DIST rssguard-4.6.0.gh.tar.gz 60426983 BLAKE2B 82c7b0dea84c5750578fbc284ea2b5fec052e3eb49646520ed390620ef1b0833994179c3583af17d79da29f8e833ff8f9f1ef2ff3df1ff3903a5ebaebd8313e0 SHA512 147ed789124acfb5038a68141e0257ed316fc25ce94406c8dbe5495f3f42761a1445bfe73eada9a17ca4b0177d0744217810a03667281e643e3a18b5f8a4d675
+DIST rssguard-4.6.1.gh.tar.gz 60427864 BLAKE2B 68e72c3fe9095a4939568a49053851ad3959e772042ed975a86479e2ea429d4db02938ab069f630edcdf5704e6c8faa7e19f6aef52f3d988c0e7373f59764d22 SHA512 070c395940ffe7d93c38c7087da59be1c4af7722399d091583bdf4feea3c87fde2d28823c1bef2e9ac88db1d003dbaa483cfc09caa337f47946830ea15a35fa2

diff --git a/net-news/rssguard/rssguard-4.6.1.ebuild b/net-news/rssguard/rssguard-4.6.1.ebuild
new file mode 100644
index 000000000000..fd27e62a275e
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.6.1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libmpv mysql qt6 qtmultimedia +sqlite webengine"
+REQUIRED_USE="
+	|| ( mysql sqlite )
+	?? ( libmpv qtmultimedia )
+"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	sys-libs/zlib:=
+	libmpv? ( media-video/mpv:= )
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		qtmultimedia? (
+			dev-qt/qtmultimedia:5
+			dev-qt/qtopengl:5
+		)
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		qtmultimedia? (
+			dev-qt/qtbase:6[opengl]
+			dev-qt/qtmultimedia:6
+		)
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DNO_LITE=$(usex webengine)
+		-DREVISION_FROM_GIT=OFF
+		-DNO_UPDATE_CHECK=ON
+		-DENABLE_COMPRESSED_SITEMAP=ON
+		-DENABLE_MEDIAPLAYER_QTMULTIMEDIA=$(usex qtmultimedia)
+		-DENABLE_MEDIAPLAYER_LIBMPV=$(usex libmpv)
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-12-02 11:12 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-12-02 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ffde19035431cb8837487094d8da291221733955
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 10:43:40 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 11:09:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffde1903

net-news/rssguard: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  2 -
 net-news/rssguard/rssguard-4.5.3.ebuild | 66 ---------------------------------
 net-news/rssguard/rssguard-4.5.4.ebuild | 66 ---------------------------------
 3 files changed, 134 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index abd440dbc51a..1b2226532b5f 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,3 +1 @@
-DIST rssguard-4.5.3.gh.tar.gz 23189973 BLAKE2B fd681372680fe5a14bbcd1823c6d830f995377ad0395ede8e7f36e1c1ddc47ffbee66468a65278718aada217fb843f335647579291e882f46c79055d413d7326 SHA512 dca556b659d069a772ea78d9399707cbe03e3fc0cb093ca7fc400661d1275236943ac00870ab1dcd0930850f0aa51c8f9c381e0e65f00cea4ff40bc6b398ff67
-DIST rssguard-4.5.4.gh.tar.gz 23200651 BLAKE2B 5818db43b1da799c02449e29d75c1f7faffa2c48bbf28c76d86c4bfa63ef9cbce8a976f6a4b2fdb29dcf5ce61ce8b9049969e0b3df2d7e913cec75c881a1b16b SHA512 f5670138cc00561f3863ec5cf4e165f5146809eb59ce941adf0998483f8ff41a5ed5859abb9d7970fcfeb161f31ddd89fccb53773526b002e3a22ebe73304875
 DIST rssguard-4.5.5.gh.tar.gz 23236465 BLAKE2B b650826169f42983799af04c044922b9ad0e2f6d7656df93ca1b9529a359daeb91556dfd65e9a8b7a2a97119c2f9d5b10ce6c594f6f958669f4c8c765160d7e0 SHA512 c0fd179052d26a354b6ca053725ef59ae1db6587c3bc4a92aedce36de1ecfbfd06fde387960dade22fca195fa9568e5714939113833e058dbae0d8056158d010

diff --git a/net-news/rssguard/rssguard-4.5.3.ebuild b/net-news/rssguard/rssguard-4.5.3.ebuild
deleted file mode 100644
index 1280f6dfff07..000000000000
--- a/net-news/rssguard/rssguard-4.5.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/"
-SRC_URI="
-	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="mysql qt6 +sqlite webengine"
-REQUIRED_USE="|| ( mysql sqlite )"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	sys-libs/zlib:=
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DUSE_WEBENGINE=$(usex webengine)
-		-DNO_UPDATE_CHECK=ON
-		-DENABLE_COMPRESSED_SITEMAP=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}

diff --git a/net-news/rssguard/rssguard-4.5.4.ebuild b/net-news/rssguard/rssguard-4.5.4.ebuild
deleted file mode 100644
index 9fee6a472c05..000000000000
--- a/net-news/rssguard/rssguard-4.5.4.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/"
-SRC_URI="
-	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="mysql qt6 +sqlite webengine"
-REQUIRED_USE="|| ( mysql sqlite )"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	sys-libs/zlib:=
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DUSE_WEBENGINE=$(usex webengine)
-		-DNO_UPDATE_CHECK=ON
-		-DENABLE_COMPRESSED_SITEMAP=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-12-02 10:35 Arthur Zamarin
  0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2023-12-02 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0cfb67064342638ae94a4ed592e7d2663bba15d3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 10:35:27 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 10:35:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfb6706

net-news/rssguard: Stabilize 4.5.5 amd64, #919027

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-news/rssguard/rssguard-4.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/rssguard/rssguard-4.5.5.ebuild b/net-news/rssguard/rssguard-4.5.5.ebuild
index 9fee6a472c05..1280f6dfff07 100644
--- a/net-news/rssguard/rssguard-4.5.5.ebuild
+++ b/net-news/rssguard/rssguard-4.5.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="mysql qt6 +sqlite webengine"
 REQUIRED_USE="|| ( mysql sqlite )"
 


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-11-14 20:06 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-11-14 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     fb86757882f67c214711630c3facadd1402a873f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 19:54:53 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 20:05:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb867578

net-news/rssguard: Bump to 4.5.5

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.5.5.ebuild | 66 +++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index d78f94507d7e..abd440dbc51a 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,3 @@
 DIST rssguard-4.5.3.gh.tar.gz 23189973 BLAKE2B fd681372680fe5a14bbcd1823c6d830f995377ad0395ede8e7f36e1c1ddc47ffbee66468a65278718aada217fb843f335647579291e882f46c79055d413d7326 SHA512 dca556b659d069a772ea78d9399707cbe03e3fc0cb093ca7fc400661d1275236943ac00870ab1dcd0930850f0aa51c8f9c381e0e65f00cea4ff40bc6b398ff67
 DIST rssguard-4.5.4.gh.tar.gz 23200651 BLAKE2B 5818db43b1da799c02449e29d75c1f7faffa2c48bbf28c76d86c4bfa63ef9cbce8a976f6a4b2fdb29dcf5ce61ce8b9049969e0b3df2d7e913cec75c881a1b16b SHA512 f5670138cc00561f3863ec5cf4e165f5146809eb59ce941adf0998483f8ff41a5ed5859abb9d7970fcfeb161f31ddd89fccb53773526b002e3a22ebe73304875
+DIST rssguard-4.5.5.gh.tar.gz 23236465 BLAKE2B b650826169f42983799af04c044922b9ad0e2f6d7656df93ca1b9529a359daeb91556dfd65e9a8b7a2a97119c2f9d5b10ce6c594f6f958669f4c8c765160d7e0 SHA512 c0fd179052d26a354b6ca053725ef59ae1db6587c3bc4a92aedce36de1ecfbfd06fde387960dade22fca195fa9568e5714939113833e058dbae0d8056158d010

diff --git a/net-news/rssguard/rssguard-4.5.5.ebuild b/net-news/rssguard/rssguard-4.5.5.ebuild
new file mode 100644
index 000000000000..9fee6a472c05
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.5.5.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mysql qt6 +sqlite webengine"
+REQUIRED_USE="|| ( mysql sqlite )"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	sys-libs/zlib:=
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DUSE_WEBENGINE=$(usex webengine)
+		-DNO_UPDATE_CHECK=ON
+		-DENABLE_COMPRESSED_SITEMAP=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-11-13 17:41 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-11-13 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     04cd4e6f6fe7cec36bca2e7f3dc521759b508121
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 16:43:32 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 17:40:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04cd4e6f

net-news/rssguard: Bump to 4.5.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.5.4.ebuild | 66 +++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index c7c414339966..d78f94507d7e 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1 +1,2 @@
 DIST rssguard-4.5.3.gh.tar.gz 23189973 BLAKE2B fd681372680fe5a14bbcd1823c6d830f995377ad0395ede8e7f36e1c1ddc47ffbee66468a65278718aada217fb843f335647579291e882f46c79055d413d7326 SHA512 dca556b659d069a772ea78d9399707cbe03e3fc0cb093ca7fc400661d1275236943ac00870ab1dcd0930850f0aa51c8f9c381e0e65f00cea4ff40bc6b398ff67
+DIST rssguard-4.5.4.gh.tar.gz 23200651 BLAKE2B 5818db43b1da799c02449e29d75c1f7faffa2c48bbf28c76d86c4bfa63ef9cbce8a976f6a4b2fdb29dcf5ce61ce8b9049969e0b3df2d7e913cec75c881a1b16b SHA512 f5670138cc00561f3863ec5cf4e165f5146809eb59ce941adf0998483f8ff41a5ed5859abb9d7970fcfeb161f31ddd89fccb53773526b002e3a22ebe73304875

diff --git a/net-news/rssguard/rssguard-4.5.4.ebuild b/net-news/rssguard/rssguard-4.5.4.ebuild
new file mode 100644
index 000000000000..9fee6a472c05
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.5.4.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mysql qt6 +sqlite webengine"
+REQUIRED_USE="|| ( mysql sqlite )"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	sys-libs/zlib:=
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DUSE_WEBENGINE=$(usex webengine)
+		-DNO_UPDATE_CHECK=ON
+		-DENABLE_COMPRESSED_SITEMAP=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-11-12  3:59 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-11-12  3:59 UTC (permalink / raw
  To: gentoo-commits

commit:     020e5fb80e845ba9ea9d95cc9b511317b19fc507
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 03:54:27 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 03:54:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020e5fb8

net-news/rssguard: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  3 --
 net-news/rssguard/rssguard-4.5.0.ebuild | 66 ---------------------------------
 net-news/rssguard/rssguard-4.5.1.ebuild | 64 --------------------------------
 net-news/rssguard/rssguard-4.5.2.ebuild | 66 ---------------------------------
 4 files changed, 199 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 5b93c0cd6a0f..c7c414339966 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,4 +1 @@
-DIST rssguard-4.5.0.gh.tar.gz 23247459 BLAKE2B 057d19bf3f78eff09ec5fc7f042b328eaee8a55b60873dec70bcb3592954d0681a11390d74745cfe046a2bb7b8b0640c2087c9bf0837490df84870f6f1030e17 SHA512 3028c4b60c6adc42f71b87196be4eec969913a43e4133dad92d118fc6a3aa208c20862e7208b24d5454bfcde52d52884a8698d6534d2932386fa92ff0cef3a11
-DIST rssguard-4.5.1.gh.tar.gz 23122183 BLAKE2B 8f5c197a15b57a8965b84c504cf94339acd3335894c918f371261ce569e6eb6d30972365517f73a61c1cd26e7ecd91e1a1a7b4f2f8ca737334a97b4181c6dda7 SHA512 c94f7d3cfda4ae1b7a396d5d52bc868bf3a3fda31f2c5191941cf61954fe0026971b2182034d7cff8fa8271bd5d7b81c4c7e2fb49115aead6254eec00e2b8eb2
-DIST rssguard-4.5.2.gh.tar.gz 23190774 BLAKE2B d534bebaeec5820275a9911d72b09d4d81eea1c7c7ca3abb6975215eda658e9f6437a3f138f53d69225c0e89e4232b364957a3714e122a8ae364c263b10a1020 SHA512 9595246075b95cb95765756eb6006e8279e587b64996c5da9c2e4865edbf2e9a09e2ae38fff315929a892e155386b77be229598d0793af892e1ac57d7a36674b
 DIST rssguard-4.5.3.gh.tar.gz 23189973 BLAKE2B fd681372680fe5a14bbcd1823c6d830f995377ad0395ede8e7f36e1c1ddc47ffbee66468a65278718aada217fb843f335647579291e882f46c79055d413d7326 SHA512 dca556b659d069a772ea78d9399707cbe03e3fc0cb093ca7fc400661d1275236943ac00870ab1dcd0930850f0aa51c8f9c381e0e65f00cea4ff40bc6b398ff67

diff --git a/net-news/rssguard/rssguard-4.5.0.ebuild b/net-news/rssguard/rssguard-4.5.0.ebuild
deleted file mode 100644
index 0d4aa6180cf9..000000000000
--- a/net-news/rssguard/rssguard-4.5.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/"
-SRC_URI="
-	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="mysql qt6 +sqlite webengine"
-REQUIRED_USE="|| ( mysql sqlite )"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md resources/docs/Documentation.md )
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DUSE_WEBENGINE=$(usex webengine)
-		-DNO_UPDATE_CHECK=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}

diff --git a/net-news/rssguard/rssguard-4.5.1.ebuild b/net-news/rssguard/rssguard-4.5.1.ebuild
deleted file mode 100644
index d8a2593edb1d..000000000000
--- a/net-news/rssguard/rssguard-4.5.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/"
-SRC_URI="
-	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="mysql qt6 +sqlite webengine"
-REQUIRED_USE="|| ( mysql sqlite )"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DUSE_WEBENGINE=$(usex webengine)
-		-DNO_UPDATE_CHECK=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}

diff --git a/net-news/rssguard/rssguard-4.5.2.ebuild b/net-news/rssguard/rssguard-4.5.2.ebuild
deleted file mode 100644
index 9fee6a472c05..000000000000
--- a/net-news/rssguard/rssguard-4.5.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard/"
-SRC_URI="
-	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="mysql qt6 +sqlite webengine"
-REQUIRED_USE="|| ( mysql sqlite )"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	sys-libs/zlib:=
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DUSE_WEBENGINE=$(usex webengine)
-		-DNO_UPDATE_CHECK=ON
-		-DENABLE_COMPRESSED_SITEMAP=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-11-11 22:41 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2023-11-11 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e7cb15371b0b7fcb27f7d10fd68694877464130d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 22:41:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 22:41:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7cb1537

net-news/rssguard: Stabilize 4.5.3 amd64, #917175

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-news/rssguard/rssguard-4.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/rssguard/rssguard-4.5.3.ebuild b/net-news/rssguard/rssguard-4.5.3.ebuild
index 9fee6a472c05..1280f6dfff07 100644
--- a/net-news/rssguard/rssguard-4.5.3.ebuild
+++ b/net-news/rssguard/rssguard-4.5.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="mysql qt6 +sqlite webengine"
 REQUIRED_USE="|| ( mysql sqlite )"
 


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-11-02 14:28 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-11-02 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     99224c4031a63fc1832005f3dc20dcd76ad57607
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  2 13:14:21 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov  2 13:14:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99224c40

net-news/rssguard: Bump to 4.5.3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.5.3.ebuild | 66 +++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 7a9b6c1d64f7..5b93c0cd6a0f 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,3 +1,4 @@
 DIST rssguard-4.5.0.gh.tar.gz 23247459 BLAKE2B 057d19bf3f78eff09ec5fc7f042b328eaee8a55b60873dec70bcb3592954d0681a11390d74745cfe046a2bb7b8b0640c2087c9bf0837490df84870f6f1030e17 SHA512 3028c4b60c6adc42f71b87196be4eec969913a43e4133dad92d118fc6a3aa208c20862e7208b24d5454bfcde52d52884a8698d6534d2932386fa92ff0cef3a11
 DIST rssguard-4.5.1.gh.tar.gz 23122183 BLAKE2B 8f5c197a15b57a8965b84c504cf94339acd3335894c918f371261ce569e6eb6d30972365517f73a61c1cd26e7ecd91e1a1a7b4f2f8ca737334a97b4181c6dda7 SHA512 c94f7d3cfda4ae1b7a396d5d52bc868bf3a3fda31f2c5191941cf61954fe0026971b2182034d7cff8fa8271bd5d7b81c4c7e2fb49115aead6254eec00e2b8eb2
 DIST rssguard-4.5.2.gh.tar.gz 23190774 BLAKE2B d534bebaeec5820275a9911d72b09d4d81eea1c7c7ca3abb6975215eda658e9f6437a3f138f53d69225c0e89e4232b364957a3714e122a8ae364c263b10a1020 SHA512 9595246075b95cb95765756eb6006e8279e587b64996c5da9c2e4865edbf2e9a09e2ae38fff315929a892e155386b77be229598d0793af892e1ac57d7a36674b
+DIST rssguard-4.5.3.gh.tar.gz 23189973 BLAKE2B fd681372680fe5a14bbcd1823c6d830f995377ad0395ede8e7f36e1c1ddc47ffbee66468a65278718aada217fb843f335647579291e882f46c79055d413d7326 SHA512 dca556b659d069a772ea78d9399707cbe03e3fc0cb093ca7fc400661d1275236943ac00870ab1dcd0930850f0aa51c8f9c381e0e65f00cea4ff40bc6b398ff67

diff --git a/net-news/rssguard/rssguard-4.5.3.ebuild b/net-news/rssguard/rssguard-4.5.3.ebuild
new file mode 100644
index 000000000000..9fee6a472c05
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.5.3.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mysql qt6 +sqlite webengine"
+REQUIRED_USE="|| ( mysql sqlite )"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	sys-libs/zlib:=
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DUSE_WEBENGINE=$(usex webengine)
+		-DNO_UPDATE_CHECK=ON
+		-DENABLE_COMPRESSED_SITEMAP=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-11-01 16:05 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-11-01 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ceba2b13e44248a89c273fcd150aa2dfb730d5f2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 15:24:23 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 16:05:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceba2b13

net-news/rssguard: Bump to 4.5.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.5.2.ebuild | 66 +++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 9d7bb9da5c5e..7a9b6c1d64f7 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,3 @@
 DIST rssguard-4.5.0.gh.tar.gz 23247459 BLAKE2B 057d19bf3f78eff09ec5fc7f042b328eaee8a55b60873dec70bcb3592954d0681a11390d74745cfe046a2bb7b8b0640c2087c9bf0837490df84870f6f1030e17 SHA512 3028c4b60c6adc42f71b87196be4eec969913a43e4133dad92d118fc6a3aa208c20862e7208b24d5454bfcde52d52884a8698d6534d2932386fa92ff0cef3a11
 DIST rssguard-4.5.1.gh.tar.gz 23122183 BLAKE2B 8f5c197a15b57a8965b84c504cf94339acd3335894c918f371261ce569e6eb6d30972365517f73a61c1cd26e7ecd91e1a1a7b4f2f8ca737334a97b4181c6dda7 SHA512 c94f7d3cfda4ae1b7a396d5d52bc868bf3a3fda31f2c5191941cf61954fe0026971b2182034d7cff8fa8271bd5d7b81c4c7e2fb49115aead6254eec00e2b8eb2
+DIST rssguard-4.5.2.gh.tar.gz 23190774 BLAKE2B d534bebaeec5820275a9911d72b09d4d81eea1c7c7ca3abb6975215eda658e9f6437a3f138f53d69225c0e89e4232b364957a3714e122a8ae364c263b10a1020 SHA512 9595246075b95cb95765756eb6006e8279e587b64996c5da9c2e4865edbf2e9a09e2ae38fff315929a892e155386b77be229598d0793af892e1ac57d7a36674b

diff --git a/net-news/rssguard/rssguard-4.5.2.ebuild b/net-news/rssguard/rssguard-4.5.2.ebuild
new file mode 100644
index 000000000000..9fee6a472c05
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.5.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mysql qt6 +sqlite webengine"
+REQUIRED_USE="|| ( mysql sqlite )"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	sys-libs/zlib:=
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DUSE_WEBENGINE=$(usex webengine)
+		-DNO_UPDATE_CHECK=ON
+		-DENABLE_COMPRESSED_SITEMAP=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-10-05 14:59 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-10-05 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d9eac4ff20eb1c5051d70e3b4b2a606077acdabc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 14:33:36 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 14:59:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9eac4ff

net-news/rssguard: Bump to 4.5.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.5.1.ebuild | 64 +++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 2fad9e2d8f76..0d73c1ec6263 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,3 @@
 DIST rssguard-4.4.0.gh.tar.gz 22147332 BLAKE2B 4bcbe890bf02de4b339a9ce869336785fe041065247d003247925a6b1afaaa71bf8bb341db99090888cab23997d1a7a23c4e291619bcb43fb03c8701a0fc2756 SHA512 3b1f62fcd82e659baf8cf127ad5a030c5a222c93c0a6959bca9e0d5c26f0fcd2c191bf95190a067b341e0dec0809e18c36c057d5923e09c5e30889275ee581d8
 DIST rssguard-4.5.0.gh.tar.gz 23247459 BLAKE2B 057d19bf3f78eff09ec5fc7f042b328eaee8a55b60873dec70bcb3592954d0681a11390d74745cfe046a2bb7b8b0640c2087c9bf0837490df84870f6f1030e17 SHA512 3028c4b60c6adc42f71b87196be4eec969913a43e4133dad92d118fc6a3aa208c20862e7208b24d5454bfcde52d52884a8698d6534d2932386fa92ff0cef3a11
+DIST rssguard-4.5.1.gh.tar.gz 23122183 BLAKE2B 8f5c197a15b57a8965b84c504cf94339acd3335894c918f371261ce569e6eb6d30972365517f73a61c1cd26e7ecd91e1a1a7b4f2f8ca737334a97b4181c6dda7 SHA512 c94f7d3cfda4ae1b7a396d5d52bc868bf3a3fda31f2c5191941cf61954fe0026971b2182034d7cff8fa8271bd5d7b81c4c7e2fb49115aead6254eec00e2b8eb2

diff --git a/net-news/rssguard/rssguard-4.5.1.ebuild b/net-news/rssguard/rssguard-4.5.1.ebuild
new file mode 100644
index 000000000000..d8a2593edb1d
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.5.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mysql qt6 +sqlite webengine"
+REQUIRED_USE="|| ( mysql sqlite )"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DUSE_WEBENGINE=$(usex webengine)
+		-DNO_UPDATE_CHECK=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-08-25  9:49 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-08-25  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b063f484614beb4e09029e6eb42595ace715f76c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 09:31:23 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 09:49:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b063f484

net-news/rssguard: Bump to 4.5.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.5.0.ebuild | 66 +++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 2ff9a14a8516..2fad9e2d8f76 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1 +1,2 @@
 DIST rssguard-4.4.0.gh.tar.gz 22147332 BLAKE2B 4bcbe890bf02de4b339a9ce869336785fe041065247d003247925a6b1afaaa71bf8bb341db99090888cab23997d1a7a23c4e291619bcb43fb03c8701a0fc2756 SHA512 3b1f62fcd82e659baf8cf127ad5a030c5a222c93c0a6959bca9e0d5c26f0fcd2c191bf95190a067b341e0dec0809e18c36c057d5923e09c5e30889275ee581d8
+DIST rssguard-4.5.0.gh.tar.gz 23247459 BLAKE2B 057d19bf3f78eff09ec5fc7f042b328eaee8a55b60873dec70bcb3592954d0681a11390d74745cfe046a2bb7b8b0640c2087c9bf0837490df84870f6f1030e17 SHA512 3028c4b60c6adc42f71b87196be4eec969913a43e4133dad92d118fc6a3aa208c20862e7208b24d5454bfcde52d52884a8698d6534d2932386fa92ff0cef3a11

diff --git a/net-news/rssguard/rssguard-4.5.0.ebuild b/net-news/rssguard/rssguard-4.5.0.ebuild
new file mode 100644
index 000000000000..0e65965e5383
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.5.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mysql qt6 +sqlite webengine"
+REQUIRED_USE="|| ( mysql sqlite )"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md resources/docs/Documentation.md )
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DUSE_WEBENGINE=$(usex webengine)
+		-DNO_UPDATE_CHECK=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-08-20 10:57 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-08-20 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     13038322bb03dc4b6f00dd57b02d2b62bf75800d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 10:56:06 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 10:56:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13038322

net-news/rssguard: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 -
 net-news/rssguard/rssguard-4.3.4.ebuild | 63 ---------------------------------
 2 files changed, 64 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 47a4c57bbb10..2ff9a14a8516 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1 @@
-DIST rssguard-4.3.4.tar.gz 22100746 BLAKE2B 49825db268c1c4b5764ab66a0006b51210eebabf67afb581aa9da2a60218087e3b83e212bcf79ffcfcfc917cc92ac4a5d60b4543f09080d0b1defd62770bb123 SHA512 191f732e10a921635880ef61dea5449c75583e8bb92985436152c86f2895055c4f3c3704f77af99bb8201501904eff51c7cc9fcd221115ae1597be476e38308b
 DIST rssguard-4.4.0.gh.tar.gz 22147332 BLAKE2B 4bcbe890bf02de4b339a9ce869336785fe041065247d003247925a6b1afaaa71bf8bb341db99090888cab23997d1a7a23c4e291619bcb43fb03c8701a0fc2756 SHA512 3b1f62fcd82e659baf8cf127ad5a030c5a222c93c0a6959bca9e0d5c26f0fcd2c191bf95190a067b341e0dec0809e18c36c057d5923e09c5e30889275ee581d8

diff --git a/net-news/rssguard/rssguard-4.3.4.ebuild b/net-news/rssguard/rssguard-4.3.4.ebuild
deleted file mode 100644
index 4d63fc203cf9..000000000000
--- a/net-news/rssguard/rssguard-4.3.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) news feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="mysql qt6 +sqlite webengine"
-REQUIRED_USE="|| ( mysql sqlite )"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md resources/docs/Documentation.md )
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DUSE_WEBENGINE=$(usex webengine)
-		-DNO_UPDATE_CHECK=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" net-libs/nodejs[npm]
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-08-20 10:29 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2023-08-20 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     4537397bfe92940370fc0a0f78de55863ffd39c6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 10:29:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 10:29:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4537397b

net-news/rssguard: Stabilize 4.4.0 amd64, #911618

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-news/rssguard/rssguard-4.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/rssguard/rssguard-4.4.0.ebuild b/net-news/rssguard/rssguard-4.4.0.ebuild
index 0e65965e5383..0d4aa6180cf9 100644
--- a/net-news/rssguard/rssguard-4.4.0.ebuild
+++ b/net-news/rssguard/rssguard-4.4.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="mysql qt6 +sqlite webengine"
 REQUIRED_USE="|| ( mysql sqlite )"
 


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-07-10 19:26 Arthur Zamarin
  0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2023-07-10 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     de4331a606dac4314d9909e1bfc07164b5ae7eb1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 19:26:20 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 19:26:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4331a6

net-news/rssguard: Stabilize 4.3.4 amd64, #908348

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-news/rssguard/rssguard-4.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/rssguard/rssguard-4.3.4.ebuild b/net-news/rssguard/rssguard-4.3.4.ebuild
index 9074ba264155..4d63fc203cf9 100644
--- a/net-news/rssguard/rssguard-4.3.4.ebuild
+++ b/net-news/rssguard/rssguard-4.3.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="mysql qt6 +sqlite webengine"
 REQUIRED_USE="|| ( mysql sqlite )"
 


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-06-28  5:06 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-06-28  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     6fcdd59253d29d8c763633bfabbf1a15c2fb5f90
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 05:01:35 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 05:05:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fcdd592

net-news/rssguard: Bump to 4.4.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.4.0.ebuild | 66 +++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 38bc392204ae..61781d717a46 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,3 @@
 DIST rssguard-4.3.3.tar.gz 22087207 BLAKE2B 9f556b07100ad00e16afbbcea350d6cae751ec8ee4f10de4f0c4550bf76dcff560c7a3c78703916503f4ad9a02fcd60ea43eb9b1db6a9c29bda64d1de9a9bd26 SHA512 79394e6bea838292c0cadea65dbdfa0241527a89ab6e2abdc6d31993a59876a431a887a2a5173eacbafb180f0289f29d8182adb1cf8e8fca82266e2ed6c31500
 DIST rssguard-4.3.4.tar.gz 22100746 BLAKE2B 49825db268c1c4b5764ab66a0006b51210eebabf67afb581aa9da2a60218087e3b83e212bcf79ffcfcfc917cc92ac4a5d60b4543f09080d0b1defd62770bb123 SHA512 191f732e10a921635880ef61dea5449c75583e8bb92985436152c86f2895055c4f3c3704f77af99bb8201501904eff51c7cc9fcd221115ae1597be476e38308b
+DIST rssguard-4.4.0.gh.tar.gz 22147332 BLAKE2B 4bcbe890bf02de4b339a9ce869336785fe041065247d003247925a6b1afaaa71bf8bb341db99090888cab23997d1a7a23c4e291619bcb43fb03c8701a0fc2756 SHA512 3b1f62fcd82e659baf8cf127ad5a030c5a222c93c0a6959bca9e0d5c26f0fcd2c191bf95190a067b341e0dec0809e18c36c057d5923e09c5e30889275ee581d8

diff --git a/net-news/rssguard/rssguard-4.4.0.ebuild b/net-news/rssguard/rssguard-4.4.0.ebuild
new file mode 100644
index 000000000000..0e65965e5383
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.4.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard/"
+SRC_URI="
+	https://github.com/martinrotter/rssguard/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mysql qt6 +sqlite webengine"
+REQUIRED_USE="|| ( mysql sqlite )"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md resources/docs/Documentation.md )
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DUSE_WEBENGINE=$(usex webengine)
+		-DNO_UPDATE_CHECK=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" "net-libs/nodejs[npm]"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-05-13  9:04 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-05-13  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c2511c0fa171b8660d48db5086e9cab77eb6b570
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 09:03:06 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 13 09:03:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2511c0f

net-news/rssguard: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 -
 net-news/rssguard/rssguard-4.3.2.ebuild | 63 ---------------------------------
 2 files changed, 64 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index a9c135767dd0..38bc392204ae 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,3 +1,2 @@
-DIST rssguard-4.3.2.tar.gz 22077903 BLAKE2B ebab3bb4e16dc4d93d8664342af200f063acd571024cbb46b829d54da0cbc08580dedafb401a091c461f20b5ba5d1eaa758a27457d11dfd988af6df83f7a3595 SHA512 ec12df79d59963b2c8dbfeac3a73c7c67550bc64464728aae462895bcb61400ae5de945cd43b912f13f142d1ed6e8e4de8b0f640683db093a22dc800d55a203a
 DIST rssguard-4.3.3.tar.gz 22087207 BLAKE2B 9f556b07100ad00e16afbbcea350d6cae751ec8ee4f10de4f0c4550bf76dcff560c7a3c78703916503f4ad9a02fcd60ea43eb9b1db6a9c29bda64d1de9a9bd26 SHA512 79394e6bea838292c0cadea65dbdfa0241527a89ab6e2abdc6d31993a59876a431a887a2a5173eacbafb180f0289f29d8182adb1cf8e8fca82266e2ed6c31500
 DIST rssguard-4.3.4.tar.gz 22100746 BLAKE2B 49825db268c1c4b5764ab66a0006b51210eebabf67afb581aa9da2a60218087e3b83e212bcf79ffcfcfc917cc92ac4a5d60b4543f09080d0b1defd62770bb123 SHA512 191f732e10a921635880ef61dea5449c75583e8bb92985436152c86f2895055c4f3c3704f77af99bb8201501904eff51c7cc9fcd221115ae1597be476e38308b

diff --git a/net-news/rssguard/rssguard-4.3.2.ebuild b/net-news/rssguard/rssguard-4.3.2.ebuild
deleted file mode 100644
index 9f9667326ca1..000000000000
--- a/net-news/rssguard/rssguard-4.3.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="mysql qt6 +sqlite webengine"
-REQUIRED_USE="|| ( mysql sqlite )"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	!qt6? (
-		dev-qt/qtconcurrent:5
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md resources/docs/Documentation.md )
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DUSE_WEBENGINE=$(usex webengine)
-		-DNO_UPDATE_CHECK=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" net-libs/nodejs[npm]
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-05-13  8:40 Arthur Zamarin
  0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2023-05-13  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2c7db6d609d75db90d6c5b8cb4b41b23d7c2ee87
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 08:40:34 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 13 08:40:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7db6d6

net-news/rssguard: Stabilize 4.3.3 amd64, #906263

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-news/rssguard/rssguard-4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/rssguard/rssguard-4.3.3.ebuild b/net-news/rssguard/rssguard-4.3.3.ebuild
index b93ff67f4274..8b8073918d4c 100644
--- a/net-news/rssguard/rssguard-4.3.3.ebuild
+++ b/net-news/rssguard/rssguard-4.3.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="mysql qt6 +sqlite webengine"
 REQUIRED_USE="|| ( mysql sqlite )"
 


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-05-13  8:35 Michał Górny
  0 siblings, 0 replies; 68+ messages in thread
From: Michał Górny @ 2023-05-13  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c915ab633e96006385de5e1691f3a1bbb46b3af1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 08:35:08 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 13 08:35:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c915ab63

net-news/rssguard: take over

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rssguard/metadata.xml | 37 ++++++++++++++++++++-----------------
 1 file changed, 20 insertions(+), 17 deletions(-)

diff --git a/net-news/rssguard/metadata.xml b/net-news/rssguard/metadata.xml
index ef719c1cf065..30afe4afbbf3 100644
--- a/net-news/rssguard/metadata.xml
+++ b/net-news/rssguard/metadata.xml
@@ -1,22 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
-<upstream>
-	<maintainer>
-		<name>Martin Rotter</name>
-		<email>rotter.martinos@gmail.com</email>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
 	</maintainer>
-	<remote-id type="github">martinrotter/rssguard</remote-id>
-	<bugs-to>https://github.com/martinrotter/rssguard/issues</bugs-to>
-</upstream>
-<use>
-	<flag name="qt6">Build with Qt6 support instead of the default Qt5</flag>
-	<flag name="webengine">Use <pkg>dev-qt/qtwebengine</pkg> for embedded web browser</flag>
-</use>
-<longdescription>
-	RSS Guard is simple (yet powerful) feed reader. It is able to fetch the
-	most known feed formats, including RSS/RDF and ATOM. RSS Guard is
-	developed on top of the Qt library.
-</longdescription>
+	<upstream>
+		<maintainer>
+			<name>Martin Rotter</name>
+			<email>rotter.martinos@gmail.com</email>
+		</maintainer>
+		<remote-id type="github">martinrotter/rssguard</remote-id>
+		<bugs-to>https://github.com/martinrotter/rssguard/issues</bugs-to>
+	</upstream>
+	<use>
+		<flag name="qt6">Build with Qt6 support instead of the default Qt5</flag>
+		<flag name="webengine">Use <pkg>dev-qt/qtwebengine</pkg> for embedded web browser</flag>
+	</use>
+	<longdescription>
+		RSS Guard is simple (yet powerful) feed reader. It is able to fetch the
+		most known feed formats, including RSS/RDF and ATOM. RSS Guard is
+		developed on top of the Qt library.
+	</longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-05-08  7:44 Joonas Niilola
  0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2023-05-08  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     aefa7d37f1f459b12d08ce8160d5734d4563226d
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May  8 07:41:36 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May  8 07:44:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aefa7d37

net-news/rssguard: drop 4.2.5, 4.2.7

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-news/rssguard/Manifest              |  2 --
 net-news/rssguard/metadata.xml          |  2 +-
 net-news/rssguard/rssguard-4.2.5.ebuild | 64 ---------------------------------
 net-news/rssguard/rssguard-4.2.7.ebuild | 62 --------------------------------
 4 files changed, 1 insertion(+), 129 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index ecb367570ff8..a9c135767dd0 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,5 +1,3 @@
-DIST rssguard-4.2.5.tar.gz 22004006 BLAKE2B dc8dea6956a0d538cec5759e94246fc6f5314e6a5fd1ff4315cbf626568d8c817a6a4c378ca9275156d55f88e304d7db8afb0be952c68efef5acb8c8ba0f0a24 SHA512 2fc2a08226d41567db4758aaddeb533e6a4e96923b4df663080dd83dee3bae587ea6a8d06eb26788173c34b11f92859547bacc26465cdfbf2a9297de910c5b98
-DIST rssguard-4.2.7.tar.gz 22029315 BLAKE2B d57fe65c064dcf1ab4b1d6edac127c20a4b0ac0af17bd2b2abe3fc285ab43dd4212c1ec01e97ba8326879df2fb56dfe1046ab02008ae044ab5353ffe3a67542b SHA512 5b50609ebf24d6fe8a494b53aefa0c4a5831461e16157813049f5086c0258e880777d8e4bc8ebe48ac3cb57f858b8630263aa6417d7f8bd6885bbea1e7bf2e32
 DIST rssguard-4.3.2.tar.gz 22077903 BLAKE2B ebab3bb4e16dc4d93d8664342af200f063acd571024cbb46b829d54da0cbc08580dedafb401a091c461f20b5ba5d1eaa758a27457d11dfd988af6df83f7a3595 SHA512 ec12df79d59963b2c8dbfeac3a73c7c67550bc64464728aae462895bcb61400ae5de945cd43b912f13f142d1ed6e8e4de8b0f640683db093a22dc800d55a203a
 DIST rssguard-4.3.3.tar.gz 22087207 BLAKE2B 9f556b07100ad00e16afbbcea350d6cae751ec8ee4f10de4f0c4550bf76dcff560c7a3c78703916503f4ad9a02fcd60ea43eb9b1db6a9c29bda64d1de9a9bd26 SHA512 79394e6bea838292c0cadea65dbdfa0241527a89ab6e2abdc6d31993a59876a431a887a2a5173eacbafb180f0289f29d8182adb1cf8e8fca82266e2ed6c31500
 DIST rssguard-4.3.4.tar.gz 22100746 BLAKE2B 49825db268c1c4b5764ab66a0006b51210eebabf67afb581aa9da2a60218087e3b83e212bcf79ffcfcfc917cc92ac4a5d60b4543f09080d0b1defd62770bb123 SHA512 191f732e10a921635880ef61dea5449c75583e8bb92985436152c86f2895055c4f3c3704f77af99bb8201501904eff51c7cc9fcd221115ae1597be476e38308b

diff --git a/net-news/rssguard/metadata.xml b/net-news/rssguard/metadata.xml
index 4ab4bd9aba64..ef719c1cf065 100644
--- a/net-news/rssguard/metadata.xml
+++ b/net-news/rssguard/metadata.xml
@@ -11,7 +11,7 @@
 	<bugs-to>https://github.com/martinrotter/rssguard/issues</bugs-to>
 </upstream>
 <use>
-	<flag name="qt6" restrict="&gt;=net-news/rssguard-4.2.5">Build with Qt6 support instead of the default Qt5</flag>
+	<flag name="qt6">Build with Qt6 support instead of the default Qt5</flag>
 	<flag name="webengine">Use <pkg>dev-qt/qtwebengine</pkg> for embedded web browser</flag>
 </use>
 <longdescription>

diff --git a/net-news/rssguard/rssguard-4.2.5.ebuild b/net-news/rssguard/rssguard-4.2.5.ebuild
deleted file mode 100644
index 2b3b95f56a64..000000000000
--- a/net-news/rssguard/rssguard-4.2.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="mysql qt6 +sqlite webengine"
-REQUIRED_USE="|| ( mysql sqlite )"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	!qt6? (
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md resources/docs/Documentation.md )
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DUSE_WEBENGINE=$(usex webengine)
-		-DNO_UPDATE_CHECK=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	if use webengine; then
-		optfeature "ad blocking functionality" net-libs/nodejs[npm]
-	fi
-}

diff --git a/net-news/rssguard/rssguard-4.2.7.ebuild b/net-news/rssguard/rssguard-4.2.7.ebuild
deleted file mode 100644
index e624e3da3001..000000000000
--- a/net-news/rssguard/rssguard-4.2.7.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="mysql qt6 +sqlite webengine"
-REQUIRED_USE="|| ( mysql sqlite )"
-
-BDEPEND="
-	!qt6? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-DEPEND="
-	!qt6? (
-		dev-qt/qtcore:5
-		dev-qt/qtdbus:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtmultimedia:5[gstreamer]
-		dev-qt/qtnetwork:5[ssl]
-		dev-qt/qtsql:5[mysql?,sqlite?]
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-	)
-	qt6? (
-		dev-qt/qtbase:6[dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
-		dev-qt/qtdeclarative:6
-		dev-qt/qtmultimedia:6[gstreamer]
-		dev-qt/qt5compat:6
-		media-libs/libglvnd
-		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
-	)
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md resources/docs/Documentation.md )
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_WITH_QT6=$(usex qt6)
-		-DUSE_WEBENGINE=$(usex webengine)
-		-DNO_UPDATE_CHECK=ON
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	optfeature "ad blocking functionality" net-libs/nodejs[npm]
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-05-08  7:44 Joonas Niilola
  0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2023-05-08  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     c9fa11909f341cbf43d13d23b1342e9bd3747089
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May  8 07:41:31 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May  8 07:44:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9fa1190

net-news/rssguard: add 4.3.4

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.3.4.ebuild | 63 +++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 0021cb5e3a05..ecb367570ff8 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -2,3 +2,4 @@ DIST rssguard-4.2.5.tar.gz 22004006 BLAKE2B dc8dea6956a0d538cec5759e94246fc6f531
 DIST rssguard-4.2.7.tar.gz 22029315 BLAKE2B d57fe65c064dcf1ab4b1d6edac127c20a4b0ac0af17bd2b2abe3fc285ab43dd4212c1ec01e97ba8326879df2fb56dfe1046ab02008ae044ab5353ffe3a67542b SHA512 5b50609ebf24d6fe8a494b53aefa0c4a5831461e16157813049f5086c0258e880777d8e4bc8ebe48ac3cb57f858b8630263aa6417d7f8bd6885bbea1e7bf2e32
 DIST rssguard-4.3.2.tar.gz 22077903 BLAKE2B ebab3bb4e16dc4d93d8664342af200f063acd571024cbb46b829d54da0cbc08580dedafb401a091c461f20b5ba5d1eaa758a27457d11dfd988af6df83f7a3595 SHA512 ec12df79d59963b2c8dbfeac3a73c7c67550bc64464728aae462895bcb61400ae5de945cd43b912f13f142d1ed6e8e4de8b0f640683db093a22dc800d55a203a
 DIST rssguard-4.3.3.tar.gz 22087207 BLAKE2B 9f556b07100ad00e16afbbcea350d6cae751ec8ee4f10de4f0c4550bf76dcff560c7a3c78703916503f4ad9a02fcd60ea43eb9b1db6a9c29bda64d1de9a9bd26 SHA512 79394e6bea838292c0cadea65dbdfa0241527a89ab6e2abdc6d31993a59876a431a887a2a5173eacbafb180f0289f29d8182adb1cf8e8fca82266e2ed6c31500
+DIST rssguard-4.3.4.tar.gz 22100746 BLAKE2B 49825db268c1c4b5764ab66a0006b51210eebabf67afb581aa9da2a60218087e3b83e212bcf79ffcfcfc917cc92ac4a5d60b4543f09080d0b1defd62770bb123 SHA512 191f732e10a921635880ef61dea5449c75583e8bb92985436152c86f2895055c4f3c3704f77af99bb8201501904eff51c7cc9fcd221115ae1597be476e38308b

diff --git a/net-news/rssguard/rssguard-4.3.4.ebuild b/net-news/rssguard/rssguard-4.3.4.ebuild
new file mode 100644
index 000000000000..9074ba264155
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.3.4.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) news feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard"
+SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mysql qt6 +sqlite webengine"
+REQUIRED_USE="|| ( mysql sqlite )"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md resources/docs/Documentation.md )
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DUSE_WEBENGINE=$(usex webengine)
+		-DNO_UPDATE_CHECK=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" net-libs/nodejs[npm]
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-04-04 16:43 Arthur Zamarin
  0 siblings, 0 replies; 68+ messages in thread
From: Arthur Zamarin @ 2023-04-04 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d091ed5ed146423c7b7664d21720563d866ed764
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 16:43:30 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 16:43:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d091ed5e

net-news/rssguard: Stabilize 4.3.2 amd64, #809989

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-news/rssguard/rssguard-4.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/rssguard/rssguard-4.3.2.ebuild b/net-news/rssguard/rssguard-4.3.2.ebuild
index e3b2acac5e75..9f9667326ca1 100644
--- a/net-news/rssguard/rssguard-4.3.2.ebuild
+++ b/net-news/rssguard/rssguard-4.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="mysql qt6 +sqlite webengine"
 REQUIRED_USE="|| ( mysql sqlite )"
 


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-02-09 15:53 Joonas Niilola
  0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2023-02-09 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2de8bdf209058b17de087d1bb713f492ff196403
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Feb  9 15:50:02 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 15:52:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de8bdf2

net-news/rssguard: drop 4.2.3

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 -
 net-news/rssguard/rssguard-4.2.3.ebuild | 51 ---------------------------------
 2 files changed, 52 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 83623670de1c..6ab835c03a2a 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,4 +1,3 @@
-DIST rssguard-4.2.3.tar.gz 21940720 BLAKE2B fe97fb26261ec0ec06eac305c96317299921492f7796d246a6d4e7348b7dd8c6484cf52bec0bdd032a02a897a0406a73077e7366d601e1ef80b98ce2dac592ad SHA512 0ead2ae8d23d9fc6e7a6d42fd462e36be06a5a28e26398550dfa9cb2b7dd4574f2cb7a881a0d0b6d43bdb219db87cc92af9d5f131429e93f255f17f70dee244d
 DIST rssguard-4.2.5.tar.gz 22004006 BLAKE2B dc8dea6956a0d538cec5759e94246fc6f5314e6a5fd1ff4315cbf626568d8c817a6a4c378ca9275156d55f88e304d7db8afb0be952c68efef5acb8c8ba0f0a24 SHA512 2fc2a08226d41567db4758aaddeb533e6a4e96923b4df663080dd83dee3bae587ea6a8d06eb26788173c34b11f92859547bacc26465cdfbf2a9297de910c5b98
 DIST rssguard-4.2.7.tar.gz 22029315 BLAKE2B d57fe65c064dcf1ab4b1d6edac127c20a4b0ac0af17bd2b2abe3fc285ab43dd4212c1ec01e97ba8326879df2fb56dfe1046ab02008ae044ab5353ffe3a67542b SHA512 5b50609ebf24d6fe8a494b53aefa0c4a5831461e16157813049f5086c0258e880777d8e4bc8ebe48ac3cb57f858b8630263aa6417d7f8bd6885bbea1e7bf2e32
 DIST rssguard-4.3.2.tar.gz 22077903 BLAKE2B ebab3bb4e16dc4d93d8664342af200f063acd571024cbb46b829d54da0cbc08580dedafb401a091c461f20b5ba5d1eaa758a27457d11dfd988af6df83f7a3595 SHA512 ec12df79d59963b2c8dbfeac3a73c7c67550bc64464728aae462895bcb61400ae5de945cd43b912f13f142d1ed6e8e4de8b0f640683db093a22dc800d55a203a

diff --git a/net-news/rssguard/rssguard-4.2.3.ebuild b/net-news/rssguard/rssguard-4.2.3.ebuild
deleted file mode 100644
index bb1e5906f153..000000000000
--- a/net-news/rssguard/rssguard-4.2.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN="5.10.0"
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="webengine"
-
-BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
-DEPEND="
-	>=dev-qt/qtcore-${QTMIN}:5
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer]
-	>=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-	>=dev-qt/qtsql-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets(+)] )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md resources/docs/Documentation.md )
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_WEBENGINE=$(usex webengine)
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	if use webengine; then
-		optfeature "ad blocking functionality" net-libs/nodejs[npm]
-		elog "Adblocker module requires additional npm modules to be installed:"
-		elog "npm i -g @cliqz/adblocker tldts-experimental"
-	fi
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-02-09 15:53 Joonas Niilola
  0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2023-02-09 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     c3a24bbc2d203064e1c241f4c6303fe1fcf68588
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Feb  9 15:49:04 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 15:52:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a24bbc

net-news/rssguard: add 4.3.2

* New dependency: dev-qt/qtconcurrent

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.3.2.ebuild | 63 +++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index f83af51bc0f7..83623670de1c 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,3 +1,4 @@
 DIST rssguard-4.2.3.tar.gz 21940720 BLAKE2B fe97fb26261ec0ec06eac305c96317299921492f7796d246a6d4e7348b7dd8c6484cf52bec0bdd032a02a897a0406a73077e7366d601e1ef80b98ce2dac592ad SHA512 0ead2ae8d23d9fc6e7a6d42fd462e36be06a5a28e26398550dfa9cb2b7dd4574f2cb7a881a0d0b6d43bdb219db87cc92af9d5f131429e93f255f17f70dee244d
 DIST rssguard-4.2.5.tar.gz 22004006 BLAKE2B dc8dea6956a0d538cec5759e94246fc6f5314e6a5fd1ff4315cbf626568d8c817a6a4c378ca9275156d55f88e304d7db8afb0be952c68efef5acb8c8ba0f0a24 SHA512 2fc2a08226d41567db4758aaddeb533e6a4e96923b4df663080dd83dee3bae587ea6a8d06eb26788173c34b11f92859547bacc26465cdfbf2a9297de910c5b98
 DIST rssguard-4.2.7.tar.gz 22029315 BLAKE2B d57fe65c064dcf1ab4b1d6edac127c20a4b0ac0af17bd2b2abe3fc285ab43dd4212c1ec01e97ba8326879df2fb56dfe1046ab02008ae044ab5353ffe3a67542b SHA512 5b50609ebf24d6fe8a494b53aefa0c4a5831461e16157813049f5086c0258e880777d8e4bc8ebe48ac3cb57f858b8630263aa6417d7f8bd6885bbea1e7bf2e32
+DIST rssguard-4.3.2.tar.gz 22077903 BLAKE2B ebab3bb4e16dc4d93d8664342af200f063acd571024cbb46b829d54da0cbc08580dedafb401a091c461f20b5ba5d1eaa758a27457d11dfd988af6df83f7a3595 SHA512 ec12df79d59963b2c8dbfeac3a73c7c67550bc64464728aae462895bcb61400ae5de945cd43b912f13f142d1ed6e8e4de8b0f640683db093a22dc800d55a203a

diff --git a/net-news/rssguard/rssguard-4.3.2.ebuild b/net-news/rssguard/rssguard-4.3.2.ebuild
new file mode 100644
index 000000000000..e3b2acac5e75
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.3.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard"
+SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mysql qt6 +sqlite webengine"
+REQUIRED_USE="|| ( mysql sqlite )"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	!qt6? (
+		dev-qt/qtconcurrent:5
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[concurrent,dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md resources/docs/Documentation.md )
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DUSE_WEBENGINE=$(usex webengine)
+		-DNO_UPDATE_CHECK=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" net-libs/nodejs[npm]
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-01-13 13:47 Joonas Niilola
  0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2023-01-13 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     680931354a45e62e72621a6ffca6b39304950b19
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jan 13 13:45:54 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 13:47:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68093135

net-news/rssguard: drop 4.2.1

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 -
 net-news/rssguard/rssguard-4.2.1.ebuild | 51 ---------------------------------
 2 files changed, 52 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 51280d1edbb0..f83af51bc0f7 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,4 +1,3 @@
-DIST rssguard-4.2.1.tar.gz 22541187 BLAKE2B 78cc23a39cd75697b53b4c3b043a63d01b8b4e9a9b1cc3fc3f070487dede8d18a33ca462f806b4bfb6847e015a2bacaa77ce27745a95349fb2c09c72cccde3d2 SHA512 05b69d47b3d679005122e03c404ea26d8779f3905ac05ac0565631135c26c56d21ef2f4b3939af6c191a20727a4416e9669ceb4a001e729ffe45fc351183f53a
 DIST rssguard-4.2.3.tar.gz 21940720 BLAKE2B fe97fb26261ec0ec06eac305c96317299921492f7796d246a6d4e7348b7dd8c6484cf52bec0bdd032a02a897a0406a73077e7366d601e1ef80b98ce2dac592ad SHA512 0ead2ae8d23d9fc6e7a6d42fd462e36be06a5a28e26398550dfa9cb2b7dd4574f2cb7a881a0d0b6d43bdb219db87cc92af9d5f131429e93f255f17f70dee244d
 DIST rssguard-4.2.5.tar.gz 22004006 BLAKE2B dc8dea6956a0d538cec5759e94246fc6f5314e6a5fd1ff4315cbf626568d8c817a6a4c378ca9275156d55f88e304d7db8afb0be952c68efef5acb8c8ba0f0a24 SHA512 2fc2a08226d41567db4758aaddeb533e6a4e96923b4df663080dd83dee3bae587ea6a8d06eb26788173c34b11f92859547bacc26465cdfbf2a9297de910c5b98
 DIST rssguard-4.2.7.tar.gz 22029315 BLAKE2B d57fe65c064dcf1ab4b1d6edac127c20a4b0ac0af17bd2b2abe3fc285ab43dd4212c1ec01e97ba8326879df2fb56dfe1046ab02008ae044ab5353ffe3a67542b SHA512 5b50609ebf24d6fe8a494b53aefa0c4a5831461e16157813049f5086c0258e880777d8e4bc8ebe48ac3cb57f858b8630263aa6417d7f8bd6885bbea1e7bf2e32

diff --git a/net-news/rssguard/rssguard-4.2.1.ebuild b/net-news/rssguard/rssguard-4.2.1.ebuild
deleted file mode 100644
index bb1e5906f153..000000000000
--- a/net-news/rssguard/rssguard-4.2.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN="5.10.0"
-inherit cmake optfeature xdg
-
-DESCRIPTION="Simple (yet powerful) feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="webengine"
-
-BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
-DEPEND="
-	>=dev-qt/qtcore-${QTMIN}:5
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer]
-	>=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-	>=dev-qt/qtsql-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets(+)] )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md resources/docs/Documentation.md )
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_WEBENGINE=$(usex webengine)
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	if use webengine; then
-		optfeature "ad blocking functionality" net-libs/nodejs[npm]
-		elog "Adblocker module requires additional npm modules to be installed:"
-		elog "npm i -g @cliqz/adblocker tldts-experimental"
-	fi
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2023-01-13 13:47 Joonas Niilola
  0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2023-01-13 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     a3803f5f57cefedc60cae3e298be57b8820dcaed
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jan 13 13:44:48 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 13:47:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3803f5f

net-news/rssguard: add 4.2.7

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-4.2.7.ebuild | 62 +++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 940d28d1e2f6..51280d1edbb0 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,3 +1,4 @@
 DIST rssguard-4.2.1.tar.gz 22541187 BLAKE2B 78cc23a39cd75697b53b4c3b043a63d01b8b4e9a9b1cc3fc3f070487dede8d18a33ca462f806b4bfb6847e015a2bacaa77ce27745a95349fb2c09c72cccde3d2 SHA512 05b69d47b3d679005122e03c404ea26d8779f3905ac05ac0565631135c26c56d21ef2f4b3939af6c191a20727a4416e9669ceb4a001e729ffe45fc351183f53a
 DIST rssguard-4.2.3.tar.gz 21940720 BLAKE2B fe97fb26261ec0ec06eac305c96317299921492f7796d246a6d4e7348b7dd8c6484cf52bec0bdd032a02a897a0406a73077e7366d601e1ef80b98ce2dac592ad SHA512 0ead2ae8d23d9fc6e7a6d42fd462e36be06a5a28e26398550dfa9cb2b7dd4574f2cb7a881a0d0b6d43bdb219db87cc92af9d5f131429e93f255f17f70dee244d
 DIST rssguard-4.2.5.tar.gz 22004006 BLAKE2B dc8dea6956a0d538cec5759e94246fc6f5314e6a5fd1ff4315cbf626568d8c817a6a4c378ca9275156d55f88e304d7db8afb0be952c68efef5acb8c8ba0f0a24 SHA512 2fc2a08226d41567db4758aaddeb533e6a4e96923b4df663080dd83dee3bae587ea6a8d06eb26788173c34b11f92859547bacc26465cdfbf2a9297de910c5b98
+DIST rssguard-4.2.7.tar.gz 22029315 BLAKE2B d57fe65c064dcf1ab4b1d6edac127c20a4b0ac0af17bd2b2abe3fc285ab43dd4212c1ec01e97ba8326879df2fb56dfe1046ab02008ae044ab5353ffe3a67542b SHA512 5b50609ebf24d6fe8a494b53aefa0c4a5831461e16157813049f5086c0258e880777d8e4bc8ebe48ac3cb57f858b8630263aa6417d7f8bd6885bbea1e7bf2e32

diff --git a/net-news/rssguard/rssguard-4.2.7.ebuild b/net-news/rssguard/rssguard-4.2.7.ebuild
new file mode 100644
index 000000000000..e624e3da3001
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.2.7.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard"
+SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mysql qt6 +sqlite webengine"
+REQUIRED_USE="|| ( mysql sqlite )"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	!qt6? (
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md resources/docs/Documentation.md )
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DUSE_WEBENGINE=$(usex webengine)
+		-DNO_UPDATE_CHECK=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature "ad blocking functionality" net-libs/nodejs[npm]
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2022-10-03 18:34 Ionen Wolkens
  0 siblings, 0 replies; 68+ messages in thread
From: Ionen Wolkens @ 2022-10-03 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     cf47132bb67b0c9b7f77d3922e4153254fea1945
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Oct  2 08:00:41 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 18:34:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf47132b

net-news/rssguard: add 4.2.5

* Enable Qt6 support
* Add USE flags for sqlite and mysql
* Disable built-in update check
* Remove npm-related instructions (installing modules is now integrated
  into the program itself)

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/metadata.xml          |  1 +
 net-news/rssguard/rssguard-4.2.5.ebuild | 64 +++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 48daae3c9058..940d28d1e2f6 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,3 @@
 DIST rssguard-4.2.1.tar.gz 22541187 BLAKE2B 78cc23a39cd75697b53b4c3b043a63d01b8b4e9a9b1cc3fc3f070487dede8d18a33ca462f806b4bfb6847e015a2bacaa77ce27745a95349fb2c09c72cccde3d2 SHA512 05b69d47b3d679005122e03c404ea26d8779f3905ac05ac0565631135c26c56d21ef2f4b3939af6c191a20727a4416e9669ceb4a001e729ffe45fc351183f53a
 DIST rssguard-4.2.3.tar.gz 21940720 BLAKE2B fe97fb26261ec0ec06eac305c96317299921492f7796d246a6d4e7348b7dd8c6484cf52bec0bdd032a02a897a0406a73077e7366d601e1ef80b98ce2dac592ad SHA512 0ead2ae8d23d9fc6e7a6d42fd462e36be06a5a28e26398550dfa9cb2b7dd4574f2cb7a881a0d0b6d43bdb219db87cc92af9d5f131429e93f255f17f70dee244d
+DIST rssguard-4.2.5.tar.gz 22004006 BLAKE2B dc8dea6956a0d538cec5759e94246fc6f5314e6a5fd1ff4315cbf626568d8c817a6a4c378ca9275156d55f88e304d7db8afb0be952c68efef5acb8c8ba0f0a24 SHA512 2fc2a08226d41567db4758aaddeb533e6a4e96923b4df663080dd83dee3bae587ea6a8d06eb26788173c34b11f92859547bacc26465cdfbf2a9297de910c5b98

diff --git a/net-news/rssguard/metadata.xml b/net-news/rssguard/metadata.xml
index 0dc55340e720..4ab4bd9aba64 100644
--- a/net-news/rssguard/metadata.xml
+++ b/net-news/rssguard/metadata.xml
@@ -11,6 +11,7 @@
 	<bugs-to>https://github.com/martinrotter/rssguard/issues</bugs-to>
 </upstream>
 <use>
+	<flag name="qt6" restrict="&gt;=net-news/rssguard-4.2.5">Build with Qt6 support instead of the default Qt5</flag>
 	<flag name="webengine">Use <pkg>dev-qt/qtwebengine</pkg> for embedded web browser</flag>
 </use>
 <longdescription>

diff --git a/net-news/rssguard/rssguard-4.2.5.ebuild b/net-news/rssguard/rssguard-4.2.5.ebuild
new file mode 100644
index 000000000000..2b3b95f56a64
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.2.5.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard"
+SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="mysql qt6 +sqlite webengine"
+REQUIRED_USE="|| ( mysql sqlite )"
+
+BDEPEND="
+	!qt6? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+DEPEND="
+	!qt6? (
+		dev-qt/qtcore:5
+		dev-qt/qtdbus:5
+		dev-qt/qtdeclarative:5
+		dev-qt/qtgui:5
+		dev-qt/qtmultimedia:5[gstreamer]
+		dev-qt/qtnetwork:5[ssl]
+		dev-qt/qtsql:5[mysql?,sqlite?]
+		dev-qt/qtwidgets:5
+		dev-qt/qtxml:5
+		webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+	)
+	qt6? (
+		dev-qt/qtbase:6[dbus,gui,mysql?,network,sql,sqlite?,ssl,widgets]
+		dev-qt/qtdeclarative:6
+		dev-qt/qtmultimedia:6[gstreamer]
+		dev-qt/qt5compat:6
+		media-libs/libglvnd
+		webengine? ( dev-qt/qtwebengine:6[widgets(+)] )
+	)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md resources/docs/Documentation.md )
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_WITH_QT6=$(usex qt6)
+		-DUSE_WEBENGINE=$(usex webengine)
+		-DNO_UPDATE_CHECK=ON
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	if use webengine; then
+		optfeature "ad blocking functionality" net-libs/nodejs[npm]
+	fi
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2022-06-09  0:57 Ionen Wolkens
  0 siblings, 0 replies; 68+ messages in thread
From: Ionen Wolkens @ 2022-06-09  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d2b154735a270e3b283b7414c635d7f0536ce930
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jun  2 22:56:47 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 00:45:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b15473

net-news/rssguard: add 4.2.3, drop 4.1.2

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-news/rssguard/Manifest                         |  2 +-
 ...rssguard-4.1.2.ebuild => rssguard-4.2.3.ebuild} | 28 +++++-----------------
 2 files changed, 7 insertions(+), 23 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 80064be09140..48daae3c9058 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,2 @@
-DIST rssguard-4.1.2.tar.gz 21716383 BLAKE2B 5c8da03cdc563799e569dd8c2170f28c5c627a0452a5d0eb325ebb7c88c352248b13624b46d26e94fe443ef1dd948bd281dedb8dcbb0546a984f56472ba0d216 SHA512 d02c6ec7ba6156b6a40e9ad929dc614b7e4aaeb8dfcfe9002e927a4c446908bcb5f299daa1fc67745fea6ebc4954e54a2c296542044a1b86ae98864d5f25bf39
 DIST rssguard-4.2.1.tar.gz 22541187 BLAKE2B 78cc23a39cd75697b53b4c3b043a63d01b8b4e9a9b1cc3fc3f070487dede8d18a33ca462f806b4bfb6847e015a2bacaa77ce27745a95349fb2c09c72cccde3d2 SHA512 05b69d47b3d679005122e03c404ea26d8779f3905ac05ac0565631135c26c56d21ef2f4b3939af6c191a20727a4416e9669ceb4a001e729ffe45fc351183f53a
+DIST rssguard-4.2.3.tar.gz 21940720 BLAKE2B fe97fb26261ec0ec06eac305c96317299921492f7796d246a6d4e7348b7dd8c6484cf52bec0bdd032a02a897a0406a73077e7366d601e1ef80b98ce2dac592ad SHA512 0ead2ae8d23d9fc6e7a6d42fd462e36be06a5a28e26398550dfa9cb2b7dd4574f2cb7a881a0d0b6d43bdb219db87cc92af9d5f131429e93f255f17f70dee244d

diff --git a/net-news/rssguard/rssguard-4.1.2.ebuild b/net-news/rssguard/rssguard-4.2.3.ebuild
similarity index 67%
rename from net-news/rssguard/rssguard-4.1.2.ebuild
rename to net-news/rssguard/rssguard-4.2.3.ebuild
index 9dcccc8acdbd..bb1e5906f153 100644
--- a/net-news/rssguard/rssguard-4.1.2.ebuild
+++ b/net-news/rssguard/rssguard-4.2.3.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-QTMIN="5.9.0"
-inherit flag-o-matic optfeature qmake-utils xdg
+QTMIN="5.10.0"
+inherit cmake optfeature xdg
 
 DESCRIPTION="Simple (yet powerful) feed reader"
 HOMEPAGE="https://github.com/martinrotter/rssguard"
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="debug webengine"
+IUSE="webengine"
 
 BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
 DEPEND="
@@ -32,28 +32,12 @@ RDEPEND="${DEPEND}"
 
 DOCS=( README.md resources/docs/Documentation.md )
 
-src_prepare() {
-	default
-	sed -e 's:$$PREFIX/lib:$$PREFIX/'$(get_libdir)':' -i pri/install.pri || die
-}
-
 src_configure() {
-	eqmake5_args=(
-		CONFIG+=$(usex debug debug release)
-		USE_WEBENGINE=$(usex webengine true false)
-		PREFIX="${EPREFIX}"/usr
-		INSTALL_ROOT=.
+	local mycmakeargs=(
+		-DUSE_WEBENGINE=$(usex webengine)
 	)
 
-	# https://github.com/martinrotter/rssguard/issues/156
-	is-flagq "-flto*" && eqmake5_args+=( CONFIG+=ltcg )
-
-	eqmake5 "${eqmake5_args[@]}"
-}
-
-src_install() {
-	emake -j1 install INSTALL_ROOT="${D}"
-	einstalldocs
+	cmake_src_configure
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2022-03-24  7:28 Ionen Wolkens
  0 siblings, 0 replies; 68+ messages in thread
From: Ionen Wolkens @ 2022-03-24  7:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5289c66d9966179b925e69c0e2388d68239875bd
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Mar 23 11:44:28 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 07:27:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5289c66d

net-news/rssguard: drop 4.0.4, add 4.2.1

New version uses CMake instead of qmake.

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-news/rssguard/Manifest              |  2 +-
 net-news/rssguard/rssguard-4.0.4.ebuild | 66 ---------------------------------
 net-news/rssguard/rssguard-4.2.1.ebuild | 51 +++++++++++++++++++++++++
 3 files changed, 52 insertions(+), 67 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 28e95e1fd39f..80064be09140 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,2 @@
-DIST rssguard-4.0.4.tar.gz 14433147 BLAKE2B 6453d16cb440117c335d6773e675399ae4bee2d9226a2e920ffd1e10cc2d5025fc4c302357974352fad41f637aa33c3b66af2444d969f5e934d7432a16b7cb24 SHA512 8c69ec372a54e7e1ad4ff15476d2387fc84cd9d29c5031f9e5c18dcdf833781c54417101f252d23868eedc91262a9ac6446eb09104f5707b08fa92342d565481
 DIST rssguard-4.1.2.tar.gz 21716383 BLAKE2B 5c8da03cdc563799e569dd8c2170f28c5c627a0452a5d0eb325ebb7c88c352248b13624b46d26e94fe443ef1dd948bd281dedb8dcbb0546a984f56472ba0d216 SHA512 d02c6ec7ba6156b6a40e9ad929dc614b7e4aaeb8dfcfe9002e927a4c446908bcb5f299daa1fc67745fea6ebc4954e54a2c296542044a1b86ae98864d5f25bf39
+DIST rssguard-4.2.1.tar.gz 22541187 BLAKE2B 78cc23a39cd75697b53b4c3b043a63d01b8b4e9a9b1cc3fc3f070487dede8d18a33ca462f806b4bfb6847e015a2bacaa77ce27745a95349fb2c09c72cccde3d2 SHA512 05b69d47b3d679005122e03c404ea26d8779f3905ac05ac0565631135c26c56d21ef2f4b3939af6c191a20727a4416e9669ceb4a001e729ffe45fc351183f53a

diff --git a/net-news/rssguard/rssguard-4.0.4.ebuild b/net-news/rssguard/rssguard-4.0.4.ebuild
deleted file mode 100644
index 9fbe9cc1ee9a..000000000000
--- a/net-news/rssguard/rssguard-4.0.4.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic optfeature qmake-utils xdg
-
-DESCRIPTION="Simple (yet powerful) feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug webengine"
-
-BDEPEND="dev-qt/linguist-tools:5"
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtdeclarative:5
-	dev-qt/qtgui:5
-	dev-qt/qtmultimedia:5
-	dev-qt/qtnetwork:5[ssl]
-	dev-qt/qtsql:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md resources/docs/Documentation.md )
-
-src_prepare() {
-	default
-	sed -e 's:$$PREFIX/lib:$$PREFIX/'$(get_libdir)':' -i pri/install.pri || die
-}
-
-src_configure() {
-	eqmake5_args=(
-		CONFIG+=$(usex debug debug release)
-		USE_WEBENGINE=$(usex webengine true false)
-		PREFIX="${EPREFIX}"/usr
-		INSTALL_ROOT=.
-	)
-
-	# https://github.com/martinrotter/rssguard/issues/156
-	is-flagq "-flto*" && eqmake5_args+=( CONFIG+=ltcg )
-
-	eqmake5 "${eqmake5_args[@]}"
-}
-
-src_install() {
-	emake -j1 install INSTALL_ROOT="${D}"
-	einstalldocs
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	if use webengine; then
-		optfeature "ad blocking functionality" net-libs/nodejs[npm]
-		elog "Adblocker module requires additional npm modules to be installed:"
-		elog "npm i -g @cliqz/adblocker tldts-experimental"
-	fi
-}

diff --git a/net-news/rssguard/rssguard-4.2.1.ebuild b/net-news/rssguard/rssguard-4.2.1.ebuild
new file mode 100644
index 000000000000..bb1e5906f153
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.2.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN="5.10.0"
+inherit cmake optfeature xdg
+
+DESCRIPTION="Simple (yet powerful) feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard"
+SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="webengine"
+
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
+DEPEND="
+	>=dev-qt/qtcore-${QTMIN}:5
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer]
+	>=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+	>=dev-qt/qtsql-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets(+)] )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md resources/docs/Documentation.md )
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_WEBENGINE=$(usex webengine)
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	if use webengine; then
+		optfeature "ad blocking functionality" net-libs/nodejs[npm]
+		elog "Adblocker module requires additional npm modules to be installed:"
+		elog "npm i -g @cliqz/adblocker tldts-experimental"
+	fi
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2022-01-19 16:28 Joonas Niilola
  0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2022-01-19 16:28 UTC (permalink / raw
  To: gentoo-commits

commit:     3deb7c21bc69924d265f184cab7fe8b71b3a3982
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jan 19 16:25:24 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jan 19 16:28:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3deb7c21

net-news/rssguard: add 4.1.2, drop 3.9.2

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-news/rssguard/Manifest              |  2 +-
 net-news/rssguard/rssguard-3.9.2.ebuild | 50 ------------------------
 net-news/rssguard/rssguard-4.1.2.ebuild | 67 +++++++++++++++++++++++++++++++++
 3 files changed, 68 insertions(+), 51 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index e45d6f14dd1c..28e95e1fd39f 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,2 @@
-DIST rssguard-3.9.2.tar.gz 13607587 BLAKE2B 45b3dd406e64bb13a19580255971b0d5eb1fd90d70d8559c736366af7792e7fc0627ee254dce79936ce6a179399271958b7795279a359306e345ec086081fc37 SHA512 30d2524f4ca42d903a047fe39de925268a1aac65192a8b1089b6ec0ec0a9dfef09c535fe391f750149063c06e3275b2632cc2ea2c24ded178760070abcea4958
 DIST rssguard-4.0.4.tar.gz 14433147 BLAKE2B 6453d16cb440117c335d6773e675399ae4bee2d9226a2e920ffd1e10cc2d5025fc4c302357974352fad41f637aa33c3b66af2444d969f5e934d7432a16b7cb24 SHA512 8c69ec372a54e7e1ad4ff15476d2387fc84cd9d29c5031f9e5c18dcdf833781c54417101f252d23868eedc91262a9ac6446eb09104f5707b08fa92342d565481
+DIST rssguard-4.1.2.tar.gz 21716383 BLAKE2B 5c8da03cdc563799e569dd8c2170f28c5c627a0452a5d0eb325ebb7c88c352248b13624b46d26e94fe443ef1dd948bd281dedb8dcbb0546a984f56472ba0d216 SHA512 d02c6ec7ba6156b6a40e9ad929dc614b7e4aaeb8dfcfe9002e927a4c446908bcb5f299daa1fc67745fea6ebc4954e54a2c296542044a1b86ae98864d5f25bf39

diff --git a/net-news/rssguard/rssguard-3.9.2.ebuild b/net-news/rssguard/rssguard-3.9.2.ebuild
deleted file mode 100644
index 36a00b4c4bbb..000000000000
--- a/net-news/rssguard/rssguard-3.9.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic qmake-utils xdg
-
-DESCRIPTION="Tiny RSS and Atom feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug webengine"
-
-BDEPEND="dev-qt/linguist-tools:5"
-DEPEND="
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5[ssl]
-	dev-qt/qtsql:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	dev-qt/qtdeclarative:5
-	webengine? ( dev-qt/qtwebengine:5[widgets] )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-
-	sed -e 's:lib.path = $$quote($$PREFIX/lib/):lib.path = $$quote($$PREFIX/'$(get_libdir)'/):' \
-		-i pri/install.pri || die
-}
-
-src_configure() {
-	# CONFIG+=ltcg is needed because of https://github.com/martinrotter/rssguard/issues/156
-	eqmake5 \
-		CONFIG+=$(usex debug debug release) \
-		$(is-flagq -flto* && echo "CONFIG+=ltcg") \
-		USE_WEBENGINE=$(usex webengine true false) \
-		PREFIX="${EPREFIX}"/usr \
-		INSTALL_ROOT=.
-}
-
-src_install() {
-	emake -j1 install INSTALL_ROOT="${D}"
-}

diff --git a/net-news/rssguard/rssguard-4.1.2.ebuild b/net-news/rssguard/rssguard-4.1.2.ebuild
new file mode 100644
index 000000000000..9dcccc8acdbd
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.1.2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QTMIN="5.9.0"
+inherit flag-o-matic optfeature qmake-utils xdg
+
+DESCRIPTION="Simple (yet powerful) feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard"
+SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug webengine"
+
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
+DEPEND="
+	>=dev-qt/qtcore-${QTMIN}:5
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer]
+	>=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+	>=dev-qt/qtsql-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets(+)] )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md resources/docs/Documentation.md )
+
+src_prepare() {
+	default
+	sed -e 's:$$PREFIX/lib:$$PREFIX/'$(get_libdir)':' -i pri/install.pri || die
+}
+
+src_configure() {
+	eqmake5_args=(
+		CONFIG+=$(usex debug debug release)
+		USE_WEBENGINE=$(usex webengine true false)
+		PREFIX="${EPREFIX}"/usr
+		INSTALL_ROOT=.
+	)
+
+	# https://github.com/martinrotter/rssguard/issues/156
+	is-flagq "-flto*" && eqmake5_args+=( CONFIG+=ltcg )
+
+	eqmake5 "${eqmake5_args[@]}"
+}
+
+src_install() {
+	emake -j1 install INSTALL_ROOT="${D}"
+	einstalldocs
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	if use webengine; then
+		optfeature "ad blocking functionality" net-libs/nodejs[npm]
+		elog "Adblocker module requires additional npm modules to be installed:"
+		elog "npm i -g @cliqz/adblocker tldts-experimental"
+	fi
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2021-10-30  6:24 Joonas Niilola
  0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2021-10-30  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     04163fb434f6fcf0fcd00746f8dc10b18a7ab62c
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Oct 30 06:21:20 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 06:21:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04163fb4

net-news/rssguard: add 4.0.4, drop 4.0.3

* Drop REPLACING_VERSIONS warning (to be replaced by a news item)

* Drop MPL-2.0 license (no occurences in the source code)

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-news/rssguard/Manifest                                    |  2 +-
 .../rssguard/{rssguard-4.0.3.ebuild => rssguard-4.0.4.ebuild} | 11 +----------
 2 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index e176bc34ad1..e45d6f14dd1 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,2 @@
 DIST rssguard-3.9.2.tar.gz 13607587 BLAKE2B 45b3dd406e64bb13a19580255971b0d5eb1fd90d70d8559c736366af7792e7fc0627ee254dce79936ce6a179399271958b7795279a359306e345ec086081fc37 SHA512 30d2524f4ca42d903a047fe39de925268a1aac65192a8b1089b6ec0ec0a9dfef09c535fe391f750149063c06e3275b2632cc2ea2c24ded178760070abcea4958
-DIST rssguard-4.0.3.tar.gz 14427592 BLAKE2B d01969e10eddd837d9e6541e573e6a5bd353eed8cc78508591340ffc354de877b392b79c80f4df725d06be84363412615fa941cc0895fddfd6c9b2e9751bdda9 SHA512 831b99d0b320338bf497ad1ca67120c5b2ee806c61fc1b82b08debc1904222757c3bf3aa068ea7e37bee93be061d444204e6982d2fb0ece2f26f8b4004f7132e
+DIST rssguard-4.0.4.tar.gz 14433147 BLAKE2B 6453d16cb440117c335d6773e675399ae4bee2d9226a2e920ffd1e10cc2d5025fc4c302357974352fad41f637aa33c3b66af2444d969f5e934d7432a16b7cb24 SHA512 8c69ec372a54e7e1ad4ff15476d2387fc84cd9d29c5031f9e5c18dcdf833781c54417101f252d23868eedc91262a9ac6446eb09104f5707b08fa92342d565481

diff --git a/net-news/rssguard/rssguard-4.0.3.ebuild b/net-news/rssguard/rssguard-4.0.4.ebuild
similarity index 74%
rename from net-news/rssguard/rssguard-4.0.3.ebuild
rename to net-news/rssguard/rssguard-4.0.4.ebuild
index 8f40201072b..9fbe9cc1ee9 100644
--- a/net-news/rssguard/rssguard-4.0.3.ebuild
+++ b/net-news/rssguard/rssguard-4.0.4.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Simple (yet powerful) feed reader"
 HOMEPAGE="https://github.com/martinrotter/rssguard"
 SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT MPL-2.0"
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="debug webengine"
@@ -31,15 +31,6 @@ RDEPEND="${DEPEND}"
 
 DOCS=( README.md resources/docs/Documentation.md )
 
-pkg_pretend() {
-	if [[ -n ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 4.0; then
-		ewarn "RSS Guard 4.x is NOT backwards compatible with 3.x line."
-		ewarn "You have to either export your feeds in OPML format or"
-		ewarn "manually update your database.db file to 4.x.x format:"
-		ewarn "https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#migrating-user-data-from-392-to-4xx"
-	fi
-}
-
 src_prepare() {
 	default
 	sed -e 's:$$PREFIX/lib:$$PREFIX/'$(get_libdir)':' -i pri/install.pri || die


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2021-09-28 13:26 Joonas Niilola
  0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2021-09-28 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     026dfe93d6c7e9a5e5c51dc94d0364bfbf3a6b03
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Sep 28 13:26:04 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 13:26:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=026dfe93

net-news/rssguard: bump masked version to 4.0.3

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-news/rssguard/Manifest                                         | 2 +-
 net-news/rssguard/{rssguard-4.0.1.ebuild => rssguard-4.0.3.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 4bc3f7cefbb..e176bc34ad1 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,2 @@
 DIST rssguard-3.9.2.tar.gz 13607587 BLAKE2B 45b3dd406e64bb13a19580255971b0d5eb1fd90d70d8559c736366af7792e7fc0627ee254dce79936ce6a179399271958b7795279a359306e345ec086081fc37 SHA512 30d2524f4ca42d903a047fe39de925268a1aac65192a8b1089b6ec0ec0a9dfef09c535fe391f750149063c06e3275b2632cc2ea2c24ded178760070abcea4958
-DIST rssguard-4.0.1.tar.gz 14417555 BLAKE2B 14689444eefefe0827d22a6886cd422fcbbbace83125fd28599fd17e2762d63f5e5d8b1b472de46282e7471d84195fb56594f9669bcd1432f595f354268241ad SHA512 1c791a85cf3b43737c5232dd4c63855bf8d6ad324c799d1abbfc0aa9392b0af3bfef6221d31b6ded5b512bec9c8ad82b2fbcd10330c7768420432363517709eb
+DIST rssguard-4.0.3.tar.gz 14427592 BLAKE2B d01969e10eddd837d9e6541e573e6a5bd353eed8cc78508591340ffc354de877b392b79c80f4df725d06be84363412615fa941cc0895fddfd6c9b2e9751bdda9 SHA512 831b99d0b320338bf497ad1ca67120c5b2ee806c61fc1b82b08debc1904222757c3bf3aa068ea7e37bee93be061d444204e6982d2fb0ece2f26f8b4004f7132e

diff --git a/net-news/rssguard/rssguard-4.0.1.ebuild b/net-news/rssguard/rssguard-4.0.3.ebuild
similarity index 96%
rename from net-news/rssguard/rssguard-4.0.1.ebuild
rename to net-news/rssguard/rssguard-4.0.3.ebuild
index d78e8192001..8f40201072b 100644
--- a/net-news/rssguard/rssguard-4.0.1.ebuild
+++ b/net-news/rssguard/rssguard-4.0.3.ebuild
@@ -70,6 +70,6 @@ pkg_postinst() {
 	if use webengine; then
 		optfeature "ad blocking functionality" net-libs/nodejs[npm]
 		elog "Adblocker module requires additional npm modules to be installed:"
-		elog "npm i -g @cliqz/adblocker concat-stream tldts-experimental node-fetch"
+		elog "npm i -g @cliqz/adblocker tldts-experimental"
 	fi
 }


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2021-09-09 11:30 Joonas Niilola
  0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2021-09-09 11:30 UTC (permalink / raw
  To: gentoo-commits

commit:     5ec21b036c300fac506679a1d97aabea80791b3c
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Sep  9 11:24:32 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 11:24:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec21b03

net-news/rssguard: drop 3.8.3

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 -
 net-news/rssguard/rssguard-3.8.3.ebuild | 59 ---------------------------------
 2 files changed, 60 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index d683aad7ce4..4bc3f7cefbb 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,3 +1,2 @@
-DIST rssguard-3.8.3.tar.gz 9865909 BLAKE2B 7afc9dd0cec9ff58164c341f8cb3c6f31608da958a9c64f8099d9ba645cf7bbdaaa76accb3877943eefeb71b9172a13fa43c0ced7d58c6f368cc164e40a5ab39 SHA512 d7c1d18981177880d93bfaf4a87769638804058609f68b8c42db376c4a0e56230b57a29f70054deb30e02634cfa64355ecfe658b5f961a516b990af91c6f3ba8
 DIST rssguard-3.9.2.tar.gz 13607587 BLAKE2B 45b3dd406e64bb13a19580255971b0d5eb1fd90d70d8559c736366af7792e7fc0627ee254dce79936ce6a179399271958b7795279a359306e345ec086081fc37 SHA512 30d2524f4ca42d903a047fe39de925268a1aac65192a8b1089b6ec0ec0a9dfef09c535fe391f750149063c06e3275b2632cc2ea2c24ded178760070abcea4958
 DIST rssguard-4.0.1.tar.gz 14417555 BLAKE2B 14689444eefefe0827d22a6886cd422fcbbbace83125fd28599fd17e2762d63f5e5d8b1b472de46282e7471d84195fb56594f9669bcd1432f595f354268241ad SHA512 1c791a85cf3b43737c5232dd4c63855bf8d6ad324c799d1abbfc0aa9392b0af3bfef6221d31b6ded5b512bec9c8ad82b2fbcd10330c7768420432363517709eb

diff --git a/net-news/rssguard/rssguard-3.8.3.ebuild b/net-news/rssguard/rssguard-3.8.3.ebuild
deleted file mode 100644
index 15b6a7dac1d..00000000000
--- a/net-news/rssguard/rssguard-3.8.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic qmake-utils xdg
-
-DESCRIPTION="Tiny RSS and Atom feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug webengine"
-
-BDEPEND="dev-qt/linguist-tools:5"
-DEPEND="
-	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5[ssl]
-	dev-qt/qtsql:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	dev-qt/qtdeclarative:5
-	webengine? ( dev-qt/qtwebengine:5[widgets] )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-
-	ebegin 'Sedding pri/install.pri to install to $(get_libdir)'
-	if grep -q 'lib.path = $$quote($$PREFIX/lib/)' pri/install.pri; then
-		sed -i \
-			-e 's:lib.path = $$quote($$PREFIX/lib/):lib.path = $$quote($$PREFIX/'$(get_libdir)'/):' \
-			pri/install.pri || die
-		eend
-	else
-		eend 1
-		eerror 'grep for lib.path = $$quote($$PREFIX/lib/) failed'
-		die 'find out what changed and update the ebuild'
-	fi
-}
-
-src_configure() {
-	# CONFIG+=ltcg is needed because of https://github.com/martinrotter/rssguard/issues/156
-	eqmake5 \
-		CONFIG+=$(usex debug debug release) \
-		$(is-flagq -flto* && echo "CONFIG+=ltcg") \
-		USE_WEBENGINE=$(usex webengine true false) \
-		PREFIX="${EPREFIX}"/usr \
-		INSTALL_ROOT=.
-}
-
-src_install() {
-	emake -j1 install INSTALL_ROOT="${D}"
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2021-09-09 11:30 Joonas Niilola
  0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2021-09-09 11:30 UTC (permalink / raw
  To: gentoo-commits

commit:     f1f20be26a2cc479e62fa790ff98041b8f9f76ed
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Sep  9 11:24:28 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep  9 11:24:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f20be2

net-news/rssguard: add 4.0.1

Description is updated to match appdata.xml

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/metadata.xml          | 24 ++++++++---
 net-news/rssguard/rssguard-4.0.1.ebuild | 75 +++++++++++++++++++++++++++++++++
 3 files changed, 93 insertions(+), 7 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 5fc84d10ce1..d683aad7ce4 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,3 @@
 DIST rssguard-3.8.3.tar.gz 9865909 BLAKE2B 7afc9dd0cec9ff58164c341f8cb3c6f31608da958a9c64f8099d9ba645cf7bbdaaa76accb3877943eefeb71b9172a13fa43c0ced7d58c6f368cc164e40a5ab39 SHA512 d7c1d18981177880d93bfaf4a87769638804058609f68b8c42db376c4a0e56230b57a29f70054deb30e02634cfa64355ecfe658b5f961a516b990af91c6f3ba8
 DIST rssguard-3.9.2.tar.gz 13607587 BLAKE2B 45b3dd406e64bb13a19580255971b0d5eb1fd90d70d8559c736366af7792e7fc0627ee254dce79936ce6a179399271958b7795279a359306e345ec086081fc37 SHA512 30d2524f4ca42d903a047fe39de925268a1aac65192a8b1089b6ec0ec0a9dfef09c535fe391f750149063c06e3275b2632cc2ea2c24ded178760070abcea4958
+DIST rssguard-4.0.1.tar.gz 14417555 BLAKE2B 14689444eefefe0827d22a6886cd422fcbbbace83125fd28599fd17e2762d63f5e5d8b1b472de46282e7471d84195fb56594f9669bcd1432f595f354268241ad SHA512 1c791a85cf3b43737c5232dd4c63855bf8d6ad324c799d1abbfc0aa9392b0af3bfef6221d31b6ded5b512bec9c8ad82b2fbcd10330c7768420432363517709eb

diff --git a/net-news/rssguard/metadata.xml b/net-news/rssguard/metadata.xml
index 0728c0b6e44..b6c063572f3 100644
--- a/net-news/rssguard/metadata.xml
+++ b/net-news/rssguard/metadata.xml
@@ -1,11 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
-	<upstream>
-		<remote-id type="github">martinrotter/rssguard</remote-id>
-	</upstream>
-	<use>
-		<flag name="webengine">Use <pkg>dev-qt/qtwebengine</pkg> for embedded web browser</flag>
-	</use>
+<!-- maintainer-needed -->
+<upstream>
+	<maintainer>
+		<name>Martin Rotter</name>
+		<email>rotter.martinos@gmail.com</email>
+	</maintainer>
+	<remote-id type="github">martinrotter/rssguard</remote-id>
+	<bugs-to>https://github.com/martinrotter/rssguard/issues</bugs-to>
+</upstream>
+<use>
+	<flag name="webengine">Use <pkg>dev-qt/qtwebengine</pkg> for embedded web browser</flag>
+</use>
+<longdescription>
+	RSS Guard is simple (yet powerful) feed reader. It is able to fetch the
+	most known feed formats, including RSS/RDF and ATOM. RSS Guard is
+	developed on top of the Qt library.
+</longdescription>
 </pkgmetadata>

diff --git a/net-news/rssguard/rssguard-4.0.1.ebuild b/net-news/rssguard/rssguard-4.0.1.ebuild
new file mode 100644
index 00000000000..d78e8192001
--- /dev/null
+++ b/net-news/rssguard/rssguard-4.0.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic optfeature qmake-utils xdg
+
+DESCRIPTION="Simple (yet powerful) feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard"
+SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug webengine"
+
+BDEPEND="dev-qt/linguist-tools:5"
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtmultimedia:5
+	dev-qt/qtnetwork:5[ssl]
+	dev-qt/qtsql:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	webengine? ( dev-qt/qtwebengine:5[widgets(+)] )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md resources/docs/Documentation.md )
+
+pkg_pretend() {
+	if [[ -n ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 4.0; then
+		ewarn "RSS Guard 4.x is NOT backwards compatible with 3.x line."
+		ewarn "You have to either export your feeds in OPML format or"
+		ewarn "manually update your database.db file to 4.x.x format:"
+		ewarn "https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#migrating-user-data-from-392-to-4xx"
+	fi
+}
+
+src_prepare() {
+	default
+	sed -e 's:$$PREFIX/lib:$$PREFIX/'$(get_libdir)':' -i pri/install.pri || die
+}
+
+src_configure() {
+	eqmake5_args=(
+		CONFIG+=$(usex debug debug release)
+		USE_WEBENGINE=$(usex webengine true false)
+		PREFIX="${EPREFIX}"/usr
+		INSTALL_ROOT=.
+	)
+
+	# https://github.com/martinrotter/rssguard/issues/156
+	is-flagq "-flto*" && eqmake5_args+=( CONFIG+=ltcg )
+
+	eqmake5 "${eqmake5_args[@]}"
+}
+
+src_install() {
+	emake -j1 install INSTALL_ROOT="${D}"
+	einstalldocs
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	if use webengine; then
+		optfeature "ad blocking functionality" net-libs/nodejs[npm]
+		elog "Adblocker module requires additional npm modules to be installed:"
+		elog "npm i -g @cliqz/adblocker concat-stream tldts-experimental node-fetch"
+	fi
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2021-07-07 13:41 Joonas Niilola
  0 siblings, 0 replies; 68+ messages in thread
From: Joonas Niilola @ 2021-07-07 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     092c4377f5becc9ce5d5a677c7e0afc94143b71c
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jul  7 13:39:40 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul  7 13:41:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092c4377

net-news/rssguard: add 3.9.2

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-3.9.2.ebuild | 50 +++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 2a6a3f69f22..5fc84d10ce1 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1 +1,2 @@
 DIST rssguard-3.8.3.tar.gz 9865909 BLAKE2B 7afc9dd0cec9ff58164c341f8cb3c6f31608da958a9c64f8099d9ba645cf7bbdaaa76accb3877943eefeb71b9172a13fa43c0ced7d58c6f368cc164e40a5ab39 SHA512 d7c1d18981177880d93bfaf4a87769638804058609f68b8c42db376c4a0e56230b57a29f70054deb30e02634cfa64355ecfe658b5f961a516b990af91c6f3ba8
+DIST rssguard-3.9.2.tar.gz 13607587 BLAKE2B 45b3dd406e64bb13a19580255971b0d5eb1fd90d70d8559c736366af7792e7fc0627ee254dce79936ce6a179399271958b7795279a359306e345ec086081fc37 SHA512 30d2524f4ca42d903a047fe39de925268a1aac65192a8b1089b6ec0ec0a9dfef09c535fe391f750149063c06e3275b2632cc2ea2c24ded178760070abcea4958

diff --git a/net-news/rssguard/rssguard-3.9.2.ebuild b/net-news/rssguard/rssguard-3.9.2.ebuild
new file mode 100644
index 00000000000..36a00b4c4bb
--- /dev/null
+++ b/net-news/rssguard/rssguard-3.9.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic qmake-utils xdg
+
+DESCRIPTION="Tiny RSS and Atom feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard"
+SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( LGPL-3 GPL-2+ ) AGPL-3+ BSD GPL-3+ MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug webengine"
+
+BDEPEND="dev-qt/linguist-tools:5"
+DEPEND="
+	dev-qt/qtconcurrent:5
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5[ssl]
+	dev-qt/qtsql:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	dev-qt/qtdeclarative:5
+	webengine? ( dev-qt/qtwebengine:5[widgets] )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+
+	sed -e 's:lib.path = $$quote($$PREFIX/lib/):lib.path = $$quote($$PREFIX/'$(get_libdir)'/):' \
+		-i pri/install.pri || die
+}
+
+src_configure() {
+	# CONFIG+=ltcg is needed because of https://github.com/martinrotter/rssguard/issues/156
+	eqmake5 \
+		CONFIG+=$(usex debug debug release) \
+		$(is-flagq -flto* && echo "CONFIG+=ltcg") \
+		USE_WEBENGINE=$(usex webengine true false) \
+		PREFIX="${EPREFIX}"/usr \
+		INSTALL_ROOT=.
+}
+
+src_install() {
+	emake -j1 install INSTALL_ROOT="${D}"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2020-12-16  1:44 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2020-12-16  1:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ba80e9c528c217f9a14a329b7df38237a9e897a7
Author:     Peter Alfredsen <crabbedhaloablution <AT> icloud <DOT> com>
AuthorDate: Tue Dec 15 08:38:28 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 01:44:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba80e9c5

net-news/rssguard: fix qtdeclarative dep

Missing libQt5Qml.so from qtdeclarative package would cause error
when compiling:
Project ERROR: Unknown module(s) in QT: qml
make: *** [Makefile:48: sub-src-librssguard-make_first-ordered] Error 3
Fix by adding dep on dev-qt/qtdeclarative:5

Closes: https://bugs.gentoo.org/760045
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Peter Alfredsen <crabbedhaloablution <AT> icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/18662
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-news/rssguard/rssguard-3.8.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-news/rssguard/rssguard-3.8.3.ebuild b/net-news/rssguard/rssguard-3.8.3.ebuild
index 974794479bf..e6813d67096 100644
--- a/net-news/rssguard/rssguard-3.8.3.ebuild
+++ b/net-news/rssguard/rssguard-3.8.3.ebuild
@@ -23,6 +23,7 @@ DEPEND="
 	dev-qt/qtsql:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
+	dev-qt/qtdeclarative:5
 	webengine? ( dev-qt/qtwebengine:5[widgets] )
 "
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2020-12-15  3:25 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2020-12-15  3:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f8bffcde1e9da31f06ec54c9ce89116096fb7237
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 03:25:46 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 03:25:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bffcde

net-news/rssguard: xdg-utils -> xdg

xdg.eclass has some nice logic to automatically
update the various caches, so we save a few lines.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-news/rssguard/rssguard-3.8.3.ebuild | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/net-news/rssguard/rssguard-3.8.3.ebuild b/net-news/rssguard/rssguard-3.8.3.ebuild
index ee3584a663e..974794479bf 100644
--- a/net-news/rssguard/rssguard-3.8.3.ebuild
+++ b/net-news/rssguard/rssguard-3.8.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic xdg-utils qmake-utils
+inherit flag-o-matic qmake-utils xdg
 
 DESCRIPTION="Tiny RSS and Atom feed reader"
 HOMEPAGE="https://github.com/martinrotter/rssguard"
@@ -29,6 +29,7 @@ RDEPEND="${DEPEND}"
 
 src_prepare() {
 	default
+
 	ebegin 'Sedding pri/install.pri to install to $(get_libdir)'
 	if grep -q 'lib.path = $$quote($$PREFIX/lib/)' pri/install.pri; then
 		sed -i \
@@ -55,11 +56,3 @@ src_configure() {
 src_install() {
 	emake install INSTALL_ROOT="${D}"
 }
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2020-12-15  3:25 Sam James
  0 siblings, 0 replies; 68+ messages in thread
From: Sam James @ 2020-12-15  3:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b8e3e2d3f741c890ca9fab557213a7f4277ba562
Author:     Peter Alfredsen <crabbedhaloablution <AT> icloud <DOT> com>
AuthorDate: Sat Dec 12 16:15:34 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 03:07:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e3e2d3

net-news/rssguard: version bump to 3.8.3

Closes: https://bugs.gentoo.org/755050
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Peter Alfredsen <crabbedhaloablution <AT> icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/18620
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-3.8.3.ebuild | 65 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index c1a240e5a10..86c968af345 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1 +1,2 @@
 DIST rssguard-3.5.9.tar.gz 5775322 BLAKE2B f7d91e87b2a55d780bc1eae4f7e55b8059c049d21998f4c2554a84ca1d7b283e3145a556eef77e784d88ae2ad9f016d7b486a12141dceeada69dd1240205de23 SHA512 3a7223767185bf37bef316291b88d60bb2906fdbd0b045aa07c2ca4be19aadaeaa0b8c923f22aaa3483c7db783386744ad1411ad1ab214a8a71ef260948707b9
+DIST rssguard-3.8.3.tar.gz 9865909 BLAKE2B 7afc9dd0cec9ff58164c341f8cb3c6f31608da958a9c64f8099d9ba645cf7bbdaaa76accb3877943eefeb71b9172a13fa43c0ced7d58c6f368cc164e40a5ab39 SHA512 d7c1d18981177880d93bfaf4a87769638804058609f68b8c42db376c4a0e56230b57a29f70054deb30e02634cfa64355ecfe658b5f961a516b990af91c6f3ba8

diff --git a/net-news/rssguard/rssguard-3.8.3.ebuild b/net-news/rssguard/rssguard-3.8.3.ebuild
new file mode 100644
index 00000000000..ee3584a663e
--- /dev/null
+++ b/net-news/rssguard/rssguard-3.8.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic xdg-utils qmake-utils
+
+DESCRIPTION="Tiny RSS and Atom feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard"
+SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug webengine"
+
+BDEPEND="dev-qt/linguist-tools:5"
+DEPEND="
+	dev-qt/qtconcurrent:5
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5[ssl]
+	dev-qt/qtsql:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	webengine? ( dev-qt/qtwebengine:5[widgets] )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	ebegin 'Sedding pri/install.pri to install to $(get_libdir)'
+	if grep -q 'lib.path = $$quote($$PREFIX/lib/)' pri/install.pri; then
+		sed -i \
+			-e 's:lib.path = $$quote($$PREFIX/lib/):lib.path = $$quote($$PREFIX/'$(get_libdir)'/):' \
+			pri/install.pri || die
+		eend
+	else
+		eend 1
+		eerror 'grep for lib.path = $$quote($$PREFIX/lib/) failed'
+		die 'find out what changed and update the ebuild'
+	fi
+}
+
+src_configure() {
+	# CONFIG+=ltcg is needed because of https://github.com/martinrotter/rssguard/issues/156
+	eqmake5 \
+		CONFIG+=$(usex debug debug release) \
+		$(is-flagq -flto* && echo "CONFIG+=ltcg") \
+		USE_WEBENGINE=$(usex webengine true false) \
+		PREFIX="${EPREFIX}"/usr \
+		INSTALL_ROOT=.
+}
+
+src_install() {
+	emake install INSTALL_ROOT="${D}"
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2020-01-18 17:16 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-01-18 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     65a1580261c64c4eb0731111ae5a132e608dc590
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 16:25:13 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 17:15:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a15802

net-news/rssguard: Fix USE webengine

Closes: https://bugs.gentoo.org/705534
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-news/rssguard/rssguard-3.5.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/rssguard/rssguard-3.5.9-r1.ebuild b/net-news/rssguard/rssguard-3.5.9-r1.ebuild
index d7491fc3d34..b78de6b3565 100644
--- a/net-news/rssguard/rssguard-3.5.9-r1.ebuild
+++ b/net-news/rssguard/rssguard-3.5.9-r1.ebuild
@@ -34,7 +34,7 @@ src_configure() {
 	eqmake5 \
 		CONFIG+=$(usex debug debug release) \
 		$(is-flagq -flto* && echo "CONFIG+=ltcg") \
-		USE_WEBENGINE=$(usex webengine) \
+		USE_WEBENGINE=$(usex webengine true false) \
 		PREFIX="${EPREFIX}"/usr \
 		INSTALL_ROOT=.
 }


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2020-01-05 20:08 Jeroen Roovers
  0 siblings, 0 replies; 68+ messages in thread
From: Jeroen Roovers @ 2020-01-05 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     79d6c8198fb291948febce97a0c5edaa69714435
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 20:07:04 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 20:08:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d6c819

net-news/rssguard: Call xdg_icon_cache_update

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 .../{rssguard-3.5.9.ebuild => rssguard-3.5.9-r1.ebuild}        | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/net-news/rssguard/rssguard-3.5.9.ebuild b/net-news/rssguard/rssguard-3.5.9-r1.ebuild
similarity index 88%
rename from net-news/rssguard/rssguard-3.5.9.ebuild
rename to net-news/rssguard/rssguard-3.5.9-r1.ebuild
index d6e9e59d36b..d7491fc3d34 100644
--- a/net-news/rssguard/rssguard-3.5.9.ebuild
+++ b/net-news/rssguard/rssguard-3.5.9-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic qmake-utils
+inherit flag-o-matic xdg-utils qmake-utils
 
 DESCRIPTION="Tiny RSS and Atom feed reader"
 HOMEPAGE="https://github.com/martinrotter/rssguard"
@@ -42,3 +42,11 @@ src_configure() {
 src_install() {
 	emake install INSTALL_ROOT="${D}"
 }
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2020-01-05 17:00 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-01-05 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     578306583c637833d1a7caab959bfdf007fa268a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 16:50:11 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 16:59:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57830658

net-news/rssguard: Drop 3.5.5

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-news/rssguard/Manifest              |  1 -
 net-news/rssguard/rssguard-3.5.5.ebuild | 47 ---------------------------------
 2 files changed, 48 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index b4046486040..c1a240e5a10 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1 @@
-DIST rssguard-3.5.5.tar.gz 6446094 BLAKE2B 81a862f25f2c3029d4453faf03ddcfac1cd420a430acafff75bf15132d080b726910da82d1b7422f383eaec8b40a3956d7ad91d9368d9bd68fabcb9940dc3ad2 SHA512 4e6512c0d58c678145f63a2a42c43abfe4a6ceb8c9d395aba52228ca3afdaaf3dafdd79ab846dada16963f1be5dd22afb877910acc1425aea037d6fa1fc08996
 DIST rssguard-3.5.9.tar.gz 5775322 BLAKE2B f7d91e87b2a55d780bc1eae4f7e55b8059c049d21998f4c2554a84ca1d7b283e3145a556eef77e784d88ae2ad9f016d7b486a12141dceeada69dd1240205de23 SHA512 3a7223767185bf37bef316291b88d60bb2906fdbd0b045aa07c2ca4be19aadaeaa0b8c923f22aaa3483c7db783386744ad1411ad1ab214a8a71ef260948707b9

diff --git a/net-news/rssguard/rssguard-3.5.5.ebuild b/net-news/rssguard/rssguard-3.5.5.ebuild
deleted file mode 100644
index 7d8229bd331..00000000000
--- a/net-news/rssguard/rssguard-3.5.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic qmake-utils
-
-DESCRIPTION="A tiny RSS and Atom feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug webengine"
-MINQT="5.8:5"
-
-RDEPEND="
-	>=dev-qt/qtcore-${MINQT}
-	>=dev-qt/qtgui-${MINQT}
-	>=dev-qt/qtnetwork-${MINQT}
-	>=dev-qt/qtconcurrent-${MINQT}
-	>=dev-qt/qtsql-${MINQT}
-	>=dev-qt/qtwidgets-${MINQT}
-	>=dev-qt/qtxml-${MINQT}
-	webengine? ( >=dev-qt/qtwebengine-${MINQT}[widgets] )
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/linguist-tools-${MINQT}
-"
-
-src_configure() {
-	# needed after 8eb640b6f2e140e7c5a1adbe5532cf3662d850b5
-	"$(qt5_get_bindir)/lrelease" rssguard.pro || die "lrelease failed"
-	# CONFIG+=ltcg is needed because of https://github.com/martinrotter/rssguard/issues/156
-	eqmake5 \
-		CONFIG+=$(usex debug debug release) \
-		$(is-flagq -flto* && echo "CONFIG+=ltcg") \
-		USE_WEBENGINE=$(usex webengine true false) \
-		LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
-		PREFIX="${EPREFIX}"/usr \
-		INSTALL_ROOT=.
-}
-
-src_install() {
-	emake install INSTALL_ROOT="${D}"
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2020-01-05 17:00 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2020-01-05 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5e2a7052bbbc75ee1e31a1f9692fc93201a09a80
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 15:10:56 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 16:59:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2a7052

net-news/rssguard: Drop unmaintained live ebuild

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-news/rssguard/rssguard-9999.ebuild | 46 ----------------------------------
 1 file changed, 46 deletions(-)

diff --git a/net-news/rssguard/rssguard-9999.ebuild b/net-news/rssguard/rssguard-9999.ebuild
deleted file mode 100644
index 06be77e74c1..00000000000
--- a/net-news/rssguard/rssguard-9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic git-r3 qmake-utils
-
-DESCRIPTION="A tiny RSS and Atom feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-EGIT_REPO_URI="https://github.com/martinrotter/rssguard.git"
-EGIT_SUBMODULES=()
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="debug webengine"
-MINQT="5.8:5"
-
-RDEPEND="
-	>=dev-qt/qtcore-${MINQT}
-	>=dev-qt/qtgui-${MINQT}
-	>=dev-qt/qtnetwork-${MINQT}
-	>=dev-qt/qtsql-${MINQT}
-	>=dev-qt/qtwidgets-${MINQT}
-	>=dev-qt/qtxml-${MINQT}
-	webengine? ( >=dev-qt/qtwebengine-${MINQT}[widgets] )
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/linguist-tools-${MINQT}
-"
-
-src_configure() {
-	# needed after 8eb640b6f2e140e7c5a1adbe5532cf3662d850b5
-	"$(qt5_get_bindir)/lrelease" rssguard.pro || die "lrelease failed"
-	# CONFIG+=ltcg is needed because of https://github.com/martinrotter/rssguard/issues/156
-	eqmake5 \
-		CONFIG+=$(usex debug debug release) \
-		$(is-flagq -flto* && echo "CONFIG+=ltcg") \
-		USE_WEBENGINE=$(usex webengine true false) \
-		LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
-		PREFIX="${EPREFIX}"/usr \
-		INSTALL_ROOT=.
-}
-
-src_install() {
-	emake install INSTALL_ROOT="${D}"
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2018-10-20 12:17 Pacho Ramos
  0 siblings, 0 replies; 68+ messages in thread
From: Pacho Ramos @ 2018-10-20 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6a077d5639b75e1ebb5eb3985017625094bed4a8
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 12:14:41 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 12:16:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a077d56

net-news/rssguard: dev-qt/qtconcurrent is needed

Closes: https://bugs.gentoo.org/648902
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-news/rssguard/rssguard-3.5.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-news/rssguard/rssguard-3.5.5.ebuild b/net-news/rssguard/rssguard-3.5.5.ebuild
index ce581c45862..7d8229bd331 100644
--- a/net-news/rssguard/rssguard-3.5.5.ebuild
+++ b/net-news/rssguard/rssguard-3.5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ RDEPEND="
 	>=dev-qt/qtcore-${MINQT}
 	>=dev-qt/qtgui-${MINQT}
 	>=dev-qt/qtnetwork-${MINQT}
+	>=dev-qt/qtconcurrent-${MINQT}
 	>=dev-qt/qtsql-${MINQT}
 	>=dev-qt/qtwidgets-${MINQT}
 	>=dev-qt/qtxml-${MINQT}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2018-10-20 12:17 Pacho Ramos
  0 siblings, 0 replies; 68+ messages in thread
From: Pacho Ramos @ 2018-10-20 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     66b0bbf474eef7ec7fa6b2d7449a4ec1e78961ad
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 12:15:33 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 12:16:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b0bbf4

net-news/rssguard: Drop old

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-news/rssguard/Manifest              |  2 --
 net-news/rssguard/rssguard-3.3.5.ebuild | 51 ---------------------------------
 net-news/rssguard/rssguard-3.4.1.ebuild | 49 -------------------------------
 3 files changed, 102 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 5b1ac143033..403ac140ce5 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,3 +1 @@
-DIST rssguard-3.3.5.tar.gz 5310573 BLAKE2B 113f6149e646a90750a10b1bbb1ef649153df903cee4b03ee325bf8595a783052a9a8df37524fb34bb4838c4a5334e5eccee416bb24811a2f60c2582ad10eb35 SHA512 3d80cffa20f0f5f625907b0245a09ada18d56a190abddf2bcdc9eaa199867e29b68d445e12eec0dc544469e8ead4df2c6753da634346bf60e0913bdae41951be
-DIST rssguard-3.4.1.tar.gz 5128550 BLAKE2B 43f4e1dbe5fe40b69dcad98b48b088811a8d9d80f1b11ec66466d2fbbe82ace6cc12e3117e9ab4e37ebbf06aab89c1ab80d17ccdb82febae9a2a509da66ac52f SHA512 0f60bc7f1d000ec8e0f813cccf6235602b9a8f25b833b2bbf094601a0bfdeb5a7dfe7a0745f625812c1509b8489c45141fa51206175968897b394f942f4e6e2c
 DIST rssguard-3.5.5.tar.gz 6446094 BLAKE2B 81a862f25f2c3029d4453faf03ddcfac1cd420a430acafff75bf15132d080b726910da82d1b7422f383eaec8b40a3956d7ad91d9368d9bd68fabcb9940dc3ad2 SHA512 4e6512c0d58c678145f63a2a42c43abfe4a6ceb8c9d395aba52228ca3afdaaf3dafdd79ab846dada16963f1be5dd22afb877910acc1425aea037d6fa1fc08996

diff --git a/net-news/rssguard/rssguard-3.3.5.ebuild b/net-news/rssguard/rssguard-3.3.5.ebuild
deleted file mode 100644
index c7ba435e511..00000000000
--- a/net-news/rssguard/rssguard-3.3.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="A tiny RSS and Atom feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug +webengine"
-
-RDEPEND="
-	>=dev-qt/qtcore-5.6:5
-	>=dev-qt/qtgui-5.6:5
-	>=dev-qt/qtnetwork-5.6:5
-	>=dev-qt/qtsql-5.6:5
-	>=dev-qt/qtwidgets-5.6:5
-	>=dev-qt/qtxml-5.6:5
-	webengine? ( >=dev-qt/qtwebengine-5.6:5[widgets] )
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/linguist-tools-5.6:5
-"
-
-PATCHES=( "${FILESDIR}/${P}-deps.patch" )
-
-src_prepare() {
-	default
-
-	# remove bundled qtbase translations
-	rm localization/qtbase* || die
-	sed -i -e "s|localization/qtbase-[a-z][a-z].ts||g" ${PN}.pro || die
-}
-
-src_configure() {
-	eqmake5 \
-		CONFIG+=$(usex debug debug release) \
-		USE_WEBENGINE=$(usex webengine true false) \
-		LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
-		PREFIX="${EPREFIX}"/usr \
-		INSTALL_ROOT=.
-}
-
-src_install() {
-	emake install INSTALL_ROOT="${D}"
-}

diff --git a/net-news/rssguard/rssguard-3.4.1.ebuild b/net-news/rssguard/rssguard-3.4.1.ebuild
deleted file mode 100644
index 8f249559600..00000000000
--- a/net-news/rssguard/rssguard-3.4.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="A tiny RSS and Atom feed reader"
-HOMEPAGE="https://github.com/martinrotter/rssguard"
-SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="debug webengine"
-
-RDEPEND="
-	>=dev-qt/qtcore-5.6:5
-	>=dev-qt/qtgui-5.6:5
-	>=dev-qt/qtnetwork-5.6:5
-	>=dev-qt/qtsql-5.6:5
-	>=dev-qt/qtwidgets-5.6:5
-	>=dev-qt/qtxml-5.6:5
-	webengine? ( >=dev-qt/qtwebengine-5.6:5[widgets] )
-"
-DEPEND="${RDEPEND}
-	>=dev-qt/linguist-tools-5.6:5
-"
-
-src_prepare() {
-	default
-
-	# remove bundled qtbase translations
-	rm -v localization/qtbase* || die
-	sed -i -e "s|localization/qtbase_[a-z][a-z].ts||g" ${PN}.pro || die
-}
-
-src_configure() {
-	eqmake5 \
-		CONFIG+=$(usex debug debug release) \
-		USE_WEBENGINE=$(usex webengine true false) \
-		LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
-		PREFIX="${EPREFIX}"/usr \
-		INSTALL_ROOT=.
-}
-
-src_install() {
-	emake install INSTALL_ROOT="${D}"
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2018-07-18 21:11 Jonas Stein
  0 siblings, 0 replies; 68+ messages in thread
From: Jonas Stein @ 2018-07-18 21:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4cf0eee65466744ef0ac32cffa4f3b1d1fcc1d24
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 21:09:48 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 21:09:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf0eee6

net-news/rssguard: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/602110
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 net-news/rssguard/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-news/rssguard/metadata.xml b/net-news/rssguard/metadata.xml
index 45d5f9354ee..0728c0b6e44 100644
--- a/net-news/rssguard/metadata.xml
+++ b/net-news/rssguard/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>fdsfgs@krutt.org</email>
-		<name>soredake</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="github">martinrotter/rssguard</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2017-11-29 23:19 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2017-11-29 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6870bf78eaa617688f718773e5181d42ae05f5f5
Author:     soredake <fdsfgs <AT> krutt <DOT> org>
AuthorDate: Sat Nov  4 14:35:15 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 23:19:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6870bf78

net-news/rssguard: version bump to 3.5.5

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/rssguard-3.5.5.ebuild | 46 +++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index 5f0e1692718..2d4bf4d4be2 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1,3 @@
 DIST rssguard-3.3.5.tar.gz 5310573 SHA256 c8f9d05d498e63f5654dca2fc27834403d6cd76f078639a5d6e1b2acbc6e81bf SHA512 3d80cffa20f0f5f625907b0245a09ada18d56a190abddf2bcdc9eaa199867e29b68d445e12eec0dc544469e8ead4df2c6753da634346bf60e0913bdae41951be WHIRLPOOL efc16b622f3a0ddccee05c0ff5ba97933b170a8e1b713bf4cd81baeda745e70c88acd34502a372a34df339ab210b929f331609f022be3d5dc88cb9acc74de697
 DIST rssguard-3.4.1.tar.gz 5128550 SHA256 709a92daef6cacb53983b42684f1d60eed3b7462a14403a2dac6cdb299a88bd4 SHA512 0f60bc7f1d000ec8e0f813cccf6235602b9a8f25b833b2bbf094601a0bfdeb5a7dfe7a0745f625812c1509b8489c45141fa51206175968897b394f942f4e6e2c WHIRLPOOL 826db0559456988d2b85da1968863ad39cd4f34a21626db27a2c4a45669e4badb07f160c870dfef36b36f03e57fe5efc12db8e1969ed7f17d87f199f6c3af210
+DIST rssguard-3.5.5.tar.gz 6446094 SHA256 fe79a613d983d552c6b1fac155421969c7db5ff27d404cde20ac21c08388f670 SHA512 4e6512c0d58c678145f63a2a42c43abfe4a6ceb8c9d395aba52228ca3afdaaf3dafdd79ab846dada16963f1be5dd22afb877910acc1425aea037d6fa1fc08996 WHIRLPOOL 5bf6b12eb781da34a1589e488a937e50f5857f020c1a5dd9f3e9d03002638c7510959afc3d3f4dae430ee1da73eeba1c6cf4146b362a668624ed5724cefc425c

diff --git a/net-news/rssguard/rssguard-3.5.5.ebuild b/net-news/rssguard/rssguard-3.5.5.ebuild
new file mode 100644
index 00000000000..ce581c45862
--- /dev/null
+++ b/net-news/rssguard/rssguard-3.5.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic qmake-utils
+
+DESCRIPTION="A tiny RSS and Atom feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard"
+SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug webengine"
+MINQT="5.8:5"
+
+RDEPEND="
+	>=dev-qt/qtcore-${MINQT}
+	>=dev-qt/qtgui-${MINQT}
+	>=dev-qt/qtnetwork-${MINQT}
+	>=dev-qt/qtsql-${MINQT}
+	>=dev-qt/qtwidgets-${MINQT}
+	>=dev-qt/qtxml-${MINQT}
+	webengine? ( >=dev-qt/qtwebengine-${MINQT}[widgets] )
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/linguist-tools-${MINQT}
+"
+
+src_configure() {
+	# needed after 8eb640b6f2e140e7c5a1adbe5532cf3662d850b5
+	"$(qt5_get_bindir)/lrelease" rssguard.pro || die "lrelease failed"
+	# CONFIG+=ltcg is needed because of https://github.com/martinrotter/rssguard/issues/156
+	eqmake5 \
+		CONFIG+=$(usex debug debug release) \
+		$(is-flagq -flto* && echo "CONFIG+=ltcg") \
+		USE_WEBENGINE=$(usex webengine true false) \
+		LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
+		PREFIX="${EPREFIX}"/usr \
+		INSTALL_ROOT=.
+}
+
+src_install() {
+	emake install INSTALL_ROOT="${D}"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2017-11-29 23:19 Andreas Sturmlechner
  0 siblings, 0 replies; 68+ messages in thread
From: Andreas Sturmlechner @ 2017-11-29 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     41a54521bd78bd8d90e9cca129208ce9060b3b5c
Author:     soredake <fdsfgs <AT> krutt <DOT> org>
AuthorDate: Tue Nov 28 09:06:24 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 23:19:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a54521

net-news/rssguard: update live version

Closes: https://github.com/gentoo/gentoo/pull/6115

 net-news/rssguard/rssguard-9999.ebuild | 35 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 19 deletions(-)

diff --git a/net-news/rssguard/rssguard-9999.ebuild b/net-news/rssguard/rssguard-9999.ebuild
index 4ca7b2a4399..06be77e74c1 100644
--- a/net-news/rssguard/rssguard-9999.ebuild
+++ b/net-news/rssguard/rssguard-9999.ebuild
@@ -1,43 +1,40 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit git-r3 qmake-utils
+inherit flag-o-matic git-r3 qmake-utils
 
 DESCRIPTION="A tiny RSS and Atom feed reader"
 HOMEPAGE="https://github.com/martinrotter/rssguard"
-EGIT_REPO_URI="https://github.com/martinrotter/${PN}.git"
+EGIT_REPO_URI="https://github.com/martinrotter/rssguard.git"
 EGIT_SUBMODULES=()
 
 LICENSE="GPL-3"
 SLOT="0"
 IUSE="debug webengine"
+MINQT="5.8:5"
 
 RDEPEND="
-	>=dev-qt/qtcore-5.6:5
-	>=dev-qt/qtgui-5.6:5
-	>=dev-qt/qtnetwork-5.6:5
-	>=dev-qt/qtsql-5.6:5
-	>=dev-qt/qtwidgets-5.6:5
-	>=dev-qt/qtxml-5.6:5
-	webengine? ( >=dev-qt/qtwebengine-5.6:5[widgets] )
+	>=dev-qt/qtcore-${MINQT}
+	>=dev-qt/qtgui-${MINQT}
+	>=dev-qt/qtnetwork-${MINQT}
+	>=dev-qt/qtsql-${MINQT}
+	>=dev-qt/qtwidgets-${MINQT}
+	>=dev-qt/qtxml-${MINQT}
+	webengine? ( >=dev-qt/qtwebengine-${MINQT}[widgets] )
 "
 DEPEND="${RDEPEND}
-	>=dev-qt/linguist-tools-5.6:5
+	>=dev-qt/linguist-tools-${MINQT}
 "
 
-src_prepare() {
-	default
-
-	# remove bundled qtbase translations
-	rm -v localization/qtbase* || die
-	sed -i -e "s|localization/qtbase_[a-z][a-z].ts||g" ${PN}.pro || die
-}
-
 src_configure() {
+	# needed after 8eb640b6f2e140e7c5a1adbe5532cf3662d850b5
+	"$(qt5_get_bindir)/lrelease" rssguard.pro || die "lrelease failed"
+	# CONFIG+=ltcg is needed because of https://github.com/martinrotter/rssguard/issues/156
 	eqmake5 \
 		CONFIG+=$(usex debug debug release) \
+		$(is-flagq -flto* && echo "CONFIG+=ltcg") \
 		USE_WEBENGINE=$(usex webengine true false) \
 		LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
 		PREFIX="${EPREFIX}"/usr \


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2017-08-13 13:23 Patrice Clement
  0 siblings, 0 replies; 68+ messages in thread
From: Patrice Clement @ 2017-08-13 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e30c8eff08858e2873016e615d0a2925db7b54e2
Author:     soredake <fdsfgs <AT> krutt <DOT> org>
AuthorDate: Tue Aug  1 22:35:02 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 13:23:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30c8eff

net-news/rssguard: version bump to 3.4.1.

Closes: https://github.com/gentoo/gentoo/pull/5271

 net-news/rssguard/Manifest              |  1 +
 net-news/rssguard/metadata.xml          |  8 ++++++
 net-news/rssguard/rssguard-3.4.1.ebuild | 49 +++++++++++++++++++++++++++++++++
 3 files changed, 58 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index d82b1146fa3..5f0e1692718 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1 +1,2 @@
 DIST rssguard-3.3.5.tar.gz 5310573 SHA256 c8f9d05d498e63f5654dca2fc27834403d6cd76f078639a5d6e1b2acbc6e81bf SHA512 3d80cffa20f0f5f625907b0245a09ada18d56a190abddf2bcdc9eaa199867e29b68d445e12eec0dc544469e8ead4df2c6753da634346bf60e0913bdae41951be WHIRLPOOL efc16b622f3a0ddccee05c0ff5ba97933b170a8e1b713bf4cd81baeda745e70c88acd34502a372a34df339ab210b929f331609f022be3d5dc88cb9acc74de697
+DIST rssguard-3.4.1.tar.gz 5128550 SHA256 709a92daef6cacb53983b42684f1d60eed3b7462a14403a2dac6cdb299a88bd4 SHA512 0f60bc7f1d000ec8e0f813cccf6235602b9a8f25b833b2bbf094601a0bfdeb5a7dfe7a0745f625812c1509b8489c45141fa51206175968897b394f942f4e6e2c WHIRLPOOL 826db0559456988d2b85da1968863ad39cd4f34a21626db27a2c4a45669e4badb07f160c870dfef36b36f03e57fe5efc12db8e1969ed7f17d87f199f6c3af210

diff --git a/net-news/rssguard/metadata.xml b/net-news/rssguard/metadata.xml
index 10ef77a1959..45d5f9354ee 100644
--- a/net-news/rssguard/metadata.xml
+++ b/net-news/rssguard/metadata.xml
@@ -1,6 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person">
+		<email>fdsfgs@krutt.org</email>
+		<name>soredake</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">martinrotter/rssguard</remote-id>
 	</upstream>

diff --git a/net-news/rssguard/rssguard-3.4.1.ebuild b/net-news/rssguard/rssguard-3.4.1.ebuild
new file mode 100644
index 00000000000..8f249559600
--- /dev/null
+++ b/net-news/rssguard/rssguard-3.4.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="A tiny RSS and Atom feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard"
+SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug webengine"
+
+RDEPEND="
+	>=dev-qt/qtcore-5.6:5
+	>=dev-qt/qtgui-5.6:5
+	>=dev-qt/qtnetwork-5.6:5
+	>=dev-qt/qtsql-5.6:5
+	>=dev-qt/qtwidgets-5.6:5
+	>=dev-qt/qtxml-5.6:5
+	webengine? ( >=dev-qt/qtwebengine-5.6:5[widgets] )
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/linguist-tools-5.6:5
+"
+
+src_prepare() {
+	default
+
+	# remove bundled qtbase translations
+	rm -v localization/qtbase* || die
+	sed -i -e "s|localization/qtbase_[a-z][a-z].ts||g" ${PN}.pro || die
+}
+
+src_configure() {
+	eqmake5 \
+		CONFIG+=$(usex debug debug release) \
+		USE_WEBENGINE=$(usex webengine true false) \
+		LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
+		PREFIX="${EPREFIX}"/usr \
+		INSTALL_ROOT=.
+}
+
+src_install() {
+	emake install INSTALL_ROOT="${D}"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2017-08-13 13:23 Patrice Clement
  0 siblings, 0 replies; 68+ messages in thread
From: Patrice Clement @ 2017-08-13 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     34392deaeeac83e04b59dd8a1570468c083868d4
Author:     soredake <fdsfgs <AT> krutt <DOT> org>
AuthorDate: Tue Aug  1 22:10:01 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 13:23:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34392dea

net-news/rssguard: add live version.

 net-news/rssguard/rssguard-9999.ebuild | 49 ++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/net-news/rssguard/rssguard-9999.ebuild b/net-news/rssguard/rssguard-9999.ebuild
new file mode 100644
index 00000000000..4ca7b2a4399
--- /dev/null
+++ b/net-news/rssguard/rssguard-9999.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit git-r3 qmake-utils
+
+DESCRIPTION="A tiny RSS and Atom feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard"
+EGIT_REPO_URI="https://github.com/martinrotter/${PN}.git"
+EGIT_SUBMODULES=()
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="debug webengine"
+
+RDEPEND="
+	>=dev-qt/qtcore-5.6:5
+	>=dev-qt/qtgui-5.6:5
+	>=dev-qt/qtnetwork-5.6:5
+	>=dev-qt/qtsql-5.6:5
+	>=dev-qt/qtwidgets-5.6:5
+	>=dev-qt/qtxml-5.6:5
+	webengine? ( >=dev-qt/qtwebengine-5.6:5[widgets] )
+"
+DEPEND="${RDEPEND}
+	>=dev-qt/linguist-tools-5.6:5
+"
+
+src_prepare() {
+	default
+
+	# remove bundled qtbase translations
+	rm -v localization/qtbase* || die
+	sed -i -e "s|localization/qtbase_[a-z][a-z].ts||g" ${PN}.pro || die
+}
+
+src_configure() {
+	eqmake5 \
+		CONFIG+=$(usex debug debug release) \
+		USE_WEBENGINE=$(usex webengine true false) \
+		LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
+		PREFIX="${EPREFIX}"/usr \
+		INSTALL_ROOT=.
+}
+
+src_install() {
+	emake install INSTALL_ROOT="${D}"
+}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2017-06-20 12:37 Pacho Ramos
  0 siblings, 0 replies; 68+ messages in thread
From: Pacho Ramos @ 2017-06-20 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     2752a4c3fad0d256637fb82c9b36b78556b0c3c3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 12:11:28 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 12:37:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2752a4c3

net-news/rssguard: Cleanup metadata due to retirement

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-news/rssguard/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-news/rssguard/metadata.xml b/net-news/rssguard/metadata.xml
index 12ad4e9c7ac..10ef77a1959 100644
--- a/net-news/rssguard/metadata.xml
+++ b/net-news/rssguard/metadata.xml
@@ -1,9 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>yngwin@gentoo.org</email>
-	</maintainer>
 	<upstream>
 		<remote-id type="github">martinrotter/rssguard</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2016-11-24 10:54 Michael Palimaka
  0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2016-11-24 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     a7bceb150f2d8cd1be7287088c565a8b89e155e7
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 10:53:47 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 10:54:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7bceb15

net-news/rssguard: remove old

Package-Manager: portage-2.3.2

 net-news/rssguard/Manifest              |  1 -
 net-news/rssguard/rssguard-2.4.0.ebuild | 48 ---------------------------------
 2 files changed, 49 deletions(-)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index cfd5583..d82b114 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1,2 +1 @@
-DIST rssguard-2.4.0.tar.gz 44439456 SHA256 5b9f87185a1d5b4ebbbd6aa8ff49fe0b470f323e7465c1a7c364198f62ed877e SHA512 ab789af3119fea8a974b0d0c4c15c256b61ea8d143963fcba6c8dfa792191fa7e21a83e8c867bdeec4cf5dec479300016163f529e5337bc22ef533e9b7631f92 WHIRLPOOL 15f3243b077ccab89188b95b0b5450c06b07910555296d483dea283125e09a11f4e0c1327c2e8740fb6cd1aebccc2a874e52558e28a9a5c2fac64de7fd6a0d87
 DIST rssguard-3.3.5.tar.gz 5310573 SHA256 c8f9d05d498e63f5654dca2fc27834403d6cd76f078639a5d6e1b2acbc6e81bf SHA512 3d80cffa20f0f5f625907b0245a09ada18d56a190abddf2bcdc9eaa199867e29b68d445e12eec0dc544469e8ead4df2c6753da634346bf60e0913bdae41951be WHIRLPOOL efc16b622f3a0ddccee05c0ff5ba97933b170a8e1b713bf4cd81baeda745e70c88acd34502a372a34df339ab210b929f331609f022be3d5dc88cb9acc74de697

diff --git a/net-news/rssguard/rssguard-2.4.0.ebuild b/net-news/rssguard/rssguard-2.4.0.ebuild
deleted file mode 100644
index a221ab5..00000000
--- a/net-news/rssguard/rssguard-2.4.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="A tiny RSS and Atom feed reader"
-HOMEPAGE="https://bitbucket.org/skunkos/rssguard"
-SRC_URI="https://bitbucket.org/skunkos/rssguard/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="qt4 +qt5"
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-RDEPEND="
-	qt4? ( dev-qt/qtcore:4
-		dev-qt/qtgui:4
-		dev-qt/qtwebkit:4
-		dev-qt/qtxmlpatterns:4 )
-	qt5? ( dev-qt/qtcore:5
-		dev-qt/qtgui:5
-		dev-qt/qtnetwork:5
-		dev-qt/qtprintsupport:5
-		dev-qt/qtsql:5
-		dev-qt/qtwebkit:5
-		dev-qt/qtwidgets:5
-		dev-qt/qtxml:5
-		dev-qt/qtxmlpatterns:5 )"
-DEPEND="${RDEPEND}
-	qt5? ( dev-qt/linguist-tools:5 )
-"
-
-DOCS=( README.md resources/text/CHANGELOG )
-
-src_prepare() {
-	sed -e '/Encoding/d' -i resources/desktop/${PN}.desktop.in || die 'sed failed'
-	epatch_user
-}
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_use qt5 QT_5)
-	)
-	cmake-utils_src_configure
-}


^ permalink raw reply related	[flat|nested] 68+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/
@ 2015-10-01 14:21 Michael Palimaka
  0 siblings, 0 replies; 68+ messages in thread
From: Michael Palimaka @ 2015-10-01 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     44bc6256418808419df36738f9d242cc0d76a6a4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 13:43:02 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 14:20:39 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bc6256

net-news/rssguard: dev-qt/linguist-tools is a build-time dependency

Package-Manager: portage-2.2.20.1

 net-news/rssguard/rssguard-2.4.0.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-news/rssguard/rssguard-2.4.0.ebuild b/net-news/rssguard/rssguard-2.4.0.ebuild
index 893c982..a221ab5 100644
--- a/net-news/rssguard/rssguard-2.4.0.ebuild
+++ b/net-news/rssguard/rssguard-2.4.0.ebuild
@@ -15,13 +15,12 @@ KEYWORDS="~amd64"
 IUSE="qt4 +qt5"
 REQUIRED_USE="^^ ( qt4 qt5 )"
 
-DEPEND="
+RDEPEND="
 	qt4? ( dev-qt/qtcore:4
 		dev-qt/qtgui:4
 		dev-qt/qtwebkit:4
 		dev-qt/qtxmlpatterns:4 )
-	qt5? ( dev-qt/linguist-tools:5
-		dev-qt/qtcore:5
+	qt5? ( dev-qt/qtcore:5
 		dev-qt/qtgui:5
 		dev-qt/qtnetwork:5
 		dev-qt/qtprintsupport:5
@@ -30,7 +29,9 @@ DEPEND="
 		dev-qt/qtwidgets:5
 		dev-qt/qtxml:5
 		dev-qt/qtxmlpatterns:5 )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	qt5? ( dev-qt/linguist-tools:5 )
+"
 
 DOCS=( README.md resources/text/CHANGELOG )
 


^ permalink raw reply related	[flat|nested] 68+ messages in thread

end of thread, other threads:[~2024-08-10 11:16 UTC | newest]

Thread overview: 68+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-17 17:33 [gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10 11:16 Michał Górny
2024-08-10 10:28 Michał Górny
2024-07-26 15:28 Michał Górny
2024-06-15  8:42 Michał Górny
2024-06-15  8:40 Arthur Zamarin
2024-05-31 15:21 Michał Górny
2024-05-31 15:21 Michał Górny
2024-05-30  3:31 Michał Górny
2024-05-15  2:08 Michał Górny
2024-03-30 14:27 Michał Górny
2024-03-30 14:25 Michał Górny
2024-03-15 13:15 Michał Górny
2024-01-18 18:46 Michał Górny
2024-01-18 17:37 Arthur Zamarin
2023-12-15 16:59 Michał Górny
2023-12-09  6:53 Michał Górny
2023-12-07 17:24 Michał Górny
2023-12-02 11:12 Michał Górny
2023-12-02 10:35 Arthur Zamarin
2023-11-14 20:06 Michał Górny
2023-11-13 17:41 Michał Górny
2023-11-12  3:59 Michał Górny
2023-11-11 22:41 Sam James
2023-11-02 14:28 Michał Górny
2023-11-01 16:05 Michał Górny
2023-10-05 14:59 Michał Górny
2023-08-25  9:49 Michał Górny
2023-08-20 10:57 Michał Górny
2023-08-20 10:29 Sam James
2023-07-10 19:26 Arthur Zamarin
2023-06-28  5:06 Michał Górny
2023-05-13  9:04 Michał Górny
2023-05-13  8:40 Arthur Zamarin
2023-05-13  8:35 Michał Górny
2023-05-08  7:44 Joonas Niilola
2023-05-08  7:44 Joonas Niilola
2023-04-04 16:43 Arthur Zamarin
2023-02-09 15:53 Joonas Niilola
2023-02-09 15:53 Joonas Niilola
2023-01-13 13:47 Joonas Niilola
2023-01-13 13:47 Joonas Niilola
2022-10-03 18:34 Ionen Wolkens
2022-06-09  0:57 Ionen Wolkens
2022-03-24  7:28 Ionen Wolkens
2022-01-19 16:28 Joonas Niilola
2021-10-30  6:24 Joonas Niilola
2021-09-28 13:26 Joonas Niilola
2021-09-09 11:30 Joonas Niilola
2021-09-09 11:30 Joonas Niilola
2021-07-07 13:41 Joonas Niilola
2020-12-16  1:44 Sam James
2020-12-15  3:25 Sam James
2020-12-15  3:25 Sam James
2020-01-18 17:16 Andreas Sturmlechner
2020-01-05 20:08 Jeroen Roovers
2020-01-05 17:00 Andreas Sturmlechner
2020-01-05 17:00 Andreas Sturmlechner
2018-10-20 12:17 Pacho Ramos
2018-10-20 12:17 Pacho Ramos
2018-07-18 21:11 Jonas Stein
2017-11-29 23:19 Andreas Sturmlechner
2017-11-29 23:19 Andreas Sturmlechner
2017-08-13 13:23 Patrice Clement
2017-08-13 13:23 Patrice Clement
2017-06-20 12:37 Pacho Ramos
2016-11-24 10:54 Michael Palimaka
2015-10-01 14:21 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox