mrueg 14/10/19 17:15:32 Modified: ChangeLog Added: lua-zlib-0.3.ebuild Log: Version bump. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.8 dev-lua/lua-zlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 8 Aug 2013 19:26:29 -0000 1.7 +++ ChangeLog 19 Oct 2014 17:15:32 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for dev-lua/lua-zlib -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.7 2013/08/08 19:26:29 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.8 2014/10/19 17:15:32 mrueg Exp $ + +*lua-zlib-0.3 (19 Oct 2014) + + 19 Oct 2014; Manuel RĂ¼ger <[email protected]> +lua-zlib-0.3.ebuild: + Version bump. 08 Aug 2013; Markus Meier <[email protected]> lua-zlib-0.2.ebuild: add ~arm, bug #476264 1.1 dev-lua/lua-zlib/lua-zlib-0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.3.ebuild?rev=1.1&content-type=text/plain Index: lua-zlib-0.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.3.ebuild,v 1.1 2014/10/19 17:15:32 mrueg Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="Lua bindings to zlib" HOMEPAGE="http://github.com/brimworks/lua-zlib" SRC_URI="https://github.com/brimworks/${PN}/tarball/v${PV} -> ${P}.tgz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND="dev-lang/lua sys-libs/zlib" DEPEND="${RDEPEND} virtual/pkgconfig" src_unpack() { unpack ${A} mv *-${PN}-* "${S}" } src_configure() { MYCMAKEARGS="-DINSTALL_CMOD='$(pkg-config --variable INSTALL_CMOD lua)'" cmake-utils_src_configure }
