app-vim/snipmate: clean up old.
authorPatrice Clement <monsieurp@gentoo.org>
Mon, 17 Oct 2016 13:54:19 +0000 (15:54 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 17 Oct 2016 23:37:48 +0000 (01:37 +0200)
Package-Manager: portage-2.3.0

app-vim/snipmate/Manifest
app-vim/snipmate/snipmate-0.83.ebuild [deleted file]

index f710aa112bed99f9171e129df05f557b24a24d04..58e274fee657a927bae1ad34613d61b4e574674c 100644 (file)
@@ -1,2 +1 @@
-DIST snipmate-0.83.zip 30761 SHA256 9f22e7592e074dbafb006b502436a5ccb9c54d30aac2f718b16752f70d19de0e SHA512 3fcc6fccefa356bd78b2a23e2e1613bcdc6d56c103288949fed4b0df4bc38122bd522040b7ac1572e30e44b2e9a37f6197af554da5a301e310d81f8221822184 WHIRLPOOL f56433d19eb75c7f68a63bcdec727f24f3ebef4a8b3ce6838459e646dd83399afef7b110efe1bb9e99c1d8879acb7e8697839a8001ed5cd16cebb96a06116938
 DIST snipmate-0.87.tar.gz 20624 SHA256 4ee93136a378ff3037bd2992f028cb475231d1f589c4c700ebb0e3f9af2cb0de SHA512 36ef13676e0ff8085456883ad09c111158be6051251a15b428a05d3caee678a6c8ab092694fdf876ecdf19b93e04cb8ff67108dda83ab602250f5ae42602e6b9 WHIRLPOOL 82d588d25aef73b73874d1d541b8bf63d5497e54a667bf064237a5fde615f5c5ec15d9d208e8781f0035e5e4d08a234b6d79332ebf3da8b3dbc94fa942bda3dd
diff --git a/app-vim/snipmate/snipmate-0.83.ebuild b/app-vim/snipmate/snipmate-0.83.ebuild
deleted file mode 100644 (file)
index d363a89..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-VIM_PLUGIN_VIM_VERSION="7.0"
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: TextMate-style snippets"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2540"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=11006 -> ${P}.zip"
-
-LICENSE="vim.org"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-VIM_PLUGIN_MESSAGES="filetype"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""