diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-10 13:43:42 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-10 14:07:50 -0400 |
commit | e0fcc3280c0aae1ee9bb35c2df55f45326beb63f (patch) | |
tree | db81016a1631f79a985bdcce442a168f7a55e8c3 /app-vim | |
parent | app-vim/gitlog: Drop old versions (diff) | |
download | gentoo-e0fcc3280c0aae1ee9bb35c2df55f45326beb63f.tar.gz gentoo-e0fcc3280c0aae1ee9bb35c2df55f45326beb63f.tar.bz2 gentoo-e0fcc3280c0aae1ee9bb35c2df55f45326beb63f.zip |
app-vim/gitolite-syntax: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gitolite-syntax/Manifest | 1 | ||||
-rw-r--r-- | app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/app-vim/gitolite-syntax/Manifest b/app-vim/gitolite-syntax/Manifest index 42b1c98be9f0..08145854f6d0 100644 --- a/app-vim/gitolite-syntax/Manifest +++ b/app-vim/gitolite-syntax/Manifest @@ -1,2 +1 @@ -DIST gitolite-syntax-20111225.tar.bz2 1833 BLAKE2B 3838617e7628685e20aaa25223d20ca3cc615449b38552b16b6750bbba5847f075f70b6e6858fdbb7e377a7332e6057da9527fd1a06ba56601b2c31b81f6ee4d SHA512 28cac71111f9d41c46e6f9f68a22760512a03650b5f1f2d77ef40e002c22c024a288ede2d6e898320d4616066409d5f8343688681169c136505235b784d3dda5 DIST gitolite-syntax-20130306.tar.gz 2975 BLAKE2B 552f9c1e02a8089a9e6c7887f533ac6187a3d1425d0c916ca50a62076a8ee448ed4cdcb44a10d8df53ded724c68617c17ddbf7a87d935851466e441547bbeac7 SHA512 c064d06162bdb0b71d9c0638db073bba9b0577a1529eaac1a673b812fc08478e5b351954279d9d68947f0c4e3fe29ee5667741e6d229461d1ad1c7b2f535a49d diff --git a/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild b/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild deleted file mode 100644 index 94a9194a732d..000000000000 --- a/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: gitolite syntax highlighting" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2900" -LICENSE="Apache-2.0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -SRC_URI="mirror://gentoo/${P}.tar.bz2" -VIM_PLUGIN_HELPTEXT="Vim Syntax highlight for gitolite configuration file gitolite.conf" |