summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-08-24 23:37:21 -0400
committerTim Harder <radhermit@gentoo.org>2015-08-24 23:37:21 -0400
commit8aa3934aa33ef678cab35cfe6f5dbb1abcb44195 (patch)
treeb1e02d3bc6a6251556628136277585480caea8cc /app-vim
parentapp-vim/syntastic: stabilize 3.6.0 (diff)
downloadgentoo-8aa3934aa33ef678cab35cfe6f5dbb1abcb44195.tar.gz
gentoo-8aa3934aa33ef678cab35cfe6f5dbb1abcb44195.tar.bz2
gentoo-8aa3934aa33ef678cab35cfe6f5dbb1abcb44195.zip
app-vim/voom: remove old
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/voom/Manifest3
-rw-r--r--app-vim/voom/voom-4.6.ebuild17
-rw-r--r--app-vim/voom/voom-4.7.ebuild20
-rw-r--r--app-vim/voom/voom-5.0.ebuild16
4 files changed, 0 insertions, 56 deletions
diff --git a/app-vim/voom/Manifest b/app-vim/voom/Manifest
index ccd3c53d9d71..1c3bedfe5199 100644
--- a/app-vim/voom/Manifest
+++ b/app-vim/voom/Manifest
@@ -1,4 +1 @@
-DIST voom-4.6.tar.bz2 108007 SHA256 c81b6c1f425ea49aea342a949c8fb45ee659f8f301913f7097b4afe9ce6cf543 SHA512 a29cf58f22edf0e6b1f381f703fea443fd4719262ae507a871f70b7a2aad9c4771642d7024c61fb809876e6c9779d901308cfa63e229c99801127a74883fcbba WHIRLPOOL d68b4efcefa194f12642f702acd659c0f6d212a18369492603e19ffe6a421310523bbce843e54553f96039b2ac1b750cc52836b83548f0973266eb416f36f3f1
-DIST voom-4.7.tar.bz2 109314 SHA256 744b2ea7f6ccdfcd10ad1815e0d233d65e3905e6bfdb91e041270555307b160e SHA512 83b600baa28c2af11028646c34e09fb28f35a7746c9c681e9dd789f3f8f0c37fe4bcf57e34abcf5c462703cbc4d44244345f298d66109bcd3d8364a313eb20b5 WHIRLPOOL 480e56b8dbd9192669de58ade5e4dab8012745c946d68ab89b65d0163415d57568f134970b2ffe1b43297747264b85dfdf48dcfe58f364398249972bbba113e2
-DIST voom-5.0.tar.bz2 99786 SHA256 9ee8d015ad2fab4ef975b6ac3c5785bb6a72d70e57db7a44d6f0ed537aee06e0 SHA512 9447fc65832aa0b7bd423a91d2f80979f44f9576af3a4eedb7bb7f6e3d6dc2732b6e18f57557099976630f3f8938134e0898393787768375d0edfab704590384 WHIRLPOOL 2ef7dd3e29d96217c4b4f38ed290cfec4feb1ce5d2694fdc8ce1f52159400afd12bc45a52bfbacc22449f05e2eaab939acecc2d3a94d8541c05b16d79fea0622
DIST voom-5.1.tar.bz2 102211 SHA256 2af7f5589606ecb214671fc817aacf599f3bb39e38e295ff76891839b161e931 SHA512 3798c6d5079ebdf4f447f62613340e46a6b593e0a97226b0aecc90889c6cd2f6f2ce36eb88395a12a0e27ff3803c7693f1c56443928914bfea134d8a75df8c91 WHIRLPOOL 4c96caedc4413487c6fd213c62315334c9e8bc2707455413f0c39d297576d076bddc6a5cf99a99ecd40c55b453f370e8f021402c5139607cf55f79a7f3e153da
diff --git a/app-vim/voom/voom-4.6.ebuild b/app-vim/voom/voom-4.6.ebuild
deleted file mode 100644
index c2d356c792b8..000000000000
--- a/app-vim/voom/voom-4.6.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: emulates a two-pane text outliner"
-HOMEPAGE="https://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657"
-LICENSE="WTFPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )"
diff --git a/app-vim/voom/voom-4.7.ebuild b/app-vim/voom/voom-4.7.ebuild
deleted file mode 100644
index 0301ea90d152..000000000000
--- a/app-vim/voom/voom-4.7.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: emulates a two-pane text outliner"
-HOMEPAGE="https://vim-voom.github.com/ http://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] )"
-
-src_prepare() {
- rm -r voom_extras || die
-}
diff --git a/app-vim/voom/voom-5.0.ebuild b/app-vim/voom/voom-5.0.ebuild
deleted file mode 100644
index 2e7629ff12e5..000000000000
--- a/app-vim/voom/voom-5.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: emulates a two-pane text outliner"
-HOMEPAGE="https://vim-voom.github.com/ http://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] )"