summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-07-25 23:09:38 -0700
committerMatt Turner <mattst88@gentoo.org>2021-07-26 00:14:29 -0700
commit7bb0695c42df4b31723a7ab78d8ff85b4bb354d6 (patch)
tree3211f03150edf0799e80fa35b58aee223132c5bc /games-puzzle
parentdev-util/sysprof: Drop old versions (diff)
downloadgentoo-7bb0695c42df4b31723a7ab78d8ff85b4bb354d6.tar.gz
gentoo-7bb0695c42df4b31723a7ab78d8ff85b4bb354d6.tar.bz2
gentoo-7bb0695c42df4b31723a7ab78d8ff85b4bb354d6.zip
games-puzzle/hitori: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/hitori/Manifest1
-rw-r--r--games-puzzle/hitori/hitori-3.36.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/games-puzzle/hitori/Manifest b/games-puzzle/hitori/Manifest
index 3930f1441b62..897f4e4094d7 100644
--- a/games-puzzle/hitori/Manifest
+++ b/games-puzzle/hitori/Manifest
@@ -1,2 +1 @@
-DIST hitori-3.36.0.tar.xz 166404 BLAKE2B 851653744c8fcd200576e93753fa3c4a5a166caf7a6efd8048f5755f3a5b096b1387db73a6e39bc4a87815a2c0f39e71cacd95d0ca9940b3a0fb734cb95f36ed SHA512 fab2f1475895e26ac540c6302902c72b4e1bf68935fd88b216e3be37990d8dc2791b15e84d9eac69d1abd43ac01e40cbe238acabbdd686bf7abb96eb59b90265
DIST hitori-3.38.2.tar.xz 204992 BLAKE2B 271e7c7c09a0a9cf496783bf19cfc9bfb60a7a94b1addce704e0ee57b9a9d730e6fc96750dc2eb0e14cae2b0d5d8abc7474fe28029b94f0c7d195cdcbf7155da SHA512 6a094e7bf9b528b965819a28b64db0f7b6c474dbd1a54c3063ad2f20b726193a46b4b058566baea7dee889c3d692bd36bdf775a177e430b5772b16762bdc2785
diff --git a/games-puzzle/hitori/hitori-3.36.0.ebuild b/games-puzzle/hitori/hitori-3.36.0.ebuild
deleted file mode 100644
index 7d10936e74aa..000000000000
--- a/games-puzzle/hitori/hitori-3.36.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 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
-}