Created attachment 827767 [details] R-4.2.2.ebuild Current version in portage is dev-lang/R-4.2.1. R-4.2.2 was released 2022-10-31 (see https://stat.ethz.ch/pipermail/r-announce/2022/000686.html). Bumped locally and found that the R-4.2.1-reg-packages-testfix.patch was no longer required. Minor change to the ebuild and it builds and runs fine (with my limited testing so far). # diff /usr/local/portage/dev-lang/R/R-4.2.2.ebuild /usr/portage/dev-lang/R/R-4.2.1.ebuild 77a78 > "${FILESDIR}"/R-4.2.1-reg-packages-testfix.patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a44f9d1cc382f7533212bd2d2662f3dcca3ad4b commit 5a44f9d1cc382f7533212bd2d2662f3dcca3ad4b Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2022-11-22 19:21:34 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2022-11-22 21:40:45 +0000 dev-lang/R: add 4.2.2 My upstream patches to the R_BROWSER and R_PDFVIEWER search order didn't land in this release, but we're already running eautoreconf, so we might as well include them. This lets us drop the dependency on xdg-utils, and remove the stanza (conditional on USE=X) that sets the default browser and viewer to xdg-open. We are also able to drop a patch to the test suite that was merged upstream. Closes: https://bugs.gentoo.org/458176 Closes: https://bugs.gentoo.org/879863 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> dev-lang/R/Manifest | 1 + dev-lang/R/R-4.2.2.ebuild | 246 +++++++++++++++++++++++ dev-lang/R/files/R-4.2.2-browser-pdf-prefs.patch | 95 +++++++++ 3 files changed, 342 insertions(+)