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/free42/, app-emulation/free42/files/
Date: Sun, 02 Feb 2020 19:21:51
Message-Id: 1580671302.bfd43bba307da0c19a7aa0038ad9e12ab3ea2bb6.voyageur@gentoo
1 commit: bfd43bba307da0c19a7aa0038ad9e12ab3ea2bb6
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 19:13:38 2020 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 19:21:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd43bba
7
8 app-emulation/free42: drop old
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 app-emulation/free42/Manifest | 3 --
14 .../free42/files/free42-2.5.3-fix-makefile.patch | 62 ----------------------
15 app-emulation/free42/free42-2.5.10.ebuild | 53 ------------------
16 app-emulation/free42/free42-2.5.11.ebuild | 53 ------------------
17 app-emulation/free42/free42-2.5.12.ebuild | 50 -----------------
18 5 files changed, 221 deletions(-)
19
20 diff --git a/app-emulation/free42/Manifest b/app-emulation/free42/Manifest
21 index 64ccb30bfa1..1efbc90b0f9 100644
22 --- a/app-emulation/free42/Manifest
23 +++ b/app-emulation/free42/Manifest
24 @@ -1,5 +1,2 @@
25 DIST free42-nologo-2.0.20.tgz 7390214 BLAKE2B 306f3378bcbb44fa7982c5d9c29bfbea62e915ca50ca5e5216f46fbf483f110a1288d4800991a74622a042517496ff8dd94c3fa3249e8bb4181957e6b23d5ea3 SHA512 9b540fbc50df2f94b135b5e778354f330df77a54ef2ad99b257b5b91d1e3e8d1241e8a834522fc46fe33571ea2695ad8889b427dbcf653870672e89cd56d60f5
26 -DIST free42-nologo-2.5.10.tgz 7408769 BLAKE2B eec27805199b80ce659517479bbaefe871f8e4d2fc06c138e4741d63748acdef7e04b54324ff679a820ca451fcfa34e4202edf196e426679adabe397313f8f37 SHA512 309ee3779b792208ab887b91e43c4bf7a61862b02e3c250fd09367c154345878ad80c2c949138cb5d0c5d7031ebb0d4c6d192962866b6b68fce220ab2d651b42
27 -DIST free42-nologo-2.5.11.tgz 7408708 BLAKE2B a7eedafb15ff52e52774b7750bd00cba0b94176d90572cf60c1b927d47a879ea834704b424b2dfcd467c3ae08566a0269d0b5b7a1418e5c4399f7c4e86dd7198 SHA512 389bacf4af420fe4bb8174d15b049f73004f9cecdfd98b1c4aafbe2076c77ba1ce1f4a7df762f4622ccbec2ffbaffc218d0afe576a977d1c583e4a4ca20eff46
28 -DIST free42-nologo-2.5.12.tgz 7409287 BLAKE2B 9d2e244c1d7c7c728bfde6331badee412573239e3470e84f30776f62f9c6224ff3dc3d3cea8574349aeebd171c6682cfbc12b9bbdd2decbce6b6223aae705a1f SHA512 d93d55dfedfb33f91868f92e6ab9c1db48ff05e932c6628df5bb8237192aaeb104a2da56422cecfeab2ccc24d41fb518f6901ce2424739450d56a5ae7f90cda1
29 DIST free42-nologo-2.5.14.tgz 7410951 BLAKE2B 5d8087269da86a2c8c00378a3bc51d2f85e2458283ab84dbee3f6d84a373423581b983faef184e794f3c2effd3bde568a4df627a29720d8cb3970e27ddc9c3ca SHA512 0e2ed3f13448d0ea60255d5e45831fcf14efef831f7c2fef59348bd15e1e4b0c42d1b24693de4e35d350367057bc14995767e8e099eb3ed46320c6f6ba97fe69
30
31 diff --git a/app-emulation/free42/files/free42-2.5.3-fix-makefile.patch b/app-emulation/free42/files/free42-2.5.3-fix-makefile.patch
32 deleted file mode 100644
33 index fc5abc33bfd..00000000000
34 --- a/app-emulation/free42/files/free42-2.5.3-fix-makefile.patch
35 +++ /dev/null
36 @@ -1,62 +0,0 @@
37 -diff -Naur free42-nologo-2.5.3.orig/gtk/Makefile free42-nologo-2.5.3/gtk/Makefile
38 ---- free42-nologo-2.5.3.orig/gtk/Makefile 2019-09-01 17:44:47.000000000 +0200
39 -+++ free42-nologo-2.5.3/gtk/Makefile 2019-09-04 00:27:16.761482125 +0200
40 -@@ -15,7 +15,7 @@
41 - # along with this program; if not, see http://www.gnu.org/licenses/.
42 - ###############################################################################
43 -
44 --CFLAGS = -MMD \
45 -+CFLAGS := -MMD \
46 - -Wall \
47 - -Wno-parentheses \
48 - -Wno-write-strings \
49 -@@ -34,15 +34,17 @@
50 - -DDECIMAL_GLOBAL_ROUNDING=1 \
51 - -DDECIMAL_GLOBAL_ROUNDING_ACCESS_FUNCTIONS=1 \
52 - -DDECIMAL_GLOBAL_EXCEPTION_FLAGS=1 \
53 -- -DDECIMAL_GLOBAL_EXCEPTION_FLAGS_ACCESS_FUNCTIONS=1
54 -+ -DDECIMAL_GLOBAL_EXCEPTION_FLAGS_ACCESS_FUNCTIONS=1 \
55 -+ ${CFLAGS}
56 -
57 --CXXFLAGS = $(CFLAGS) \
58 -+CXXFLAGS := $(CFLAGS) \
59 - -fno-exceptions \
60 - -fno-rtti \
61 -- -D_WCHAR_T_DEFINED
62 -+ -D_WCHAR_T_DEFINED \
63 -+ ${CXXFLAGS}
64 -
65 --LDFLAGS = -L/usr/X11R6/lib
66 --LIBS = gcc111libbid.a $(shell pkg-config --libs gtk+-2.0) -lXmu -lX11
67 -+MYLDFLAGS = -L/usr/X11R6/lib
68 -+LIBS = gcc111libbid.a -ldl -lpthread -lX11 -lXmu $(shell pkg-config --libs gtk+-2.0)
69 -
70 - ifeq "$(shell uname -s)" "FreeBSD"
71 - ifdef AUDIO_ALSA
72 -@@ -54,6 +56,8 @@
73 - CFLAGS += -DF42_BIG_ENDIAN -DBID_BIG_ENDIAN
74 - endif
75 -
76 -+MYLDFLAGS += ${LDFLAGS}
77 -+
78 - SRCS = shell_main.cc shell_skin.cc skins.cc keymap.cc shell_loadimage.cc \
79 - shell_spool.cc core_main.cc core_commands1.cc core_commands2.cc \
80 - core_commands3.cc core_commands4.cc core_commands5.cc \
81 -@@ -95,7 +99,7 @@
82 - endif
83 -
84 - $(EXE): $(OBJS)
85 -- $(CXX) -o $(EXE) $(LDFLAGS) $(OBJS) $(LIBS)
86 -+ $(CXX) -o $(EXE) $(MYLDFLAGS) $(OBJS) $(LIBS)
87 -
88 - $(SRCS) skin2cc.cc keymap2cc.cc skin2cc.conf: symlinks
89 -
90 -@@ -119,7 +123,7 @@
91 -
92 - symlinks:
93 - for fn in `cd ../common; /bin/ls`; do ln -s ../common/$$fn; done
94 -- sh ./build-intel-lib.sh
95 -+ +sh ./build-intel-lib.sh
96 - ln -s IntelRDFPMathLib20U1/TESTS/readtest.c
97 - touch symlinks
98 -
99
100 diff --git a/app-emulation/free42/free42-2.5.10.ebuild b/app-emulation/free42/free42-2.5.10.ebuild
101 deleted file mode 100644
102 index 1b8978d0d0c..00000000000
103 --- a/app-emulation/free42/free42-2.5.10.ebuild
104 +++ /dev/null
105 @@ -1,53 +0,0 @@
106 -# Copyright 1999-2019 Gentoo Authors
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=7
110 -
111 -inherit toolchain-funcs
112 -
113 -MY_PV="${PN}-nologo-${PV}"
114 -
115 -DESCRIPTION="An HP-42S Calculator Simulator"
116 -HOMEPAGE="https://thomasokken.com/free42/"
117 -SRC_URI="https://thomasokken.com/free42/upstream/${MY_PV}.tgz"
118 -
119 -LICENSE="GPL-2"
120 -SLOT="0"
121 -KEYWORDS="~amd64 ~x86"
122 -IUSE="+alsa"
123 -
124 -DEPEND="dev-libs/atk
125 - x11-libs/cairo
126 - x11-libs/gdk-pixbuf
127 - x11-libs/gtk+:2
128 - x11-libs/pango
129 - alsa? ( media-libs/alsa-lib )"
130 -
131 -RDEPEND="${DEPEND}
132 - x11-libs/libX11
133 - x11-libs/libXmu"
134 -
135 -DOCS=( CREDITS HISTORY README )
136 -S="${WORKDIR}/${MY_PV}"
137 -
138 -PATCHES=(
139 - "${FILESDIR}/${PN}-2.5.3-fix-makefile.patch"
140 - "${FILESDIR}/${PN}-2.5.3-fix-build-intel-lib.patch"
141 -)
142 -
143 -src_prepare() {
144 - default
145 -}
146 -
147 -src_compile() {
148 - local myconf
149 - use alsa && myconf="AUDIO_ALSA=yes"
150 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
151 - emake -C gtk clean
152 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
153 -}
154 -
155 -src_install() {
156 - default
157 - dobin gtk/free42bin gtk/free42dec
158 -}
159
160 diff --git a/app-emulation/free42/free42-2.5.11.ebuild b/app-emulation/free42/free42-2.5.11.ebuild
161 deleted file mode 100644
162 index 1b8978d0d0c..00000000000
163 --- a/app-emulation/free42/free42-2.5.11.ebuild
164 +++ /dev/null
165 @@ -1,53 +0,0 @@
166 -# Copyright 1999-2019 Gentoo Authors
167 -# Distributed under the terms of the GNU General Public License v2
168 -
169 -EAPI=7
170 -
171 -inherit toolchain-funcs
172 -
173 -MY_PV="${PN}-nologo-${PV}"
174 -
175 -DESCRIPTION="An HP-42S Calculator Simulator"
176 -HOMEPAGE="https://thomasokken.com/free42/"
177 -SRC_URI="https://thomasokken.com/free42/upstream/${MY_PV}.tgz"
178 -
179 -LICENSE="GPL-2"
180 -SLOT="0"
181 -KEYWORDS="~amd64 ~x86"
182 -IUSE="+alsa"
183 -
184 -DEPEND="dev-libs/atk
185 - x11-libs/cairo
186 - x11-libs/gdk-pixbuf
187 - x11-libs/gtk+:2
188 - x11-libs/pango
189 - alsa? ( media-libs/alsa-lib )"
190 -
191 -RDEPEND="${DEPEND}
192 - x11-libs/libX11
193 - x11-libs/libXmu"
194 -
195 -DOCS=( CREDITS HISTORY README )
196 -S="${WORKDIR}/${MY_PV}"
197 -
198 -PATCHES=(
199 - "${FILESDIR}/${PN}-2.5.3-fix-makefile.patch"
200 - "${FILESDIR}/${PN}-2.5.3-fix-build-intel-lib.patch"
201 -)
202 -
203 -src_prepare() {
204 - default
205 -}
206 -
207 -src_compile() {
208 - local myconf
209 - use alsa && myconf="AUDIO_ALSA=yes"
210 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
211 - emake -C gtk clean
212 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
213 -}
214 -
215 -src_install() {
216 - default
217 - dobin gtk/free42bin gtk/free42dec
218 -}
219
220 diff --git a/app-emulation/free42/free42-2.5.12.ebuild b/app-emulation/free42/free42-2.5.12.ebuild
221 deleted file mode 100644
222 index a50835ba399..00000000000
223 --- a/app-emulation/free42/free42-2.5.12.ebuild
224 +++ /dev/null
225 @@ -1,50 +0,0 @@
226 -# Copyright 1999-2019 Gentoo Authors
227 -# Distributed under the terms of the GNU General Public License v2
228 -
229 -EAPI=7
230 -
231 -inherit toolchain-funcs
232 -
233 -MY_PV="${PN}-nologo-${PV}"
234 -
235 -DESCRIPTION="An HP-42S Calculator Simulator"
236 -HOMEPAGE="https://thomasokken.com/free42/"
237 -SRC_URI="https://thomasokken.com/free42/upstream/${MY_PV}.tgz"
238 -
239 -LICENSE="GPL-2"
240 -SLOT="0"
241 -KEYWORDS="~amd64 ~x86"
242 -IUSE="+alsa"
243 -
244 -DEPEND="dev-libs/atk
245 - x11-libs/cairo
246 - x11-libs/gdk-pixbuf
247 - x11-libs/gtk+:3
248 - alsa? ( media-libs/alsa-lib )"
249 -
250 -RDEPEND="${DEPEND}"
251 -
252 -DOCS=( CREDITS HISTORY README )
253 -S="${WORKDIR}/${MY_PV}"
254 -
255 -PATCHES=(
256 - "${FILESDIR}/${PN}-2.5.12-fix-makefile.patch"
257 - "${FILESDIR}/${PN}-2.5.3-fix-build-intel-lib.patch"
258 -)
259 -
260 -src_prepare() {
261 - default
262 -}
263 -
264 -src_compile() {
265 - local myconf
266 - use alsa && myconf="AUDIO_ALSA=yes"
267 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
268 - emake -C gtk clean
269 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
270 -}
271 -
272 -src_install() {
273 - default
274 - dobin gtk/free42bin gtk/free42dec
275 -}