summaryrefslogtreecommitdiff
path: root/app-vim/udev-syntax
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /app-vim/udev-syntax
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'app-vim/udev-syntax')
-rw-r--r--app-vim/udev-syntax/Manifest1
-rw-r--r--app-vim/udev-syntax/files/udev-syntax-20051016-ftdetect.patch6
-rw-r--r--app-vim/udev-syntax/metadata.xml10
-rw-r--r--app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild19
4 files changed, 0 insertions, 36 deletions
diff --git a/app-vim/udev-syntax/Manifest b/app-vim/udev-syntax/Manifest
deleted file mode 100644
index 473181b10e49..000000000000
--- a/app-vim/udev-syntax/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST udev-syntax-20051016.tar.bz2 1161 BLAKE2B c8274fbe552bdf54f5d241b270512df8d95f43ccd4da2e9c794d7470e77d5399dc35ba396b2beddf752e656cd889107fa10d792be11c4dccba0adea4f8418727 SHA512 3952cddd2598eb4e09fd6bc7538419c9dbb3eb94d55a81418fc66b5c3fb46f34853d4b97a5475f3330b752d4dbdd3bcf22a3f47c73d1d3e18b5efcc2b4696e34
diff --git a/app-vim/udev-syntax/files/udev-syntax-20051016-ftdetect.patch b/app-vim/udev-syntax/files/udev-syntax-20051016-ftdetect.patch
deleted file mode 100644
index 3792be01ce23..000000000000
--- a/app-vim/udev-syntax/files/udev-syntax-20051016-ftdetect.patch
+++ /dev/null
@@ -1,6 +0,0 @@
-diff -ru udev-syntax-20051016/ftdetect/udev.vim udev-syntax-20051016/ftdetect/udev.vim
---- udev-syntax-20051016/ftdetect/udev.vim 2007-01-10 16:11:32.876871120 +0100
-+++ udev-syntax-20051016/ftdetect/udev.vim 2007-01-10 16:12:04.412703024 +0100
-@@ -1,4 +1,4 @@
--au BufNewFile,BufRead *udev.rules* set filetype=udev
-+au BufNewFile,BufRead *udev/rules.d* set filetype=udev
diff --git a/app-vim/udev-syntax/metadata.xml b/app-vim/udev-syntax/metadata.xml
deleted file mode 100644
index f7978a1525fa..000000000000
--- a/app-vim/udev-syntax/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <stabilize-allarches />
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
deleted file mode 100644
index bed52bd001a9..000000000000
--- a/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1381"
-
-LICENSE="vim"
-KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86"
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for udev.rules files. These files
-are automatically detected by filename; manual loading is also possible,
-via :set filetype=udev"
-
-PATCHES=( "${FILESDIR}/${P}-ftdetect.patch" )