summaryrefslogtreecommitdiff
path: root/app-vim/dhcpd-syntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-14 01:14:50 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-14 01:14:50 +0000
commit94eb99943eafb48140b436b347abaaee77209c01 (patch)
treebb4f0519a6c0880b24c88b1666976a36a464a8df /app-vim/dhcpd-syntax
parenta7ec94f7d22ee22df2e424c1d3f842510b7993aa (diff)
gentoo auto-resync : 14:01:2024 - 01:14:49
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-r1.ebuild15
2 files changed, 0 insertions, 16 deletions
diff --git a/app-vim/dhcpd-syntax/Manifest b/app-vim/dhcpd-syntax/Manifest
index daa1ddc8e3b7..8f07a32db692 100644
--- a/app-vim/dhcpd-syntax/Manifest
+++ b/app-vim/dhcpd-syntax/Manifest
@@ -1,5 +1,4 @@
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 510 BLAKE2B 7347dd36cc80269cfb689b782f46d6de3248f8a0c3d1abfb783337e00292b4b6541d7601ce65a8e3954cf74ee023afb1ae383b756c02fd9f0517ae2236a3a3ee SHA512 316f4fc2b1de222934fcf58509c8f6bcfe95b3e23412d6e74bedd9f79e6d5c2a08cf8b193ea0ec5e3dbc41a55eb46d1da8714efeeeb611979e5e96cbe06c13da
MISC metadata.xml 476 BLAKE2B 31573b0e89ab2b3feacfc6d8e9024bb3cb95fafa34693a3527bc7f82073b72ae9ec18621b2e8328738a5af9799a26648b1902806b901294fd86b13e0c080cd16 SHA512 dc391fd1b4a35767dbbdc70d02483e9e3abb23d24082c0e5b9f7f7f608028776d3881a2d8a2059c06df54ea85fab9ca51a1e1d75f5700a7899ca206f52620ca1
diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild
deleted file mode 100644
index 1419bdd21acd..000000000000
--- a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 )