* [gentoo-commits] gentoo-x86 commit in dev-lang/toluapp: toluapp-1.0.93.ebuild ChangeLog
@ 2009-07-02 14:12 99% Samuli Suominen (ssuominen)
0 siblings, 0 replies; 1+ results
From: Samuli Suominen (ssuominen) @ 2009-07-02 14:12 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/07/02 14:12:04
Modified: ChangeLog
Added: toluapp-1.0.93.ebuild
Log:
Version bump. Use shared library wrt #193744.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.19 dev-lang/toluapp/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/toluapp/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/toluapp/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/toluapp/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/toluapp/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 1 Jul 2009 21:17:47 -0000 1.18
+++ ChangeLog 2 Jul 2009 14:12:04 -0000 1.19
@@ -1,11 +1,17 @@
# ChangeLog for dev-lang/toluapp
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/toluapp/ChangeLog,v 1.18 2009/07/01 21:17:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/toluapp/ChangeLog,v 1.19 2009/07/02 14:12:04 ssuominen Exp $
+
+*toluapp-1.0.93 (02 Jul 2009)
+
+ 02 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +toluapp-1.0.93.ebuild:
+ Version bump. Use shared library wrt #193744.
01 Jul 2009; Markus Meier <maekke@gentoo.org> toluapp-1.0.92.ebuild:
amd64 stable, bug #255080
- 17 May 2008; Samuli Suominen <drac@gentoo.org>
+ 17 May 2008; Samuli Suominen <ssuominen@gentoo.org>
-files/toluapp-1.0.2-gentoo.patch, -toluapp-1.0.2.ebuild,
-toluapp-1.0.7_p1.ebuild, toluapp-1.0.92.ebuild:
Move scons to DEPEND wrt #220441. Remove old versions and keyword ~amd64
1.1 dev-lang/toluapp/toluapp-1.0.93.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/toluapp/toluapp-1.0.93.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/toluapp/toluapp-1.0.93.ebuild?rev=1.1&content-type=text/plain
Index: toluapp-1.0.93.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/toluapp/toluapp-1.0.93.ebuild,v 1.1 2009/07/02 14:12:04 ssuominen Exp $
inherit toolchain-funcs
MY_P=${PN/pp/++}-${PV}
DESCRIPTION="A tool to integrate C/C++ code with Lua."
HOMEPAGE="http://www.codenix.com/~tolua/"
SRC_URI="http://www.codenix.com/~tolua/${MY_P}.tar.bz2"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=dev-lang/lua-5.1.1"
DEPEND="${RDEPEND}
dev-util/scons"
S=${WORKDIR}/${MY_P}
src_compile() {
echo "## BEGIN gentoo.py
LIBS = ['lua', 'dl', 'm']
## END gentoo.py" > ${S}/custom.py
scons \
CC="$(tc-getCC)" \
CCFLAGS="${CFLAGS} -ansi -Wall" \
CXX="$(tc-getCXX)" \
LINK="$(tc-getCC)" \
LINKFLAGS="${LDFLAGS}" \
shared=1 || die "scons failed"
}
src_install() {
dobin bin/tolua++ || die "dobin failed"
# dobin bin/tolua++_bootstrap || die "dobin failed"
# dolib.a lib/libtolua++_static.a || die "dolib.a failed"
dolib.so lib/libtolua++.so || die "dolib.so failed"
insinto /usr/include
doins include/tolua++.h || die "doins failed"
dodoc README
dohtml doc/*
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-07-02 14:12 99% [gentoo-commits] gentoo-x86 commit in dev-lang/toluapp: toluapp-1.0.93.ebuild ChangeLog Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox