mrueg       14/12/24 10:41:04

  Modified:             ChangeLog
  Added:                luafilesystem-1.6.2.ebuild
  Removed:              luafilesystem-1.4.1.ebuild
                        luafilesystem-1.4.2.ebuild
  Log:
  Version bump. Remove old. Fixes bug #437028.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.14                 dev-lua/luafilesystem/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lua/luafilesystem/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   9 Dec 2014 09:53:34 -0000       1.13
+++ ChangeLog   24 Dec 2014 10:41:04 -0000      1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lua/luafilesystem
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luafilesystem/ChangeLog,v 1.13 
2014/12/09 09:53:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luafilesystem/ChangeLog,v 1.14 
2014/12/24 10:41:04 mrueg Exp $
+
+*luafilesystem-1.6.2 (24 Dec 2014)
+
+  24 Dec 2014; Manuel RĂ¼ger <[email protected]> +luafilesystem-1.6.2.ebuild,
+  -luafilesystem-1.4.1.ebuild, -luafilesystem-1.4.2.ebuild:
+  Version bump. Remove old. Fixes bug #437028.
 
   09 Dec 2014; Jeroen Roovers <[email protected]> luafilesystem-1.5.0.ebuild:
   Stable for HPPA (bug #526016).



1.1                  dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild

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

Index: luafilesystem-1.6.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild,v 1.1 
2014/12/24 10:41:04 mrueg Exp $

EAPI=5
inherit multilib toolchain-funcs

DESCRIPTION="File System Library for the Lua Programming Language"
HOMEPAGE="http://keplerproject.github.com/luafilesystem/";
SRC_URI="mirror://github/keplerproject/luafilesystem/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""

DEPEND=">=dev-lang/lua-5.1"
RDEPEND="${DEPEND}"

src_prepare() {
        sed -i \
                -e "s|/usr/local|/usr|" \
                -e "s|/lib|/$(get_libdir)|" \
                -e "s|-O2|${CFLAGS}|" \
                -e "/^LIB_OPTION/s|= |= ${LDFLAGS} |" \
                -e "s|gcc|$(tc-getCC)|" \
                config || die
}

src_install() {
        emake PREFIX="${ED}usr" install
        dodoc README
        dohtml doc/us/*
}




Reply via email to