summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2020-11-07 16:22:38 +0200
committerMart Raudsepp <leio@gentoo.org>2020-11-07 17:21:18 +0200
commit9f37f88c6243f9b525db259b1431ea32b5b2d595 (patch)
treee5c4c38dc71bfae9738e9e1c4621f27ff89a850e /games-puzzle/hitori
parentgames-puzzle/gnome-tetravex: remove old (diff)
downloadgentoo-9f37f88c6243f9b525db259b1431ea32b5b2d595.tar.gz
gentoo-9f37f88c6243f9b525db259b1431ea32b5b2d595.tar.bz2
gentoo-9f37f88c6243f9b525db259b1431ea32b5b2d595.zip
games-puzzle/hitori: remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'games-puzzle/hitori')
-rw-r--r--games-puzzle/hitori/Manifest1
-rw-r--r--games-puzzle/hitori/hitori-3.34.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/games-puzzle/hitori/Manifest b/games-puzzle/hitori/Manifest
index b8130cfcd4a2..8bd3dfcf4942 100644
--- a/games-puzzle/hitori/Manifest
+++ b/games-puzzle/hitori/Manifest
@@ -1,2 +1 @@
-DIST hitori-3.34.0.tar.xz 163152 BLAKE2B a52446fe62c2d09e9f1f97e77dc82a2902c05013e6c13d64ef58c4b9fcb500cc8533ea094bc91c1c933f5923e3dc889b5db23b1050d8809c0f405ba81917bfe2 SHA512 f4c67da619fdefe03492dacee81bb7972ec40e003c51a1363c19b6eb2690505a0a14e7402ddb61ef0487605d91a7674654ecc470e01febe649b25e173a889354
DIST hitori-3.36.0.tar.xz 166404 BLAKE2B 851653744c8fcd200576e93753fa3c4a5a166caf7a6efd8048f5755f3a5b096b1387db73a6e39bc4a87815a2c0f39e71cacd95d0ca9940b3a0fb734cb95f36ed SHA512 fab2f1475895e26ac540c6302902c72b4e1bf68935fd88b216e3be37990d8dc2791b15e84d9eac69d1abd43ac01e40cbe238acabbdd686bf7abb96eb59b90265
diff --git a/games-puzzle/hitori/hitori-3.34.0.ebuild b/games-puzzle/hitori/hitori-3.34.0.ebuild
deleted file mode 100644
index 7708514c9f78..000000000000
--- a/games-puzzle/hitori/hitori-3.34.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Logic puzzle game for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Hitori"
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-# gtk+-3.22 for build-time optional gtk_show_uri_on_window usage
-RDEPEND="
- >=dev-libs/glib-2.32:2
- >=x11-libs/gtk+-3.22.0:3
- >=x11-libs/cairo-1.4
-"
-DEPEND="${RDEPEND}
- dev-libs/appstream-glib
- dev-util/itstool
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}