summaryrefslogtreecommitdiff
path: root/app-vim/voom
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/voom
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/voom')
-rw-r--r--app-vim/voom/Manifest4
-rw-r--r--app-vim/voom/metadata.xml8
-rw-r--r--app-vim/voom/voom-5.1-r1.ebuild22
-rw-r--r--app-vim/voom/voom-5.1.ebuild15
4 files changed, 0 insertions, 49 deletions
diff --git a/app-vim/voom/Manifest b/app-vim/voom/Manifest
deleted file mode 100644
index 1757ec48dd4d..000000000000
--- a/app-vim/voom/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST voom-5.1.tar.bz2 102211 BLAKE2B 3835fb8f41638ca2ff91c106d94ee04aca3b6b3efcb44c7f023faba164512a96ff5b310b6fba3604ba2abe10e1371102997a3a9c67df28772fd68910836d2eb1 SHA512 3798c6d5079ebdf4f447f62613340e46a6b593e0a97226b0aecc90889c6cd2f6f2ce36eb88395a12a0e27ff3803c7693f1c56443928914bfea134d8a75df8c91
-EBUILD voom-5.1-r1.ebuild 571 BLAKE2B 24492913fe6eee9eecd498e3f887f829e29dccf1742034866b4d5fb42b76d1b9e0379ed0b5bd785f1e902b5d66978cb2a733fd6e5c3d2ced7b5e2749626d3e6d SHA512 7c6df11bc6670fc264fe9d022a7510fa7fcb1297ab02f6877718f389eb2807ec62dccf9fbb357030bfa1553f0f0a308e032c71371acf8553f6312b231100571a
-EBUILD voom-5.1.ebuild 430 BLAKE2B 2ea7160d3a98943bd45094e74d453313a55a399ec379aa1adfd62578a4d605c070c5c20c2175363f5d1a8525e0e7ae27d7fe2beaf1b20695b48f4de0976bb753 SHA512 2084dcade6865875468e6822a9096950aed77d51674b4ba712cfecdc1c28961a0a72cca14d60703472fef7f249926b2b1ca5ce1551e1481310fc80b794da010f
-MISC metadata.xml 245 BLAKE2B d4f5ef381d0a479a17bfde792cd6828e5fa0ecdd26732c1a13c97fcae2f22396b879fb430aaea7680920d5ba897f78cfbb6e50bb2f65165613a5a0ba1f7dc609 SHA512 6d6d35ccbb839c939bc663cecb55e2178f5fd4e455ee3088b8847416d558dd3e7969f4c78bc445ff29503d6906fec12d302d7249e9adc8cb708d0790e681e5a2
diff --git a/app-vim/voom/metadata.xml b/app-vim/voom/metadata.xml
deleted file mode 100644
index f1abc6411341..000000000000
--- a/app-vim/voom/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>
diff --git a/app-vim/voom/voom-5.1-r1.ebuild b/app-vim/voom/voom-5.1-r1.ebuild
deleted file mode 100644
index 661ae4f5bd8b..000000000000
--- a/app-vim/voom/voom-5.1-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 vim-plugin
-
-DESCRIPTION="vim plugin: emulates a two-pane text outliner"
-HOMEPAGE="https://vim-voom.github.com/ https://www.vim.org/scripts/script.php?script_id=2657"
-
-LICENSE="CC0-1.0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="${PYTHON_DEPS}
- || (
- app-editors/vim[python,${PYTHON_USEDEP}]
- app-editors/gvim[python,${PYTHON_USEDEP}]
- )"
diff --git a/app-vim/voom/voom-5.1.ebuild b/app-vim/voom/voom-5.1.ebuild
deleted file mode 100644
index d47fb9125ab0..000000000000
--- a/app-vim/voom/voom-5.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: emulates a two-pane text outliner"
-HOMEPAGE="https://vim-voom.github.com/ https://www.vim.org/scripts/script.php?script_id=2657"
-LICENSE="CC0-1.0"
-KEYWORDS="amd64 x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )"