summaryrefslogtreecommitdiff
path: root/app-vim/xsl-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/xsl-syntax
parenta7ec94f7d22ee22df2e424c1d3f842510b7993aa (diff)
gentoo auto-resync : 14:01:2024 - 01:14:49
Diffstat (limited to 'app-vim/xsl-syntax')
-rw-r--r--app-vim/xsl-syntax/Manifest1
-rw-r--r--app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/app-vim/xsl-syntax/Manifest b/app-vim/xsl-syntax/Manifest
index 20d19d6d7c53..e33059237c00 100644
--- a/app-vim/xsl-syntax/Manifest
+++ b/app-vim/xsl-syntax/Manifest
@@ -1,4 +1,3 @@
DIST xsl-syntax-0.3.11.tar.bz2 5770 BLAKE2B d7d06bf7e2537c8c6c1419f557e4c29042a1af6dd31850c28feccbd342a1beb60dded565f48b715d021ebe3279e0d4a75daa3063e7e8347a1977f97947a0a92a SHA512 e09f0f6ebe023a681560a12e919c9573abc2bf0f1a6fe1bda233ca296fa4fa81bead99aeb7eafb387f04e199f7601d8ce6593c767be1b3e94ff73135ea0f4361
-EBUILD xsl-syntax-0.3.11-r2.ebuild 564 BLAKE2B b25dd8ec8b9b0bc662594c5dcbeb014066b50236151fd5848fd78923ecf5138d2e6b0db0ff3f53c770b113d66f45f0ffa8d9b234215d06e97899d6b5085ca3c2 SHA512 4a0a7a429ed815f1b3bba6147cc50b2c3915b8fce2a5d2a6fcc33573871115e597735439ba735c17314dab84d40a63596113cc8fb628ecadbf8ec1b295033e1e
EBUILD xsl-syntax-0.3.11-r3.ebuild 558 BLAKE2B 8b00903d98ef52863c6c4ae3b8773b5efaef180e9c1d358b05ec29d81582556ac94dc97cdf339194e6609a0c7722d67978099a247bcdbe9c793f623fe0973a40 SHA512 024c973b2cd1d3632cc757117700b2c6a9f7edb195e78efb3f74e55d7b28c6c00f619d1db0e00e9fcfd19d9a19afa151f915a51e0e0500c227db9d785cc26b9f
MISC metadata.xml 274 BLAKE2B bfa9b39d4cd1b8163066648034a81b6c9fc23284334d76cbf3b71711a9548646a095d1fefa5e68455645867b5b0c1a7de96e106949b58e1e2ef7cf788ca28bf4 SHA512 aca1820afddcb39050481e3b3ea0310dc197f723ddb1130abaad0ade665062ac12c3f4bc4dda016e1fc9767f15c2fa484dca08a8bca2860107ae82345dcdd63b
diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
deleted file mode 100644
index 8032a7a99872..000000000000
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild
+++ /dev/null
@@ -1,19 +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 for XSLT (with HTML and others)"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=257"
-LICENSE="vim"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=257"
-
-src_prepare() {
- default
- # hi link is evil. See bug #101787, bug #101804.
- sed -i -e 's,^hi link,hi def link,' syntax/xsl.vim || die "sed failed"
-}