Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/plus42/
Date: Mon, 02 Jan 2023 10:54:43
Message-Id: 1672656876.08d30c40301cca4dd7dcd010ca31af2517d7774d.voyageur@gentoo
1 commit: 08d30c40301cca4dd7dcd010ca31af2517d7774d
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 10:52:42 2023 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 10:54:36 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d30c40
7
8 app-emulation/plus42: drop 1.0.9, 1.0.10, 1.0.12
9
10 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
11
12 app-emulation/plus42/Manifest | 3 --
13 app-emulation/plus42/plus42-1.0.10.ebuild | 46 ----------------------------
14 app-emulation/plus42/plus42-1.0.12.ebuild | 50 -------------------------------
15 app-emulation/plus42/plus42-1.0.9.ebuild | 50 -------------------------------
16 4 files changed, 149 deletions(-)
17
18 diff --git a/app-emulation/plus42/Manifest b/app-emulation/plus42/Manifest
19 index 9669cee28e9c..4f757cbb7db4 100644
20 --- a/app-emulation/plus42/Manifest
21 +++ b/app-emulation/plus42/Manifest
22 @@ -1,4 +1 @@
23 -DIST plus42-upstream-1.0.10.tgz 7585424 BLAKE2B c27f5e653e07986a092efc34ed6aaf7de2b1e6c20db3300fc6bd35337032a57b4623cf9d5ecb1b0e56e1a7b6d92a4b5d04be0b9dea9fade9d0e7efe86901ca8d SHA512 d504988c5bfcf1e554ee7478c5c6d0cc7472e3ba9904fb45d2ea77bf05307e0def79002785551b6a876d714d5d4279728b329c63c7108a935b06967c65441083
24 -DIST plus42-upstream-1.0.12.tgz 7587652 BLAKE2B 22238d0e0b315f682063803d01cc2c1e943b152d8dd37998fbf81827d311f13b43e7529bf9fc229697b865dfe630ff1024052e119b5753386ac9a06db0f2c0e4 SHA512 31e380ab45d11a2e1a02ade6b9ce61aa756ee20ad8424eb404986ff536be8e91dea63b00baea607d7f0e41e0406d2bbab9f91123a637a2c87bbfe25bcabbbaa7
25 DIST plus42-upstream-1.0.13.tgz 7587720 BLAKE2B 101e6b58a5421e42340b63f521b3a68766dd2f5ddb73d88c6417bd71f79afc0f20403f7e9c134ff3a8f97259a09e7b67dd47d8f349b8c233c12bf707a5ec7175 SHA512 5e184c2737da8aeb702b8d73af810ae5ab633490470918e3e9bb467ac01cfb912a25ae7ba00cb311fafe7250fc28b474958d55c19e1ec9b3c2280c33b97ae865
26 -DIST plus42-upstream-1.0.9.tgz 7585218 BLAKE2B e6c09c985fcf3f037a0c1dc1f4f445ef18c4f73962ffbf46939b91d5a96c9f079bd36b328b30fcae42f0bc13ebee7a1f56e51762f225f41fb715ab88e8b93d56 SHA512 77c06cf33d375f513c6806910f6b8bdda865853e7890922174364a7d2a07e35a6bbae2e62800c7658be01fe8b3aafbfc7f53a19451475b411865fe69bef090d8
27
28 diff --git a/app-emulation/plus42/plus42-1.0.10.ebuild b/app-emulation/plus42/plus42-1.0.10.ebuild
29 deleted file mode 100644
30 index a369e270c0d9..000000000000
31 --- a/app-emulation/plus42/plus42-1.0.10.ebuild
32 +++ /dev/null
33 @@ -1,46 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -inherit toolchain-funcs
40 -
41 -MY_PV="${PN}-upstream-${PV}"
42 -
43 -DESCRIPTION="An Enhanced HP-42S Calculator Simulator"
44 -HOMEPAGE="https://thomasokken.com/plus42/"
45 -SRC_URI="https://thomasokken.com/plus42/upstream/${MY_PV}.tgz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="+alsa"
51 -
52 -DEPEND="dev-libs/atk
53 - x11-libs/cairo
54 - x11-libs/gdk-pixbuf
55 - x11-libs/gtk+:3
56 - alsa? ( media-libs/alsa-lib )"
57 -
58 -RDEPEND="${DEPEND}"
59 -
60 -DOCS=( CREDITS HISTORY README )
61 -S="${WORKDIR}/${MY_PV}"
62 -
63 -PATCHES=(
64 - "${FILESDIR}/${PN}-1.0.9-fix-makefile.patch"
65 - "${FILESDIR}/${PN}-1.0.4-fix-build-intel-lib.patch"
66 -)
67 -
68 -src_compile() {
69 - local myconf
70 - use alsa && myconf="AUDIO_ALSA=yes"
71 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
72 - emake -C gtk clean
73 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
74 -}
75 -
76 -src_install() {
77 - default
78 - dobin gtk/plus42bin gtk/plus42dec
79 -}
80
81 diff --git a/app-emulation/plus42/plus42-1.0.12.ebuild b/app-emulation/plus42/plus42-1.0.12.ebuild
82 deleted file mode 100644
83 index 3812fdade255..000000000000
84 --- a/app-emulation/plus42/plus42-1.0.12.ebuild
85 +++ /dev/null
86 @@ -1,50 +0,0 @@
87 -# Copyright 1999-2022 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=8
91 -
92 -inherit toolchain-funcs
93 -
94 -MY_PV="${PN}-upstream-${PV}"
95 -
96 -DESCRIPTION="An Enhanced HP-42S Calculator Simulator"
97 -HOMEPAGE="https://thomasokken.com/plus42/"
98 -SRC_URI="https://thomasokken.com/plus42/upstream/${MY_PV}.tgz"
99 -
100 -LICENSE="GPL-2"
101 -SLOT="0"
102 -KEYWORDS="~amd64 ~x86"
103 -IUSE="+alsa"
104 -
105 -DEPEND="app-accessibility/at-spi2-core
106 - x11-libs/cairo
107 - x11-libs/gdk-pixbuf
108 - x11-libs/gtk+:3
109 - alsa? ( media-libs/alsa-lib )"
110 -
111 -RDEPEND="${DEPEND}"
112 -
113 -DOCS=( CREDITS HISTORY README )
114 -S="${WORKDIR}/${MY_PV}"
115 -
116 -PATCHES=(
117 - "${FILESDIR}/${PN}-1.0.9-fix-makefile.patch"
118 - "${FILESDIR}/${PN}-1.0.12-fix-build-intel-lib.patch"
119 -)
120 -
121 -src_prepare() {
122 - default
123 -}
124 -
125 -src_compile() {
126 - local myconf
127 - use alsa && myconf="AUDIO_ALSA=yes"
128 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
129 - emake -C gtk clean
130 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
131 -}
132 -
133 -src_install() {
134 - default
135 - dobin gtk/plus42bin gtk/plus42dec
136 -}
137
138 diff --git a/app-emulation/plus42/plus42-1.0.9.ebuild b/app-emulation/plus42/plus42-1.0.9.ebuild
139 deleted file mode 100644
140 index b73a2da34bf8..000000000000
141 --- a/app-emulation/plus42/plus42-1.0.9.ebuild
142 +++ /dev/null
143 @@ -1,50 +0,0 @@
144 -# Copyright 1999-2022 Gentoo Authors
145 -# Distributed under the terms of the GNU General Public License v2
146 -
147 -EAPI=8
148 -
149 -inherit toolchain-funcs
150 -
151 -MY_PV="${PN}-upstream-${PV}"
152 -
153 -DESCRIPTION="An Enhanced HP-42S Calculator Simulator"
154 -HOMEPAGE="https://thomasokken.com/plus42/"
155 -SRC_URI="https://thomasokken.com/plus42/upstream/${MY_PV}.tgz"
156 -
157 -LICENSE="GPL-2"
158 -SLOT="0"
159 -KEYWORDS="~amd64 ~x86"
160 -IUSE="+alsa"
161 -
162 -DEPEND="dev-libs/atk
163 - x11-libs/cairo
164 - x11-libs/gdk-pixbuf
165 - x11-libs/gtk+:3
166 - alsa? ( media-libs/alsa-lib )"
167 -
168 -RDEPEND="${DEPEND}"
169 -
170 -DOCS=( CREDITS HISTORY README )
171 -S="${WORKDIR}/${MY_PV}"
172 -
173 -PATCHES=(
174 - "${FILESDIR}/${PN}-1.0.9-fix-makefile.patch"
175 - "${FILESDIR}/${PN}-1.0.4-fix-build-intel-lib.patch"
176 -)
177 -
178 -src_prepare() {
179 - default
180 -}
181 -
182 -src_compile() {
183 - local myconf
184 - use alsa && myconf="AUDIO_ALSA=yes"
185 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
186 - emake -C gtk clean
187 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
188 -}
189 -
190 -src_install() {
191 - default
192 - dobin gtk/plus42bin gtk/plus42dec
193 -}