* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnurobbo/
@ 2015-11-22 2:36 Michael Sterrett
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett @ 2015-11-22 2:36 UTC (permalink / raw
To: gentoo-commits
commit: 034d14e41e7c8d8add92fca8b6f46a0d55b1c987
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 02:36:18 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 02:36:18 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034d14e4
use epatch to apply patch
Package-Manager: portage-2.2.20.1
games-puzzle/gnurobbo/gnurobbo-0.66.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/games-puzzle/gnurobbo/gnurobbo-0.66.ebuild b/games-puzzle/gnurobbo/gnurobbo-0.66.ebuild
index d7b890e..33210bf 100644
--- a/games-puzzle/gnurobbo/gnurobbo-0.66.ebuild
+++ b/games-puzzle/gnurobbo/gnurobbo-0.66.ebuild
@@ -18,9 +18,11 @@ DEPEND="media-libs/libsdl[sound,video,joystick]
media-libs/sdl-image[png]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-ttf"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
-PATCHES=( "${FILESDIR}"/${P}-underlink.patch )
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-underlink.patch
+}
src_compile() {
emake \
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnurobbo/
@ 2020-09-06 21:00 James Le Cuirot
0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2020-09-06 21:00 UTC (permalink / raw
To: gentoo-commits
commit: 126858465a4add37d59a9961074d46db8b30ed30
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 6 20:39:46 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 20:59:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12685846
games-puzzle/gnurobbo: Don't set BINDIR or DOCDIR when calling Make
They don't actually do anything at build time.
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-puzzle/gnurobbo/gnurobbo-0.68.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/games-puzzle/gnurobbo/gnurobbo-0.68.ebuild b/games-puzzle/gnurobbo/gnurobbo-0.68.ebuild
index 0e48270ff56..1f142c1ff64 100644
--- a/games-puzzle/gnurobbo/gnurobbo-0.68.ebuild
+++ b/games-puzzle/gnurobbo/gnurobbo-0.68.ebuild
@@ -32,9 +32,7 @@ PATCHES=(
src_compile() {
emake \
- PACKAGE_DATA_DIR="${EPREFIX}/usr/share/${PN}" \
- BINDIR="/usr/bin" \
- DOCDIR="/usr/share/doc/${PF}"
+ PACKAGE_DATA_DIR="${EPREFIX}/usr/share/${PN}"
}
src_install() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-06 21:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-06 21:00 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnurobbo/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2015-11-22 2:36 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox