Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/macopix/files/, x11-misc/macopix/
Date: Sun, 16 May 2021 19:11:14
Message-Id: 1621192246.6b309d2d9eb4eb57c7d5e7668ce6648c994f37f7.asturm@gentoo
1 commit: 6b309d2d9eb4eb57c7d5e7668ce6648c994f37f7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 20:13:01 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 19:10:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b309d2d
7
8 x11-misc/macopix: Drop 1.7.4
9
10 Closes: https://bugs.gentoo.org/769134
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-misc/macopix/Manifest | 1 -
15 x11-misc/macopix/files/macopix-1.7.4-windres.patch | 58 ---------------
16 x11-misc/macopix/macopix-1.7.4-r1.ebuild | 86 ----------------------
17 x11-misc/macopix/macopix-1.7.4-r2.ebuild | 83 ---------------------
18 4 files changed, 228 deletions(-)
19
20 diff --git a/x11-misc/macopix/Manifest b/x11-misc/macopix/Manifest
21 index 560229d73c8..a43d64dec42 100644
22 --- a/x11-misc/macopix/Manifest
23 +++ b/x11-misc/macopix/Manifest
24 @@ -1,4 +1,3 @@
25 -DIST macopix-1.7.4.tar.bz2 725481 BLAKE2B 1712dba8efe53fa78077d77faf7a84654bb87c72b6d9067484ce8b54da448326543082e2a245fbe1b61c824084744f51c0de321076a0e23586514c694840a040 SHA512 6010f98ecd3aad4325e81f037589cc4e79d857d513687f5243adb6ef3768ace5cddf4f5cdce977a75a4dc769b52bb541bdeefe92cdc012471de950ee81592db7
26 DIST macopix-3.4.0.tar.gz 2854634 BLAKE2B 95ecb17588562a86db7e2c7b8c0832ebaea5b56e2c80814c365058954ce2655ac91f0109b1b0db4f7b8c1a98fde7162ee6c23fe3b2187cbeb22681714df2a595 SHA512 99b9dbbc7ca0cb3fa9c1881800e019ccae1c6439f300f479625a5b4877a0578b4a68b131ecbc0adc4a4393a867fd0ac9df7b52adaf2057f14142d1ddaf54fd53
27 DIST macopix-mascot-HxB-euc-ja-0.30.tar.gz 803473 BLAKE2B 943f30f19bf2108a7e412ca0404f8c47324fc2e9bac5c13c9fcf35d6a4c9944f25afee3754898e6449f46247572c35a42cbe9f7c1b123f3e9e00fc0f33a0a260 SHA512 8897bd6d30fe3372e91d00add2a1af5d7fd7384ce7668aa9b21952d5be863d04c63af8bb98846c59f54a87af3b60acbd008f6c62b68a22038f29a07e7ba19333
28 DIST macopix-mascot-comic_party-euc-ja-1.02.tar.gz 20656 BLAKE2B d2a7022cad1856dcebc7594acad449d4de1909ab7f33788b69c562c2d376427d91e993b2c4300a968566d7fed8d3a7e6f7596ef3adcc7897ed6a1c8fd3bb5815 SHA512 b71a586faef6b878c150e7e8e412c70d8d08919736695108efe2f119aaa01347befcaf222990fbaba10daa57120645e5c77b5534df0e4224feddbaa15c80ecf2
29
30 diff --git a/x11-misc/macopix/files/macopix-1.7.4-windres.patch b/x11-misc/macopix/files/macopix-1.7.4-windres.patch
31 deleted file mode 100644
32 index e26bf62e7b7..00000000000
33 --- a/x11-misc/macopix/files/macopix-1.7.4-windres.patch
34 +++ /dev/null
35 @@ -1,58 +0,0 @@
36 ---- a/configure.in
37 -+++ b/configure.in
38 -@@ -145,26 +145,10 @@
39 - [use Gtk+1.2 insted of Gtk+2]),
40 - [use_gtk1=yes])
41 -
42 --if test x"${use_gtk1}" = "xyes"; then
43 --AM_PATH_GLIB(1.2.6,,
44 -- AC_MSG_ERROR(Test for GLIB failed. See the file 'INSTALL' for help.),
45 -- gthread)
46 --AM_PATH_GTK(1.2.0, ,
47 -- AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?))
48 --AM_PATH_GDK_PIXBUF(0.7.0, ,
49 -- AC_MSG_ERROR(Cannot find GdkPixbuf: Is gdk-pixbuf-config in path?))
50 --dnl for libpng (In the case of Gtk+2, gdk_pixbuf_save are used.)
51 --AC_CHECK_LIB(png,png_create_write_struct,
52 -- [PNGLIB_LIBS="-lz -lpng -lm"],
53 -- [AC_MSG_ERROR(libpng is required.)],
54 -- -lz -lm)
55 --
56 --else
57 - AM_PATH_GLIB_2_0(2.0.0,, AC_MSG_ERROR([glib-2.x is required]), gthread gobject)
58 - AM_PATH_GTK_2_0(2.0.0,, AC_MSG_ERROR([gtk+-2.x is required]), gthread gobject)
59 - AC_DEFINE(USE_GTK2,[], [Use Gtk+2.x instead of Gtk+1.x])
60 - PNGLIB_LIBS=""
61 --fi
62 - AC_SUBST(PNGLIB_LIBS)
63 -
64 -
65 ---- a/src/Makefile.am
66 -+++ b/src/Makefile.am
67 -@@ -9,14 +9,6 @@
68 - bmp.h sockmsg.h codeconv.h unmime.h base64.h quoted-printable.h\
69 - macopix_icon.h tar32api.h ssl.h
70 -
71 --if HAVE_WINDRES
72 --MACOPIX_RES = macopix.res
73 --macopix.res: macopix_res.rc
74 -- $(WINDRES) $< -O coff -o $@
75 --else
76 --MACOPIX_RES =
77 --endif
78 --
79 - EXTRA_DIST = \
80 - macopix_res.rc.in\
81 - macopix.ico\
82 -@@ -25,9 +17,9 @@
83 - tar32.dll\
84 - libtar32.a
85 -
86 --INCLUDES = @GTK_CFLAGS@ @GDK_PIXBUF_CFLAGS@ $(GNUTLS_CFLAGS)\
87 -+INCLUDES = @GTK_CFLAGS@ $(GNUTLS_CFLAGS)\
88 - $(DISABLE_DEPRECATED)
89 --LDADD = @GTK_LIBS@ @GDK_PIXBUF_LIBS@ $(PNGLIB_LIBS) $(WINMM_LIBS)\
90 -+LDADD = @GTK_LIBS@ $(PNGLIB_LIBS) $(WINMM_LIBS)\
91 - $(MACOPIX_RES) $(WINSOCK_LIBS) $(UNLHA32_LIBS) $(TAR32_LIBS) $(GNUTLS_LIBS) $(WIN32_ICONV_LIBS)
92 - CLEANFILES = *~
93 - DISTCLEANFILES = .deps/*.P
94
95 diff --git a/x11-misc/macopix/macopix-1.7.4-r1.ebuild b/x11-misc/macopix/macopix-1.7.4-r1.ebuild
96 deleted file mode 100644
97 index 2d547a63583..00000000000
98 --- a/x11-misc/macopix/macopix-1.7.4-r1.ebuild
99 +++ /dev/null
100 @@ -1,86 +0,0 @@
101 -# Copyright 1999-2017 Gentoo Foundation
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=6
105 -inherit autotools flag-o-matic
106 -
107 -DESCRIPTION="MaCoPiX (Mascot Constructive Pilot for X) is a desktop mascot application"
108 -HOMEPAGE="http://rosegray.sakura.ne.jp/macopix/index-e.html"
109 -
110 -BASE_URI="http://rosegray.sakura.ne.jp/macopix"
111 -SRC_URI="${BASE_URI}/${P}.tar.bz2"
112 -
113 -# NOTE: These mascots are not redistributable on commercial CD-ROM.
114 -# The author granted to use them under Gentoo Linux.
115 -MY_MASCOTS="
116 - macopix-mascot-HxB-euc-ja-0.30
117 - macopix-mascot-marimite-euc-ja-2.20
118 - macopix-mascot-cosmos-euc-ja-1.02
119 - macopix-mascot-mizuiro-euc-ja-1.02
120 - macopix-mascot-pia2-euc-ja-1.02
121 - macopix-mascot-tsukihime-euc-ja-1.02
122 - macopix-mascot-triangle_heart-euc-ja-1.02
123 - macopix-mascot-comic_party-euc-ja-1.02
124 - macopix-mascot-kanon-euc-ja-1.02
125 - macopix-mascot-one-euc-ja-1.02
126 -"
127 -
128 -for i in ${MY_MASCOTS} ; do
129 - SRC_URI+=" ${BASE_URI}/${i}.tar.gz"
130 -done
131 -
132 -# programme itself is GPL-2, and mascots are free-noncomm
133 -LICENSE="GPL-2 free-noncomm"
134 -SLOT="0"
135 -KEYWORDS="amd64 ppc x86"
136 -IUSE="gnutls nls"
137 -
138 -RDEPEND="
139 - dev-libs/glib:2
140 - media-libs/libpng:0=
141 - sys-devel/gettext
142 - x11-libs/gtk+:2
143 - gnutls? ( net-libs/gnutls )
144 - !gnutls? ( dev-libs/openssl:0= )
145 -"
146 -DEPEND="
147 - ${RDEPEND}
148 - virtual/pkgconfig
149 -"
150 -PATCHES=(
151 - "${FILESDIR}"/${P}-windres.patch
152 -)
153 -
154 -src_prepare() {
155 - default
156 -
157 - eautoreconf
158 -}
159 -
160 -src_configure() {
161 - append-libs -lX11
162 -
163 - econf $(use_with gnutls)
164 -}
165 -
166 -src_install() {
167 - default
168 -
169 - dodoc AUTHORS ChangeLog* NEWS *README*
170 -
171 - # install mascots
172 - for d in ${MY_MASCOTS} ; do
173 - einfo "Installing ${d}..."
174 - cd "${WORKDIR}/${d}" || die
175 - insinto /usr/share/"${PN}"
176 - for i in *.mcpx *.menu ; do
177 - doins "$i"
178 - done
179 - insinto /usr/share/"${PN}"/pixmap
180 - for i in *.png ; do
181 - doins "$i"
182 - done
183 - docinto "${d}"
184 - dodoc README.jp
185 - done
186 -}
187
188 diff --git a/x11-misc/macopix/macopix-1.7.4-r2.ebuild b/x11-misc/macopix/macopix-1.7.4-r2.ebuild
189 deleted file mode 100644
190 index 21fa93789d0..00000000000
191 --- a/x11-misc/macopix/macopix-1.7.4-r2.ebuild
192 +++ /dev/null
193 @@ -1,83 +0,0 @@
194 -# Copyright 1999-2020 Gentoo Authors
195 -# Distributed under the terms of the GNU General Public License v2
196 -
197 -EAPI=7
198 -inherit autotools flag-o-matic
199 -
200 -DESCRIPTION="MaCoPiX (Mascot Constructive Pilot for X) is a desktop mascot application"
201 -HOMEPAGE="http://rosegray.sakura.ne.jp/macopix/index-e.html"
202 -
203 -BASE_URI="http://rosegray.sakura.ne.jp/macopix"
204 -SRC_URI="${BASE_URI}/${P}.tar.bz2"
205 -
206 -# NOTE: These mascots are not redistributable on commercial CD-ROM.
207 -# The author granted to use them under Gentoo Linux.
208 -MACOPIX_MASCOTS="
209 - macopix-mascot-HxB-euc-ja-0.30
210 - macopix-mascot-marimite-euc-ja-2.20
211 - macopix-mascot-cosmos-euc-ja-1.02
212 - macopix-mascot-mizuiro-euc-ja-1.02
213 - macopix-mascot-pia2-euc-ja-1.02
214 - macopix-mascot-tsukihime-euc-ja-1.02
215 - macopix-mascot-triangle_heart-euc-ja-1.02
216 - macopix-mascot-comic_party-euc-ja-1.02
217 - macopix-mascot-kanon-euc-ja-1.02
218 - macopix-mascot-one-euc-ja-1.02
219 -"
220 -
221 -for i in ${MACOPIX_MASCOTS} ; do
222 - SRC_URI+=" ${BASE_URI}/${i}.tar.gz"
223 -done
224 -
225 -# programme itself is GPL-2, and mascots are free-noncomm
226 -LICENSE="GPL-2 free-noncomm"
227 -SLOT="0"
228 -KEYWORDS="~amd64 ~ppc ~x86"
229 -IUSE="gnutls nls"
230 -
231 -RDEPEND="
232 - dev-libs/glib:2
233 - media-libs/libpng:0=
234 - sys-devel/gettext
235 - x11-libs/gtk+:2
236 - gnutls? ( net-libs/gnutls )
237 - !gnutls? ( dev-libs/openssl:0= )
238 -"
239 -DEPEND="
240 - ${RDEPEND}
241 - virtual/pkgconfig
242 -"
243 -PATCHES=(
244 - "${FILESDIR}"/${P}-windres.patch
245 -)
246 -
247 -src_prepare() {
248 - default
249 -
250 - eautoreconf
251 -}
252 -
253 -src_configure() {
254 - append-cflags -fcommon
255 - append-libs -lX11
256 -
257 - econf $(use_with gnutls)
258 -}
259 -
260 -src_install() {
261 - default
262 -
263 - dodoc AUTHORS ChangeLog* NEWS *README*
264 -
265 - # install mascots
266 - for d in ${MACOPIX_MASCOTS} ; do
267 - einfo "Installing ${d}..."
268 - cd "${WORKDIR}/${d}" || die
269 - insinto /usr/share/"${PN}"
270 - doins *.mcpx *.menu
271 - insinto /usr/share/"${PN}"/pixmap
272 - doins *.png
273 - docinto "${d}"
274 - dodoc README.jp
275 - done
276 -}