diff options
author | Mart Raudsepp <leio@gentoo.org> | 2024-04-13 12:59:34 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-04-13 12:59:34 +0300 |
commit | 1e00ec0c0e70b3faf9ab66a4984ad716d5a0e754 (patch) | |
tree | 69be32bcd76e6be063bc9bb95d3050431ae8b4c1 /games-arcade | |
parent | dev-libs/libgweather: drop 4.4.0 (diff) | |
download | gentoo-1e00ec0c0e70b3faf9ab66a4984ad716d5a0e754.tar.gz gentoo-1e00ec0c0e70b3faf9ab66a4984ad716d5a0e754.tar.bz2 gentoo-1e00ec0c0e70b3faf9ab66a4984ad716d5a0e754.zip |
games-arcade/gnome-nibbles: drop 4.0.1
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/gnome-nibbles/Manifest | 1 | ||||
-rw-r--r-- | games-arcade/gnome-nibbles/gnome-nibbles-4.0.1.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/games-arcade/gnome-nibbles/Manifest b/games-arcade/gnome-nibbles/Manifest index f1b2c6ab42b6..ea10ac16e111 100644 --- a/games-arcade/gnome-nibbles/Manifest +++ b/games-arcade/gnome-nibbles/Manifest @@ -1,2 +1 @@ -DIST gnome-nibbles-4.0.1.tar.xz 417716 BLAKE2B 18703fb353097c75b0a36caaca60ae2d2a2186920cfe5d8bcb67d594608beee29de46f70557ff37e0edd819e6838acfc98250c568605e2f657627c60ea56ae5f SHA512 802bf7f320613b3a1d57cbe7ab804ba07781ad3c5e6ea3e5d1d2ee0d744055265b05895987d84714ca6eeb7eca832f138a2427f5c00d25ef14c8ef8976ddae2f DIST gnome-nibbles-4.0.2.tar.xz 418992 BLAKE2B d94e0c11c683765ff50ec4c72669b6ccdac405a107d1f68675b95ae386ff3ae825e0783ce45f26e974675a243d98a00bb1be224ae29e5f25e3735cf1bbf25990 SHA512 a0f82e4860cc05f9b2fdd2037a59088ef1747e17f660778ba68d6eed328b962e27606dfe2e7a9b0a8f46c68bb5f6ff26f7048fae24ab17fe8d63685656e85025 diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-4.0.1.ebuild b/games-arcade/gnome-nibbles/gnome-nibbles-4.0.1.ebuild deleted file mode 100644 index fed88c796bfc..000000000000 --- a/games-arcade/gnome-nibbles/gnome-nibbles-4.0.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson vala xdg - -DESCRIPTION="Nibbles clone for GNOME" -HOMEPAGE="https://wiki.gnome.org/Apps/Nibbles https://gitlab.gnome.org/GNOME/gnome-nibbles" - -LICENSE="GPL-3+ CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 arm64 ~loong ~riscv x86" - -RDEPEND=" - >=dev-libs/glib-2.78.0:2 - dev-libs/libgee:0.8= - >=media-libs/gsound-1.0.2 - >=gui-libs/gtk-4.6:4 - x11-libs/pango - >=dev-libs/libgnome-games-support-2.0.0:2= -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - $(vala_depend) - media-libs/gsound[vala] -" - -src_prepare() { - default - vala_setup - xdg_environment_reset -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |