summaryrefslogtreecommitdiff
path: root/app-vim/curcmdmode
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-15 04:49:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-15 04:49:10 +0100
commitefca79f216bfeffd55e7731fbf24126d093e1084 (patch)
treef19ba31d8686b3de4192db3e4c4dc9f3d9af54b5 /app-vim/curcmdmode
parentea7f3f690b55cdfa8b2d350b03c1dfc0c8357a51 (diff)
gentoo auto-resync : 15:09:2023 - 04:49:10
Diffstat (limited to 'app-vim/curcmdmode')
-rw-r--r--app-vim/curcmdmode/Manifest1
-rw-r--r--app-vim/curcmdmode/curcmdmode-1.0-r2.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/app-vim/curcmdmode/Manifest b/app-vim/curcmdmode/Manifest
index 8ac333519673..e467d62553d9 100644
--- a/app-vim/curcmdmode/Manifest
+++ b/app-vim/curcmdmode/Manifest
@@ -1,3 +1,4 @@
DIST curcmdmode-1.0.tar.bz2 3566 BLAKE2B 138c7b9b84d69a40df731dc633dd7b7e2b2859af70d8418a5760a7b6016dd61f3401bd7bd1bb7854e500c744cabb8f0c65a89fe2ee37ffbe0a3117909c232491 SHA512 eae4e7cc92ae3838ffbdb507fd51174daf2fcd05d23f418555ac9ea3dde5562e49c67ee7b27dfcf6bf2088dd335ca97165835919dd804a86fca581b4d6bc0ea2
EBUILD curcmdmode-1.0-r1.ebuild 486 BLAKE2B 32e11dc24bc17d1c51a2d6f8b9f3ec8cdbe279e14abb09671628f53aa099c5ca7eac7900bf90cf07943cd315791c3e1a800a478ff613b116f740cb8a0dc65a67 SHA512 8bde9866683542c0a61afc2acef05a11a48b24b16ff587dc1b20975d25e8e40fe7e065ba335bd702e7dc0b4622e3812438c86af0d892140ab6c433cc0b7dac23
+EBUILD curcmdmode-1.0-r2.ebuild 483 BLAKE2B 00a1814064d091c54793d0097be7626706931e290b13e41efebd50c5041ea59824d46aed7edd6ee5abe037bed35e546976c1b2fe28cb3409167414817499a8d3 SHA512 5caa62440a08bb356bd786d67f3426cbbedb08038b7a67c84fe0b63e35224940d5c90cce4cd44f072081e3de2db16add0511313c8f2fd49961217b486c3d3bcc
MISC metadata.xml 250 BLAKE2B 159edb6cbbe3884fd7b328cba2125da0a51b5c0be964e60b708efe1bd040a41abdf16f8dbcfaecb9e6e1073528ac99195a08d7045d433414ec2ba1c94d582761 SHA512 6c29f24b33b8829463103cee99e2cf65cf550aa1d6c60c5a746ca2947a97a052969c8dfb9d12ae8114db0971626f9246cb9e4808d951eeae78321325da1ac32a
diff --git a/app-vim/curcmdmode/curcmdmode-1.0-r2.ebuild b/app-vim/curcmdmode/curcmdmode-1.0-r2.ebuild
new file mode 100644
index 000000000000..73c3b850195f
--- /dev/null
+++ b/app-vim/curcmdmode/curcmdmode-1.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: library for extending vim's mode() function"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=745"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+
+RDEPEND="app-vim/genutils"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides library functions and is not intended to be used
+directly by the user."