summaryrefslogtreecommitdiff
path: root/app-vim/dhcpd-syntax
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/dhcpd-syntax
parentea7f3f690b55cdfa8b2d350b03c1dfc0c8357a51 (diff)
gentoo auto-resync : 15:09:2023 - 04:49:10
Diffstat (limited to 'app-vim/dhcpd-syntax')
-rw-r--r--app-vim/dhcpd-syntax/Manifest1
-rw-r--r--app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r2.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/app-vim/dhcpd-syntax/Manifest b/app-vim/dhcpd-syntax/Manifest
index 0213898fc5bb..dfa8bd9796fd 100644
--- a/app-vim/dhcpd-syntax/Manifest
+++ b/app-vim/dhcpd-syntax/Manifest
@@ -1,4 +1,5 @@
AUX dhcpd-syntax-20030825-multiple-addresses.patch 588 BLAKE2B 1f38da00084f2e3c42ec7c851e0d4798782e7727f4677a289b0db9096d93bcd8fb2a28695c05f390727bca1c1f27ed7f4918472496e94e673009ca8ba40d9600 SHA512 9b6a22f50bb4402fbe63c7971b11a1b1d7dfec5976758897aebf14a8f0025c52daaed9e3c8668a93f5b2c7c61afde600040f6c64aeac62f2e0e9a6b01735a74a
DIST dhcpd-syntax-20030825.tar.bz2 2761 BLAKE2B 95478de740c28a93e03179e576e2edf02a682a6161bccae676b379dbb5b654d0239c3f8e523925f2e6d36f949847f9ba7cefae20104196d71f42837afcaae76d SHA512 97c1706e0ab2c89ee20618ae0c854347f8674a3008a5c4414aacb78e984e35b0eb6eeb5f641363ed6601ceeac0c794577d518658db9200c7391871ffae5341bc
EBUILD dhcpd-syntax-20030825-r1.ebuild 507 BLAKE2B b697110484076e0f9836fae5b64a5cd19eadba6902b669037b82a577abe434e38135e09c2e27b813391bbe35b08e576fc4db1dcb84e020c10b44d86cc5c2b34a SHA512 646c2d19dd82b9d2b0577162b5df93959519a88e53e2c3e75ec6cf45f29cec757884ac24829b706d1a8990d0e4beaf39f414a259a867e476440312ff0110d53d
+EBUILD dhcpd-syntax-20030825-r2.ebuild 517 BLAKE2B a8c1643ba02b62cfbc3fcdbb3ad36d4252e03c55512024867817839db0a5e6cf4d0daa74d0758e4304783dfc98ae61ff29ffa0c9d490ed75fc7007e5c33e9759 SHA512 6e9c0e525442b58ee80873f8504c9568d17a6c967508370c3b8408513ca89b5a8fd72a5a99b90c1be98ccd5b84093d548332743cc2069fa495d0adf61012bd53
MISC metadata.xml 452 BLAKE2B cfd0bc494a065a27c24589f6b815b0377f597bf10863652e52ca37faa6e9004637a86c7d0fc68231cf99445a5df67763d33ec22edd563c7e4f902d611b0e2f9b SHA512 34cfab0ef96a5719c51d2b2f5881ca643672bc38abc70bbdd1556f3d10a6eb188ce1ac24654e5542d98837cc60aede9fb024d6b9cdae15b9de2f9ecae1194c3b
diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r2.ebuild b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r2.ebuild
new file mode 100644
index 000000000000..52fbd526f0ae
--- /dev/null
+++ b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-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: syntax highlighting for dhcpd.conf"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=744"
+
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for dhcpd.conf files."
+
+PATCHES=( "${FILESDIR}"/"${P}"-multiple-addresses.patch )