summaryrefslogtreecommitdiff
path: root/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/vim-autoclose/vim-autoclose-2.0.ebuild')
-rw-r--r--app-vim/vim-autoclose/vim-autoclose-2.0.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild b/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild
deleted file mode 100644
index b831f463e574..000000000000
--- a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: open-close pair of characters"
-HOMEPAGE="https://github.com/Townk/vim-autoclose"
-SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-
-src_unpack() {
- default
- mv * "${P}" || die
-}