Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/camato/files/, profiles/, games-board/camato/
Date: Fri, 30 Dec 2022 07:19:14
Message-Id: 1672384613.410bd550041ba6269a07d5dd25747eb1b3a99402.ionen@gentoo
1 commit: 410bd550041ba6269a07d5dd25747eb1b3a99402
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 07:16:53 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 07:16:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410bd550
7
8 games-board/camato: treeclean
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 games-board/camato/Manifest | 2 -
13 games-board/camato/camato-0.7.4-r2.ebuild | 43 ----------------------
14 .../files/camato-0.7.4-implicit-string.patch | 8 ----
15 games-board/camato/metadata.xml | 8 ----
16 profiles/package.mask | 7 ----
17 5 files changed, 68 deletions(-)
18
19 diff --git a/games-board/camato/Manifest b/games-board/camato/Manifest
20 deleted file mode 100644
21 index d9f0e87c6655..000000000000
22 --- a/games-board/camato/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST camato-0_7_4.tar.gz 39395 BLAKE2B 673c312f90210e7f1882f821da2c751118052594f537d2a9c1a04ceea4d0ba948487da576b5f3b274c889db48e59dd95228ecfb6d9ec03ebf04a5fb16e13822a SHA512 b355dbaf35716f719ffe5469ec73db791b2b516dc1fc7a36efa735babcd7d16b79d6d0ceea2f1308f79ca98fe7e0a3dfd3e4b3a7a15eb64abbd144aac2c3720d
26 -DIST camato.png 5531 BLAKE2B 79502efd25006ddafdea9b2e2cabdee1e4378be8304a72753dfc29254fd9bc580265ec5cbc5e8cdf8a6bb38261e96038e27839bb1f56e31c90963578045f6e1d SHA512 e50677a52a523af57c1ace9c6612d08ce4cede0e91b324934cbaa6cbe9a37dbc1f971de1d7f46bd13978c9f81d70fed143b5e167faa764a0c790faba489a5e61
27
28 diff --git a/games-board/camato/camato-0.7.4-r2.ebuild b/games-board/camato/camato-0.7.4-r2.ebuild
29 deleted file mode 100644
30 index 7dc2af199883..000000000000
31 --- a/games-board/camato/camato-0.7.4-r2.ebuild
32 +++ /dev/null
33 @@ -1,43 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -USE_RUBY="ruby25 ruby26 ruby27"
40 -inherit desktop ruby-ng
41 -
42 -DESCRIPTION="Map editor for the game gnocatan"
43 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
44 -SRC_URI="
45 - mirror://gentoo/${PN}-$(ver_rs 1- _).tar.gz
46 - https://dev.gentoo.org/~ionen/distfiles/${PN}.png"
47 -
48 -LICENSE="GPL-2+"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -
52 -ruby_add_rdepend dev-ruby/ruby-gtk2
53 -
54 -PATCHES=(
55 - "${FILESDIR}"/${P}-implicit-string.patch
56 -)
57 -
58 -all_ruby_prepare() {
59 - # this is really single target, but ruby-single is too limited
60 - local ruby=$(ruby_get_use_implementations)
61 - sed -i "1c\\#!$(ruby_implementation_command ${ruby##* })" ${PN} || die
62 -
63 - rm Makefile || die
64 -}
65 -
66 -all_ruby_install() {
67 - dobin ${PN}
68 -
69 - insinto /usr/share/${PN}
70 - doins -r *.rb img
71 -
72 - einstalldocs
73 -
74 - doicon "${DISTDIR}"/${PN}.png
75 - make_desktop_entry ${PN} Camato
76 -}
77
78 diff --git a/games-board/camato/files/camato-0.7.4-implicit-string.patch b/games-board/camato/files/camato-0.7.4-implicit-string.patch
79 deleted file mode 100644
80 index e631b07a87a8..000000000000
81 --- a/games-board/camato/files/camato-0.7.4-implicit-string.patch
82 +++ /dev/null
83 @@ -1,8 +0,0 @@
84 -Crashes on keyboard events otherwise.
85 ---- a/map.rb
86 -+++ b/map.rb
87 -@@ -35,3 +35,3 @@
88 - if i < 0 or i > 255 then i = 0 end
89 -- my_str[0] = i
90 -+ my_str[0] = i.to_s
91 - set_resource(my_str)
92
93 diff --git a/games-board/camato/metadata.xml b/games-board/camato/metadata.xml
94 deleted file mode 100644
95 index 1c3ba213c494..000000000000
96 --- a/games-board/camato/metadata.xml
97 +++ /dev/null
98 @@ -1,8 +0,0 @@
99 -<?xml version="1.0" encoding="UTF-8"?>
100 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
101 -<pkgmetadata>
102 -<maintainer type="project">
103 - <email>games@g.o</email>
104 - <name>Gentoo Games Project</name>
105 -</maintainer>
106 -</pkgmetadata>
107
108 diff --git a/profiles/package.mask b/profiles/package.mask
109 index 53231c306836..372a07c828af 100644
110 --- a/profiles/package.mask
111 +++ b/profiles/package.mask
112 @@ -1026,13 +1026,6 @@ dev-util/protobuf-cucumber
113 # Removal in 30 days.
114 dev-util/aruba:1
115
116 -# Ionen Wolkens <ionen@g.o> (2022-11-30)
117 -# Stuck on ruby27 and ruby-gtk2, upstream gone and no other distros
118 -# seem to package this (also barely functional using current ruby
119 -# and has a tendency to crash).
120 -# Removal: 2022-12-30.
121 -games-board/camato
122 -
123 # Ulrich Müller <ulm@g.o> (2022-11-30)
124 # SLOTs 23 and 24 of app-editors/emacs, corresponding to GNU Emacs
125 # versions 23.4 and 24.5. These versions were released in January 2012