diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-03-18 12:17:37 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-18 12:22:48 -0700 |
commit | 0f3204420bd8fef87e15b50901da400a547cd32b (patch) | |
tree | 2a86e2ce47a584bf5a09223b1999130773b2d5dc /games-board | |
parent | games-board/gnome-mines: Drop old versions (diff) | |
download | gentoo-0f3204420bd8fef87e15b50901da400a547cd32b.tar.gz gentoo-0f3204420bd8fef87e15b50901da400a547cd32b.tar.bz2 gentoo-0f3204420bd8fef87e15b50901da400a547cd32b.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/Manifest | 1 | ||||
-rw-r--r-- | games-board/tali/tali-40.4.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/games-board/tali/Manifest b/games-board/tali/Manifest index 93d453de4980..6db8a2e29cfe 100644 --- a/games-board/tali/Manifest +++ b/games-board/tali/Manifest @@ -1,2 +1 @@ -DIST tali-40.4.tar.xz 1610864 BLAKE2B 4299eff82fb97dc2c7f36e2c8b25861dae801156da921c5eaeab0d3e0ea9bc2f6ea17f672845b3303876e887d3f77d2a335692a0f347d314a9efe2868f67a476 SHA512 c80f03eabee6d71ad175369a9fe701e49e1fbd20ce729ed85b8337b975255e77d387119bcdf5a2618d94384dbac0c753ef09a6fa6975bf8649a804cf5bf14e91 DIST tali-40.5.tar.xz 1613536 BLAKE2B 6ab8ffb737fb9d435cceff401c2d911d381d43fc5c4696c7cb9d22e4e89490329f13bce6e6c81b8bb9628264f723bfa020d7dd393aebc00836a416da60f70fe2 SHA512 c9fc1c6fd489d11116e8624955c15874fbe5f1dab0be16022d1e7f9193768ff5a2e4687246dcb35061c70eddbc5523b1031906190fe05dea6ba6544ec5cc6a45 diff --git a/games-board/tali/tali-40.4.ebuild b/games-board/tali/tali-40.4.ebuild deleted file mode 100644 index c497d76e341d..000000000000 --- a/games-board/tali/tali-40.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) -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" - -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 -" - -PATCHES=( - "${FILESDIR}"/${P}-meson-0.61-build.patch -) - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |