public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/xscrabble/
Date: Sun, 09 Feb 2025 01:39:22 +0000 (UTC)	[thread overview]
Message-ID: <1739065129.e13c38fbd053c624a3fa06cc3d0904cd5db51756.sam@gentoo> (raw)

commit:     e13c38fbd053c624a3fa06cc3d0904cd5db51756
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sun Feb  9 01:25:55 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/40491
Signed-off-by: Sam James <sam <AT> 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
-	!<x11-terms/kterm-6.2.0-r7
-"
-BDEPEND="
-	sys-devel/gcc
-	x11-misc/gccmakedep
-	>=x11-misc/imake-1.0.8-r1
-"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-path-fixes.patch
-	"${FILESDIR}"/${P}-build.patch
-	"${FILESDIR}"/${P}-implicit-declaration.patch
-)
-
-src_unpack() {
-	unpack ${P}.tgz
-	cp "${DISTDIR}"/xscrabble_en.tgz . || die
-
-	if use l10n_fr ; then
-		cp "${DISTDIR}"/xscrabble_fr.tgz . || die
-	fi
-}
-
-src_prepare() {
-	default
-
-	# Don't strip binaries
-	sed -i '/install/s/-s //' build || die
-	# Respect AR, RANLIB
-	sed -i 's/CC="${CC}"/& AR="${AR} cq" RANLIB="${RANLIB}"/' build || die
-}
-
-src_configure() {
-	# bug #858623
-	filter-lto
-
-	tc-export AR CC LD RANLIB
-	export IMAKECPP=${IMAKECPP:-${CHOST}-gcc -E}
-}
-
-src_compile() {
-	./build bin || die "build failed"
-}
-
-src_install() {
-	export DESTDIR="${ED}" LIBDIR="$(get_libdir)"
-
-	./build install || die "install failed"
-
-	if use l10n_fr ; then
-		./build lang fr || die "fr failed"
-	fi
-
-	./build lang en || die "en failed"
-
-	local f
-	for f in "${ED}/usr/$(get_libdir)"/X11/app-defaults/* ; do
-		[[ -L ${f} ]] && continue
-		sed -i \
-			-e "s:/usr/games/lib/scrabble/:/usr/share/${PN}/:" \
-			-e "s:fr/eng:fr/en:" \
-			${f} || die "sed ${f} failed"
-	done
-
-	dodoc CHANGES README
-
-	local paths=( /usr/share/${PN}/en/scrabble_scores )
-	if use l10n_fr ; then
-		paths+=( /usr/share/${PN}/fr/scrabble_scores )
-	fi
-
-	local path
-	for path in ${paths[@]} ; do
-		fowners root:gamestat ${path}
-		fperms 660 ${path}
-	done
-
-	fperms g+s /usr/bin/${PN}
-}


             reply	other threads:[~2025-02-09  1:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-09  1:39 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-17 18:10 [gentoo-commits] repo/gentoo:master commit in: games-board/xscrabble/ Sam James
2021-04-16  4:47 Sam James
2021-04-07  8:11 Sam James
2018-04-01 19:07 Matt Turner
2016-06-26  8:37 Ulrich Müller
2016-06-26  8:37 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1739065129.e13c38fbd053c624a3fa06cc3d0904cd5db51756.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox