summaryrefslogtreecommitdiff
path: root/app-vim/extra-syntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-21 02:09:25 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-21 02:09:25 +0000
commitafcb9236a72cf602364c28b9bde6648e4a7f1ca5 (patch)
tree9608aa2c881b2688207832334c938f0e38d5c71c /app-vim/extra-syntax
parentd3419aa304ff2564036398be5e8ed4bdeaeaa007 (diff)
gentoo auto-resync : 21:01:2024 - 02:09:25
Diffstat (limited to 'app-vim/extra-syntax')
-rw-r--r--app-vim/extra-syntax/Manifest1
-rw-r--r--app-vim/extra-syntax/extra-syntax-4-r3.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/app-vim/extra-syntax/Manifest b/app-vim/extra-syntax/Manifest
index cafb9c2df5de..5274ddd344a4 100644
--- a/app-vim/extra-syntax/Manifest
+++ b/app-vim/extra-syntax/Manifest
@@ -1,2 +1,3 @@
EBUILD extra-syntax-4-r2.ebuild 763 BLAKE2B c626825376942ad8b54427dba933ef2984427e7274620c9d430e02498561ffde05f1cda9ec3c02f90b046340b2b36e99d5219fd98a7ddb9e5cc33a9666c06161 SHA512 ced8f80f55f5a1cd2baede670fe903e9f0b35a29af0ac33ae2b21dc60cc7d0fbd9bbef72ab334c8fdd9656f098036866365f3e29a7d0eb6feb0492a4bdfafefe
+EBUILD extra-syntax-4-r3.ebuild 754 BLAKE2B 5c31bc9a1b15df241c0ef57b081865890751f219da27a9832bea4d46fd65e859fa80c5169483cd7c31ad8bf74a66313e54a484ddec5cfb3f2a5f6687ae75b59f SHA512 b4ce4fcf383682cdab72fe535a771ca8f8a18d0f0ea4b9a9e07efd63723899f4dd91e5924f530d44403d7d978e9513df3ac0a2f8549029605c794bc46789bb3a
MISC metadata.xml 274 BLAKE2B bfa9b39d4cd1b8163066648034a81b6c9fc23284334d76cbf3b71711a9548646a095d1fefa5e68455645867b5b0c1a7de96e106949b58e1e2ef7cf788ca28bf4 SHA512 aca1820afddcb39050481e3b3ea0310dc197f723ddb1130abaad0ade665062ac12c3f4bc4dda016e1fc9767f15c2fa484dca08a8bca2860107ae82345dcdd63b
diff --git a/app-vim/extra-syntax/extra-syntax-4-r3.ebuild b/app-vim/extra-syntax/extra-syntax-4-r3.ebuild
new file mode 100644
index 000000000000..5d9a984425e6
--- /dev/null
+++ b/app-vim/extra-syntax/extra-syntax-4-r3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: metapackage for all extra syntax packages"
+HOMEPAGE="https://www.vim.org/"
+LICENSE="metapackage"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
+SRC_URI=""
+S="${WORKDIR}"
+
+RDEPEND="
+ ${RDEPEND}
+ app-vim/bnf-syntax
+ app-vim/brainfuck-syntax
+ app-vim/cfengine-syntax
+ app-vim/dhcpd-syntax
+ app-vim/ebnf-syntax
+ app-vim/eruby-syntax
+ app-vim/fluxbox-syntax
+ app-vim/gentoo-syntax
+ app-vim/gtk-syntax
+ app-vim/help-extra-syntax
+ app-vim/nagios-syntax
+ app-vim/ntp-syntax
+ app-vim/pgn-syntax
+ app-vim/selinux-syntax
+ app-vim/wikipedia-syntax
+ app-vim/xquery-syntax
+ app-vim/xsl-syntax"
+
+src_install() { :; }