diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-10-30 21:16:12 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-31 12:53:48 +0100 |
commit | 74d4191f09ea1d22cde73eee8c1c943c48f40ed1 (patch) | |
tree | 1bd645ce621682ec196217fd12597572ac89a1d5 /app-vim/surround | |
parent | app-vim/surround: stable for amd64 and mark stable for x86 whilst at it using... (diff) | |
download | gentoo-74d4191f09ea1d22cde73eee8c1c943c48f40ed1.tar.gz gentoo-74d4191f09ea1d22cde73eee8c1c943c48f40ed1.tar.bz2 gentoo-74d4191f09ea1d22cde73eee8c1c943c48f40ed1.zip |
app-vim/surround: clean up old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-vim/surround')
-rw-r--r-- | app-vim/surround/Manifest | 1 | ||||
-rw-r--r-- | app-vim/surround/surround-2.0.ebuild | 15 | ||||
-rw-r--r-- | app-vim/surround/surround-2.1.ebuild | 14 |
3 files changed, 0 insertions, 30 deletions
diff --git a/app-vim/surround/Manifest b/app-vim/surround/Manifest index 113d3948e99a..ae1f9dd2ec8c 100644 --- a/app-vim/surround/Manifest +++ b/app-vim/surround/Manifest @@ -1,2 +1 @@ -DIST surround-2.0.tar.bz2 8285 SHA256 4203e827030ebcb782eb2c166b05888036ed060e1a2f2415878a1230041a495c SHA512 0e9eb05865300ef089217edac474908d0e73a2343069b9806523164a98506cff02a8f2b09425edf9c574f7b6173f57e66cc1017195e1d5aba57e25ac5afe087a WHIRLPOOL 5ba9a1ff43c5578289d2021ef1456d00db2b4c7a37371cf9da640d00fe82b254ff39cfe5763d05f757d67df343fd12c30a6da621dac00595fbafe6283b745de5 DIST surround-2.1.tar.bz2 8441 SHA256 0bc6d088294e608fc0fee92af9aebea933b4e3aff441011786d19a11809b45dc SHA512 2b4283f77dac468ab91cdc941ac2dd5a2b99a35c23d6ffdc1e1c819a04bf45ecb934c5a111898ed45539a02d1f1ce6c702da80685f609944cbec9bdd25a1e22e WHIRLPOOL f21035d8829c4a41c47d339812769ec11337ae4125622058b1795135d0a77b81294385bd9149b410530407961c6f792dc9a83e8d8541f6d8683bf204a60b2dcb diff --git a/app-vim/surround/surround-2.0.ebuild b/app-vim/surround/surround-2.0.ebuild deleted file mode 100644 index 0e9fcfce8c64..000000000000 --- a/app-vim/surround/surround-2.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit vim-plugin - -DESCRIPTION="vim plugin: Delete/change/add parentheses/quotes/XML-tags/much more" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1697" -LICENSE="vim" -KEYWORDS="amd64 x86" -IUSE="" - -VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/surround/surround-2.1.ebuild b/app-vim/surround/surround-2.1.ebuild deleted file mode 100644 index 214b875bff90..000000000000 --- a/app-vim/surround/surround-2.1.ebuild +++ /dev/null @@ -1,14 +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: Delete/change/add parentheses/quotes/XML-tags/much more" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1697" -LICENSE="vim" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" |