diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-09-21 21:54:19 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-09-21 22:32:45 -0400 |
commit | 3f25821f79dd4d43b6752f054c276c6567a6b4eb (patch) | |
tree | 88e99894bd6f1eb3d44c871839d76a5d5ee03eec /games-puzzle | |
parent | dev-util/glib-utils: Drop old versions (diff) | |
download | gentoo-3f25821f79dd4d43b6752f054c276c6567a6b4eb.tar.gz gentoo-3f25821f79dd4d43b6752f054c276c6567a6b4eb.tar.bz2 gentoo-3f25821f79dd4d43b6752f054c276c6567a6b4eb.zip |
games-puzzle/gnome-sudoku: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/gnome-sudoku/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/gnome-sudoku/gnome-sudoku-45_alpha.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/games-puzzle/gnome-sudoku/Manifest b/games-puzzle/gnome-sudoku/Manifest index 903073ad8daf..416d623dc9d3 100644 --- a/games-puzzle/gnome-sudoku/Manifest +++ b/games-puzzle/gnome-sudoku/Manifest @@ -1,3 +1,2 @@ DIST gnome-sudoku-44.0.tar.xz 391964 BLAKE2B f934c863dd648e606fd44db065dbd0ffb357501a24ea813fa435cee407807fc0546ee2180a53003f2e4e0eac22b394bb6ce281c393f424293305ee350fbfe961 SHA512 96c9cf66f14973d486cc7e2163ff50df442027814ab219f4a22f83a84454295d67bdb5d359613579951070a3e327855b45d039cfd1790e185e8aa92e86f81caf DIST gnome-sudoku-45.0.tar.xz 393728 BLAKE2B 0e46172ee60d963138ad2bb461b49c1a57e3fd23c780ac919fbdd8e1e7f1f75dfcae93eb99e4107f5713dcf007f800267302d30a8acb26024d75aad5d8bd3966 SHA512 6479cc4bddbd2e1c9c0e76ace5ac64b25d700d3835dc96f393e6bdda918de11361a0041797d05c528d09fcb4fcff11aa114ede105ccb4941ef0af62688d70e2a -DIST gnome-sudoku-45.alpha.tar.xz 392396 BLAKE2B 1b0a0918b0e82f8dc1f22674eda04d558e870e07c4147235a9700f850350222873ff70ec13b6c531fb901930d509c2e902252a99177fd6026b7b859f2de5f7eb SHA512 2b830e979394a7c474248a30721c407a695dcbffcd70deee7ce70acc84f49416aaeb064adc1962c59b3a1fb06276e4ac9cac990d68f86a40b4d00a4751a5715e diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-45_alpha.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-45_alpha.ebuild deleted file mode 100644 index 4bb3c2ccd3ac..000000000000 --- a/games-puzzle/gnome-sudoku/gnome-sudoku-45_alpha.ebuild +++ /dev/null @@ -1,49 +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] - >=gui-libs/gtk-4.10.0[introspection] - >=gui-libs/libadwaita-1.4_alpha[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 -} |