From afcb9236a72cf602364c28b9bde6648e4a7f1ca5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 21 Jan 2024 02:09:25 +0000 Subject: gentoo auto-resync : 21:01:2024 - 02:09:25 --- app-vim/ctx/Manifest | 1 + app-vim/ctx/ctx-1.17-r2.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 app-vim/ctx/ctx-1.17-r2.ebuild (limited to 'app-vim/ctx') diff --git a/app-vim/ctx/Manifest b/app-vim/ctx/Manifest index d035818290c8..caafc373be04 100644 --- a/app-vim/ctx/Manifest +++ b/app-vim/ctx/Manifest @@ -1,3 +1,4 @@ DIST ctx-1.17.tar.bz2 4391 BLAKE2B 2e6ba12c1f416e7de10bc2b6fbef79cc0b4fd3d3e80820034db3b327730b8927afbc26fee4d93b96cbaf510d8642a4ccf95b6b13cf8d83d6d05de3deecc0238e SHA512 35839f005cec56baf90ecbf46ce28530f9d3a18d8a538323d3f1d2134fa392a9595d95c3258c9ce2320381a69b1fb4a61b2ad2cd9d4c581e75bea378dfe7e13c EBUILD ctx-1.17-r1.ebuild 476 BLAKE2B 28933b936fd743c76e40f2829023db9cc4236a459d4c85c137086b98225d13255358ccae30de03f56488146a97c6cc9bd388556e7880619d5a826a1c710ce528 SHA512 ebb6248e856beccea7774be0f93d81f683f9c8163e72f5b7c049339462fa0a2d6d88801f3117cdf9684a92dca8f4f7c2a71524d47d1eb865ea8daf75b55d7661 +EBUILD ctx-1.17-r2.ebuild 499 BLAKE2B d1b24a8cbf0ada805d665e036ce656e9d4d6bb365b9d28f982c9047e0766b9efdda26e9bd3f903333bd461bde299bfd39dce6149e7716cd308a29d31c57d2592 SHA512 934bd7bd340d106cf9baa3ac2d25a8d1314e1e074f5a4ad6abcd481f94f090c067764044f467bb2b1c964a8052441f20c3f2f65282d2c194d7fcde6ecf0f45b4 MISC metadata.xml 274 BLAKE2B bfa9b39d4cd1b8163066648034a81b6c9fc23284334d76cbf3b71711a9548646a095d1fefa5e68455645867b5b0c1a7de96e106949b58e1e2ef7cf788ca28bf4 SHA512 aca1820afddcb39050481e3b3ea0310dc197f723ddb1130abaad0ade665062ac12c3f4bc4dda016e1fc9767f15c2fa484dca08a8bca2860107ae82345dcdd63b diff --git a/app-vim/ctx/ctx-1.17-r2.ebuild b/app-vim/ctx/ctx-1.17-r2.ebuild new file mode 100644 index 000000000000..8f6db1d5e1bd --- /dev/null +++ b/app-vim/ctx/ctx-1.17-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: display current scope context in a C file" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=208" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86" + +VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=208" + +# bug #74897 +RDEPEND="!app-vim/enhancedcommentify" + +# See bug 591068. +DEPEND="app-editors/vim[perl]" -- cgit v1.2.3