zx2c4 14/04/17 00:15:38 Modified: ChangeLog Added: luaexpat-1.3.0.ebuild Log: Version bump for prosody. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Revision Changes Path 1.15 dev-lua/luaexpat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luaexpat/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luaexpat/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luaexpat/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 4 Mar 2014 20:37:39 -0000 1.14 +++ ChangeLog 17 Apr 2014 00:15:38 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for dev-lua/luaexpat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/ChangeLog,v 1.14 2014/03/04 20:37:39 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/ChangeLog,v 1.15 2014/04/17 00:15:38 zx2c4 Exp $ + +*luaexpat-1.3.0 (17 Apr 2014) + + 17 Apr 2014; Jason A. Donenfeld <[email protected]> +luaexpat-1.3.0.ebuild: + Version bump for prosody. 04 Mar 2014; Vicente Olivert Riera <[email protected]> luaexpat-1.2.0-r1.ebuild: 1.1 dev-lua/luaexpat/luaexpat-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luaexpat/luaexpat-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luaexpat/luaexpat-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: luaexpat-1.3.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/luaexpat-1.3.0.ebuild,v 1.1 2014/04/17 00:15:37 zx2c4 Exp $ EAPI=4 inherit multilib toolchain-funcs flag-o-matic eutils DESCRIPTION="LuaExpat is a SAX XML parser based on the Expat library." HOMEPAGE="http://www.keplerproject.org/luaexpat/" SRC_URI="http://matthewwild.co.uk/projects/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND=">=dev-lang/lua-5.1[deprecated] dev-libs/expat" DEPEND="${RDEPEND} virtual/pkgconfig" src_compile() { append-flags -fPIC emake \ CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" \ CC="$(tc-getCC)" \ LD="$(tc-getCC) -shared" \ LUA_LDIR="$(pkg-config --variable INSTALL_LMOD lua)" \ LUA_CDIR="$(pkg-config --variable INSTALL_CMOD lua)" \ LUA_INC="-I$(pkg-config --variable INSTALL_INC lua)" } src_install() { emake \ DESTDIR="${D}" \ LUA_LDIR="$(pkg-config --variable INSTALL_LMOD lua)" \ LUA_CDIR="$(pkg-config --variable INSTALL_CMOD lua)" \ LUA_INC="-I$(pkg-config --variable INSTALL_INC lua)" \ install dodoc README dohtml -r doc/* }
