commit: 8f547d3d483a8fe962d58d6af9764dbd1aa822c9 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Dec 22 20:46:29 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Dec 22 20:46:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f547d3d
games-puzzle/swell-foop: remove old Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> games-puzzle/swell-foop/Manifest | 1 - games-puzzle/swell-foop/swell-foop-3.30.0.ebuild | 44 ------------------------ 2 files changed, 45 deletions(-) diff --git a/games-puzzle/swell-foop/Manifest b/games-puzzle/swell-foop/Manifest index 8b4ebbd1c0d..ad503877342 100644 --- a/games-puzzle/swell-foop/Manifest +++ b/games-puzzle/swell-foop/Manifest @@ -1,2 +1 @@ -DIST swell-foop-3.30.0.tar.xz 1117832 BLAKE2B 4cbf829140bd3ff14c09c83b8ebf8a82a00e97d8f73f82ad3fe11220d9ef89a1bdd116ec28235e5ae02bf258021ff6fceb968f1e39598ea606a4c613e0a43f8f SHA512 233ffd2acec9590e97d410a4084e2fa6f9e1b9dc80aec643c8a20de008410930a3cbda901dee63180c6ea469c91db489d513d9bc34edc4e3448cc53a3c76e029 DIST swell-foop-3.34.1.tar.xz 732008 BLAKE2B e41527ce485fc7d41b3b8667fba1100fc79a1683adbe7948ecb0f73b418f5e8bcd8c5eeb15c1083cfcbb0237294016ea49510ae6103e2cfc6bc93b508a61a02f SHA512 53625882a755959349f259f5527a48f926e6b8e0493eb81ac257fed6869b87d48e789e4a2141bee7aa8910fb061ca9d7541ceef7f3bdb7a5138068cc6dd16b81 diff --git a/games-puzzle/swell-foop/swell-foop-3.30.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.30.0.ebuild deleted file mode 100644 index 3e9411eb7bc..00000000000 --- a/games-puzzle/swell-foop/swell-foop-3.30.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome.org gnome2-utils meson vala xdg - -DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles" -HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop" - -LICENSE="GPL-2+ FDL-1.1+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.36:2 - >=x11-libs/gtk+-3.12:3 - >=media-libs/clutter-1.14:1.0 - >=media-libs/clutter-gtk-1.5:1.0 -" -DEPEND="${RDEPEND} - dev-libs/appstream-glib - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - $(vala_depend) -" - -src_prepare() { - xdg_src_prepare - vala_src_prepare -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_icon_cache_update - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_icon_cache_update - gnome2_schemas_update -}