public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/plus42/
Date: Wed, 16 Aug 2023 22:08:47 +0000 (UTC)	[thread overview]
Message-ID: <1692223724.848d14a36b16422a03c4a3765bf6ad7dfdfd27ba.voyageur@gentoo> (raw)

commit:     848d14a36b16422a03c4a3765bf6ad7dfdfd27ba
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 22:03:35 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 22:08:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848d14a3

app-emulation/plus42: add 1.0.20

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

 app-emulation/plus42/Manifest             |  1 +
 app-emulation/plus42/plus42-1.0.20.ebuild | 50 +++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/app-emulation/plus42/Manifest b/app-emulation/plus42/Manifest
index 6d5394a42b8a..8d6a4b257cce 100644
--- a/app-emulation/plus42/Manifest
+++ b/app-emulation/plus42/Manifest
@@ -1 +1,2 @@
 DIST plus42-upstream-1.0.17.tgz 7592298 BLAKE2B 262b985bb9f42ff98a218676ce9d831494cd4cb72db8c6557e3ebb2b5e43f7545c1f7c20a3c7297921a3fc77dea366b1cf4c7745cc9d473e18c395fbe43c05ea SHA512 79e1310f2fb34b34b827c84ca6749b7af6a800a97fb9ada4bba19cc477f3ff7077fe51b82c3e8845049f65d9abd83dc4f8bac9ea522f8a8ca46bb5a43b786623
+DIST plus42-upstream-1.0.20.tgz 7595277 BLAKE2B 17ab2955a7408436756709362026590c4be40ad1049106c17a596c5e370343457e0f26d01099c89c40f1f57d2c90b066f4e6c4a4bd6e39263d6bd1301e39f814 SHA512 a91853b61cb72f61d2cc3cbf1e700c64d9ffabde87037017230513fc908bd35a2310e460e73e0d9d3eb459db41a082527ad32ff4714737376d735434bbb140bd

diff --git a/app-emulation/plus42/plus42-1.0.20.ebuild b/app-emulation/plus42/plus42-1.0.20.ebuild
new file mode 100644
index 000000000000..89d41071d3b2
--- /dev/null
+++ b/app-emulation/plus42/plus42-1.0.20.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_PV="${PN}-upstream-${PV}"
+
+DESCRIPTION="An Enhanced HP-42S Calculator Simulator"
+HOMEPAGE="https://thomasokken.com/plus42/"
+SRC_URI="https://thomasokken.com/plus42/upstream/${MY_PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa"
+
+DEPEND="app-accessibility/at-spi2-core
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf
+	x11-libs/gtk+:3
+	alsa? ( media-libs/alsa-lib )"
+
+RDEPEND="${DEPEND}"
+
+DOCS=( CREDITS HISTORY README )
+S="${WORKDIR}/${MY_PV}"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.0.9-fix-makefile.patch"
+	"${FILESDIR}/${PN}-1.0.12-fix-build-intel-lib.patch"
+)
+
+src_prepare() {
+	default
+}
+
+src_compile() {
+	local myconf
+	use alsa && myconf="AUDIO_ALSA=yes"
+	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
+	emake -C gtk clean
+	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
+}
+
+src_install() {
+	default
+	dobin gtk/plus42bin gtk/plus42dec
+}


             reply	other threads:[~2023-08-16 22:08 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-16 22:08 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-23 22:15 [gentoo-commits] repo/gentoo:master commit in: app-emulation/plus42/ Bernard Cafarelli
2025-02-03 11:17 Bernard Cafarelli
2025-02-03 11:17 Bernard Cafarelli
2024-12-23 12:27 Bernard Cafarelli
2024-12-20  8:13 Bernard Cafarelli
2024-12-20  8:13 Bernard Cafarelli
2024-11-28 12:15 Bernard Cafarelli
2024-11-12  9:13 Bernard Cafarelli
2024-06-14 10:47 Bernard Cafarelli
2024-05-25 20:03 Bernard Cafarelli
2024-05-25 20:03 Bernard Cafarelli
2024-05-02  7:03 Bernard Cafarelli
2024-04-06 10:03 Bernard Cafarelli
2024-04-06 10:03 Bernard Cafarelli
2024-01-29  9:44 Bernard Cafarelli
2023-12-20  8:52 Bernard Cafarelli
2023-12-20  8:52 Bernard Cafarelli
2023-11-07 14:51 Bernard Cafarelli
2023-08-16 22:08 Bernard Cafarelli
2023-04-13 11:06 Bernard Cafarelli
2023-01-02 10:54 Bernard Cafarelli
2023-01-02 10:54 Bernard Cafarelli
2022-11-13 22:39 Bernard Cafarelli
2022-09-23 19:27 Bernard Cafarelli
2022-06-10 21:53 Bernard Cafarelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1692223724.848d14a36b16422a03c4a3765bf6ad7dfdfd27ba.voyageur@gentoo \
    --to=voyageur@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox