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/
Date: Tue, 24 Sep 2019 12:56:41
Message-Id: 1569329791.84914f1c330186e7592892cdb9e0ff6754b56448.voyageur@gentoo
1 commit: 84914f1c330186e7592892cdb9e0ff6754b56448
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 23 20:46:41 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 24 12:56:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84914f1c
7
8 app-emulation/free42: drop old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 app-emulation/free42/Manifest | 3 --
14 app-emulation/free42/free42-2.2.1.ebuild | 53 --------------------------------
15 app-emulation/free42/free42-2.4.2.ebuild | 53 --------------------------------
16 app-emulation/free42/free42-2.4.ebuild | 53 --------------------------------
17 4 files changed, 162 deletions(-)
18
19 diff --git a/app-emulation/free42/Manifest b/app-emulation/free42/Manifest
20 index 6c9718655ca..0574099e696 100644
21 --- a/app-emulation/free42/Manifest
22 +++ b/app-emulation/free42/Manifest
23 @@ -1,5 +1,2 @@
24 DIST free42-nologo-2.0.20.tgz 7390214 BLAKE2B 306f3378bcbb44fa7982c5d9c29bfbea62e915ca50ca5e5216f46fbf483f110a1288d4800991a74622a042517496ff8dd94c3fa3249e8bb4181957e6b23d5ea3 SHA512 9b540fbc50df2f94b135b5e778354f330df77a54ef2ad99b257b5b91d1e3e8d1241e8a834522fc46fe33571ea2695ad8889b427dbcf653870672e89cd56d60f5
25 -DIST free42-nologo-2.2.1.tgz 7398286 BLAKE2B 041c9672305b712efab8e7d5eb73bc0bd159b5fd61e9ecf39d5ce691aff045be4a6a4c635c0948e610e51832db64b388bdd001eb57aad41724e27dff4cf95a0a SHA512 2ed735ff161ea14ca5be97131b69065410faa699ed05d3eb94abbb9653c694d83fc4e45ea2bcf0c2a7894f89e731ee7839105dc1d58d6a6326047c9bd55da5d7
26 -DIST free42-nologo-2.4.2.tgz 7403471 BLAKE2B a2dba75bbdb8ceaee2f11dbc053ce50d71e0b5f46165fb61c6d3441326dc43b2afcdc2b99cbb638bbc59e19c5da948ce748b76ff4c612d5ed44e706583b159fb SHA512 046a42aebf1b4220acb9227dc365c26349b7a69c39d765b5ab59c83d9fc644055324c6288aaf87e6f9265310b5969335bc8be7035a84935fd7dda29bd9caf5a7
27 -DIST free42-nologo-2.4.tgz 7402688 BLAKE2B 5e1a46977a3e385fc44f09b5e0088cf73f4a67c3657110311e95795a5b7beb2583dc56bee14e0f578f6ee3517acc78b311b2da0e1671c38d7a5bb150c1e30197 SHA512 a74efd40a952892f346bb4c4096b6e0c00c337e782696de1064d626ea1bbc8aa5a9b557ad233ac92bd27ce8fe4202837e72eddf8f0b31c9320e8c150c6c0b408
28 DIST free42-nologo-2.5.3.tgz 7406566 BLAKE2B a8fcad4738b46e5725e323eb7c16929c32fe0c72eccadf2f692950a3ee952f3b8f7e1e46d6e4eee4e822ca5a3b2c42adb09e2b43f0480c954aef87dc81b1edd3 SHA512 9a96bc5453f938ba806117ac3162db4f87d3584662c8a1aae370f17a06c1e92167adb2c2bb9bbd17b91473f272f8c031c7ffc1944247962571a94cb7063f0904
29
30 diff --git a/app-emulation/free42/free42-2.2.1.ebuild b/app-emulation/free42/free42-2.2.1.ebuild
31 deleted file mode 100644
32 index 73ac9b4e00d..00000000000
33 --- a/app-emulation/free42/free42-2.2.1.ebuild
34 +++ /dev/null
35 @@ -1,53 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -inherit toolchain-funcs
42 -
43 -MY_PV="${PN}-nologo-${PV}"
44 -
45 -DESCRIPTION="An HP-42S Calculator Simulator"
46 -HOMEPAGE="http://thomasokken.com/free42/"
47 -SRC_URI="http://thomasokken.com/free42/upstream/${MY_PV}.tgz"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE="+alsa"
53 -
54 -DEPEND="dev-libs/atk
55 - x11-libs/cairo
56 - x11-libs/gdk-pixbuf
57 - x11-libs/gtk+:2
58 - x11-libs/pango
59 - alsa? ( media-libs/alsa-lib )"
60 -
61 -RDEPEND="${DEPEND}
62 - x11-libs/libX11
63 - x11-libs/libXmu"
64 -
65 -DOCS=( CREDITS HISTORY README )
66 -S="${WORKDIR}/${MY_PV}"
67 -
68 -PATCHES=(
69 - "${FILESDIR}/${PN}-2.0.10-fix-makefile.patch"
70 - "${FILESDIR}/${PN}-2.0.10-fix-build-intel-lib.patch"
71 -)
72 -
73 -src_prepare() {
74 - default
75 -}
76 -
77 -src_compile() {
78 - local myconf
79 - use alsa && myconf="AUDIO_ALSA=yes"
80 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
81 - emake -C gtk clean
82 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
83 -}
84 -
85 -src_install() {
86 - default
87 - dobin gtk/free42bin gtk/free42dec
88 -}
89
90 diff --git a/app-emulation/free42/free42-2.4.2.ebuild b/app-emulation/free42/free42-2.4.2.ebuild
91 deleted file mode 100644
92 index 73ac9b4e00d..00000000000
93 --- a/app-emulation/free42/free42-2.4.2.ebuild
94 +++ /dev/null
95 @@ -1,53 +0,0 @@
96 -# Copyright 1999-2019 Gentoo Authors
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=7
100 -
101 -inherit toolchain-funcs
102 -
103 -MY_PV="${PN}-nologo-${PV}"
104 -
105 -DESCRIPTION="An HP-42S Calculator Simulator"
106 -HOMEPAGE="http://thomasokken.com/free42/"
107 -SRC_URI="http://thomasokken.com/free42/upstream/${MY_PV}.tgz"
108 -
109 -LICENSE="GPL-2"
110 -SLOT="0"
111 -KEYWORDS="~amd64 ~x86"
112 -IUSE="+alsa"
113 -
114 -DEPEND="dev-libs/atk
115 - x11-libs/cairo
116 - x11-libs/gdk-pixbuf
117 - x11-libs/gtk+:2
118 - x11-libs/pango
119 - alsa? ( media-libs/alsa-lib )"
120 -
121 -RDEPEND="${DEPEND}
122 - x11-libs/libX11
123 - x11-libs/libXmu"
124 -
125 -DOCS=( CREDITS HISTORY README )
126 -S="${WORKDIR}/${MY_PV}"
127 -
128 -PATCHES=(
129 - "${FILESDIR}/${PN}-2.0.10-fix-makefile.patch"
130 - "${FILESDIR}/${PN}-2.0.10-fix-build-intel-lib.patch"
131 -)
132 -
133 -src_prepare() {
134 - default
135 -}
136 -
137 -src_compile() {
138 - local myconf
139 - use alsa && myconf="AUDIO_ALSA=yes"
140 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
141 - emake -C gtk clean
142 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
143 -}
144 -
145 -src_install() {
146 - default
147 - dobin gtk/free42bin gtk/free42dec
148 -}
149
150 diff --git a/app-emulation/free42/free42-2.4.ebuild b/app-emulation/free42/free42-2.4.ebuild
151 deleted file mode 100644
152 index 73ac9b4e00d..00000000000
153 --- a/app-emulation/free42/free42-2.4.ebuild
154 +++ /dev/null
155 @@ -1,53 +0,0 @@
156 -# Copyright 1999-2019 Gentoo Authors
157 -# Distributed under the terms of the GNU General Public License v2
158 -
159 -EAPI=7
160 -
161 -inherit toolchain-funcs
162 -
163 -MY_PV="${PN}-nologo-${PV}"
164 -
165 -DESCRIPTION="An HP-42S Calculator Simulator"
166 -HOMEPAGE="http://thomasokken.com/free42/"
167 -SRC_URI="http://thomasokken.com/free42/upstream/${MY_PV}.tgz"
168 -
169 -LICENSE="GPL-2"
170 -SLOT="0"
171 -KEYWORDS="~amd64 ~x86"
172 -IUSE="+alsa"
173 -
174 -DEPEND="dev-libs/atk
175 - x11-libs/cairo
176 - x11-libs/gdk-pixbuf
177 - x11-libs/gtk+:2
178 - x11-libs/pango
179 - alsa? ( media-libs/alsa-lib )"
180 -
181 -RDEPEND="${DEPEND}
182 - x11-libs/libX11
183 - x11-libs/libXmu"
184 -
185 -DOCS=( CREDITS HISTORY README )
186 -S="${WORKDIR}/${MY_PV}"
187 -
188 -PATCHES=(
189 - "${FILESDIR}/${PN}-2.0.10-fix-makefile.patch"
190 - "${FILESDIR}/${PN}-2.0.10-fix-build-intel-lib.patch"
191 -)
192 -
193 -src_prepare() {
194 - default
195 -}
196 -
197 -src_compile() {
198 - local myconf
199 - use alsa && myconf="AUDIO_ALSA=yes"
200 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" ${myconf} -C gtk
201 - emake -C gtk clean
202 - emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" BCD_MATH=1 ${myconf} -C gtk
203 -}
204 -
205 -src_install() {
206 - default
207 - dobin gtk/free42bin gtk/free42dec
208 -}