summaryrefslogtreecommitdiff
path: root/games-board
diff options
context:
space:
mode:
Diffstat (limited to 'games-board')
-rw-r--r--games-board/Manifest.gzbin10054 -> 9885 bytes
-rw-r--r--games-board/camato/Manifest5
-rw-r--r--games-board/camato/camato-0.7.4-r2.ebuild43
-rw-r--r--games-board/camato/files/camato-0.7.4-implicit-string.patch8
-rw-r--r--games-board/camato/metadata.xml8
5 files changed, 0 insertions, 64 deletions
diff --git a/games-board/Manifest.gz b/games-board/Manifest.gz
index 8b5e3c4d2c3f..563fd124ad73 100644
--- a/games-board/Manifest.gz
+++ b/games-board/Manifest.gz
Binary files differ
diff --git a/games-board/camato/Manifest b/games-board/camato/Manifest
deleted file mode 100644
index 91e691724362..000000000000
--- a/games-board/camato/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX camato-0.7.4-implicit-string.patch 199 BLAKE2B e8712d428f9bd6ccf90f2764db6747d3bb4b9527f5e415771b13f7c57e5f9f8897263483dc648791ad462633efa1be8bd2b051842401314f7e4c179400e49d7c SHA512 e671f69c848f5e02d61af3e4f9f391e633691e7ca0acbf60f213bd8061121e880e083e5a2915bd7e0f7749da5f77019cde179a041786d1d4a31125e57d4bbb49
-DIST camato-0_7_4.tar.gz 39395 BLAKE2B 673c312f90210e7f1882f821da2c751118052594f537d2a9c1a04ceea4d0ba948487da576b5f3b274c889db48e59dd95228ecfb6d9ec03ebf04a5fb16e13822a SHA512 b355dbaf35716f719ffe5469ec73db791b2b516dc1fc7a36efa735babcd7d16b79d6d0ceea2f1308f79ca98fe7e0a3dfd3e4b3a7a15eb64abbd144aac2c3720d
-DIST camato.png 5531 BLAKE2B 79502efd25006ddafdea9b2e2cabdee1e4378be8304a72753dfc29254fd9bc580265ec5cbc5e8cdf8a6bb38261e96038e27839bb1f56e31c90963578045f6e1d SHA512 e50677a52a523af57c1ace9c6612d08ce4cede0e91b324934cbaa6cbe9a37dbc1f971de1d7f46bd13978c9f81d70fed143b5e167faa764a0c790faba489a5e61
-EBUILD camato-0.7.4-r2.ebuild 906 BLAKE2B b96f2a441997343d806c2448373057922cd645bb3639b2f88eabdbc7b0f446325577c9f40fb927865c04fe8422cd7446ae397e805646ebee9db3cc93ffb50932 SHA512 9d40720e8788e78e4ec6e1b5c4ae1bd293f32946271548e8333070409998de76fffe1304200917955176f403a4d0fbdcb69736968088dea97f2f03202db1a2d5
-MISC metadata.xml 250 BLAKE2B 8d44bd4c6e7d6491273e2015e36ddac74af7b94a124fd240ff030e16430f5c85e53ab812f0e3e94bb2e6d138f39b512bbe01ff98b0081cacc21a02d648ec7643 SHA512 80ac07a3cac10ad2e72e9989a130b7d2073934fe92914a9db2af4d0e769d4bf537770f8faba0654bbd64a7e85ee38cf1f9d03b4b9cd322864b1b2bb35087d610
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>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>