* [gentoo-commits] proj/lua:master commit in: games-engines/love/
@ 2012-09-04 14:59 Misbakh-Soloviev Vadim A.
0 siblings, 0 replies; 2+ messages in thread
From: Misbakh-Soloviev Vadim A. @ 2012-09-04 14:59 UTC (permalink / raw
To: gentoo-commits
commit: 04f8d79cef4444f35d644c018af694208103f263
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Tue Sep 4 14:59:44 2012 +0000
Commit: Misbakh-Soloviev Vadim A. <mva <AT> mva <DOT> name>
CommitDate: Tue Sep 4 14:59:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lua.git;a=commit;h=04f8d79c
fix for live love
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
games-engines/love/love-9999.ebuild | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/games-engines/love/love-9999.ebuild b/games-engines/love/love-9999.ebuild
index 1028cfe..1013dfa 100644
--- a/games-engines/love/love-9999.ebuild
+++ b/games-engines/love/love-9999.ebuild
@@ -39,8 +39,7 @@ DEPEND="${RDEPEND}
DOCS=( "readme.md" "changes.txt" )
src_prepare() {
- sh platform/unix/gen-makefile || die
- mkdir platform/unix/m4 || die
+ sh platform/unix/automagic || die
eautoreconf
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/lua:master commit in: games-engines/love/
@ 2015-10-07 8:50 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 2+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2015-10-07 8:50 UTC (permalink / raw
To: gentoo-commits
commit: 98ecbcedd896705d83c589e8615f8ed88804c83f
Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Wed Oct 7 08:50:10 2015 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Wed Oct 7 08:50:10 2015 +0000
URL: https://gitweb.gentoo.org/proj/lua.git/commit/?id=98ecbced
love: minor fixes
Signed-off-by: Vadim A. Misbakh-Soloviov <git <AT> mva.name>
games-engines/love/love-0.9.2.ebuild | 8 +++-----
games-engines/love/love-9999.ebuild | 7 +++----
2 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/games-engines/love/love-0.9.2.ebuild b/games-engines/love/love-0.9.2.ebuild
index 2b5b855..0e52c6e 100644
--- a/games-engines/love/love-0.9.2.ebuild
+++ b/games-engines/love/love-0.9.2.ebuild
@@ -13,11 +13,11 @@ SRC_URI="http://bitbucket.org/rude/love/downloads/${P}-linux-src.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="luajit"
+IUSE=""
RDEPEND="
dev-games/physfs
- virtual/lua[luajit=]
+ virtual/lua[luajit]
media-libs/devil[mng,tiff]
media-libs/freetype
media-libs/libmodplug
@@ -33,6 +33,4 @@ DEPEND="
media-libs/tiff
"
-S=${WORKDIR}/${PN}-HEAD
-
-DOCS=( "readme.txt" "changes.txt" )
+DOCS=( readme.md changes.txt )
diff --git a/games-engines/love/love-9999.ebuild b/games-engines/love/love-9999.ebuild
index 5987b4d..d058cc6 100644
--- a/games-engines/love/love-9999.ebuild
+++ b/games-engines/love/love-9999.ebuild
@@ -20,7 +20,7 @@ inherit games eutils autotools ${SCM_ECLASS}
LICENSE="ZLIB"
SLOT="0"
-IUSE="luajit"
+IUSE=""
RDEPEND="
dev-games/physfs
@@ -31,7 +31,7 @@ RDEPEND="
media-libs/libvorbis
media-libs/openal
media-sound/mpg123
- virtual/lua[luajit=]
+ virtual/lua[luajit]
virtual/opengl
"
DEPEND="
@@ -40,7 +40,7 @@ DEPEND="
media-libs/tiff
"
-DOCS=( "readme.md" "changes.txt" )
+DOCS=( readme.md changes.txt )
src_prepare() {
sh platform/unix/automagic || die
@@ -49,7 +49,6 @@ src_prepare() {
src_configure() {
OPTS=()
- use luajit && OPTS+=" --with-luajit"
OPTS+=" --disable-dependency-tracking --disable-option-checking"
econf ${OPTS}
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-07 8:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-07 8:50 [gentoo-commits] proj/lua:master commit in: games-engines/love/ Vadim A. Misbakh-Soloviov
-- strict thread matches above, loose matches on Subject: below --
2012-09-04 14:59 Misbakh-Soloviev Vadim A.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox