radhermit    14/04/21 07:54:33

  Modified:             ChangeLog
  Added:                luajson-1.3.3.ebuild
  Log:
  Version bump (bug #508288).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.6                  dev-lua/luajson/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lua/luajson/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   4 Mar 2014 20:35:59 -0000       1.5
+++ ChangeLog   21 Apr 2014 07:54:33 -0000      1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lua/luajson
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luajson/ChangeLog,v 1.5 2014/03/04 
20:35:59 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luajson/ChangeLog,v 1.6 2014/04/21 
07:54:33 radhermit Exp $
+
+*luajson-1.3.3 (21 Apr 2014)
+
+  21 Apr 2014; Tim Harder <radher...@gentoo.org> +luajson-1.3.3.ebuild:
+  Version bump (bug #508288).
 
   04 Mar 2014; Vicente Olivert Riera <vinc...@gentoo.org> luajson-1.3.2.ebuild:
   Add ~mips keyword.



1.1                  dev-lua/luajson/luajson-1.3.3.ebuild

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

Index: luajson-1.3.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/luajson/luajson-1.3.3.ebuild,v 1.1 
2014/04/21 07:54:33 radhermit Exp $

EAPI=5

DESCRIPTION="JSON Parser/Constructor for Lua"
HOMEPAGE="http://www.eharning.us/wiki/luajson/";
SRC_URI="https://github.com/harningt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86"
IUSE="test"

RDEPEND="|| ( >=dev-lang/lua-5.1 dev-lang/luajit:2 )
        dev-lua/lpeg"
DEPEND="test? ( dev-lua/luafilesystem )"

# lunit not in the tree yet
RESTRICT="test"

# nothing to compile
src_compile() { :; }

src_install() {
        emake PREFIX=/usr DESTDIR="${D}" install
        dodoc README docs/ReleaseNotes-${PV}.txt docs/LuaJSON.txt
}




Reply via email to