diff options
author | 2014-01-03 17:44:35 +0000 | |
---|---|---|
committer | 2014-01-03 17:44:35 +0000 | |
commit | c7efeb53515d7359ed4f898a038dfb80bf770c6d (patch) | |
tree | 098913f915627bf03374b555c31e62717e30bf4a /app-vim/csv | |
parent | The buggy libreoffice version was never stabilized and is now gone. (diff) | |
download | gentoo-2-c7efeb53515d7359ed4f898a038dfb80bf770c6d.tar.gz gentoo-2-c7efeb53515d7359ed4f898a038dfb80bf770c6d.tar.bz2 gentoo-2-c7efeb53515d7359ed4f898a038dfb80bf770c6d.zip |
Stable for amd64 wrt bug #495356
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-vim/csv')
-rw-r--r-- | app-vim/csv/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/csv/csv-0.29.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/csv/ChangeLog b/app-vim/csv/ChangeLog index d4c544748534..0945b7f53a68 100644 --- a/app-vim/csv/ChangeLog +++ b/app-vim/csv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/csv -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/csv/ChangeLog,v 1.13 2013/11/30 12:49:54 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/csv/ChangeLog,v 1.14 2014/01/03 17:44:35 nimiux Exp $ + + 03 Jan 2014; Chema Alonso <nimiux@gentoo.org> csv-0.29.ebuild: + Stable for amd64 wrt bug #495356 30 Nov 2013; Johannes Huber <johu@gentoo.org> csv-0.28.ebuild: x86 stable wrt bug #481844 diff --git a/app-vim/csv/csv-0.29.ebuild b/app-vim/csv/csv-0.29.ebuild index e456ab703498..632a33cc4efe 100644 --- a/app-vim/csv/csv-0.29.ebuild +++ b/app-vim/csv/csv-0.29.ebuild @@ -1,6 +1,6 @@ -# 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/csv/csv-0.29.ebuild,v 1.1 2013/11/03 08:33:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/csv/csv-0.29.ebuild,v 1.2 2014/01/03 17:44:35 nimiux Exp $ EAPI="5" @@ -9,6 +9,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: display and alter csv files" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2830" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" VIM_PLUGIN_HELPFILES="ft-csv.txt" |