diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-05-30 16:27:18 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-30 18:57:44 -0700 |
commit | 75f8ea5c3cd6f4d9e6f1b7c256e7aec351faeb01 (patch) | |
tree | 633dcbd866fd4354014423365666ef4aee7fb975 /games-arcade | |
parent | dev-util/gnome-devel-docs: Drop old versions (diff) | |
download | gentoo-75f8ea5c3cd6f4d9e6f1b7c256e7aec351faeb01.tar.gz gentoo-75f8ea5c3cd6f4d9e6f1b7c256e7aec351faeb01.tar.bz2 gentoo-75f8ea5c3cd6f4d9e6f1b7c256e7aec351faeb01.zip |
games-arcade/gnome-nibbles: Drop old versions
Signed-off-by: Matt Turner <mattst88@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-3.36.1.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/games-arcade/gnome-nibbles/Manifest b/games-arcade/gnome-nibbles/Manifest index 3c6cc9ace61d..3e2c99cd2462 100644 --- a/games-arcade/gnome-nibbles/Manifest +++ b/games-arcade/gnome-nibbles/Manifest @@ -1,2 +1 @@ -DIST gnome-nibbles-3.36.1.tar.xz 323740 BLAKE2B d862900d6419505888bf3f416bb52af60186d6a3f7cb8fb52dc48fb94c3a1b99f80d262455aee335435cfef7c1573fa550d0f7595487757784a44d5e15192c3d SHA512 f7fd5c70a2ebd91d21bde26362777cecbb05bf352c13489596cbf4699f88bf93ee630a1420e91d5929ebaf05271a9006440060182d4aab9801a293559b3f2a77 DIST gnome-nibbles-3.38.2.tar.xz 337680 BLAKE2B 96ca3794d72f600608b049aafe83808e917ec8e8462b19d31af36f2570e6c3fc8b3c9e85cbaa4ec9f041ecb934aa99701d13fcf232c447f5a4f51e6a98a66173 SHA512 e0146e33efa20ca48131be76a7f1738f8e3e2503a152c879e1d0d6accb091f9c4cb36c6d3009ca824bf6c4ac0ff5249b17e6423919c615992f0c4bef6dfcd601 diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.36.1.ebuild b/games-arcade/gnome-nibbles/gnome-nibbles-3.36.1.ebuild deleted file mode 100644 index 5567f625aeda..000000000000 --- a/games-arcade/gnome-nibbles/gnome-nibbles-3.36.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -VALA_MAX_API_VERSION="0.50" - -inherit gnome.org gnome2-utils meson vala xdg - -DESCRIPTION="Nibbles clone for Gnome" -HOMEPAGE="https://wiki.gnome.org/Apps/Nibbles" - -LICENSE="GPL-3+ CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.40.0:2 - >=media-libs/clutter-1.22.0:1.0 - >=media-libs/clutter-gtk-1.4.0:1.0 - dev-libs/libgee:0.8= - >=media-libs/gsound-1.0.2 - >=x11-libs/gtk+-3.18.0:3 - dev-libs/libgnome-games-support:1= -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - $(vala_depend) - media-libs/gsound[vala] -" - -PATCHES=( - "${FILESDIR}"/3.36.0-drop-unnecessary-files.patch # https://gitlab.gnome.org/GNOME/gnome-nibbles/merge_requests/11 -) - -src_prepare() { - xdg_src_prepare - vala_src_prepare -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |