Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ruffle/
Date: Thu, 22 Sep 2022 09:22:10
Message-Id: 1663838048.ff3a92bfaab228c1e47f0671046671660fd3a5ef.ionen@gentoo
1 commit: ff3a92bfaab228c1e47f0671046671660fd3a5ef
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 09:02:07 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 09:14:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3a92bf
7
8 app-emulation/ruffle: note nightly picks will be monthly now
9
10 While development is active, been rather uneventful and notable
11 regressions are infrequent. Monthly may be a fair schedule, also
12 gives more time to deal with changes wrt rust requirements.
13
14 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
15
16 app-emulation/ruffle/ruffle-0_p20220816.ebuild | 3 ++-
17 app-emulation/ruffle/ruffle-0_p20220914.ebuild | 3 ++-
18 2 files changed, 4 insertions(+), 2 deletions(-)
19
20 diff --git a/app-emulation/ruffle/ruffle-0_p20220816.ebuild b/app-emulation/ruffle/ruffle-0_p20220816.ebuild
21 index 14ca1dfdb98e..0447e8da2522 100644
22 --- a/app-emulation/ruffle/ruffle-0_p20220816.ebuild
23 +++ b/app-emulation/ruffle/ruffle-0_p20220816.ebuild
24 @@ -506,7 +506,8 @@ pkg_postinst() {
25 if [[ ! ${REPLACING_VERSIONS} ]]; then
26 elog "${PN} is experimental software that is still under heavy development"
27 elog "and only receiving nightly releases. Plans in Gentoo is to update"
28 - elog "roughly every two weeks if no known major regressions."
29 + elog "roughly every months if no known major regressions (feel free to"
30 + elog "report if you feel a newer nightly is needed ahead of time)."
31 elog
32 elog "There is currently no plans to support wasm builds / browser"
33 elog "extensions, this provides the desktop viewer and other tools."
34
35 diff --git a/app-emulation/ruffle/ruffle-0_p20220914.ebuild b/app-emulation/ruffle/ruffle-0_p20220914.ebuild
36 index 00666af6e501..ebad754a07e0 100644
37 --- a/app-emulation/ruffle/ruffle-0_p20220914.ebuild
38 +++ b/app-emulation/ruffle/ruffle-0_p20220914.ebuild
39 @@ -515,7 +515,8 @@ pkg_postinst() {
40 if [[ ! ${REPLACING_VERSIONS} ]]; then
41 elog "${PN} is experimental software that is still under heavy development"
42 elog "and only receiving nightly releases. Plans in Gentoo is to update"
43 - elog "roughly every two weeks if no known major regressions."
44 + elog "roughly every months if no known major regressions (feel free to"
45 + elog "report if you feel a newer nightly is needed ahead of time)."
46 elog
47 elog "There is currently no plans to support wasm builds / browser"
48 elog "extensions, this provides the desktop viewer and other tools."