public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2017-11-25 17:02 José María Alonso
  0 siblings, 0 replies; 18+ messages in thread
From: José María Alonso @ 2017-11-25 17:02 UTC (permalink / raw
  To: gentoo-commits

commit:     58101b974104d34bf1a2cc53a6b7edcbec16d915
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 16:59:29 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 16:59:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58101b97

app-emulation/x48: Makes decode_8_thru_f static

Closes: https://bugs.gentoo.org/638234
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-emulation/x48/Manifest            |  2 +-
 app-emulation/x48/x48-0.6.4-r1.ebuild | 68 +++++++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+), 1 deletion(-)

diff --git a/app-emulation/x48/Manifest b/app-emulation/x48/Manifest
index 51ebcbff2b5..48fd8a60ca8 100644
--- a/app-emulation/x48/Manifest
+++ b/app-emulation/x48/Manifest
@@ -1 +1 @@
-DIST x48-0.6.4.tar.bz2 227991 SHA256 dd42fb3dfde860abb758f8e6d5ccd01845bbf0dcd808b87786eec3ef7091067f SHA512 60fdba1171a02e4a5f9bcefb29fff9398fdbda50553c3d3b952fab0b4ebf87b219d4615139ca3673b1c61ff6d6559aab3e93218334aa6cdb442d4861347138ce WHIRLPOOL ff2ec2d5930d677a4cde53d8edeec564dea6fff342b2b41059424ad42314e682e412675f98aba7439eb125cf255ee841032e79226f8536e34a2ae4353aa3c2d1
+DIST x48-0.6.4.tar.bz2 227991 BLAKE2B 8db2962860eeb161a8efc9d46730c71d95d0331157e3e2481a978385ad54b04b7a4eb601c68e7df966194b23e0cd04bed4e80511d22695bb7ccdd3959d8fd8d7 SHA512 60fdba1171a02e4a5f9bcefb29fff9398fdbda50553c3d3b952fab0b4ebf87b219d4615139ca3673b1c61ff6d6559aab3e93218334aa6cdb442d4861347138ce

diff --git a/app-emulation/x48/x48-0.6.4-r1.ebuild b/app-emulation/x48/x48-0.6.4-r1.ebuild
new file mode 100644
index 00000000000..ecfda887eaf
--- /dev/null
+++ b/app-emulation/x48/x48-0.6.4-r1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="HP48 Calculator Emulator"
+HOMEPAGE="http://x48.berlios.de/"
+SRC_URI="mirror://sourceforge/x48.berlios/${P}.tar.bz2"
+LICENSE="GPL-3"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="readline"
+
+RDEPEND="x11-libs/libX11
+	x11-libs/libXext
+	readline? ( sys-libs/readline:5 )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	x11-libs/libXt"
+
+src_unpack() {
+	mkdir -p "${S}"
+	cd "${S}"
+	unpack ${A}
+}
+
+src_prepare() {
+	eapply_user
+	sed -i '698s/inline/static inline/' src/emulate.c || die
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_enable readline)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	insinto /usr/share/"${PN}"/romdump
+	doins -r romdump/{README,ROMDump*}
+	dodoc AUTHORS README ChangeLog
+}
+
+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."
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2017-12-26 11:46 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2017-12-26 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     d3ec2d7745eed3e0a45fe075cb0401858cec8c80
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 11:33:35 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 11:33:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ec2d77

app-emulation/x48: stable 0.6.4-r1 for ppc/ppc64, bug #642224

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"

 app-emulation/x48/x48-0.6.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/x48/x48-0.6.4-r1.ebuild b/app-emulation/x48/x48-0.6.4-r1.ebuild
index ecfda887eaf..53ef50a7438 100644
--- a/app-emulation/x48/x48-0.6.4-r1.ebuild
+++ b/app-emulation/x48/x48-0.6.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/x48.berlios/${P}.tar.bz2"
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 IUSE="readline"
 
 RDEPEND="x11-libs/libX11


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2017-12-26 11:46 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2017-12-26 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     0d6a98858d3f0193ad0328f0e8e88593219e62cf
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 11:46:11 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 11:46:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6a9885

