commit:     410bd550041ba6269a07d5dd25747eb1b3a99402
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 07:16:53 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 07:16:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410bd550

games-board/camato: treeclean

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-board/camato/Manifest                        |  2 -
 games-board/camato/camato-0.7.4-r2.ebuild          | 43 ----------------------
 .../files/camato-0.7.4-implicit-string.patch       |  8 ----
 games-board/camato/metadata.xml                    |  8 ----
 profiles/package.mask                              |  7 ----
 5 files changed, 68 deletions(-)

diff --git a/games-board/camato/Manifest b/games-board/camato/Manifest
deleted file mode 100644
index d9f0e87c6655..000000000000
--- a/games-board/camato/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST camato-0_7_4.tar.gz 39395 BLAKE2B 
673c312f90210e7f1882f821da2c751118052594f537d2a9c1a04ceea4d0ba948487da576b5f3b274c889db48e59dd95228ecfb6d9ec03ebf04a5fb16e13822a
 SHA512 
b355dbaf35716f719ffe5469ec73db791b2b516dc1fc7a36efa735babcd7d16b79d6d0ceea2f1308f79ca98fe7e0a3dfd3e4b3a7a15eb64abbd144aac2c3720d
-DIST camato.png 5531 BLAKE2B 
79502efd25006ddafdea9b2e2cabdee1e4378be8304a72753dfc29254fd9bc580265ec5cbc5e8cdf8a6bb38261e96038e27839bb1f56e31c90963578045f6e1d
 SHA512 
e50677a52a523af57c1ace9c6612d08ce4cede0e91b324934cbaa6cbe9a37dbc1f971de1d7f46bd13978c9f81d70fed143b5e167faa764a0c790faba489a5e61

diff --git a/games-board/camato/camato-0.7.4-r2.ebuild 
b/games-board/camato/camato-0.7.4-r2.ebuild
deleted file mode 100644
index 7dc2af199883..000000000000
--- a/games-board/camato/camato-0.7.4-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-inherit desktop ruby-ng
-
-DESCRIPTION="Map editor for the game gnocatan"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
-SRC_URI="
-       mirror://gentoo/${PN}-$(ver_rs 1- _).tar.gz
-       https://dev.gentoo.org/~ionen/distfiles/${PN}.png";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-ruby_add_rdepend dev-ruby/ruby-gtk2
-
-PATCHES=(
-       "${FILESDIR}"/${P}-implicit-string.patch
-)
-
-all_ruby_prepare() {
-       # this is really single target, but ruby-single is too limited
-       local ruby=$(ruby_get_use_implementations)
-       sed -i "1c\\#!$(ruby_implementation_command ${ruby##* })" ${PN} || die
-
-       rm Makefile || die
-}
-
-all_ruby_install() {
-       dobin ${PN}
-
-       insinto /usr/share/${PN}
-       doins -r *.rb img
-
-       einstalldocs
-
-       doicon "${DISTDIR}"/${PN}.png
-       make_desktop_entry ${PN} Camato
-}

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
deleted file mode 100644
index e631b07a87a8..000000000000
--- a/games-board/camato/files/camato-0.7.4-implicit-string.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-Crashes on keyboard events otherwise.
---- a/map.rb
-+++ b/map.rb
-@@ -35,3 +35,3 @@
-       if i < 0 or i > 255 then i = 0 end
--      my_str[0] = i
-+      my_str[0] = i.to_s
-       set_resource(my_str)

diff --git a/games-board/camato/metadata.xml b/games-board/camato/metadata.xml
deleted file mode 100644
index 1c3ba213c494..000000000000
--- a/games-board/camato/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>ga...@gentoo.org</email>
-       <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 53231c306836..372a07c828af 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1026,13 +1026,6 @@ dev-util/protobuf-cucumber
 # Removal in 30 days.
 dev-util/aruba:1
 
-# Ionen Wolkens <io...@gentoo.org> (2022-11-30)
-# Stuck on ruby27 and ruby-gtk2, upstream gone and no other distros
-# seem to package this (also barely functional using current ruby
-# and has a tendency to crash).
-# Removal: 2022-12-30.
-games-board/camato
-
 # Ulrich Müller <u...@gentoo.org> (2022-11-30)
 # SLOTs 23 and 24 of app-editors/emacs, corresponding to GNU Emacs
 # versions 23.4 and 24.5. These versions were released in January 2012

Reply via email to