public inbox for gentoo-proxy-maint@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-proxy-maint] [PATCH 1/3] net-news/rssguard: add 4.0.1
@ 2021-09-07 18:08 Anna Vyalkova
  2021-09-07 18:08 ` [gentoo-proxy-maint] [PATCH 2/3] net-news/rssguard: drop 3.8.3 Anna Vyalkova
  2021-09-07 18:08 ` [gentoo-proxy-maint] [PATCH 3/3] profiles: mask new rssguard (incompatible database) Anna Vyalkova
  0 siblings, 2 replies; 4+ messages in thread
From: Anna Vyalkova @ 2021-09-07 18:08 UTC (permalink / raw
  To: gentoo-proxy-maint

Description is updated to match appdata.xml

Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
---
 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(-)
 create mode 100644 net-news/rssguard/rssguard-4.0.1.ebuild

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
+}
-- 
2.33.0



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

* [gentoo-proxy-maint] [PATCH 2/3] net-news/rssguard: drop 3.8.3
  2021-09-07 18:08 [gentoo-proxy-maint] [PATCH 1/3] net-news/rssguard: add 4.0.1 Anna Vyalkova
@ 2021-09-07 18:08 ` Anna Vyalkova
  2021-09-07 18:08 ` [gentoo-proxy-maint] [PATCH 3/3] profiles: mask new rssguard (incompatible database) Anna Vyalkova
  1 sibling, 0 replies; 4+ messages in thread
From: Anna Vyalkova @ 2021-09-07 18:08 UTC (permalink / raw
  To: gentoo-proxy-maint

Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
---
 net-news/rssguard/Manifest              |  1 -
 net-news/rssguard/rssguard-3.8.3.ebuild | 59 -------------------------
 2 files changed, 60 deletions(-)
 delete mode 100644 net-news/rssguard/rssguard-3.8.3.ebuild

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}"
-}
-- 
2.33.0



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