app-emulation/x48: stable 0.6.4-r1 for ia64, bug #642224

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 app-emulation/x48/x48-0.6.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/x48/x48-0.6.4-r1.ebuild b/app-emulation/x48/x48-0.6.4-r1.ebuild
index 53ef50a7438..20f51782c09 100644
--- a/app-emulation/x48/x48-0.6.4-r1.ebuild
+++ b/app-emulation/x48/x48-0.6.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/x48.berlios/${P}.tar.bz2"
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ppc ppc64 ~sparc ~x86"
 IUSE="readline"
 
 RDEPEND="x11-libs/libX11


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2017-12-28 11:58 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2017-12-28 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     5053a7ee761650100ff2c55ac78c53f0926499cb
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 11:55:40 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 11:58:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5053a7ee

app-emulation/x48: stable 0.6.4-r1 for hppa, bug #642224

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 app-emulation/x48/x48-0.6.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/x48/x48-0.6.4-r1.ebuild b/app-emulation/x48/x48-0.6.4-r1.ebuild
index 20f51782c09..edad8148ce3 100644
--- a/app-emulation/x48/x48-0.6.4-r1.ebuild
+++ b/app-emulation/x48/x48-0.6.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/x48.berlios/${P}.tar.bz2"
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ia64 ppc ppc64 ~sparc ~x86"
 IUSE="readline"
 
 RDEPEND="x11-libs/libX11


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2017-12-28 18:45 Thomas Deutschmann
  0 siblings, 0 replies; 18+ messages in thread
From: Thomas Deutschmann @ 2017-12-28 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     bcaf9abe99292701983e9d22f7cb74e5a0bc64a2
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 18:43:50 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 18:43:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcaf9abe

app-emulation/x48: x86 stable (bug #642224)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/x48/x48-0.6.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/x48/x48-0.6.4-r1.ebuild b/app-emulation/x48/x48-0.6.4-r1.ebuild
index edad8148ce3..8ff22b9f6bc 100644
--- a/app-emulation/x48/x48-0.6.4-r1.ebuild
+++ b/app-emulation/x48/x48-0.6.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/x48.berlios/${P}.tar.bz2"
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="readline"
 
 RDEPEND="x11-libs/libX11


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2018-01-04 20:22 Mikle Kolyada
  0 siblings, 0 replies; 18+ messages in thread
From: Mikle Kolyada @ 2018-01-04 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     9d9a1d446b329db563d6e252ec0d8c00d165fa04
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  4 20:16:25 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 20:22:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9a1d44

app-emulation/x48: amd64 stable wrt bug #642224

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-emulation/x48/x48-0.6.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/x48/x48-0.6.4-r1.ebuild b/app-emulation/x48/x48-0.6.4-r1.ebuild
index 8ff22b9f6bc..e79cafad0a1 100644
--- a/app-emulation/x48/x48-0.6.4-r1.ebuild
+++ b/app-emulation/x48/x48-0.6.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/x48.berlios/${P}.tar.bz2"
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="readline"
 
 RDEPEND="x11-libs/libX11


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2018-01-29 15:51 Tobias Klausmann
  0 siblings, 0 replies; 18+ messages in thread
From: Tobias Klausmann @ 2018-01-29 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     be310131f6606a690ffe38784aeda6e045c4a7be
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 11:33:51 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 15:51:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be310131

app-emulation/x48-0.6.4-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/642224

 app-emulation/x48/x48-0.6.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/x48/x48-0.6.4-r1.ebuild b/app-emulation/x48/x48-0.6.4-r1.ebuild
index e79cafad0a1..db232232d3c 100644
--- a/app-emulation/x48/x48-0.6.4-r1.ebuild
+++ b/app-emulation/x48/x48-0.6.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/x48.berlios/${P}.tar.bz2"
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="readline"
 
 RDEPEND="x11-libs/libX11


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2018-10-13 10:53 Mikle Kolyada
  0 siblings, 0 replies; 18+ messages in thread
From: Mikle Kolyada @ 2018-10-13 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d5f0d7527c3f7c3ca651148fb7e2885cd3228ad7
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 10:52:46 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 10:53:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f0d752

app-emulation/x48: Drop old

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-emulation/x48/x48-0.6.4.ebuild | 66 --------------------------------------
 1 file changed, 66 deletions(-)

diff --git a/app-emulation/x48/x48-0.6.4.ebuild b/app-emulation/x48/x48-0.6.4.ebuild
deleted file mode 100644
index cc84f6518da..00000000000
--- a/app-emulation/x48/x48-0.6.4.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools
-
-DESCRIPTION="HP48 Calculator Emulator"
-HOMEPAGE="http://x48.berlios.de/"
-SRC_URI="mirror://sourceforge/x48.berlios/${P}.tar.bz2"
-LICENSE="GPL-3"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="readline"
-
-RDEPEND="x11-libs/libX11
-	x11-libs/libXext
-	readline? ( sys-libs/readline )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	x11-libs/libXt"
-
-src_unpack() {
-	mkdir -p "${S}"
-	cd "${S}"
-	unpack ${A}
-}
-
-src_prepare() {
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_enable readline)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	insinto /usr/share/"${PN}"/romdump
-	doins -r romdump/{README,ROMDump*}
-	dodoc AUTHORS README ChangeLog
-}
-
-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."
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2019-01-12 23:29 Sergei Trofimovich
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2019-01-12 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     0b237d88515a4bf06bc1bb9e23482def5bba29e4
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 12 23:27:46 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jan 12 23:27:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b237d88

