summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-03-13 19:47:14 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-03-13 19:47:14 +0100
commit1618b7a5e6888f634404c1bfe3fcc2a7566ed471 (patch)
treec6beb3cf3665c669f52dd39c48fe2d274fae0721
parentapp-vim/detectindent: Remove old (diff)
downloadgentoo-1618b7a5e6888f634404c1bfe3fcc2a7566ed471.tar.gz
gentoo-1618b7a5e6888f634404c1bfe3fcc2a7566ed471.tar.bz2
gentoo-1618b7a5e6888f634404c1bfe3fcc2a7566ed471.zip
app-vim/gundo: Remove old
Package-Manager: portage-2.2.28
-rw-r--r--app-vim/gundo/Manifest2
-rw-r--r--app-vim/gundo/gundo-2.2.2.ebuild30
-rw-r--r--app-vim/gundo/gundo-2.4.0.ebuild23
3 files changed, 0 insertions, 55 deletions
diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest
index 0676722fe6ff..16fee329ba86 100644
--- a/app-vim/gundo/Manifest
+++ b/app-vim/gundo/Manifest
@@ -1,3 +1 @@
-DIST gundo-2.2.2.tar.gz 15207 SHA256 218f410908d3e10fbbb5083b0b2362fd8997147b784a28b8276028b953d45805 SHA512 4fa2cd3570aa5621140bd5ec4b513adfff8d2e3173c3d684daf8b3d8f75882fe5d10afa61c2e21e2c367a013b347f92b6504a958684b9161a34f523fe57fa805 WHIRLPOOL e8b5533f71e9809839d402033bbf1b0e976e372c722c8a548435adb51f4bc8451aa02bafc5e91d636d25653887d649dccad07edb1164499c1201c70fd3064242
-DIST gundo-2.4.0.tar.gz 152544 SHA256 4417fd2ef261a91f56b26cf0cb3be38a047e288bae8e7bd0d4d4d8f8d6455bfe SHA512 17b1b9fa9b73592af92d7b7729872bdd2b440b8af516f026cfd6fea53e82720821b4a0d2639e351c16565591b36a7adb68a3335c4fcb34015319b89331fde29d WHIRLPOOL b5be58c92e7d1c7ad7342555f7ada561ae000922f9a2c1f956d98a03c5311a52b477491977b9fa01d241e831e1da791f10fc624fe99f182b8c1c20ba7f2d814e
DIST gundo-2.5.0.tar.gz 152724 SHA256 d7d0c0633937d8cde5d42b6c9634f3ee9b879252b9615f45b49d002320c3b24a SHA512 85687e0baa00d6c603dcabc9ffa5fef3c49437d816a7e637fa9f48719726bc4d4f45417998d9a080d2796c1e3b1bf76318628f7733a9985fd8f46e053aec42db WHIRLPOOL c1086ec377fe8fc204ee1c66feeb6a45063f51094715f4e0e1c9c0fbf8882721e6a0ccfa759f27256602fe2f3d8ef26b505aed19c431cb98e4be82c35d1bc60f
diff --git a/app-vim/gundo/gundo-2.2.2.ebuild b/app-vim/gundo/gundo-2.2.2.ebuild
deleted file mode 100644
index b7e91516a423..000000000000
--- a/app-vim/gundo/gundo-2.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-VIM_PLUGIN_VIM_VERSION="7.3"
-
-inherit vim-plugin
-
-MY_PN="Gundo"
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/"
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
- >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_unpack() {
- unpack ${A}
- mv *-${MY_PN}-* "${S}"
-}
-
-src_prepare() {
- rm -f README*
-}
diff --git a/app-vim/gundo/gundo-2.4.0.ebuild b/app-vim/gundo/gundo-2.4.0.ebuild
deleted file mode 100644
index 2524489c7776..000000000000
--- a/app-vim/gundo/gundo-2.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: visualize your Vim undo tree"
-HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/"
-SRC_URI="https://github.com/sjl/gundo.vim/tarball/v${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
- >=dev-lang/python-2.4"
-
-VIM_PLUGIN_HELPFILES="gundo.txt"
-
-src_prepare() {
- rm -r .gitignore .hg* package.sh README* site tests || die
-}