diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-04-11 20:34:45 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-04-11 20:34:45 +0000 |
commit | 848d826b7b7e7bc3892bff411bacff5d07b846fa (patch) | |
tree | 538ced41732056fcf661f744ca580a96ac8de43b /app-vim | |
parent | mailman update (diff) | |
download | gentoo-2-848d826b7b7e7bc3892bff411bacff5d07b846fa.tar.gz gentoo-2-848d826b7b7e7bc3892bff411bacff5d07b846fa.tar.bz2 gentoo-2-848d826b7b7e7bc3892bff411bacff5d07b846fa.zip |
Stable for amd64 wrt bug #502638
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/c-support/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/c-support/c-support-6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/c-support/ChangeLog b/app-vim/c-support/ChangeLog index e0c7c847679f..289b55b573cd 100644 --- a/app-vim/c-support/ChangeLog +++ b/app-vim/c-support/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/c-support -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/c-support/ChangeLog,v 1.9 2013/12/30 08:11:23 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/c-support/ChangeLog,v 1.10 2014/04/11 20:34:45 nimiux Exp $ + + 11 Apr 2014; Chema Alonso <nimiux@gentoo.org> c-support-6.1.ebuild: + Stable for amd64 wrt bug #502638 30 Dec 2013; Tim Harder <radhermit@gentoo.org> -c-support-5.16.1.ebuild, -c-support-5.19.ebuild: diff --git a/app-vim/c-support/c-support-6.1.ebuild b/app-vim/c-support/c-support-6.1.ebuild index efc0520307ae..9cc5974f8b83 100644 --- a/app-vim/c-support/c-support-6.1.ebuild +++ b/app-vim/c-support/c-support-6.1.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/c-support/c-support-6.1.ebuild,v 1.1 2013/12/30 08:10:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/c-support/c-support-6.1.ebuild,v 1.2 2014/04/11 20:34:45 nimiux Exp $ EAPI="5" @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: C/C++-IDE -- Write and run programs using menus and hotkeys" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=213" LICENSE="public-domain" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" VIM_PLUGIN_HELPFILES="${PN}" |