* [gentoo-proxy-maint] [PATCH 3/3] profiles: mask new rssguard (incompatible database)
  2021-09-07 18:08 [gentoo-proxy-maint] [PATCH 1/3] net-news/rssguard: add 4.0.1 Anna Vyalkova
  2021-09-07 18:08 ` [gentoo-proxy-maint] [PATCH 2/3] net-news/rssguard: drop 3.8.3 Anna Vyalkova
@ 2021-09-07 18:08 ` Anna Vyalkova
  2021-09-09 11:33   ` Joonas Niilola
  1 sibling, 1 reply; 4+ messages in thread
From: Anna Vyalkova @ 2021-09-07 18:08 UTC (permalink / raw
  To: gentoo-proxy-maint

Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
---
I'm not sure whether pkg_pretend warning is enough. Maybe news item is needed.
 profiles/package.mask | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 975c1dff2c5..abd9e6d641d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1,533 +1,540 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 ####################################################################
 #
 # When you add an entry to the top of this file, add your name, the date
 # in the UTC timezone, and an explanation of why something is getting masked.
 # Please be extremely careful not to commit atoms that are not valid, as it can
 # cause large-scale breakage, especially if it ends up in the daily snapshot.
 #
 ## Example:
 ##
 ## # Dev E. Loper <developer@gentoo.org> (2019-07-01)
 ## # Masking  these versions until we can get the
 ## # v4l stuff to work properly again
 ## =media-video/mplayer-0.90_pre5
 ## =media-video/mplayer-0.90_pre5-r1
 #
 # - Best last rites (removal) practices -
 # Include the following info:
 # a) reason for masking
 # b) bug # for the removal (and yes you should have one)
 # c) date of removal (either the date or "in x days")
 #
 ## Example:
 ##
 ## # Dev E. Loper <developer@gentoo.org> (2019-07-01)
 ## # Masked for removal in 30 days.  Doesn't work
 ## # with new libfoo. Upstream dead, gtk-1, smells
 ## # funny. (bug #987654)
 ## app-misc/some-package
 
 #--- END OF EXAMPLES ---
 
+# Anna Vyalkova <cyber+gentoo@sysrq.in> (2021-09-07)
+# Mask backwards-incompatible version to avoid autodeletion of previous one.
+# Data migration is not supported upstream and can't be done automatically.
+# https://github.com/martinrotter/rssguard/releases/tag/4.0.0
+# https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#migratt
+>=net-news/rssguard-4.0.0
+
 # Ionen Wolkens <ionen@gentoo.org> (2021-09-03)
 # Currently may not function with kde-plasma/kwin (black screen),
 # so keeping masked for testing due to being a primary consumer.
 # Should be safe to unmask if you are using x11-wm/mutter instead.
 >=gui-libs/egl-wayland-1.1.8
 
 # Sam James <sam@gentoo.org> (2021-09-03)
 # Mask broken version of setuptools_scm with
 # missing runtime dependency.
 # bug #811504
 =dev-python/setuptools_scm-6.3.0
 
 # David Seifert <soap@gentoo.org> (2021-08-29)
 # Broken for the past 5 years (#585942), no new upstream release in over
 # 5 years. Same issues as sci-biology/wgs-assembler, use a modern
 # assembler like sci-biology/abyss or canu.
 # Bug #585942, #731880, #808667, removal in 30 days.
 sci-biology/mira
 
 # Alexey Sokolov <alexey+gentoo@asokolov.org> (2021-08-30)
 # Homepage dead, uses gtk2, fails to build, https://bugs.gentoo.org/711344
 games-puzzle/gnudoku
 
 # Stephan Hartmann <sultan@gentoo.org> (2021-08-28)
 # Dev channel releases are only for people who
 # are developers or want more experimental features
 # and accept a more unstable release.
 >=www-client/chromium-95
 
 # Michał Górny <mgorny@gentoo.org> (2021-08-28)
 # EOL kernel with known vulnerabilities.  Please move to 5.13 or one
 # of the LTS branches.  Bug #808990.
 =sys-kernel/gentoo-kernel-5.12*
 =sys-kernel/gentoo-kernel-bin-5.12*
 =sys-kernel/vanilla-kernel-5.12*
 =virtual/dist-kernel-5.12*
 
 # Anthony G. Basile <blueness@gentoo.org> (2021-08-27)
 # Masked for removal in 30 days.  Deprecated upstream.
 net-vpn/ipsec-tools
 
 # Bernard Cafarelli <voyageur@gentoo.org> (2021-08-26)
 # Preparing for final 5.0.0 release
 >=app-text/tesseract-5.0.0_beta
 
 # Arthur Zamarin <arthurzam@gentoo.org> (2021-08-20)
 # Inactive upstream.
 # Fully superseded by dev-python/dnspython. All reverse dependencies support
 # and recommend usage of dev-python/dnspython.
 # No other distros package it anymore.
 # Removal on 2021-09-19.  Bug #809239.
 dev-python/pydns
 
 # Sam James <sam@gentoo.org> (2021-08-18)
 # Fails to build with glibc-2.34. End of maintenance
 # upstream was declared in 2007. Several other serious
 # bugs open. Removal on 2021-09-19.
 # bug #711088, bug #775944, bug #790680, bug #806953.
 net-analyzer/netwox
 net-analyzer/netwag
 
 # Sam James <sam@gentoo.org> (2021-08-17)
 # Fails to build with >= Boost 1.73, so broken for well over a year.
 # Several open bugs: bug #722882, bug #742290, bug #808673.
 # Removal on 2021-09-17.
 sys-fs/e4rat
 
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2021-08-15)
 # Broken since Perl 5.22, bug 662318. Removal in 30 days.
 dev-perl/POE-API-Peek
 
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2021-08-15)
 # Broken-ish, upstream unmaintained, only one un-used revdep.
 # Removal in 30 days. Bug 623674.
 dev-perl/MooseX-Types-DateTime-ButMaintained
 dev-perl/MooseX-Types-DateTimeX
 
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2021-08-15)
 # Broken for years, see bug 642466. No reverse dependencies,
 # no easy fix. Removal in 30 days.
 dev-perl/Perlbal-XS-HTTPHeaders
 
 # David Seifert <soap@gentoo.org> (2021-08-13)
 # Dead upstream, new "forked" upstream that just added the last version
 # on Github but doesn't maintain them. Unmaintained for the past 10
 # years in ::gentoo, no other real distros package these anymore.
 # HOMEPAGE leads to some scammy site.
 # Bug #318143, #626666, #626668, Removal in ~30 days.
 dev-libs/libbrahe
 dev-libs/libcoyotl
 dev-libs/libevocosm
 app-benchmarks/acovea
 app-benchmarks/acovea-gtk
 
 # Agostino Sarubbo <ago@gentoo.org> (2021-08-12)
 # Latest release 2012, not anymore useful for current routers
 # Removal in ~30 days.
 app-crypt/WiRouterKeyRec
 
 # Joonas Niilola <juippis@gentoo.org> (2021-08-11)
 # Broken since 2016. Latest upstream release 2014, no ebuild activity
 # from maintainer since 2016, EAPI-5 and the rest. HOMEPAGE leads to
 # some scammy site. Removal in ~30 days. #584668
 dev-util/emilpro
 
 # Joonas Niilola <juippis@gentoo.org> (2021-08-11)
 # A library without revdeps, broken for a long time. No maintainer
 # reply. Package not updated in Gentoo since 2016 even though upstream
 # is still active. Removal in ~30 days. #774147
 dev-libs/caliper
 
 # Joonas Niilola <juippis@gentoo.org> (2021-08-11)
 # Broken with gcc >=10, even the latest upstream release fails with
 # gcc-11. Unmaintained. Removal in ~30 days. #739904
 app-office/plan
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2021-08-10)
 # EAPI-5, dead, unused; last consumer dropped in bug #352952
 # Removal on 2021-09-09.
 net-print/libgnomecups
 
 # Joshua Kinard <kumba@gentoo.org> (2021-08-09)
 # Dead upstream and has build issues in modern times.
 # See bugs #551786 and #715846.  Removal in 30 days.
 net-dialup/xc
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2021-08-09)
 # EAPI-5, dead, unused; bug #776403. Removal on 2021-09-08.
 dev-perl/Goo-Canvas
 x11-libs/goocanvas:0
 
 # Louis Sautier <sbraz@gentoo.org> (2021-08-07)
 # No reverse dependencies, no upstream activity for more than 5 years,
 # failing tests with Python 3.10. Removal on 2021-09-06.
 dev-python/pydiff
 
 # Ulrich Müller <ulm@gentoo.org> (2021-08-06)
 # Masked for removal in 30 days. Upstream has joined the
 # manpages-l10n project, so 5.06 was their ultimate release
 # as a separate package. Use app-i18n/man-pages-l10n[l10n_it]
 # as replacement. Bug #769017.
 app-i18n/man-pages-it
 
 # David Seifert <soap@gentoo.org> (2021-08-05)
 # Dead upstream, last release over 5 years ago, multiple
 # build issues, fails to build with GCC 11. Use something like
 # sci-biology/abyss or canu as a modern day replacement.
 # Bug #610094, #715874, #731860, #739486, removal in 30 days.
 sci-biology/wgs-assembler
 
 # Sam James <sam@gentoo.org> (2021-08-05)
 # Fails to build with GCC 11. No activity upstream.
 # bug #740308, bug #789816. Removal on 2021-09-05.
 app-eselect/eselect-audicle
 app-eselect/eselect-miniaudicle
 media-sound/audicle
 
 # David Seifert <soap@gentoo.org> (2021-08-04)
 # Last release over 4 years ago, upstream pretty much dead, the
 # ecosystem has switched to dev-util/pkgconf, which is alive. Testing
 # and prefix bugs, blocks WANT_AUTOMAKE=1.12 removal.
 # (If you hit blockers, please run:
 # $ emerge --deselect dev-util/pkgconfig
 # This is necessary as your world file should not contain dependencies.)
 # Bug #245228, #632124, #691268, #767853, removal in 30 days.
 dev-util/pkgconfig
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2021-08-02)
 # Two years after the tracker was opened it is time to mask dev-qt/qtwebkit
 # for good. No commits to upstream repository for >9 months, latest available
 # tarball still "alpha" with warning about known unpatched vulnerabilities.
 # Bugs: #684580, #685750, #709858, #740416
 dev-qt/qtwebkit:5
 app-text/fb2edit
 mail-client/trojita
 <media-video/openshot-2.5.1_p20210228
 
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2021-07-31)
 # Obsolete; all versions in current Perl core distributions
 # are newer, and no virtuals currently pull these packages.
 # Removal in 30 days.
 perl-core/ExtUtils-MakeMaker
 perl-core/ExtUtils-Manifest
 perl-core/File-Path
 perl-core/Getopt-Long
 perl-core/HTTP-Tiny
 perl-core/JSON-PP
 perl-core/libnet
 
 # Joonas Niilola <juippis@gentoo.org> (2021-07-29)
 # Upstream provided migration instructions from 2. -> 3. update,
 # breaks if not all at least many revdeps. #805011 for tracker bug.
 >=net-libs/mbedtls-3.0.0
 
 # Craig Andrews <candrews@gentoo.org> (2021-07-10)
 # Masked until November, 2021
 # This release adds enforcement of the Taproot protocol change to the Bitcoin
 # rules, beginning in November. Protocol changes require user consent to be
 # effective, and if enforced inconsistently within the community may compromise
 # your security or others! If you do not know what you are doing, learn more
 # before November. (You must make a decision either way - simply not upgrading
 # is insecure in all scenarios.)
 # To learn more, see https://bitcointaproot.cc
 >=net-p2p/bitcoind-0.21.1
 >=net-p2p/bitcoin-qt-0.21.1
 >=net-libs/libbitcoinconsensus-0.21.1
 
 # Lars Wendler <polynomial-c@gentoo.org> (2021-07-10)
 # Masked for testing
 >=mail-client/claws-mail-4.0.0
 
 # Hans de Graaff <graaff@gentoo.org> (2021-07-09)
 # Mask ruby25 for removal. This version is no longer supported
 # upstream. Use a newer ruby version, e.g ruby26.
 # Masked for removal in 30 days.
 dev-lang/ruby:2.5
 =dev-ruby/rubygems-2.7*
 dev-ruby/did_you_mean:2.5
 
 # Michał Górny <mgorny@gentoo.org> (2021-07-06)
 # Upstream changed license to GPL-3+ in order to deliberately cause
 # incompatiblity with revdep licenses.  Mask until the situation
 # is resolved.  Bug #791259.
 >=media-libs/libopenaptx-0.2.1
 
 # David Seifert <soap@gentoo.org> (2021-07-01)
 # Berkeley DB slots that are long past EOL by Oracle,
 # maintenance burden, and no real path forward by Oracle.
 # Bug #792222, removal in 90 days.
 sys-libs/db:1
 sys-libs/db:3
 sys-libs/db:4.2
 sys-libs/db:4.3
 sys-libs/db:4.4
 sys-libs/db:4.5
 sys-libs/db:4.6
 sys-libs/db:4.7
 sys-libs/db:5.1
 
 # Conrad Kostecki <conikost@gentoo.org> (2021-06-20)
 # New Minecraft server release needs at least Java 16,
 # which is currently not available in Gentoo.
 >=games-server/minecraft-server-1.17
 
 # Davide Pesavento <pesa@gentoo.org> (2021-06-15)
 # Masked for revdep testing.
 >=dev-python/sip-6
 >=dev-python/PyQt5-5.15.5_pre
 >=dev-python/PyQtWebEngine-5.15.5_pre
 >=dev-python/qscintilla-python-2.13
 >=app-text/calibre-5.25.0
 
 # Sam James <sam@gentoo.org> (2021-06-12)
 # Masked until all reverse dependencies support
 # OCaml 4.12.
 # bug #795138
 >=dev-lang/ocaml-4.12
 =dev-ml/camlp4-4.12
 
 # Bernard Cafarelli <voyageur@gentoo.org> (2021-06-04)
 # Alpha versions of fetchmail 7
 # Add support for OAUTH2 for those needing it
 =net-mail/fetchmail-7.0.0_alpha*
 
 # Sam James <sam@gentoo.org> (2021-06-01)
 # Possible issues with new ALSA release
 # See bug #793410
 =media-libs/alsa-lib-1.2.5_p20210604
 =media-libs/alsa-topology-conf-1.2.5
 =media-libs/alsa-ucm-conf-1.2.5-r1
 =media-plugins/alsa-plugins-1.2.5
 =media-sound/alsa-utils-1.2.5-r1
 
 # Michał Górny <mgorny@gentoo.org> (2021-05-31)
 # Requires removed media-libs/opencv version.
 <media-plugins/gst-plugins-opencv-1.18
 
 # Sergei Trofimovich <slyfox@gentoo.org> (2021-05-16)
 # Mask gcc-7 branch (ended upstream support). Please switch
 # to a fresher gcc branch.
 <sys-devel/gcc-8
 <dev-util/nvidia-cuda-toolkit-10
 <dev-util/nvidia-cuda-sdk-10
 
 # Sergei Trofimovich <slyfox@gentoo.org> (2021-05-16)
 # Mask gcc-6 branch (ended upstream support). Please switch
 # to a fresher gcc branch.
 <sys-devel/gcc-7
 
 # Sam James <sam@gentoo.org> (2021-05-07)
 # Masked for testing. Two major releases ahead of last packaged version.
 # Please report bugs but this is experimental for now.
 # bug #731266
 >=net-mail/cyrus-imapd-3.4.0
 
 # David Seifert <soap@gentoo.org> (2021-05-05)
 # Causes unsolvable package conflicts, bug #788310
 >=media-libs/openexr-3
 
 # Eray Aslan <eras@gentoo.org> (2021-04-29)
 # Mask experimental software
 =mail-mta/postfix-3.7*
 
 # Ulrich Müller <ulm@gentoo.org> (2021-04-20)
 # Version 3.15 is broken with Emacs 27.2.
 =app-emacs/mic-paren-3.15-r0
 
 # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-04-18)
 # dev-java/xerces-2.12.1 depends on masked >=virtual/{jdk,jre}-11
 # https://bugs.gentoo.org/782697
 >=dev-java/xerces-2.12.1
 
 # Lars Wendler <polynomial-c@gentoo.org> (2021-04-08)
 # Masked for testing
 >=app-crypt/gnupg-2.3.0
 
 # Sam James <sam@gentoo.org> (2021-03-30)
 # Seems to break dev-tex/culmus-latex
 # Masking until we can investigate & fix
 # bug #737406
 =media-fonts/culmus-0.133-r1
 
 # Sam James <sam@gentoo.org> (2021-03-03)
 # Doesn't seem to sync clock correctly
 # in some cases.
 # bug #772998
 ~net-misc/openntpd-6.8_p1
 
 # Sam James <sam@gentoo.org> (2021-03-01)
 # Mask new proj 8.x as it removes deprecated
 # API. Likely to break several consumers
 # which haven't yet ported.
 # bug #729098
 >=sci-libs/proj-8.0.0
 >=sci-geosciences/qmapshack-1.16
 
 # Lars Wendler <polynomial-c@gentoo.org> (2021-02-15)
 # Mask development versions now that they were bumped...
 =net-misc/kea-1.9*
 
 # Michał Górny <mgorny@gentoo.org> (2020-11-10)
 # This old Kodi version requires vulnerable dev-python/pillow
 # and prevents users from upgrading.  Masked for the time being.
 # Bug #729672.
 media-plugins/kodi-game-libretro-nestopia
 media-plugins/kodi-game-libretro-dosbox
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-10-26)
 # Historical metapackage that exists in slot 5 only for transition from KDE SC4.
 # Masked for removal on 2021-08-31. Replaced by:
 # emerge --noreplace kde-plasma/plasma-meta kde-apps/kde-apps-meta
 kde-apps/kde-meta:5
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-10-26)
 # Historical metapackage that exists in slot 5 only for transition from KDE SC4.
 # Masked for removal on 2021-08-31. Replaced by:
 # emerge --noreplace kde-plasma/plasma-meta kde-apps/kdecore-meta
 kde-apps/kdebase-meta:5
 
 # Sam James <sam@gentoo.org> (2020-10-05)
 # Masked for testing. New major versions of Guile
 # often break reverse dependencies.
 # Guile in Gentoo is not slotted, so let's be cautious.
 # bug #705554, bug #689408.
 >=dev-scheme/guile-3.0.4
 
 # Ulrich Müller <ulm@gentoo.org> (2020-10-04)
 # Version 1.11 introduced different startup conventions for the server
 # which breaks the OpenRC init script. Bug #746227.
 >=net-misc/tigervnc-1.11.0
 
 # Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2020-09-01)
 # Mismatched version (bug #695022). Masked to force upgrade to 2.0.4_pre20200306162733.
 # (Mask should remain after ebuilds are deleted, until 2021-03-01 or
 # until new upstream release with proper versioning.)
 ~app-i18n/sunpinyin-3.0.0_rc1
 ~app-i18n/ibus-sunpinyin-3.0.0_rc1
 ~app-i18n/scim-sunpinyin-3.0.0_rc1
 ~app-i18n/xsunpinyin-3.0.0_rc1
 
 # Miroslav Šulc <fordfrog@gentoo.org> (2020-02-27)
 # >=dev-java/ant-eclipse-ecj-4.10 depends on masked >=virtual/{jdk,jre}-11
 # www-servers/tomcat >= 9 depends on masked dev-java/eclipse-ecj
 >=dev-java/ant-eclipse-ecj-4.10
 >=dev-java/eclipse-ecj-4.10
 >=www-servers/tomcat-9
 
 # Stefan Strogin <steils@gentoo.org> (2020-02-12)
 # Mask for testing revdeps.
 >=dev-games/mygui-3.4.0
 
 # Lars Wendler <polynomial-c@gentoo.org> (2019-11-14)
 # Breaks archives containing relative paths
 # when being called with --no-absolute-filenames
 # bug #700020
 =app-arch/cpio-2.13
 
 # Matt Turner <mattst88@gentoo.org> (2019-09-01)
 # TeXmacs is the only remaining package in tree that requires guile-1.8, which
 # is unsupported upstream. A TeXmacs port to Guile-2 has been in progress for a
 # few years. Bug #436400
 app-office/texmacs
 <dev-scheme/guile-2
 
 # Robin H. Johnson <robbat2@gentoo.org> (2019-07-08)
 # Needs LOTS of testing, broke boot on my laptop in early attempts, maybe needs
 # matching genkernel work?
 >=sys-fs/lvm2-2.03
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2018-11-25)
 # Masked per security vulnerability CVE-2018-14345, bug #661510
 # Keeping it masked while users have unsolved issues with >0.15.0.
 <x11-misc/sddm-0.18.0
 
 # Andreas Sturmlechner <asturm@gentoo.org> (2018-10-07)
 # Masked for more testing especially of reverse-deps.
 >=dev-games/ogre-1.11.2
 
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2018-09-11)
 # Mask transition ebuilds that were needed only for <glibc-2.26
 # We will keep them in the tree as long as we have masked
 # <glibc-2.26.
 ~net-libs/libnsl-0
 ~net-libs/rpcsvc-proto-0
 
 # James Le Cuirot <chewi@gentoo.org> (2017-12-17)
 # Java 11 is not yet fully supported on Gentoo. Packages cannot depend
 # on it so these virtuals are not yet required. If you wish to use
 # Java 11 then install openjdk-(jdk|jre)-bin directly.
 virtual/jdk:11
 virtual/jre:11
 
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2017-10-18)
 # sys-devel/automake versions 1.4, 1.5, 1.6, 1.7, 1.8
 # have known security vulnerabilities, are broken with
 # recent Perl (>=5.26.0), and are not used by anything in
 # the Gentoo repository. Please uninstall.
 sys-devel/automake:1.4
 sys-devel/automake:1.5
 sys-devel/automake:1.6
 sys-devel/automake:1.7
 sys-devel/automake:1.8
 sys-devel/automake:1.9
 sys-devel/automake:1.10
 sys-devel/automake:1.11
 sys-devel/automake:1.12
 
 # Nicolas Bock <nicolasbock@gentoo.org> (2017-10-31)
 # There are multiple unresolved upstream issues with >=jabref-bin-4.0 (#636036).
 # If you still would like to use this version, please report any issues to
 # upstream.
 >=app-text/jabref-bin-4.0
 
 # Michał Górny <mgorny@gentoo.org> (2017-05-22)
 # for Maciej S. Szmigiero <mail@maciej.szmigiero.name>
 # Any version above 5.100.138 breaks b43 driver in various ways.
 # Also, b43 wiki page says to use 5.100.138. Bug #541080.
 >=sys-firmware/b43-firmware-6.30.163.46
 
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2017-05-21)
 # (and others, updated later)
 # These old versions of toolchain packages (binutils, gcc, glibc) are no
 # longer officially supported and are not suitable for general use. Using
 # these packages can result in build failures (and possible breakage) for
 # many packages, and may leave your system vulnerable to known security
 # exploits.
 # If you still use one of these old toolchain packages, please upgrade (and
 # switch the compiler / the binutils) ASAP. If you need them for a specific
 # (isolated) use case, feel free to unmask them on your system.
 <sys-libs/glibc-2.33
 <sys-devel/binutils-2.35.2
 <sys-devel/binutils-hppa64-2.35.2
 
 # Michael Orlitzky <mjo@gentoo.org> (2017-01-07)
 # This package has some dangerous quality and security issues, but
 # people may still find it useful. It is masked to prevent accidental
 # use. See bugs 603346 and 604998 for more information.
 app-admin/amazon-ec2-init
 
 # Robin H. Johnson <robbat2@gentoo.org> (2014-08-04)
 # Masked for testing, presently fails upstream testsuite:
 # FAIL:07:02:35 (00:00:00) db_dump/db_load(./TESTDIR.3/recd001.db:child killed: kill signal): expected 0, got 1
 # FAIL:07:02:35 (00:00:00) Dump/load of ./TESTDIR.3/recd001.db failed.
 # FAIL:07:02:35 (00:00:00) db_verify_preop: expected 0, got 1
 =sys-libs/db-6.1*
 =sys-libs/db-6.2*
 =sys-libs/db-18.1*
 
 # Mike Gilbert <floppym@gentoo.org> (2014-03-04)
 # Dev channel releases are only for people who are developers or want more
 # experimental features and accept a more unstable release.
 www-plugins/chrome-binary-plugins:unstable
 
 # Diego E. Pettenò <flameeyes@gentoo.org> (2009-01-03)
 # These packages are not supposed to be merged directly, instead
 # please use sys-devel/crossdev to install them.
 dev-util/mingw64-runtime
 sys-libs/newlib
 dev-embedded/avr-libc
-- 
2.33.0



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

* Re: [gentoo-proxy-maint] [PATCH 3/3] profiles: mask new rssguard (incompatible database)
  2021-09-07 18:08 ` [gentoo-proxy-maint] [PATCH 3/3] profiles: mask new rssguard (incompatible database) Anna Vyalkova
