summaryrefslogtreecommitdiff
path: root/app-vim/udev-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/udev-syntax
parenta7ec94f7d22ee22df2e424c1d3f842510b7993aa (diff)
gentoo auto-resync : 14:01:2024 - 01:14:49
Diffstat (limited to 'app-vim/udev-syntax')
-rw-r--r--app-vim/udev-syntax/Manifest1
-rw-r--r--app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/app-vim/udev-syntax/Manifest b/app-vim/udev-syntax/Manifest
index 39761e7e3726..31534bf4d14f 100644
--- a/app-vim/udev-syntax/Manifest
+++ b/app-vim/udev-syntax/Manifest
@@ -1,5 +1,4 @@
AUX udev-syntax-20051016-ftdetect.patch 371 BLAKE2B aeeba09718dd8292ff9a7c8092597eacf422bd49c703e526158c1130e436fe6c342e08cd4c974e762ba8b1dba45166437831806e7c889d5656b7ab6d78b382ef SHA512 41369f811f4ce28f182ac61c3113f38248aee839a9d52ee6ba83a48d3689873b9afe69bc938d2c40c06d2fa94b72c2e904a4b338dc24d6131492eb05192395cd
DIST udev-syntax-20051016.tar.bz2 1161 BLAKE2B c8274fbe552bdf54f5d241b270512df8d95f43ccd4da2e9c794d7470e77d5399dc35ba396b2beddf752e656cd889107fa10d792be11c4dccba0adea4f8418727 SHA512 3952cddd2598eb4e09fd6bc7538419c9dbb3eb94d55a81418fc66b5c3fb46f34853d4b97a5475f3330b752d4dbdd3bcf22a3f47c73d1d3e18b5efcc2b4696e34
-EBUILD udev-syntax-20051016-r2.ebuild 565 BLAKE2B ad3bd36adc6b52cdf45675b9c79dc37b6ae1f7548f7d0d11440c1c2aa0b0ed1e607185fecbb7f2971012d95a959051286a893ae450c6dd15ab27ce0fe4ecf968 SHA512 53ede205780703bd3ee80f174cc6d0cc7f355ee1c4c658326e66088067705e7bdedeb69e2e92fe5efaf66afc9f1babfb00416a8bd6b3d24e5c7b6b985ae9d8af
EBUILD udev-syntax-20051016-r3.ebuild 566 BLAKE2B e2380864b50b26ba2219f8828d1c8b3f8dca19e99d00159ef5a1225d3c600c232938e26936372de7a07c909e52b76566765e91d98b4a928e3e473d9a74f3ca9f SHA512 22d5077e0112e94764e849f19b425ff6bdcc9f39e8a240f407402137e45cb496dacfa148d961de64b72ecc0c5b636ce649a64f98f98143b6b26dd5f9bdf6dda2
MISC metadata.xml 274 BLAKE2B bfa9b39d4cd1b8163066648034a81b6c9fc23284334d76cbf3b71711a9548646a095d1fefa5e68455645867b5b0c1a7de96e106949b58e1e2ef7cf788ca28bf4 SHA512 aca1820afddcb39050481e3b3ea0310dc197f723ddb1130abaad0ade665062ac12c3f4bc4dda016e1fc9767f15c2fa484dca08a8bca2860107ae82345dcdd63b
diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
deleted file mode 100644
index a521b054eb99..000000000000
--- a/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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" )