commit:     fc640bdd568d9c620d9e7d6c5194ef774c315b14
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 06:56:57 2025 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 07:45:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc640bdd

app-emulation/free42: drop 3.2.3, 3.2.7, 3.2.8

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

 app-emulation/free42/Manifest            |  3 ---
 app-emulation/free42/free42-3.2.3.ebuild | 45 --------------------------------
 app-emulation/free42/free42-3.2.7.ebuild | 45 --------------------------------
 app-emulation/free42/free42-3.2.8.ebuild | 45 --------------------------------
 4 files changed, 138 deletions(-)

diff --git a/app-emulation/free42/Manifest b/app-emulation/free42/Manifest
index 567f1da6f5b1..75f19b248d12 100644
--- a/app-emulation/free42/Manifest
+++ b/app-emulation/free42/Manifest
@@ -1,5 +1,2 @@
 DIST free42-nologo-3.1.9.tgz 7464567 BLAKE2B 
d3a8e87a71b1e6de0da2f9d0efe20e3131c8589151b1f67873d29aa45131b513a2e7fb127fd93fec35c318ed9ed9959f356df3b8c39ea31ed89022d9d66de3eb
 SHA512 
350a0f15f08afbca04cf59e453ac0e48c78fb068b67746ac4174a595140085a167409a51eb9f627a71b931177495456ab31ae3ec00a9dda29bb21db7244381fd
-DIST free42-nologo-3.2.3.tgz 7474355 BLAKE2B 
163251cad1b5cf166a12d83341314c778a220539fd5dcbc44d68358dd8a6923e35611ba0482cdf80f843981368ceaa5c86a67fe89ecbe0d4b613f414036c1782
 SHA512 
c0e840e387a63212a9386a11e198efe779a9613fe5a8522dc320ee0f04920e637085406de3e906f8819178401aeb5dd3158716fc63b30e009678d834060040dd
-DIST free42-nologo-3.2.7.tgz 7475723 BLAKE2B 
66caacdd353886268d16e9429e324fc1218ab102f7508e4440c09d365734b4b9ba58b6e3f779b7981e11191716cc910a7fa219477013fba4963a402f7cc94604
 SHA512 
e4342d8c9adb05daed67c98d676b0e43c7fb2590fffeabcb9359a957f7ddb989fec89f1bce86db8ef366bcca03ce3feec77f46338fe775df9d3e4f54369ee861
-DIST free42-nologo-3.2.8.tgz 7475999 BLAKE2B 
2e4128d090c1ae40a4f22486183cbd5e44a8c4f6c49889cbeb914df01a05e655a4ac7b99d1db5b34b88295fb036267f82f0458d58a384b0d342d1607f898253d
 SHA512 
2612ddb3cdeb7dbe101a42aedfcf8cb1f2ba593d8c038f29ce0e3a49c768f757b0b49a9bd957c6eca7bae1f6159f2ca467c41490a9a529c694bdc3c0b38e4eeb
 DIST free42-nologo-3.3.3.tgz 7484886 BLAKE2B 
d47fbcf80e411b923505d6ce5c2d7cdeab17b0ff78db30717a1756eed08e47d88d3b620d5db86a972d832771d51dc66917a1669f864d288b52c705ff494827bb
 SHA512 
d85aa219524ec6ce329464060a0bdc0b4682592642c2f827cd9bdbcf9df6a0b5040c128dbd089972843bea47cb71000e5945e66d792a16cbe905268a4d9276c2

diff --git a/app-emulation/free42/free42-3.2.3.ebuild 
b/app-emulation/free42/free42-3.2.3.ebuild
deleted file mode 100644
index 768a05888a5e..000000000000
--- a/app-emulation/free42/free42-3.2.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2025 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";
-S=${WORKDIR}/${MY_PV}
-
-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 )
-
-PATCHES=(
-       "${FILESDIR}/${PN}-3.0.14-fix-makefile.patch"
-       "${FILESDIR}/${PN}-3.0.16-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
-}

diff --git a/app-emulation/free42/free42-3.2.7.ebuild 
b/app-emulation/free42/free42-3.2.7.ebuild
deleted file mode 100644
index 768a05888a5e..000000000000
--- a/app-emulation/free42/free42-3.2.7.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2025 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";
-S=${WORKDIR}/${MY_PV}
-
-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 )
-
-PATCHES=(
-       "${FILESDIR}/${PN}-3.0.14-fix-makefile.patch"
-       "${FILESDIR}/${PN}-3.0.16-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
-}

diff --git a/app-emulation/free42/free42-3.2.8.ebuild 
b/app-emulation/free42/free42-3.2.8.ebuild
deleted file mode 100644
index 768a05888a5e..000000000000
--- a/app-emulation/free42/free42-3.2.8.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2025 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";
-S=${WORKDIR}/${MY_PV}
-
-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 )
-
-PATCHES=(
-       "${FILESDIR}/${PN}-3.0.14-fix-makefile.patch"
-       "${FILESDIR}/${PN}-3.0.16-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 via email to