summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/vcscommand/vcscommand-1.99.45.ebuild')
-rw-r--r--app-vim/vcscommand/vcscommand-1.99.45.ebuild28
1 files changed, 0 insertions, 28 deletions
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
-}