public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/vim: vim-9999.ebuild vim-7.4.542.ebuild ChangeLog
@ 2014-12-23  8:25 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2014-12-23  8:25 UTC (permalink / raw
  To: gentoo-commits

grobian     14/12/23 08:25:59

  Modified:             vim-9999.ebuild vim-7.4.542.ebuild ChangeLog
  Log:
  Fix lua detection for Prefix, bug #533362
  
  (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.20                 app-editors/vim/vim-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-9999.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-9999.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-9999.ebuild?r1=1.19&r2=1.20

Index: vim-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- vim-9999.ebuild	23 Dec 2014 08:20:28 -0000	1.19
+++ vim-9999.ebuild	23 Dec 2014 08:25:59 -0000	1.20
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.19 2014/12/23 08:20:28 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.20 2014/12/23 08:25:59 grobian Exp $
 
 EAPI=5
 VIM_VERSION="7.4"
@@ -205,6 +205,7 @@
 			$(use_enable cscope)
 			$(use_enable gpm)
 			$(use_enable lua luainterp)
+			$(use lua && echo --with-lua-prefix=${EPREFIX}/usr)
 			$(use_with luajit)
 			$(use_enable nls)
 			$(use_enable perl perlinterp)



1.3                  app-editors/vim/vim-7.4.542.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-7.4.542.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-7.4.542.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-7.4.542.ebuild?r1=1.2&r2=1.3

Index: vim-7.4.542.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.542.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vim-7.4.542.ebuild	13 Dec 2014 20:40:13 -0000	1.2
+++ vim-7.4.542.ebuild	23 Dec 2014 08:25:59 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.542.ebuild,v 1.2 2014/12/13 20:40:13 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.542.ebuild,v 1.3 2014/12/23 08:25:59 grobian Exp $
 
 EAPI=5
 VIM_VERSION="7.4"
@@ -201,6 +201,7 @@
 		myconf+=" $(use_enable cscope)"
 		myconf+=" $(use_enable gpm)"
 		myconf+=" $(use_enable lua luainterp)"
+		myconf+=" $(use lua && echo --with-lua-prefix=${EPREFIX}/usr)"
 		myconf+=" $(use_with luajit)"
 		myconf+=" $(use_enable nls)"
 		myconf+=" $(use_enable perl perlinterp)"



1.482                app-editors/vim/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.482&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.482&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?r1=1.481&r2=1.482

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -r1.481 -r1.482
--- ChangeLog	23 Dec 2014 08:20:28 -0000	1.481
+++ ChangeLog	23 Dec 2014 08:25:59 -0000	1.482
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/vim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.481 2014/12/23 08:20:28 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.482 2014/12/23 08:25:59 grobian Exp $
+
+  23 Dec 2014; Fabian Groffen <grobian@gentoo.org> vim-7.4.542.ebuild,
+  vim-9999.ebuild:
+  Fix lua detection for Prefix, bug #533362
 
   23 Dec 2014; Tim Harder <radhermit@gentoo.org> vim-9999.ebuild:
   Use array for configure options.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-23  8:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-23  8:25 [gentoo-commits] gentoo-x86 commit in app-editors/vim: vim-9999.ebuild vim-7.4.542.ebuild ChangeLog Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox