From 4d5100661a50748e35d07731892ec0174f01fc33 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 29 Mar 2014 00:04:01 +0000 Subject: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) --- app-vim/tcomment/ChangeLog | 7 ++++++- app-vim/tcomment/tcomment-3.01.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 app-vim/tcomment/tcomment-3.01.ebuild (limited to 'app-vim') diff --git a/app-vim/tcomment/ChangeLog b/app-vim/tcomment/ChangeLog index 45b42d264291..6f9e39ca1fa7 100644 --- a/app-vim/tcomment/ChangeLog +++ b/app-vim/tcomment/ChangeLog @@ -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.3 2014/01/23 07:19:51 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/tcomment/ChangeLog,v 1.4 2014/03/29 00:04:01 radhermit Exp $ + +*tcomment-3.01 (29 Mar 2014) + + 29 Mar 2014; Tim Harder +tcomment-3.01.ebuild: + Version bump. *tcomment-3.00 (23 Jan 2014) diff --git a/app-vim/tcomment/tcomment-3.01.ebuild b/app-vim/tcomment/tcomment-3.01.ebuild new file mode 100644 index 000000000000..5b9d06cb33f4 --- /dev/null +++ b/app-vim/tcomment/tcomment-3.01.ebuild @@ -0,0 +1,22 @@ +# 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.01.ebuild,v 1.1 2014/03/29 00:04:01 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 +} -- cgit v1.2.3-65-gdbad