radhermit    14/11/05 06:30:30

  Modified:             ChangeLog
  Added:                command-t-1.11.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.22                 app-vim/command-t/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/command-t/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   12 Oct 2014 23:24:19 -0000      1.21
+++ ChangeLog   5 Nov 2014 06:30:30 -0000       1.22
@@ -1,6 +1,11 @@
 # ChangeLog for app-vim/command-t
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/command-t/ChangeLog,v 1.21 
2014/10/12 23:24:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/command-t/ChangeLog,v 1.22 
2014/11/05 06:30:30 radhermit Exp $
+
+*command-t-1.11.4 (05 Nov 2014)
+
+  05 Nov 2014; Tim Harder <[email protected]> +command-t-1.11.4.ebuild:
+  Version bump.
 
   12 Oct 2014; Tim Harder <[email protected]> -command-t-1.5.1.ebuild,
   -command-t-1.6.ebuild, -command-t-1.6.1.ebuild, -command-t-1.7.ebuild,



1.1                  app-vim/command-t/command-t-1.11.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/command-t/command-t-1.11.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/command-t/command-t-1.11.4.ebuild?rev=1.1&content-type=text/plain

Index: command-t-1.11.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/command-t/command-t-1.11.4.ebuild,v 
1.1 2014/11/05 06:30:30 radhermit Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

inherit vim-plugin ruby-ng

DESCRIPTION="vim plugin: fast file navigation for vim"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3025
        https://wincent.com/products/command-t";
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"

VIM_PLUGIN_HELPFILES="${PN}.txt"

RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"

each_ruby_configure() {
        cd ruby/${PN}
        ${RUBY} extconf.rb || die "extconf.rb failed"
}

each_ruby_compile() {
        cd ruby/${PN}
        emake V=1
        rm *.o *.c *.h *.log extconf.rb depend Makefile || die
}

each_ruby_install() {
        local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
        insinto ${sitelibdir}/${PN}
        doins -r ruby/${PN}/*
}

all_ruby_install() {
        rm -r ruby || die
        vim-plugin_src_install
}




Reply via email to