commit:     3400e9c38f81ae9958f685fca0723c250424215f
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sun Mar  8 14:42:41 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 13:43:12 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3400e9c3

games-board/awale: drop 1.6, 1.6-r1

Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/257
Merges: https://codeberg.org/gentoo/gentoo/pulls/257
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-board/awale/awale-1.6-r1.ebuild              | 39 ----------------------
 games-board/awale/awale-1.6.ebuild                 | 35 -------------------
 .../awale/files/awale-1.6-clang16-build-fix.patch  | 11 ------
 3 files changed, 85 deletions(-)

diff --git a/games-board/awale/awale-1.6-r1.ebuild 
b/games-board/awale/awale-1.6-r1.ebuild
deleted file mode 100644
index 7f2ed8e143dd..000000000000
--- a/games-board/awale/awale-1.6-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop
-
-DESCRIPTION="Free Awale - The game of all Africa"
-HOMEPAGE="https://www.nongnu.org/awale/";
-SRC_URI="mirror://nongnu/awale/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gui"
-
-RDEPEND="gui? ( dev-lang/tk )"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.6-clang16-build-fix.patch
-)
-
-src_install() {
-       if use gui; then
-               emake -j1 DESTDIR="${D}" install #799107
-
-               fperms +x /usr/share/${PN}/xawale.tcl
-
-               doicon src/awale.png
-               make_desktop_entry xawale "Free Awale"
-
-               rm "${ED}"/usr/share/applications/awale.desktop || die
-       else
-               dobin src/awale
-               doman man/awale.6
-       fi
-
-       einstalldocs
-}

diff --git a/games-board/awale/awale-1.6.ebuild 
b/games-board/awale/awale-1.6.ebuild
deleted file mode 100644
index 45ed1e481f42..000000000000
--- a/games-board/awale/awale-1.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop
-
-DESCRIPTION="Free Awale - The game of all Africa"
-HOMEPAGE="https://www.nongnu.org/awale/";
-SRC_URI="mirror://nongnu/awale/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gui"
-
-RDEPEND="gui? ( dev-lang/tk )"
-
-src_install() {
-       if use gui; then
-               emake -j1 DESTDIR="${D}" install #799107
-
-               fperms +x /usr/share/${PN}/xawale.tcl
-
-               doicon src/awale.png
-               make_desktop_entry xawale "Free Awale"
-
-               rm "${ED}"/usr/share/applications/awale.desktop || die
-       else
-               dobin src/awale
-               doman man/awale.6
-       fi
-
-       einstalldocs
-}

diff --git a/games-board/awale/files/awale-1.6-clang16-build-fix.patch 
b/games-board/awale/files/awale-1.6-clang16-build-fix.patch
deleted file mode 100644
index 56b3ed9e0bb7..000000000000
--- a/games-board/awale/files/awale-1.6-clang16-build-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Bug: https://bugs.gentoo.org/895882
---- a/src/getopt.c
-+++ b/src/getopt.c
-@@ -39,6 +39,7 @@
- #endif
- 
- #include <stdio.h>
-+#include <string.h>
- 
- /* Comment out all this code if we are using the GNU C Library, and are not
-    actually compiling the library itself.  This code is part of the GNU C

Reply via email to