summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2019-12-13 09:28:05 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-12-13 09:28:05 +0100
commite0fb3fdc7f501a2a723149094d47a0f6d421f0ed (patch)
tree9793bd3e0a7b4c23ae8d156e85b03a512330de37 /app-vim
parentapp-vim/vimtex: clean up old. (diff)
downloadgentoo-e0fb3fdc7f501a2a723149094d47a0f6d421f0ed.tar.gz
gentoo-e0fb3fdc7f501a2a723149094d47a0f6d421f0ed.tar.bz2
gentoo-e0fb3fdc7f501a2a723149094d47a0f6d421f0ed.zip
app-vim/splice: clean up old.
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/splice/Manifest1
-rw-r--r--app-vim/splice/splice-1.0.1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/app-vim/splice/Manifest b/app-vim/splice/Manifest
index 37f9589ee1ca..db03af64ddfc 100644
--- a/app-vim/splice/Manifest
+++ b/app-vim/splice/Manifest
@@ -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
index 4edbc76ad7f3..000000000000
--- a/app-vim/splice/splice-1.0.1.ebuild
+++ /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
-}