summaryrefslogtreecommitdiff
path: root/app-vim/cmdalias
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/cmdalias
parentea7f3f690b55cdfa8b2d350b03c1dfc0c8357a51 (diff)
gentoo auto-resync : 15:09:2023 - 04:49:10
Diffstat (limited to 'app-vim/cmdalias')
-rw-r--r--app-vim/cmdalias/Manifest1
-rw-r--r--app-vim/cmdalias/cmdalias-3.0-r2.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/app-vim/cmdalias/Manifest b/app-vim/cmdalias/Manifest
index eb07bbfe274e..a1acc817ece9 100644
--- a/app-vim/cmdalias/Manifest
+++ b/app-vim/cmdalias/Manifest
@@ -1,3 +1,4 @@
DIST cmdalias-3.0.tar.bz2 2601 BLAKE2B 89b36b2bd638dbdc454739e1f9a3cd61715faa5c392bf3a85c937a0ec179f4e35485ac3137fdb84c2d66ba235e44af84d1ce42ca7e8f212438e88eb91f691570 SHA512 a29b8b588c662ca48e8208422e4592e4d2a2908f23ed123b0b2aa639e6c05725dcc6ee0179418dbfdc39108953de064f5da5eec4261f7e9db5efea0d91fe58aa
EBUILD cmdalias-3.0-r1.ebuild 441 BLAKE2B 7b1ef147bace1db80c8e7235b6d09ccb5b81b6fa20a610178277d2636b6f4b3084b842976667f462ce7169b033ec0b7592ed19df62ea07314e72f9a8a181bcfb SHA512 33c186706c0109d5719ff8d676175decafcb7f0ce23640239c5e9642381cc06558029a400a5cd6c38be720d6e9d0027d3290061854cc73ab38cdd0ef24e3c145
+EBUILD cmdalias-3.0-r2.ebuild 438 BLAKE2B 3e655c111060f35d69a0f871034dc3cc7b64e9b61f51c0bef788a70d85bbe9d0962d25ec1787d4b90e00944d8858b4a4940957e6eb3f72b3ae4e0bae1011f732 SHA512 83f68dcb89a3384ae63243b5deeec20a837039bf397566e076ba18c4ed78ccb99df0b1f0072c8993a7a6bd87d3aebffd772bd48bf2815be20e118c79d065f140
MISC metadata.xml 250 BLAKE2B 159edb6cbbe3884fd7b328cba2125da0a51b5c0be964e60b708efe1bd040a41abdf16f8dbcfaecb9e6e1073528ac99195a08d7045d433414ec2ba1c94d582761 SHA512 6c29f24b33b8829463103cee99e2cf65cf550aa1d6c60c5a746ca2947a97a052969c8dfb9d12ae8114db0971626f9246cb9e4808d951eeae78321325da1ac32a
diff --git a/app-vim/cmdalias/cmdalias-3.0-r2.ebuild b/app-vim/cmdalias/cmdalias-3.0-r2.ebuild
new file mode 100644
index 000000000000..ad85aa02aab7
--- /dev/null
+++ b/app-vim/cmdalias/cmdalias-3.0-r2.ebuild
@@ -0,0 +1,16 @@
+# 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 alias creation"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=746"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides library functions and is not intended to be used
+directly by the user."