app-emulation/x48: stable 0.6.4-r1 for sparc, bug #642224

Package-Manager: Portage-2.3.55, Repoman-2.3.12
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/x48/x48-0.6.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/x48/x48-0.6.4-r1.ebuild b/app-emulation/x48/x48-0.6.4-r1.ebuild
index db232232d3c..25255dc0248 100644
--- a/app-emulation/x48/x48-0.6.4-r1.ebuild
+++ b/app-emulation/x48/x48-0.6.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/x48.berlios/${P}.tar.bz2"
 LICENSE="GPL-3"
 
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="readline"
 
 RDEPEND="x11-libs/libX11


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2019-05-23 17:27 Bernard Cafarelli
  0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2019-05-23 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     68498391cf963489cc213f86917c488c57fe157c
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 17:02:17 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu May 23 17:27:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68498391

app-emulation/x48: adding myself as maintainer

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 app-emulation/x48/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/x48/metadata.xml b/app-emulation/x48/metadata.xml
index f87e1e5b28d..cc92e2137dd 100644
--- a/app-emulation/x48/metadata.xml
+++ b/app-emulation/x48/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+  <maintainer type="person">
+    <email>voyageur@gentoo.org</email>
+    <name>Bernard Cafarelli</name>
+  </maintainer>
   <!-- maintainer-needed -->
   <longdescription lang="en">
     The x48 package is an emulator of the Saturn Processor and the I/O of an


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2019-05-23 22:14 Bernard Cafarelli
  0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2019-05-23 22:14 UTC (permalink / raw
  To: gentoo-commits

commit:     b075ac51fd8b7f791b0e617477038cb6393ca09b
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 22:14:36 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu May 23 22:14:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b075ac51

app-emulation/x48: properly update metadata this time

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 app-emulation/x48/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-emulation/x48/metadata.xml b/app-emulation/x48/metadata.xml
index cc92e2137dd..727692a8fcb 100644
--- a/app-emulation/x48/metadata.xml
+++ b/app-emulation/x48/metadata.xml
@@ -5,7 +5,6 @@
     <email>voyageur@gentoo.org</email>
     <name>Bernard Cafarelli</name>
   </maintainer>
-  <!-- maintainer-needed -->
   <longdescription lang="en">
     The x48 package is an emulator of the Saturn Processor and the I/O of an
     HP48 calculator. 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2019-10-07  8:05 David Seifert
  0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2019-10-07  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     58d1c22092ded71aeadd25152f8a896a479812b3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 08:04:49 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 08:04:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d1c220

app-emulation/x48: Use readline:0 package

* x48 was using an incorrect SLOT dependency

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../x48/{x48-0.6.4-r1.ebuild => x48-0.6.4-r2.ebuild}        | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-emulation/x48/x48-0.6.4-r1.ebuild b/app-emulation/x48/x48-0.6.4-r2.ebuild
similarity index 91%
rename from app-emulation/x48/x48-0.6.4-r1.ebuild
rename to app-emulation/x48/x48-0.6.4-r2.ebuild
index 25255dc0248..60123e66d5a 100644
--- a/app-emulation/x48/x48-0.6.4-r1.ebuild
+++ b/app-emulation/x48/x48-0.6.4-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools
 
@@ -14,9 +14,10 @@ SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="readline"
 
-RDEPEND="x11-libs/libX11
+RDEPEND="
+	x11-libs/libX11
 	x11-libs/libXext
-	readline? ( sys-libs/readline:5 )"
+	readline? ( sys-libs/readline:0= )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	x11-libs/libXt"
@@ -28,7 +29,7 @@ src_unpack() {
 }
 
 src_prepare() {
-	eapply_user
+	default
 	sed -i '698s/inline/static inline/' src/emulate.c || die
 	eautoreconf
 }
@@ -38,10 +39,10 @@ src_configure() {
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
+	default
+
 	insinto /usr/share/"${PN}"/romdump
 	doins -r romdump/{README,ROMDump*}
-	dodoc AUTHORS README ChangeLog
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2024-10-27 18:07 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2024-10-27 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     9c344c4a438c9da83a7ab30713eacf821fcee0ac
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 18:07:43 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 18:07:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c344c4a

app-emulation/x48: Stabilize 0.6.4-r3 ppc64, #942361

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emulation/x48/x48-0.6.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/x48/x48-0.6.4-r3.ebuild b/app-emulation/x48/x48-0.6.4-r3.ebuild
index b5fff5228056..27944e5b4607 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="


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2024-10-27 18:08 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2024-10-27 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0ba6a6db6acd46fda49aa66c01506764288285a5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 18:08:37 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 18:08:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba6a6db

app-emulation/x48: Stabilize 0.6.4-r3 ppc, #942361

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emulation/x48/x48-0.6.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/x48/x48-0.6.4-r3.ebuild b/app-emulation/x48/x48-0.6.4-r3.ebuild
index 27944e5b4607..776d6e441d9c 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="


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2024-10-27 21:06 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-10-27 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     94d56a75b92cf80f62092747a954bc768cb44b9e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 21:05:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 21:05:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d56a75

app-emulation/x48: Stabilize 0.6.4-r3 x86, #942361

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/x48/x48-0.6.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/x48/x48-0.6.4-r3.ebuild b/app-emulation/x48/x48-0.6.4-r3.ebuild
index 776d6e441d9c..06143755de4c 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="


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2024-10-27 21:06 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-10-27 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a053c788c1fcdaba7fe047b49e292374f8b8f193
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 21:05:39 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 21:05:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a053c788

app-emulation/x48: Stabilize 0.6.4-r3 amd64, #942361

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/x48/x48-0.6.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/x48/x48-0.6.4-r3.ebuild b/app-emulation/x48/x48-0.6.4-r3.ebuild
index 06143755de4c..6544c3afae87 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="


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2024-10-28 21:30 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2024-10-28 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     206b8e3a07eda41bb36e2da0b6b0ccadd390cc82
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 21:30:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 21:30:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206b8e3a

app-emulation/x48: Stabilize 0.6.4-r3 sparc, #942361

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/x48/x48-0.6.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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="


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/
@ 2024-10-28 23:15 Bernard Cafarelli
  0 siblings, 0 replies; 18+ messages in thread
From: Bernard Cafarelli @ 2024-10-28 23:15 UTC (permalink / raw
  To: gentoo-commits

commit:     719f4310e0edcf95784d82d923195b91df6925ab
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 23:15:38 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 23:15:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719f4310

app-emulation/x48: drop 0.6.4-r2

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 app-emulation/x48/x48-0.6.4-r2.ebuild | 69 -----------------------------------
 1 file changed, 69 deletions(-)

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."
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-10-28 23:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-12 23:29 [gentoo-commits] repo/gentoo:master commit in: app-emulation/x48/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2024-10-28 23:15 Bernard Cafarelli
2024-10-28 21:30 Sam James
2024-10-27 21:06 Sam James
2024-10-27 21:06 Sam James
2024-10-27 18:08 Arthur Zamarin
2024-10-27 18:07 Arthur Zamarin
2019-10-07  8:05 David Seifert
2019-05-23 22:14 Bernard Cafarelli
2019-05-23 17:27 Bernard Cafarelli
2018-10-13 10:53 Mikle Kolyada
2018-01-29 15:51 Tobias Klausmann
2018-01-04 20:22 Mikle Kolyada
2017-12-28 18:45 Thomas Deutschmann
2017-12-28 11:58 Sergei Trofimovich
2017-12-26 11:46 Sergei Trofimovich
2017-12-26 11:46 Sergei Trofimovich
2017-11-25 17:02 José María Alonso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox