summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-05-30 16:28:49 -0700
committerMatt Turner <mattst88@gentoo.org>2021-05-30 18:57:47 -0700
commit560d905714f4d15406b1295400c33b381bb1fc8b (patch)
tree4e07fe4e0da698413b9f6c4fb7466949181eba46 /games-board
parentgames-board/gnome-mines: Drop old versions (diff)
downloadgentoo-560d905714f4d15406b1295400c33b381bb1fc8b.tar.gz
gentoo-560d905714f4d15406b1295400c33b381bb1fc8b.tar.bz2
gentoo-560d905714f4d15406b1295400c33b381bb1fc8b.zip
games-board/iagno: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r--games-board/iagno/Manifest1
-rw-r--r--games-board/iagno/files/3.36.4-vala-posix.patch28
-rw-r--r--games-board/iagno/iagno-3.36.4.ebuild54
3 files changed, 0 insertions, 83 deletions
diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index ff36470f6d94..67018c0224e1 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1,2 +1 @@
-DIST iagno-3.36.4.tar.xz 799480 BLAKE2B 430aa403c974728b929a7715e783dd594f00300dd9b0bf8b6f84da7265e31536a5cae17db94bcbdbebe3ef2690cb05bf18292af158016ec18bb695e58ca20f3d SHA512 43775149f76904a19316e5eac990d8dae0a730c3f6798ad88648892d4795b6892a86fb93b78a72fd30853ad36cc5e4b241e1cbd4067c78d6648f1630543f87be
DIST iagno-3.38.1.tar.xz 766188 BLAKE2B 1265a9b3480bdf2ed949af9fd1e8eb0a8aa996a267d9e0e7c4300232ed857a5ef37fca9942b5bb50606e1fa9bc7058660d11296443d5a90213f76d2fbeb83cd1 SHA512 d36e445c01487a79df6fb6b1b77991118a978716688cf166d593656e1f8dbc3f872d0e739145b9ea9629563457d441918d7f46241d29edae8bdf74f54174d4f1
diff --git a/games-board/iagno/files/3.36.4-vala-posix.patch b/games-board/iagno/files/3.36.4-vala-posix.patch
deleted file mode 100644
index b53d0dc75f65..000000000000
--- a/games-board/iagno/files/3.36.4-vala-posix.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 0100bab269f2102f24a6e41202b931da1b6e8dc5 Mon Sep 17 00:00:00 2001
-From: Michael Catanzaro <mcatanzaro@gnome.org>
-Date: Mon, 3 Aug 2020 13:47:43 -0500
-Subject: [PATCH] Fix build of perfs-tests-generator.vala
-
-Not sure exactly what changed, but Rico says: "likely a dependency isn't
-pulling posix.vapi in anymore."
----
- src/meson.build | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/meson.build b/src/meson.build
-index f3d3a20..9925272 100644
---- a/src/meson.build
-+++ b/src/meson.build
-@@ -15,7 +15,8 @@ run_target('update-perfs-tests', command: executable ('iagno-perfs-tests-generat
- '--enable-experimental-non-null'
- ],
- dependencies : [
-- gio_dependency
-+ gio_dependency,
-+ posix_dependency
- ]
- )
- )
---
-2.20.1
-
diff --git a/games-board/iagno/iagno-3.36.4.ebuild b/games-board/iagno/iagno-3.36.4.ebuild
deleted file mode 100644
index 571d5c20960c..000000000000
--- a/games-board/iagno/iagno-3.36.4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_MIN_API_VERSION="0.44"
-VALA_MAX_API_VERSION="0.50"
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Dominate the board in a classic version of Reversi"
-HOMEPAGE="https://wiki.gnome.org/Apps/Reversi"
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.42.0:2
- >=media-libs/gsound-1.0.2
- >=x11-libs/gtk+-3.24.0:3
- >=gnome-base/librsvg-2.32.0:2
-"
-DEPEND="${RDEPEND}"
-# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
-BDEPEND="
- dev-libs/appstream-glib
- dev-libs/libxml2:2
- dev-util/itstool
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
- $(vala_depend)
- media-libs/gsound[vala]
- gnome-base/librsvg:2[vala]
-"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-vala-posix.patch
-)
-
-src_prepare() {
- xdg_src_prepare
- vala_src_prepare
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}