Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879863 - dev-lang/R-4.2.2: version bump
Summary: dev-lang/R-4.2.2: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2022-11-05 11:39 UTC by Neil
Modified: 2022-11-22 21:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
R-4.2.2.ebuild (R-4.2.2.ebuild,7.00 KB, text/plain)
2022-11-05 11:39 UTC, Neil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Neil 2022-11-05 11:39:39 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2022-11-22 21:50:02 UTC
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(+)