summaryrefslogtreecommitdiff
path: root/app-vim/vimbuddy
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/vimbuddy
parentea7f3f690b55cdfa8b2d350b03c1dfc0c8357a51 (diff)
gentoo auto-resync : 15:09:2023 - 04:49:10
Diffstat (limited to 'app-vim/vimbuddy')
-rw-r--r--app-vim/vimbuddy/Manifest1
-rw-r--r--app-vim/vimbuddy/vimbuddy-0.9.2-r2.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/app-vim/vimbuddy/Manifest b/app-vim/vimbuddy/Manifest
index 289cc3927bba..06bcd4aea2a8 100644
--- a/app-vim/vimbuddy/Manifest
+++ b/app-vim/vimbuddy/Manifest
@@ -1,3 +1,4 @@
DIST vimbuddy-0.9.2.tar.gz 1152 BLAKE2B cc7ea6fcffa05bacbcbcab2850486c648cc9dd4fe2d7896865ef17acef6c9cf8b05ee33a14fd212b156b4ee9c4c04a8abb764c320a74b0cfead545f1ab3f9636 SHA512 feca2b303e677cdc0ed1a02e92c54ae293ccd380006667ea49c93ea804975bf8c40044c11e2599ad3e81062a453465249120fc7daaf2eea994d8d81d3d2f87cb
EBUILD vimbuddy-0.9.2-r1.ebuild 515 BLAKE2B a48fbfccc37773c3db406389d9ea454f1dbc53496802894e1e7908a95565f85a6737dfb4e916a9eb8585b85357a492fbffd420f7831eb0a4f2d95dc593ddd048 SHA512 2fa54fd67a50f4b6ff51a4759163e867b89eaf5276af5990f4dad333d789b178c1c52b555dcce10000bb835179b0d7f32addecf38b2ab591ebb0702f02903244
+EBUILD vimbuddy-0.9.2-r2.ebuild 518 BLAKE2B 318e8f2443bea8896a823b3679dfa5d9e6edd95d7100b9f3bf24ca641820d91244b3eaa55388ce2d07ff9e06fea753ab69d557dace47130deba1c244c64abb0e SHA512 f431ed61fc0aee1e58427d701a1c4fae2ec6df41c85309d90db21853c28a609768cc3bf464ded979fe2e1b0d585fb8e64f9a291936a0f5b9f776856dc89cb502
MISC metadata.xml 339 BLAKE2B fd18d17a5ab124cf6df3c4602a7b28834f910085ddb085e4a5dfd39bdd7c003d23fc4573478ef0cd5e49492897bf5335c53386c07f658c77fd041b8f7310af82 SHA512 1a7df9c0cf01eeee768e6fd1745824b7982cf9e559a5dd6e6e480167b801276ad81434a2374574f601a32e6ec733caa79e4653c3d1619321343ecabf55bcaafc
diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2-r2.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2-r2.ebuild
new file mode 100644
index 000000000000..c1cc4e08520b
--- /dev/null
+++ b/app-vim/vimbuddy/vimbuddy-0.9.2-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: vimbuddy for the status line"
+HOMEPAGE="https://github.com/vim-scripts/vimbuddy.vim"
+SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}.vim-${PV}"
+
+LICENSE="public-domain"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+
+VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=8"