diff options
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vcscommand/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.45.ebuild | 28 | ||||
-rw-r--r-- | app-vim/vcscommand/vcscommand-1.99.46.ebuild | 17 |
3 files changed, 5 insertions, 46 deletions
diff --git a/app-vim/vcscommand/ChangeLog b/app-vim/vcscommand/ChangeLog index c98fd99abbcc..303b84d1fb00 100644 --- a/app-vim/vcscommand/ChangeLog +++ b/app-vim/vcscommand/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/vcscommand # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.31 2014/12/14 04:38:26 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/ChangeLog,v 1.32 2014/12/14 04:38:57 radhermit Exp $ + + 14 Dec 2014; Tim Harder <radhermit@gentoo.org> -vcscommand-1.99.45.ebuild, + -vcscommand-1.99.46.ebuild: + Remove old. 14 Dec 2014; Tim Harder <radhermit@gentoo.org> vcscommand-1.99.47.ebuild: Stabilize for amd64, ppc, and x86. diff --git a/app-vim/vcscommand/vcscommand-1.99.45.ebuild b/app-vim/vcscommand/vcscommand-1.99.45.ebuild deleted file mode 100644 index 3543746ad743..000000000000 --- a/app-vim/vcscommand/vcscommand-1.99.45.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.45.ebuild,v 1.5 2012/02/01 20:58:30 ranger Exp $ - -EAPI=4 - -inherit vim-plugin - -MY_PN="${PN}.vim" -DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" -SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -RDEPEND="!app-vim/cvscommand" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_unpack() { - unpack ${A} - mv *-${MY_PN}-* "${S}" -} - -src_prepare() { - rm README || die -} diff --git a/app-vim/vcscommand/vcscommand-1.99.46.ebuild b/app-vim/vcscommand/vcscommand-1.99.46.ebuild deleted file mode 100644 index 8ab5d4bce200..000000000000 --- a/app-vim/vcscommand/vcscommand-1.99.46.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.46.ebuild,v 1.1 2012/08/06 05:40:47 radhermit Exp $ - -EAPI=4 - -inherit vim-plugin - -DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" -LICENSE="MIT" -KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -RDEPEND="!app-vim/cvscommand" - -VIM_PLUGIN_HELPFILES="${PN}.txt" |