diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 18:39:27 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 18:39:27 +0000 |
commit | c8d916089ab9172a8693b2e86d7419e6942d3862 (patch) | |
tree | 977bfc796d617a23ba36278819cfff99ced4abdb /app-vim/nerdcommenter | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-c8d916089ab9172a8693b2e86d7419e6942d3862.tar.gz gentoo-2-c8d916089ab9172a8693b2e86d7419e6942d3862.tar.bz2 gentoo-2-c8d916089ab9172a8693b2e86d7419e6942d3862.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'app-vim/nerdcommenter')
-rw-r--r-- | app-vim/nerdcommenter/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/nerdcommenter/nerdcommenter-2.3.0.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-vim/nerdcommenter/ChangeLog b/app-vim/nerdcommenter/ChangeLog index 4892e9c7ef0c..84188e3424da 100644 --- a/app-vim/nerdcommenter/ChangeLog +++ b/app-vim/nerdcommenter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/nerdcommenter -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/nerdcommenter/ChangeLog,v 1.12 2013/11/30 12:52:50 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/nerdcommenter/ChangeLog,v 1.13 2014/08/10 18:39:27 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> + nerdcommenter-2.3.0.ebuild: + QA: drop trailing '.' from DESCRIPTION 30 Nov 2013; Johannes Huber <johu@gentoo.org> nerdcommenter-2.3.0.ebuild: x86 stable wrt bug #481842 @@ -57,4 +61,3 @@ 07 Sep 2007; Ali Polatel <hawking@gentoo.org> +metadata.xml, +nerdcommenter-2.1.3.ebuild: initial commit - diff --git a/app-vim/nerdcommenter/nerdcommenter-2.3.0.ebuild b/app-vim/nerdcommenter/nerdcommenter-2.3.0.ebuild index 5eb8a92f3726..189f7bb532d4 100644 --- a/app-vim/nerdcommenter/nerdcommenter-2.3.0.ebuild +++ b/app-vim/nerdcommenter/nerdcommenter-2.3.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/nerdcommenter/nerdcommenter-2.3.0.ebuild,v 1.3 2013/11/30 12:52:50 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/nerdcommenter/nerdcommenter-2.3.0.ebuild,v 1.4 2014/08/10 18:39:27 slyfox Exp $ EAPI=2 VIM_PLUGIN_VIM_VERSION=7.0 inherit vim-plugin -DESCRIPTION="vim plugin: easy commenting of code for many filetypes." +DESCRIPTION="vim plugin: easy commenting of code for many filetypes" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1218" SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=14455 -> ${P}.zip" LICENSE="public-domain" |