diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-10-17 15:54:19 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-18 01:37:48 +0200 |
commit | 241b34f4e5b5a6c525b74471eba9a9aae8e58a3d (patch) | |
tree | 5868d086b18bc03de17b855e587dd3a99c4053d0 /app-vim | |
parent | app-vim/snipmate: Stable for amd64+x86. (diff) | |
download | gentoo-241b34f4e5b5a6c525b74471eba9a9aae8e58a3d.tar.gz gentoo-241b34f4e5b5a6c525b74471eba9a9aae8e58a3d.tar.bz2 gentoo-241b34f4e5b5a6c525b74471eba9a9aae8e58a3d.zip |
app-vim/snipmate: clean up old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/snipmate/Manifest | 1 | ||||
-rw-r--r-- | app-vim/snipmate/snipmate-0.83.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/app-vim/snipmate/Manifest b/app-vim/snipmate/Manifest index f710aa112bed..58e274fee657 100644 --- a/app-vim/snipmate/Manifest +++ b/app-vim/snipmate/Manifest @@ -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 index d363a8919545..000000000000 --- a/app-vim/snipmate/snipmate-0.83.ebuild +++ /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="" |