@ 2021-09-09 11:33   ` Joonas Niilola
  0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2021-09-09 11:33 UTC (permalink / raw
  To: gentoo-proxy-maint


[-- Attachment #1.1: Type: text/plain, Size: 747 bytes --]

On 7.9.2021 21.08, Anna Vyalkova wrote:
> Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
> ---
> I'm not sure whether pkg_pretend warning is enough. Maybe news item is needed.
>  profiles/package.mask | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/profiles/package.mask b/profiles/package.mask
> index 975c1dff2c5..abd9e6d641d 100644
> --- a/profiles/package.mask
> +++ b/profiles/package.mask

Hey,

merged this series as-is. Thanks!

I believe eventually when this gets unmasked, a news item should be
released shortly before, unless upstream finds some automated, better
way to handle the migration, that we can utilize somehow in the ebuild.
Granted I hadn't checked upstream yet.

-- juippis



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 618 bytes --]

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

end of thread, other threads:[~2021-09-09 11:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-07 18:08 [gentoo-proxy-maint] [PATCH 1/3] net-news/rssguard: add 4.0.1 Anna Vyalkova
2021-09-07 18:08 ` [gentoo-proxy-maint] [PATCH 2/3] net-news/rssguard: drop 3.8.3 Anna Vyalkova
2021-09-07 18:08 ` [gentoo-proxy-maint] [PATCH 3/3] profiles: mask new rssguard (incompatible database) Anna Vyalkova
2021-09-09 11:33   ` Joonas Niilola

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