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/free42/
Date: Mon,  2 Jan 2023 10:54:38 +0000 (UTC)	[thread overview]
Message-ID: <1672656875.6d98ce96c082148dccde65b007a4bbcc8eb7ea0c.voyageur@gentoo> (raw)

commit:     6d98ce96c082148dccde65b007a4bbcc8eb7ea0c
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 10:50:50 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 10:54:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d98ce96

app-emulation/free42: drop 3.0.13, 3.0.14

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

 app-emulation/free42/Manifest             |  2 --
 app-emulation/free42/free42-3.0.13.ebuild | 50 -------------------------------
 app-emulation/free42/free42-3.0.14.ebuild | 46 ----------------------------
 3 files changed, 98 deletions(-)

diff --git a/app-emulation/free42/Manifest b/app-emulation/free42/Manifest
index 6095a36cf7f9..1b80f0775b7d 100644
--- a/app-emulation/free42/Manifest
+++ b/app-emulation/free42/Manifest
@@ -1,4 +1,2 @@
 DIST free42-nologo-2.5.24.tgz 7423183 BLAKE2B e10425af8d5c30be6ab5b728130bbe3068c414e24f033b65623951f915bcfeea0672857ff8def3e9f2766aba79411a1022d4b83592281567de38e82613d8a832 SHA512 a0702c3e4b2f3f38f73c54de4e51da8d1dc90585b253d1ae087d59dfabbe83be9c80086df8540cb6420dae8c6e766cd1ccce875d9bcb94ecbc85791e3fa89b8b
-DIST free42-nologo-3.0.13.tgz 7458844 BLAKE2B 3b09aaf0dc177ddc9db49a0f09c91f7c6a3346303266ed280fa57403e6864a4d88471dcab8c0e1ddf1b96653d4609f83f4102fc169902a70098b3260f48d9099 SHA512 6037e86962157a2293915d2bd9343f7ddcddcbb346e98fe339a7ef1784c98249fb55c69c0cf6370a79db4628197ac851d4c4c05ec610a2911fa9c3b00a6d077d
-DIST free42-nologo-3.0.14.tgz 7459191 BLAKE2B 35da329a6883fc8e83b59310b3df458111f90e25d032610af38c932cba0b4c33eddb63fe04902516c8f5b178ae7bd83d5775ebf63a9889dbbeb71fd99be3fe8d SHA512 d8ae0b5fd5004b6989365b9ed0ce037ae88ad59112022c8c552752bee613476b193f29199ce43c685eb30ab64a4d33aa33eb0a91c0c5ff0c09102bfc5c0e2d07
 DIST free42-nologo-3.0.16.tgz 7460148 BLAKE2B 2fd4baf38c30436bcc9e97698389a8fb6c9b457171a5ddbd117b32eaab02fc290132c26640201c5ae411f5701ec768a7744be64168ab5edab4c646397e6ced94 SHA512 909a461e2396b5a532b757c4305fea6623bd7102210940c457a9facda5404f7fb82918ced9f66fd13992bd0f2c7558f38c7b4693b9fd2434cff739af48c28a0e

diff --git a/app-emulation/free42/free42-3.0.13.ebuild b/app-emulation/free42/free42-3.0.13.ebuild
deleted file mode 100644
index 1163a40ac12c..000000000000
--- a/app-emulation/free42/free42-3.0.13.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-MY_PV="${PN}-nologo-${PV}"
-
-DESCRIPTION="An HP-42S Calculator Simulator"
-HOMEPAGE="https://thomasokken.com/free42/"
-SRC_URI="https://thomasokken.com/free42/upstream/${MY_PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa"
-
-DEPEND="dev-libs/atk
-	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}-2.5.16-fix-makefile.patch"
-	"${FILESDIR}/${PN}-2.5.3-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/free42bin gtk/free42dec
-}

