mrueg       15/01/03 12:26:40

  Modified:             ChangeLog
  Added:                lua-zlib-0.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.13                 dev-lua/lua-zlib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   28 Dec 2014 11:30:32 -0000      1.12
+++ ChangeLog   3 Jan 2015 12:26:40 -0000       1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lua/lua-zlib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.12 
2014/12/28 11:30:32 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.13 
2015/01/03 12:26:40 mrueg Exp $
+
+*lua-zlib-0.4 (03 Jan 2015)
+
+  03 Jan 2015; Manuel Rüger <[email protected]> +lua-zlib-0.4.ebuild:
+  Version bump.
 
   28 Dec 2014; Manuel Rüger <[email protected]> -lua-zlib-0.2.ebuild:
   Remove old.



1.1                  dev-lua/lua-zlib/lua-zlib-0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.4.ebuild?rev=1.1&content-type=text/plain

Index: lua-zlib-0.4.ebuild
===================================================================
# Copyright 1999-2015 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.4.ebuild,v 1.1 
2015/01/03 12:26:40 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
}




Reply via email to