* [gentoo-commits] gentoo-x86 commit in dev-lua/luarocks: luarocks-2.0.8.ebuild luarocks-2.0.7.1.ebuild ChangeLog
@ 2012-06-07 19:13 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2012-06-07 19:13 UTC (permalink / raw
To: gentoo-commits
zmedico 12/06/07 19:13:37
Modified: luarocks-2.0.8.ebuild luarocks-2.0.7.1.ebuild
ChangeLog
Log:
inherit multilib for get_libdir
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Revision Changes Path
1.2 dev-lua/luarocks/luarocks-2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luarocks/luarocks-2.0.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luarocks/luarocks-2.0.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luarocks/luarocks-2.0.8.ebuild?r1=1.1&r2=1.2
Index: luarocks-2.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lua/luarocks/luarocks-2.0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- luarocks-2.0.8.ebuild 6 Mar 2012 10:28:05 -0000 1.1
+++ luarocks-2.0.8.ebuild 7 Jun 2012 19:13:37 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luarocks/luarocks-2.0.8.ebuild,v 1.1 2012/03/06 10:28:05 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luarocks/luarocks-2.0.8.ebuild,v 1.2 2012/06/07 19:13:37 zmedico Exp $
EAPI=4
-inherit eutils
+inherit eutils multilib
DESCRIPTION="A deployment and management system for Lua modules"
HOMEPAGE="http://www.luarocks.org"
1.2 dev-lua/luarocks/luarocks-2.0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luarocks/luarocks-2.0.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luarocks/luarocks-2.0.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luarocks/luarocks-2.0.7.1.ebuild?r1=1.1&r2=1.2
Index: luarocks-2.0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lua/luarocks/luarocks-2.0.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- luarocks-2.0.7.1.ebuild 24 Jan 2012 20:56:04 -0000 1.1
+++ luarocks-2.0.7.1.ebuild 7 Jun 2012 19:13:37 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luarocks/luarocks-2.0.7.1.ebuild,v 1.1 2012/01/24 20:56:04 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luarocks/luarocks-2.0.7.1.ebuild,v 1.2 2012/06/07 19:13:37 zmedico Exp $
EAPI=4
-inherit eutils
+inherit eutils multilib
DESCRIPTION="A deployment and management system for Lua modules"
HOMEPAGE="http://www.luarocks.org"
1.4 dev-lua/luarocks/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luarocks/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luarocks/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/luarocks/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lua/luarocks/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 6 Mar 2012 10:28:05 -0000 1.3
+++ ChangeLog 7 Jun 2012 19:13:37 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-lua/luarocks
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luarocks/ChangeLog,v 1.3 2012/03/06 10:28:05 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luarocks/ChangeLog,v 1.4 2012/06/07 19:13:37 zmedico Exp $
+
+ 07 Jun 2012; Zac Medico <zmedico@gentoo.org> luarocks-2.0.7.1.ebuild,
+ luarocks-2.0.8.ebuild:
+ inherit multilib for get_libdir
*luarocks-2.0.8 (06 Mar 2012)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-07 19:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-07 19:13 [gentoo-commits] gentoo-x86 commit in dev-lua/luarocks: luarocks-2.0.8.ebuild luarocks-2.0.7.1.ebuild ChangeLog Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox