commit: a7577d7d961c350d89c5c189728ec6bc5c7f1ee7 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Sat Jul 12 16:20:24 2025 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Wed Jul 16 08:00:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7577d7d
app-emulation/x48: minor improvements - remove default slot for readline - add DOCS to not install an empty NEWS file - 1 byte change so no revbump - remove leading tab for closing parenthesis of PATCHES - HTTPS download url - use standard notation for CLI commands Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42970 Closes: https://github.com/gentoo/gentoo/pull/42970 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> app-emulation/x48/x48-0.6.4-r3.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app-emulation/x48/x48-0.6.4-r3.ebuild b/app-emulation/x48/x48-0.6.4-r3.ebuild index 3d47a1463d98..eef2f787fe46 100644 --- a/app-emulation/x48/x48-0.6.4-r3.ebuild +++ b/app-emulation/x48/x48-0.6.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,16 +19,18 @@ IUSE="readline" RDEPEND=" x11-libs/libX11 x11-libs/libXext - readline? ( sys-libs/readline:0= )" + readline? ( sys-libs/readline:= )" DEPEND="${RDEPEND} virtual/pkgconfig x11-libs/libXt" +DOCS=( AUTHORS ChangeLog README ) + PATCHES=( "${FILESDIR}"/${P}-static.patch "${FILESDIR}"/${P}-void_return.patch "${FILESDIR}"/${P}-configure.patch - ) +) src_prepare() { default @@ -57,13 +59,13 @@ pkg_postinst() { elog "use only." elog elog "Due to confusion over the legal status of these ROMs you must" - elog "manually download one from http://www.hpcalc.org/hp48/pc/emulators/" + elog "manually download one from https://www.hpcalc.org/hp48/pc/emulators/" elog elog "If you do not know which one to use, try 'HP 48GX Revision R ROM.'" elog elog "Once you have a ROM, you will need to install it by running:" elog - elog "x48 -rom gxrom-r" + elog " $ x48 -rom gxrom-r" elog elog "You will only have to do this the first time you run X48. The" elog "ROM will be stored in ~/.hp48/rom for future runs."
