diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-14 01:14:50 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-14 01:14:50 +0000 |
commit | 94eb99943eafb48140b436b347abaaee77209c01 (patch) | |
tree | bb4f0519a6c0880b24c88b1666976a36a464a8df /app-vim/wikipedia-syntax | |
parent | a7ec94f7d22ee22df2e424c1d3f842510b7993aa (diff) |
gentoo auto-resync : 14:01:2024 - 01:14:49
Diffstat (limited to 'app-vim/wikipedia-syntax')
-rw-r--r-- | app-vim/wikipedia-syntax/Manifest | 1 | ||||
-rw-r--r-- | app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/app-vim/wikipedia-syntax/Manifest b/app-vim/wikipedia-syntax/Manifest index 9117955d4eed..1ebcaad8450e 100644 --- a/app-vim/wikipedia-syntax/Manifest +++ b/app-vim/wikipedia-syntax/Manifest @@ -1,4 +1,3 @@ DIST wikipedia-syntax-20101113.tar.bz2 3463 BLAKE2B ee37c972eaf884e6c5130356638c7309481f4e37b7c08056770d9600e35ef67b1480fd0b8f4eb68a10df9caf8f4152e325d501d752e799eb5b43de8f5b012ce4 SHA512 e0e52d4cf6e6e5a3f6cb32b0dc22c91c6b3b58292f1e0d67cb4de4ed2675d7f6bbb069d37e6a59b0cfad201c082322e3cb5300639e39447bbcda22d99c88b4b4 -EBUILD wikipedia-syntax-20101113-r1.ebuild 500 BLAKE2B 9679b5ab081ec14e73f67d2768de12273fa00bf0f1f6c78dab3460907ce0219ae3d3c22f72fe993f8758051bb140dc67a4dfcf9e70dcceb79c6bda79ce777c95 SHA512 390b1a88860f5c548060a080d3006e31afffabf6571e8c8a9dca11d68d54c097484daed7be109d0fd2a91fd149751e112a0258e017a157cfdbd51ffe12122e91 EBUILD wikipedia-syntax-20101113-r2.ebuild 493 BLAKE2B c6377bf9f3129d9ac896248c2034dcbbd0ff31dc0ebb50f7f9a968f08d3e8d47a3369361366e8f0312ce8fbea968d2b6d07ecaf64ff645b727912b97c47ef5f3 SHA512 e0f5673c052212d83e40ead1b9c667b354cba87c6f4b42e7942f85d83cb49a7d3f9366396bdf8006c61d432ab8b9b3381fc1b53bbfe90c49855e4bda3c034922 MISC metadata.xml 466 BLAKE2B ab53661b58dcd9f5b57fe149c7d1cd0b39ec244e1cfc3b66054535b03f584138144f6b68504da6fd95743fbcdc3cd318873f50f77786779d104b0b62c950d199 SHA512 1b7f3ba9ea6472514c5585e3d89faab3195144efa87943f71602adfaf193cf7d870a49cedbd86d46324ddadf7333df50dd892014b1e6e3a24a968d132a14018b diff --git a/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild b/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.ebuild deleted file mode 100644 index 02d4a1236921..000000000000 --- a/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r1.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: Wikipedia syntax highlighting" -HOMEPAGE="https://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim" -LICENSE="CC-BY-SA-3.0" -KEYWORDS="amd64 ~hppa ~mips ppc ppc64 x86" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for Wikipedia article -files. Detection is by filename (*.wiki)." - -VIM_PLUGIN_MESSAGES="filetype" |