summaryrefslogtreecommitdiff
path: root/app-emulation/x48
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/x48')
-rw-r--r--app-emulation/x48/Manifest3
-rw-r--r--app-emulation/x48/x48-0.6.4-r2.ebuild69
-rw-r--r--app-emulation/x48/x48-0.6.4-r3.ebuild2
3 files changed, 2 insertions, 72 deletions
diff --git a/app-emulation/x48/Manifest b/app-emulation/x48/Manifest
index acbccd3c43c6..f40fdb79370d 100644
--- a/app-emulation/x48/Manifest
+++ b/app-emulation/x48/Manifest
@@ -2,6 +2,5 @@ AUX x48-0.6.4-configure.patch 274 BLAKE2B 04f73a74ba030608019e5f3df21d77a5258bb4
AUX x48-0.6.4-static.patch 317 BLAKE2B 0ba80504f6dfdb992735496198808445778d6f75ecd7d21f276801857efcbf5a6d215d081b8ea79031fe5fcadf2dc1875854f80f6003575d9e2be03c2f7cb21f SHA512 22c97b2236b78c148cab19386718ea0be333eef8ab356da20f80d7805fdae4e73a1552faab15bd86a4644e2b149a924f65ba57cba5bef8f740ecb69930e7b794
AUX x48-0.6.4-void_return.patch 657 BLAKE2B d72125691d4cabe90ea326f03204061ef3eca46e2b47cc43c91a67b3a994f8f995fbc313d368bbec1d3782d1aff46ff7064ebaf65f503efa28f0d468874f1256 SHA512 48d8fffff6f7a9727c813dbbc6332577d8d9f8622466af9658c135a2503a2b5b961f4c193cab3127352308716a9ab92bb6eb120897bdca9ae52482eacd12ac6e
DIST x48-0.6.4.tar.bz2 227991 BLAKE2B 8db2962860eeb161a8efc9d46730c71d95d0331157e3e2481a978385ad54b04b7a4eb601c68e7df966194b23e0cd04bed4e80511d22695bb7ccdd3959d8fd8d7 SHA512 60fdba1171a02e4a5f9bcefb29fff9398fdbda50553c3d3b952fab0b4ebf87b219d4615139ca3673b1c61ff6d6559aab3e93218334aa6cdb442d4861347138ce
-EBUILD x48-0.6.4-r2.ebuild 1667 BLAKE2B e7e56b998cade06f5b4bacc0ce0a76a8ba555146a1200424a3107b69ff67042fe5a918afad9d8f41db0f087a5160ea31704535cd65d668438845f30718ddd44a SHA512 907b4d577d3567caa37f2427e2db252905bf639f5aff873e4df5fe5e45ed9a914a9fe1601f3ad267947bd628c5b37efbc76f7f9e5f8c0f17698adc6215139898
-EBUILD x48-0.6.4-r3.ebuild 1727 BLAKE2B 80a06306b7377a7c789987a1f2c06424e01e780731533c0d2ad22af9ed00e290a5bb3a5df999941bc921fb820cb361a91db6ab1a1899effb34b7ce749bdb9bd4 SHA512 014bab97d0077bdc880c93234389199f3b6c8424cfd65eb1789c69b2d98e29d1f16e7af48be568ccc0ff21d191570352b5ebd9a11fa1b09952386683f128400a
+EBUILD x48-0.6.4-r3.ebuild 1726 BLAKE2B 7717ed3acc8172111ac691698dc4200950a7834d4d5cd7fd5abe5b1c980f80b941ddf72b3ed0bd0b97e825f088bd3cf4991df8aeefa49fe55b20452661804cf7 SHA512 d82915e8001e037b400885d10aa784aa90dbfc44a00957e2a0ef7e1a49a46d67c38d1527ad28fcb51acf6255f0a25f476f6c017d8db98c1e046dae1de27c7da2
MISC metadata.xml 426 BLAKE2B d00a2da134019be301b01a2ad9e1b9fe683cc04fff89a6795d5888ef2c502c915784259491fab3a3d76af100652115aa0e3e544cb2ec3f02fb6fc28339a61a96 SHA512 ac188c36cf417a91598db0ea673cb92eb5661d8b2d3bdcff9982098957df05152d71fe3b0df66bb37ed5191ae81df0a75d0b3554470268c9c05c0209eaeea40f
diff --git a/app-emulation/x48/x48-0.6.4-r2.ebuild b/app-emulation/x48/x48-0.6.4-r2.ebuild
deleted file mode 100644
index ed2943278d76..000000000000
--- a/app-emulation/x48/x48-0.6.4-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="HP48 Calculator Emulator"
-HOMEPAGE="http://x48.berlios.de/"
-SRC_URI="https://downloads.sourceforge.net/x48.berlios/${P}.tar.bz2"
-LICENSE="GPL-3"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
-IUSE="readline"
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXext
- readline? ( sys-libs/readline:0= )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- x11-libs/libXt"
-
-PATCHES=(
- "${FILESDIR}"/${P}-static.patch
- "${FILESDIR}"/${P}-void_return.patch
- )
-
-S=${WORKDIR}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable readline)
-}
-
-src_install() {
- default
-
- insinto /usr/share/"${PN}"/romdump
- doins -r romdump/{README,ROMDump*}
-}
-
-pkg_postinst() {
- elog "The X48 emulator requires an HP48 ROM image to run."
- elog
- elog "If you own an HP-48 calculator, you can use the ROMDump utility"
- elog "included with this package to obtain it from your calculator."
- elog "The instructions of how to do this are included in the package."
- elog
- elog "Alternatively, HP has provided the ROM images for non-commercial"
- 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
- 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
- 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."
-}
diff --git a/app-emulation/x48/x48-0.6.4-r3.ebuild b/app-emulation/x48/x48-0.6.4-r3.ebuild
index 6544c3afae87..3d47a1463d98 100644
--- a/app-emulation/x48/x48-0.6.4-r3.ebuild
+++ b/app-emulation/x48/x48-0.6.4-r3.ebuild
@@ -13,7 +13,7 @@ S=${WORKDIR}
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
IUSE="readline"
RDEPEND="