radhermit 15/03/06 23:03:00 Modified: ChangeLog Added: tcomment-3.06.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.7 app-vim/tcomment/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tcomment/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tcomment/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tcomment/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/tcomment/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 18 Oct 2014 03:30:47 -0000 1.6 +++ ChangeLog 6 Mar 2015 23:03:00 -0000 1.7 @@ -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.6 2014/10/18 03:30:47 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/tcomment/ChangeLog,v 1.7 2015/03/06 23:03:00 radhermit Exp $ + +*tcomment-3.06 (06 Mar 2015) + + 06 Mar 2015; Tim Harder <[email protected]> +tcomment-3.06.ebuild: + Version bump. *tcomment-3.04 (18 Oct 2014) 1.1 app-vim/tcomment/tcomment-3.06.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tcomment/tcomment-3.06.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tcomment/tcomment-3.06.ebuild?rev=1.1&content-type=text/plain Index: tcomment-3.06.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-vim/tcomment/tcomment-3.06.ebuild,v 1.1 2015/03/06 23:03:00 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 }
