From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D3F61582EF for ; Sun, 09 Feb 2025 01:39:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2A6BE3430B0 for ; Sun, 09 Feb 2025 01:39:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 25C18110471; Sun, 09 Feb 2025 01:39:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1E0CF110471 for ; Sun, 09 Feb 2025 01:39:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C333A3430CB for ; Sun, 09 Feb 2025 01:39:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EC6926EE for ; Sun, 09 Feb 2025 01:39:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1739065129.e13c38fbd053c624a3fa06cc3d0904cd5db51756.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/xscrabble/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/xscrabble/xscrabble-2.10-r4.ebuild X-VCS-Directories: games-board/xscrabble/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e13c38fbd053c624a3fa06cc3d0904cd5db51756 X-VCS-Branch: master Date: Sun, 09 Feb 2025 01:39:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 278fd8f5-6581-4861-a3e8-b9af1858aaa2 X-Archives-Hash: 8db76cd607e252506dfb1155ba2f9848 commit: e13c38fbd053c624a3fa06cc3d0904cd5db51756 Author: Alexey Sokolov asokolov org> AuthorDate: Sun Feb 9 01:25:55 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 9 01:38:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13c38fb games-board/xscrabble: drop 2.10-r4 Signed-off-by: Alexey Sokolov asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/40491 Signed-off-by: Sam James gentoo.org> games-board/xscrabble/xscrabble-2.10-r4.ebuild | 101 ------------------------- 1 file changed, 101 deletions(-) diff --git a/games-board/xscrabble/xscrabble-2.10-r4.ebuild b/games-board/xscrabble/xscrabble-2.10-r4.ebuild deleted file mode 100644 index d8a308d70fe6..000000000000 --- a/games-board/xscrabble/xscrabble-2.10-r4.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="An X11 clone of the well-known Scrabble" -HOMEPAGE="http://freshmeat.net/projects/xscrabble/?topic_id=80" -SRC_URI="ftp://ftp.ac-grenoble.fr/ge/educational_games/${P}.tgz - l10n_fr? ( ftp://ftp.ac-grenoble.fr/ge/educational_games/xscrabble_fr.tgz ) - ftp://ftp.ac-grenoble.fr/ge/educational_games/xscrabble_en.tgz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="l10n_fr" - -DEPEND="x11-libs/libXaw" -RDEPEND=" - ${DEPEND} - acct-group/gamestat - !