summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-08-24 22:23:38 -0400
committerTim Harder <radhermit@gentoo.org>2015-08-24 22:23:38 -0400
commit9cc4508136ba082bff1118e0a1bc62abc74600a6 (patch)
treece95effe7d3fd57d234f06c17b643a77dce1374a /app-vim/fugitive
parentapp-vim/vim-misc: remove old (diff)
downloadgentoo-9cc4508136ba082bff1118e0a1bc62abc74600a6.tar.gz
gentoo-9cc4508136ba082bff1118e0a1bc62abc74600a6.tar.bz2
gentoo-9cc4508136ba082bff1118e0a1bc62abc74600a6.zip
app-vim/fugitive: remove old
Diffstat (limited to 'app-vim/fugitive')
-rw-r--r--app-vim/fugitive/Manifest2
-rw-r--r--app-vim/fugitive/fugitive-1.2.ebuild22
-rw-r--r--app-vim/fugitive/fugitive-2.1.ebuild23
3 files changed, 0 insertions, 47 deletions
diff --git a/app-vim/fugitive/Manifest b/app-vim/fugitive/Manifest
index 9ba47da25a82..3758705432fc 100644
--- a/app-vim/fugitive/Manifest
+++ b/app-vim/fugitive/Manifest
@@ -1,3 +1 @@
-DIST fugitive-1.2.zip 19983 SHA256 95143775799af41f3fbec757adf62faed6c89a590038f484197aeb0836b9d4e5 SHA512 f208d732ed9a3b67ecd3cda399ea475e52f992c990a88df2049c10b3a2ce7730c6ce090b40af11ff5f3dcd327b75421e966001adcf10bba3379aeee979decf0a WHIRLPOOL c79208185faae7286fba08224bca09f93b9079edeec1c1639c0b292ce2e1b5953442726e13844c75113f2f22d1c1852e07a5630e44c775b0ee10510304e22c6c
-DIST fugitive-2.1.tar.gz 27997 SHA256 530e8865b7f0a3c49c2eac6ec54623af71454fbde04c8844e3c9a5ebcc22f66e SHA512 c6a6cc4e89e02f8c326a48ec57203a257b9fe9102b3a880b5cb7b1d7a97c66933bd83aecfc07ab72dbc10d3e3964b9b501f85c6cb85623a41154bf0072b10023 WHIRLPOOL 93326d2e1f4463a4f68d8c1d33edeaa2490e8129519658519f0c3ae4471fa3d001ec92b9d185865307b61a8898521e6b5c371507ab885b306edced5b80bfe666
DIST fugitive-2.2.tar.gz 30651 SHA256 8417dac31c1d444547ac6ae5c016ccafa1f7a061495c2190820d81c8a6244cd0 SHA512 763fc352e495dae6346fdedee5e3993a11fe402dbad0e9ee4b002b6b416404c46b56a061b3d9e663174b371d2d62e62e22f5a2cf8767fb6aee28b236c77d9d41 WHIRLPOOL 3df739ad9bd1ea6562275065fbab973554f4aae2c01c80fffe5d6b2b1a8c4e71ade4ad9c23abc615ab4bdba4b3b83382ec229924bb39acbac934a22568cd1b8c
diff --git a/app-vim/fugitive/fugitive-1.2.ebuild b/app-vim/fugitive/fugitive-1.2.ebuild
deleted file mode 100644
index c7a74bcdba86..000000000000
--- a/app-vim/fugitive/fugitive-1.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-VIM_PLUGIN_VIM_VERSION="7.2"
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: a git wrapper for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15542 -> ${P}.zip"
-LICENSE="vim"
-KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="fugitive.txt"
-
-DEPEND="app-arch/unzip"
-RDEPEND="dev-vcs/git"
-
-S=${WORKDIR}
diff --git a/app-vim/fugitive/fugitive-2.1.ebuild b/app-vim/fugitive/fugitive-2.1.ebuild
deleted file mode 100644
index a7165b78802e..000000000000
--- a/app-vim/fugitive/fugitive-2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit vim-plugin
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git"
-else
- inherit vcs-snapshot
- SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos"
-fi
-
-DESCRIPTION="vim plugin: a git wrapper for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/"
-LICENSE="vim"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="dev-vcs/git"