public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/tod/
@ 2017-12-01 19:31 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-12-01 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     751a8e21a28de0f5595e918fb2823938e7b5f336
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 18:57:38 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 19:30:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751a8e21

games-puzzle/tod: [QA] Fix DESCRIPTION.toolong

 games-puzzle/tod/tod-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/tod/tod-0.ebuild b/games-puzzle/tod/tod-0.ebuild
index eeb59a66aa2..98278d52a03 100644
--- a/games-puzzle/tod/tod-0.ebuild
+++ b/games-puzzle/tod/tod-0.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils games
 
-DESCRIPTION="Tetanus On Drugs simulates playing a Tetris clone under the influence of hallucinogenic drugs"
+DESCRIPTION="Tetanus On Drugs simulates playing Tetris under the influence of drugs"
 HOMEPAGE="http://www.pineight.com/tod/"
 SRC_URI="http://www.pineight.com/pc/win${PN}.zip"
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/tod/
@ 2021-10-26  5:48 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-10-26  5:48 UTC (permalink / raw
  To: gentoo-commits

commit:     64a0bdcc6ab271d8d3796b4029915d32a9b3fc1a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 05:37:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 05:37:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a0bdcc

games-puzzle/tod: respect CC, prefix

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../tod/{tod-0-r2.ebuild => tod-0-r3.ebuild}        | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/games-puzzle/tod/tod-0-r2.ebuild b/games-puzzle/tod/tod-0-r3.ebuild
similarity index 67%
rename from games-puzzle/tod/tod-0-r2.ebuild
rename to games-puzzle/tod/tod-0-r3.ebuild
index 9de46566b13..ad378860628 100644
--- a/games-puzzle/tod/tod-0-r2.ebuild
+++ b/games-puzzle/tod/tod-0-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit desktop
+inherit desktop toolchain-funcs
 
 DESCRIPTION="Tetanus On Drugs simulates playing Tetris under the influence of drugs"
 HOMEPAGE="http://www.pineight.com/tod/"
@@ -22,13 +22,28 @@ S="${WORKDIR}"
 
 src_prepare() {
 	default
+
 	eapply "${FILESDIR}"/${P}-makefile.patch
 	eapply "${FILESDIR}"/${P}-allegro.patch
+
+	sed -i \
+		-e '/CC = gcc/d' \
+		-e 's/gcc/$(CC)/' \
+		-e 's/$(CC) $(CFLAGS)/& $(CPPFLAGS)/' \
+		-e 's/$(LDFLAGS)/$(CFLAGS) $(CPPFLAGS) &/' \
+		makefile || die
+
 	sed -i \
-		-e "s:idltd\.dat:/usr/share/${PN}/idltd.dat:" \
+		-e "s:idltd\.dat:${EPREFIX}/usr/share/${PN}/idltd.dat:" \
 		rec.c || die
 }
 
+src_compile() {
+	tc-export CC
+
+	emake
+}
+
 src_install() {
 	newbin tod-debug.exe tod
 	insinto /usr/share/${PN}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-26  5:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-01 19:31 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/tod/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2021-10-26  5:48 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox