diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-04-08 21:55:05 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-04-08 21:56:30 +0100 |
commit | 82dcab930061ec77949f67c11cda25631b6f6b14 (patch) | |
tree | 57582877a1533f8a1287c4821ff5f710fd202f69 /app-vim | |
parent | media-sound/easyeffects: add 7.0.3 (diff) | |
download | gentoo-82dcab930061ec77949f67c11cda25631b6f6b14.tar.gz gentoo-82dcab930061ec77949f67c11cda25631b6f6b14.tar.bz2 gentoo-82dcab930061ec77949f67c11cda25631b6f6b14.zip |
app-vim/exheres-syntax: drop 20090310
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/exheres-syntax/Manifest | 1 | ||||
-rw-r--r-- | app-vim/exheres-syntax/exheres-syntax-20090310.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/app-vim/exheres-syntax/Manifest b/app-vim/exheres-syntax/Manifest index b82abf5fea08..4f020c0ccd65 100644 --- a/app-vim/exheres-syntax/Manifest +++ b/app-vim/exheres-syntax/Manifest @@ -1,2 +1 @@ -DIST exheres-syntax-20090310.tar.bz2 3670 BLAKE2B 27a6f075f80b7fc2e172b9586211a248f8075affd6a20ea52cafe06cda4f6d489a56a539e6a7619b3f7ce7fd29084ea990e66efbbdef7198a6857912eb9288c8 SHA512 616ef17367c68157d715321e457aaf0c65c97329f0848cb964d8974b6a85b4147f2e192b2ea3fcbfa3970e095bd9874203ce9723c73d1ef8350200732198c79f DIST exheres-syntax-20201115.tar.xz 3892 BLAKE2B bae8a26a66ae0bf5642bb438bccee7d803b8eebf67d875d070ee7208304e76e0ed6803d29d7361e09efcc6a53d86e9c7dc5b0a1df61247911d1d8a220235973e SHA512 def7d0701535a2ab325b633b4a08be9ea9e4aa8ce78dd9858ab9d56d944b579ec19c98c24410decdbe202e9fc4f3dce95845b5eab6dfdf6c223dbc0479b7a890 diff --git a/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild b/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild deleted file mode 100644 index 7a014b993ceb..000000000000 --- a/app-vim/exheres-syntax/exheres-syntax-20090310.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: exheres format highlighting" -HOMEPAGE="https://www.exherbo.org/" -SRC_URI="https://dev.exherbo.org/~ahf/pub/software/releases/${PN}/${P}.tar.bz2" - -LICENSE="vim" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -VIM_PLUGIN_HELPFILES="exheres-syntax" -VIM_PLUGIN_MESSAGES="filetype" |