games-puzzle/gnome-sudoku: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2023-05-17 17:10:32 -04:00
parent fa953edeed
commit 717c91108b
2 changed files with 0 additions and 49 deletions

View File

@@ -1,2 +1 @@
DIST gnome-sudoku-43.1.tar.xz 388640 BLAKE2B 51208b5d2f2662f46cd3660cf7e49cb67bb7d5da3ba048e434e632595c2db7b015f3e02fc6e367f90e25c557a315f37f435d28e33e59cb63a875c8f3e3345810 SHA512 20535d26af516f53e4c6381cb5b0d0c474759e3e9ac41a1b392e868f809daeb8b593d2a4240f9171133c2d4aa369adaa13d65131a77140bf8e9c2fe882810fbe
DIST gnome-sudoku-44.0.tar.xz 391964 BLAKE2B f934c863dd648e606fd44db065dbd0ffb357501a24ea813fa435cee407807fc0546ee2180a53003f2e4e0eac22b394bb6ce281c393f424293305ee350fbfe961 SHA512 96c9cf66f14973d486cc7e2163ff50df442027814ab219f4a22f83a84454295d67bdb5d359613579951070a3e327855b45d039cfd1790e185e8aa92e86f81caf

View File

@@ -1,48 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome.org gnome2-utils meson vala xdg
DESCRIPTION="Test your logic skills in this number grid puzzle"
HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku https://gitlab.gnome.org/GNOME/gnome-sudoku"
LICENSE="GPL-3+ CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
RDEPEND="
>=dev-libs/glib-2.40:2
dev-libs/libgee:0.8=[introspection]
>=x11-libs/gtk+-3.24.0:3[introspection]
dev-libs/json-glib
>=dev-libs/qqwing-1.3.4:=
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/pango[introspection]
"
DEPEND="${RDEPEND}"
BDEPEND="
${PYTHON_DEPS}
$(vala_depend)
dev-libs/appstream-glib
dev-util/itstool
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
src_prepare() {
default
vala_setup
xdg_environment_reset
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}