summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-02-20 11:57:02 -0500
committerMatt Turner <mattst88@gentoo.org>2023-02-20 12:32:17 -0500
commitf2b84c84480947cae9721b667edca3e871b1da11 (patch)
treebccf4f3b5bccfd3ea2a8928adf0a875701ce472a /games-board
parentgames-board/gnome-chess: Drop old versions (diff)
downloadgentoo-f2b84c84480947cae9721b667edca3e871b1da11.tar.gz
gentoo-f2b84c84480947cae9721b667edca3e871b1da11.tar.bz2
gentoo-f2b84c84480947cae9721b667edca3e871b1da11.zip
games-board/tali: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r--games-board/tali/Manifest1
-rw-r--r--games-board/tali/tali-40.8.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/games-board/tali/Manifest b/games-board/tali/Manifest
index b4cdffa85877..2e03a5253240 100644
--- a/games-board/tali/Manifest
+++ b/games-board/tali/Manifest
@@ -1,2 +1 @@
-DIST tali-40.8.tar.xz 1686244 BLAKE2B ad55838f199cce1c5a9b9ff0fa97d8c933900d4917c7339ec3d78f39203802f0ef9b8008a3400a5bddffce62d5ab9daba2af3855ba8bd4c35c69c2fce8984e75 SHA512 fe7a0a0a58c32f09264c270402af94f71e790926bd3f3523d57049628c43bfaf8b0e1ed5c676ef02b817f354d6c3fe183799ee9ff9d7a5e2198e4a4066f3e93a
DIST tali-40.9.tar.xz 1672980 BLAKE2B 124935274373b95c915938da7bf47f4a7bea33c95424e81d8c25586382e547786d68d3fe0128dc5d812651bd2f619a8f02aaf1ede3f36d8daa2d735edcdf4e48 SHA512 8c38919519be574e9a44a0fef3208f3ac1ca371cd9127fa0cff34f2572b50f8706c9872193d9414b6ad91f57d1a084861d395078fcb01ccde5dfd35717a063d8
diff --git a/games-board/tali/tali-40.8.ebuild b/games-board/tali/tali-40.8.ebuild
deleted file mode 100644
index 143b0f4d03b5..000000000000
--- a/games-board/tali/tali-40.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
-inherit gnome.org gnome2-utils meson python-any-r1 xdg
-
-DESCRIPTION="Beat the odds in a poker-style dice game"
-HOMEPAGE="https://wiki.gnome.org/Apps/Tali https://gitlab.gnome.org/GNOME/tali"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-DEPEND="
- dev-libs/glib:2
- >=x11-libs/gtk+-3.16:3
- dev-libs/libgnome-games-support:1=
-"
-RDEPEND="${DEPEND}
- >=gnome-base/librsvg-2.32:2
-"
-BDEPEND="
- ${PYTHON_DEPS}
- dev-libs/appstream-glib
- dev-util/itstool
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}