diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-05-17 17:10:32 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-05-17 17:54:49 -0400 |
commit | 717c91108bc4bef3ac8bc12d64e134890f5d96a1 (patch) | |
tree | 3844afbfc12899ce3854f49286dbc03586074045 /games-puzzle/gnome-sudoku | |
parent | games-board/gnome-chess: Drop old versions (diff) | |
download | gentoo-717c91108bc4bef3ac8bc12d64e134890f5d96a1.tar.gz gentoo-717c91108bc4bef3ac8bc12d64e134890f5d96a1.tar.bz2 gentoo-717c91108bc4bef3ac8bc12d64e134890f5d96a1.zip |
games-puzzle/gnome-sudoku: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-puzzle/gnome-sudoku')
-rw-r--r-- | games-puzzle/gnome-sudoku/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/gnome-sudoku/gnome-sudoku-43.1.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/games-puzzle/gnome-sudoku/Manifest b/games-puzzle/gnome-sudoku/Manifest index 06c6f17a9587..5aa94546dbbe 100644 --- a/games-puzzle/gnome-sudoku/Manifest +++ b/games-puzzle/gnome-sudoku/Manifest @@ -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 diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-43.1.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-43.1.ebuild deleted file mode 100644 index cec89d4e61c2..000000000000 --- a/games-puzzle/gnome-sudoku/gnome-sudoku-43.1.ebuild +++ /dev/null @@ -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 -} |