diff --git a/app-emulation/free42/free42-3.0.14.ebuild b/app-emulation/free42/free42-3.0.14.ebuild
deleted file mode 100644
index 9bbccf08da85..000000000000
--- a/app-emulation/free42/free42-3.0.14.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-MY_PV="${PN}-nologo-${PV}"
-
-DESCRIPTION="An HP-42S Calculator Simulator"
-HOMEPAGE="https://thomasokken.com/free42/"
-SRC_URI="https://thomasokken.com/free42/upstream/${MY_PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa"
-
-DEPEND="dev-libs/atk
-	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}-3.0.14-fix-makefile.patch"
-	"${FILESDIR}/${PN}-2.5.3-fix-build-intel-lib.patch"
-)
-
-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/free42bin gtk/free42dec
-}


             reply	other threads:[~2023-01-02 10:54 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-02 10:54 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/free42/ 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-23 12:27 Bernard Cafarelli
2024-12-20  8:13 Bernard Cafarelli
2024-11-28 12:15 Bernard Cafarelli
2024-11-12  9:13 Bernard Cafarelli
2024-09-27  5:30 Arthur Zamarin
2024-09-27  5:30 Arthur Zamarin
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-08-16 22:08 Bernard Cafarelli
2023-08-16 22:08 Bernard Cafarelli
2023-04-13 11:06 Bernard Cafarelli
2023-01-02 10:54 Bernard Cafarelli
2022-09-23 19:27 Bernard Cafarelli
2022-07-04 17:42 Bernard Cafarelli
2022-06-10 21:53 Bernard Cafarelli
2022-05-22 20:03 Bernard Cafarelli
2022-02-04 12:24 Bernard Cafarelli
2022-01-02  9:56 Bernard Cafarelli
2022-01-02  9:56 Bernard Cafarelli
2021-11-11 11:19 Bernard Cafarelli
2021-08-30 11:30 Bernard Cafarelli
2021-07-06 11:37 Bernard Cafarelli
2021-07-06 11:37 Bernard Cafarelli
2021-05-29 10:13 Bernard Cafarelli
2021-03-26  9:51 Bernard Cafarelli
2021-02-17 23:40 Sam James
2021-02-16 12:26 Sam James
2021-02-07 23:23 Bernard Cafarelli
2021-01-23 16:36 Bernard Cafarelli
2021-01-23 16:36 Bernard Cafarelli
2020-12-29 19:25 Bernard Cafarelli
2020-11-08 15:30 Bernard Cafarelli
2020-10-07 20:39 Bernard Cafarelli
2020-05-04 10:21 Bernard Cafarelli
2020-02-21 14:11 Bernard Cafarelli
2020-01-13 17:12 Bernard Cafarelli
2019-11-13 23:05 Bernard Cafarelli
2019-11-13 23:05 Bernard Cafarelli
2019-11-13 23:05 Bernard Cafarelli
2019-10-14 21:11 Bernard Cafarelli
2019-09-24 12:56 Bernard Cafarelli
2019-09-24 12:56 Bernard Cafarelli
2019-07-30 20:48 Bernard Cafarelli
2019-07-03  8:24 Bernard Cafarelli
2019-05-23 17:27 Bernard Cafarelli
2018-05-14 14:19 José María Alonso
2018-05-13 23:34 Aaron Bauman
2018-05-13 22:29 Thomas Deutschmann
2018-05-10 21:02 José María Alonso
2018-04-09 20:24 José María Alonso
2018-03-20 10:01 Agostino Sarubbo
2018-02-21  3:01 Thomas Deutschmann
2017-11-07 13:12 Manuel Rüger
2017-11-02 21:16 Thomas Deutschmann
2017-05-04 15:55 Agostino Sarubbo
2017-05-04 13:07 Agostino Sarubbo
2017-03-10 10:59 Agostino Sarubbo
2017-03-10  9:09 Agostino Sarubbo
2017-01-04 17:09 Agostino Sarubbo
2017-01-04 16:56 Agostino Sarubbo
2016-12-21 10:27 Tobias Klausmann
2016-11-30 16:00 José María Alonso

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=1672656875.6d98ce96c082148dccde65b007a4bbcc8eb7ea0c.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