commit:     713386ac59b1bf95acddf04c29fa308a6bb27c75
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jan 13 17:40:42 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 18:50:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713386ac

app-vim/vim-autoclose: drop 2.0, EAPI6--

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-vim/vim-autoclose/vim-autoclose-2.0.ebuild | 19 -------------------
 1 file changed, 19 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 6a99e0c2c47d..000000000000
--- a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild
+++ /dev/null
@@ -1,19 +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"
-
-DOCS=( README.txt AUTHORS.txt )
-
-src_unpack() {
-       default
-       mv * "${P}" || die
-}

Reply via email to