summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-08-24 21:40:11 -0400
committerTim Harder <radhermit@gentoo.org>2015-08-24 21:40:11 -0400
commit9359898cb3271fd4934b16b5173fe50d28bd296e (patch)
tree14857e0b72429f2b3ab04dab76c70d677cf80029 /app-vim/gitv
parentapp-vim/gitv-1.3: stabilize (diff)
downloadgentoo-9359898cb3271fd4934b16b5173fe50d28bd296e.tar.gz
gentoo-9359898cb3271fd4934b16b5173fe50d28bd296e.tar.bz2
gentoo-9359898cb3271fd4934b16b5173fe50d28bd296e.zip
app-vim/gitv: remove old
Diffstat (limited to 'app-vim/gitv')
-rw-r--r--app-vim/gitv/Manifest1
-rw-r--r--app-vim/gitv/gitv-1.2.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/app-vim/gitv/Manifest b/app-vim/gitv/Manifest
index aa8b4b999eaf..10dc6e881458 100644
--- a/app-vim/gitv/Manifest
+++ b/app-vim/gitv/Manifest
@@ -1,2 +1 @@
-DIST gitv-1.2.tar.gz 20449 SHA256 b848c03841539c3f3cc68fd42033038efee0194127d435eddba4b33ffec4b11c SHA512 97d45ecc9d56246a69169c94b2004a4e3bcbd417fdcd25f05e76394c92968350371e516cbe72a7e0f750117a5632b0b283e3e9bf0df387b2681ece8313ef9888 WHIRLPOOL ba1e75ba4e8a91d26b346f71059b6d820c49c1ac02e006e4ddca8231a55818c314aeff0df5b52374e634c533f446d9f3c93d95f73be0afef001c1b2de9ac30a0
DIST gitv-1.3.tar.gz 21319 SHA256 6533196f9f2688846c7f4035ab1af82713f5e0e4aaf5c18335fa5007e0ad6555 SHA512 1a13d98ae9dd3e50a559d98881b6b0a8150186573e8f9fcdd9bd5cfdba1a679ea1c02b57f7d7be712dbfb5ec1bffbc4c0e8e1330cd64acf095c88400c499bfaf WHIRLPOOL 7c99b3e697c1e92ae829ad75a85ff2c777014420ed986a93d9d23a7df96af082d0c8c8a35949b1075fcbf8a754c203dd3055e787df075352f9d0fcafce199257
diff --git a/app-vim/gitv/gitv-1.2.ebuild b/app-vim/gitv/gitv-1.2.ebuild
deleted file mode 100644
index b5c1475b48c3..000000000000
--- a/app-vim/gitv/gitv-1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: gitk for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574"
-SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="vim"
-KEYWORDS="amd64 x86 ~ppc-macos"
-
-VIM_PLUGIN_HELPFILES="gitv"
-
-RDEPEND="dev-vcs/git
- app-vim/fugitive"