summaryrefslogtreecommitdiff
path: root/app-vim/splice
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-vim/splice
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/splice')
-rw-r--r--app-vim/splice/Manifest5
-rw-r--r--app-vim/splice/metadata.xml12
-rw-r--r--app-vim/splice/splice-1.0.1.ebuild32
-rw-r--r--app-vim/splice/splice-1.1.0.ebuild35
4 files changed, 0 insertions, 84 deletions
diff --git a/app-vim/splice/Manifest b/app-vim/splice/Manifest
deleted file mode 100644
index b4d715bb861a..000000000000
--- a/app-vim/splice/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST splice-1.0.1.tar.bz2 12369 BLAKE2B ce43b38a74dd8c51c4fb2d23951119c259595dcc3f5bbeb5524d747a373ba7e71dc2bf4df957b48dca5aba5f2c04bb18bbe83d9551f63d2b055cdeddbc523713 SHA512 65826a9054163f59d8dc0a558e3b748f27015bb6075e8d158214e6824c922599552a69c7d09364599285d6effdfc42fa6dd98e858a8bfa47ebc21a4d18394ede
-DIST splice-1.1.0.tar.gz 15513 BLAKE2B 8517d8c2fef2ccb85267a69c606e861a7c5498af2c23454ce58fb4e6035b13d71fab08c7fe09198b99453a1475062a7916814ef2018adbb849b48fac32e16d51 SHA512 3008c5628ca7b05be451521f9e1f0f2d8dcc8c968e95f2791e76a355b2c9f3b85c62faa319a2f1427f223094b3e606577d19a61b2384b78cbd6d40f497e4ad37
-EBUILD splice-1.0.1.ebuild 714 BLAKE2B 8fa5503c2b6890d44042de0f9b1efa6c448d40906c5b74a2a474b991368fb6308856e3469068a6831a4b09f77c16715a7b754add1024dd0dafe1d2675e628245 SHA512 c9700ac764a36afd97ccec149dd45d8a8236eae470ecb3939b7856be70efdfeea87748c8ecb061eaec0813ccc57c93de06efd3eed28995e7adb5d5ae3e4dcf61
-EBUILD splice-1.1.0.ebuild 895 BLAKE2B 045d92ea5a059198aed734dc79190b543836dfb452a3fa637c53de4aa8a9d222f7c357e9969fda9f34965e27e0a95e5db14ce085856d00d1df7e5c06cb5d4bc7 SHA512 69fcde94ee3b9c1d76629c6e067a53fd1d93f5e8d7919b560a98d4a2f0ab380789de4a467617375ca2a0da8e6d50dc5ad3e30f25c1e3e9e184cebbd8f593d4b4
-MISC metadata.xml 379 BLAKE2B ae1816407de2de76d021e1577e8dacf863585fe190af44b9af8b0247cfbd61fc834601b87412d1d048655924bac586fef79d869bf553213f566a81372cc545d6 SHA512 76d8d1f9dbdd2aa7fa54e8d4dde8a34fa62e69e5e20154545572f3c083df1fddf7e3ed286d1077f63cd4a46bdb7bcf3617700fedd2c77800e1dc4d15ac67e9b0
diff --git a/app-vim/splice/metadata.xml b/app-vim/splice/metadata.xml
deleted file mode 100644
index d67ea981ad1a..000000000000
--- a/app-vim/splice/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">vim</remote-id>
- <remote-id type="bitbucket">sjl/splice.vim</remote-id>
- </upstream>
-</pkgmetadata>
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 60628b4e9474..000000000000
--- a/app-vim/splice/splice-1.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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://sjl.bitbucket.org/splice.vim/ http://vim.sourceforge.net/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
-}
diff --git a/app-vim/splice/splice-1.1.0.ebuild b/app-vim/splice/splice-1.1.0.ebuild
deleted file mode 100644
index f74cf9af1d36..000000000000
--- a/app-vim/splice/splice-1.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit vim-plugin python-single-r1 vcs-snapshot
-
-DESCRIPTION="vim plugin: resolve conflicts during three-way merges"
-HOMEPAGE="https://bitbucket.org/sjl/splice.vim http://vim.sourceforge.net/scripts/script.php?script_id=4026"
-SRC_URI="https://bitbucket.org/sjl/${PN}.vim/get/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- || (
- app-editors/vim[python,${PYTHON_USEDEP}]
- app-editors/gvim[python,${PYTHON_USEDEP}]
- )"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
- default
- rm .[a-z]* Makefile LICENSE.markdown package.sh || die
- rm -r site || die
-}
-
-src_install() {
- vim-plugin_src_install
- python_optimize "${ED}"/usr/share/vim/vimfiles/autoload/splicelib
-}