radhermit    14/10/18 03:30:47

  Modified:             ChangeLog
  Added:                tcomment-3.04.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.6                  app-vim/tcomment/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/tcomment/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   15 Apr 2014 05:01:49 -0000      1.5
+++ ChangeLog   18 Oct 2014 03:30:47 -0000      1.6
@@ -1,6 +1,11 @@
 # ChangeLog for app-vim/tcomment
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/tcomment/ChangeLog,v 1.5 2014/04/15 
05:01:49 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/tcomment/ChangeLog,v 1.6 2014/10/18 
03:30:47 radhermit Exp $
+
+*tcomment-3.04 (18 Oct 2014)
+
+  18 Oct 2014; Tim Harder <[email protected]> +tcomment-3.04.ebuild:
+  Version bump.
 
 *tcomment-3.03 (15 Apr 2014)
 



1.1                  app-vim/tcomment/tcomment-3.04.ebuild

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

Index: tcomment-3.04.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/tcomment/tcomment-3.04.ebuild,v 1.1 
2014/10/18 03:30:47 radhermit Exp $

EAPI=5

inherit vim-plugin

MY_PN="tcomment_vim"
DESCRIPTION="vim plugin: an extensible and universal comment toggler"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1173 
https://github.com/tomtom/tcomment_vim";
SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"

VIM_PLUGIN_HELPFILES="${PN}.txt"

S=${WORKDIR}/${MY_PN}-${PV}

src_prepare() {
        rm -r README spec addon* || die
}




Reply via email to