diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-10-07 05:36:14 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-10-07 05:36:14 +0000 |
commit | 44a633b64ea08e5bd903afaae9f8ee2ce0aa4307 (patch) | |
tree | 4be60b16627f7103cb73e5b4c81c0cb0d95e1ff6 /app-editors/vim | |
parent | Stable for sparc, wrt bug #475480 (diff) | |
download | gentoo-2-44a633b64ea08e5bd903afaae9f8ee2ce0aa4307.tar.gz gentoo-2-44a633b64ea08e5bd903afaae9f8ee2ce0aa4307.tar.bz2 gentoo-2-44a633b64ea08e5bd903afaae9f8ee2ce0aa4307.zip |
Fix DESCRIPTION overwritten when migrated away from vim eclass.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/vim/vim-7.4.22.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vim/vim-7.4.41.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vim/vim-9999.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 16f5e3e546c7..d2ee7cbef226 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/vim # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.445 2013/09/27 19:26:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.446 2013/10/07 05:36:14 radhermit Exp $ + + 07 Oct 2013; Tim Harder <radhermit@gentoo.org> vim-7.4.22.ebuild, + vim-7.4.41.ebuild, vim-9999.ebuild: + Fix DESCRIPTION overwritten when migrated away from vim eclass. *vim-7.4.41 (27 Sep 2013) diff --git a/app-editors/vim/vim-7.4.22.ebuild b/app-editors/vim/vim-7.4.22.ebuild index 23dbd2524462..e676ca2308b0 100644 --- a/app-editors/vim/vim-7.4.22.ebuild +++ b/app-editors/vim/vim-7.4.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.22.ebuild,v 1.2 2013/09/06 06:45:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.22.ebuild,v 1.3 2013/10/07 05:36:14 radhermit Exp $ EAPI=5 VIM_VERSION="7.4" @@ -20,7 +20,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi -DESCRIPTION="vim and gvim shared files" +DESCRIPTION="Vim, an improved vi-style text editor" HOMEPAGE="http://www.vim.org/" SLOT="0" diff --git a/app-editors/vim/vim-7.4.41.ebuild b/app-editors/vim/vim-7.4.41.ebuild index 030e8fa06524..5bfe3d6b598b 100644 --- a/app-editors/vim/vim-7.4.41.ebuild +++ b/app-editors/vim/vim-7.4.41.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.41.ebuild,v 1.1 2013/09/27 19:26:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.41.ebuild,v 1.2 2013/10/07 05:36:14 radhermit Exp $ EAPI=5 VIM_VERSION="7.4" @@ -20,7 +20,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi -DESCRIPTION="vim and gvim shared files" +DESCRIPTION="Vim, an improved vi-style text editor" HOMEPAGE="http://www.vim.org/" SLOT="0" diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index 87909aebf55d..6bab75a5bffc 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.5 2013/09/06 06:45:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.6 2013/10/07 05:36:14 radhermit Exp $ EAPI=5 VIM_VERSION="7.4" @@ -20,7 +20,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi -DESCRIPTION="vim and gvim shared files" +DESCRIPTION="Vim, an improved vi-style text editor" HOMEPAGE="http://www.vim.org/" SLOT="0" |