summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-03-14 07:03:47 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-03-14 07:42:06 -0400
commitbec8dd27edf1ff2edbf91482681a759f12f557a6 (patch)
tree5bd279ec51b09c05c8613f961c4e74059dc0ad09 /games-kids
parentgames-emulation/snes9x: drop 1.60 (diff)
downloadgentoo-bec8dd27edf1ff2edbf91482681a759f12f557a6.tar.gz
gentoo-bec8dd27edf1ff2edbf91482681a759f12f557a6.tar.bz2
gentoo-bec8dd27edf1ff2edbf91482681a759f12f557a6.zip
games-kids/gmult: drop 9.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/gmult/Manifest1
-rw-r--r--games-kids/gmult/gmult-9.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index 6aeaa2c2d824..e609bd66bcf3 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1,2 +1 @@
DIST gmult-10.0.tar.xz 186116 BLAKE2B 0c3936983e1c6e72de7aa4056abdb1ec53af282d3927ca34a622d531966adc62e2e9c6740ab6c0cb3cfc9aedc21344c8866c5a2388498bd97c0faa3d32fae80b SHA512 f3eb639d4d6a67ca7d11595f0c4d4c2da613a95714f647536485fef4b64d277bf6f5bf163e363da691806b53ea885c56844287fe943fd521f995c7cce18b6a36
-DIST gmult-9.0.tar.xz 47936 BLAKE2B ae0ebbebbdd949f7e990c6209c2ff695d34cf8e06a1e43fca137d9417b387fa58b1021f3bea5adace1832a39f60c5f2f77864ace888e4f1e70bed722951fd00e SHA512 b087406b1ea3743bc2ab292b9590a1d58451ca593d719b3539f22956304cd1004feed0fbf68c6a1bd0439f476c83f72287720d8937646ab214e6e50a4b04a27a
diff --git a/games-kids/gmult/gmult-9.0.ebuild b/games-kids/gmult/gmult-9.0.ebuild
deleted file mode 100644
index 9af0c3801d31..000000000000
--- a/games-kids/gmult/gmult-9.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson vala xdg
-
-DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
-HOMEPAGE="https://launchpad.net/gmult"
-SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-libs/glib:2
- virtual/libintl
- x11-libs/cairo
- x11-libs/gtk+:3"
-DEPEND="${RDEPEND}"
-BDEPEND="
- $(vala_depend)
- dev-libs/appstream-glib
- dev-util/desktop-file-utils
- sys-devel/gettext"
-
-src_prepare() {
- default
- vala_src_prepare
-}