* [gentoo-commits] repo/gentoo:master commit in: games-arcade/briquolo/
@ 2021-04-04 7:37 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-04-04 7:37 UTC (permalink / raw
To: gentoo-commits
commit: 58a38ae5013be60b7c1d7bca53caaa2ad4482d7d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 07:37:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 07:37:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a38ae5
games-arcade/briquolo: toolchain-funcs--
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-arcade/briquolo/briquolo-0.5.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-arcade/briquolo/briquolo-0.5.7.ebuild b/games-arcade/briquolo/briquolo-0.5.7.ebuild
index fe3a911deb6..d58d4462cad 100644
--- a/games-arcade/briquolo/briquolo-0.5.7.ebuild
+++ b/games-arcade/briquolo/briquolo-0.5.7.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools desktop toolchain-funcs
+inherit autotools desktop
DESCRIPTION="Breakout with 3D representation based on OpenGL"
HOMEPAGE="http://briquolo.free.fr/en/index.html"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/briquolo/
@ 2015-12-18 10:13 Michael Sterrett
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett @ 2015-12-18 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 78f8b903d7b1e36ce3f85fc7ba21fe324b126b2d
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 09:33:15 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 09:33:15 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f8b903
EAPI=5; minor tidying
Package-Manager: portage-2.2.24
games-arcade/briquolo/briquolo-0.5.7.ebuild | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
diff --git a/games-arcade/briquolo/briquolo-0.5.7.ebuild b/games-arcade/briquolo/briquolo-0.5.7.ebuild
index 2690ebc..efd0d53 100644
--- a/games-arcade/briquolo/briquolo-0.5.7.ebuild
+++ b/games-arcade/briquolo/briquolo-0.5.7.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit eutils games
DESCRIPTION="Breakout with 3D representation based on OpenGL"
@@ -16,10 +16,10 @@ IUSE="nls"
RDEPEND="virtual/opengl
virtual/glu
- media-libs/libsdl
+ media-libs/libsdl[joystick,sound,video]
media-libs/sdl-mixer
media-libs/sdl-ttf
- media-libs/libpng
+ media-libs/libpng:0
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
@@ -30,22 +30,18 @@ src_prepare() {
# no thanks we'll take care of it.
sed -i \
-e '/^SUBDIRS/s/desktop//' \
- Makefile.in \
- || die "sed Makefile.in failed"
+ Makefile.in || die
sed -i \
-e "/CXXFLAGS/s:-O3:${CXXFLAGS}:" \
-e 's:=.*share/locale:=/usr/share/locale:' \
- configure \
- || die "sed configure failed"
+ configure || die
sed -i \
-e 's:$(datadir)/locale:/usr/share/locale:' \
- po/Makefile.in.in \
- || die "sed Makefile.in.in failed"
+ po/Makefile.in.in || die
}
src_configure() {
- egamesconf \
- $(use_enable nls)
+ egamesconf $(use_enable nls)
}
src_install() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-04 7:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-04 7:37 [gentoo-commits] repo/gentoo:master commit in: games-arcade/briquolo/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2015-12-18 10:13 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox