app-vim/splice: clean up old.
authorPatrice Clement <monsieurp@gentoo.org>
Fri, 13 Dec 2019 08:28:05 +0000 (09:28 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 13 Dec 2019 08:28:05 +0000 (09:28 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-vim/splice/Manifest
app-vim/splice/splice-1.0.1.ebuild [deleted file]

index 37f9589ee1ca5381c7b320abcff223150cf08890..db03af64ddfccf2cb28f0f50974f9cbd0f2a314c 100644 (file)
@@ -1,2 +1 @@
-DIST splice-1.0.1.tar.bz2 12369 BLAKE2B ce43b38a74dd8c51c4fb2d23951119c259595dcc3f5bbeb5524d747a373ba7e71dc2bf4df957b48dca5aba5f2c04bb18bbe83d9551f63d2b055cdeddbc523713 SHA512 65826a9054163f59d8dc0a558e3b748f27015bb6075e8d158214e6824c922599552a69c7d09364599285d6effdfc42fa6dd98e858a8bfa47ebc21a4d18394ede
 DIST splice-1.1.0.tar.gz 15513 BLAKE2B 8517d8c2fef2ccb85267a69c606e861a7c5498af2c23454ce58fb4e6035b13d71fab08c7fe09198b99453a1475062a7916814ef2018adbb849b48fac32e16d51 SHA512 3008c5628ca7b05be451521f9e1f0f2d8dcc8c968e95f2791e76a355b2c9f3b85c62faa319a2f1427f223094b3e606577d19a61b2384b78cbd6d40f497e4ad37
diff --git a/app-vim/splice/splice-1.0.1.ebuild b/app-vim/splice/splice-1.0.1.ebuild
deleted file mode 100644 (file)
index 4edbc76..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit vim-plugin python-single-r1
-
-DESCRIPTION="vim plugin: resolve conflicts during three-way merges"
-HOMEPAGE="https://bitbucket.org/sjl/splice.vim/ https://www.vim.org/scripts/script.php?script_id=4026"
-
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-       ${PYTHON_DEPS}
-       || (
-               app-editors/vim[python]
-               app-editors/gvim[python]
-       )"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
-       rm LICENSE.markdown || die
-}
-
-src_install() {
-       vim-plugin_src_install
-       python_optimize "${ED}"/usr/share/vim/vimfiles/autoload/splicelib
-}