diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /app-vim/diffchar | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'app-vim/diffchar')
| -rw-r--r-- | app-vim/diffchar/Manifest | 1 | ||||
| -rw-r--r-- | app-vim/diffchar/diffchar-8.6.ebuild | 16 | ||||
| -rw-r--r-- | app-vim/diffchar/metadata.xml | 13 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-vim/diffchar/Manifest b/app-vim/diffchar/Manifest new file mode 100644 index 000000000000..a30e84e8b6eb --- /dev/null +++ b/app-vim/diffchar/Manifest @@ -0,0 +1 @@ +DIST diffchar-8.6.tar.gz 392905 BLAKE2B bd3f6b40d79f7c51a9dc881e7a1b24aa1e75812bf76cf42c331d28809fd0f4049d55ded5576d3173f0d039e5621a202a8d5dffa0fd55203dcb45bd950e884898 SHA512 394f7da41f1c09b7c5b99bcb9bc2bf590a7d011d6171dd0d3394c09c2befa0cc676541519fba46e569afad235a19f20f290779ebb21f1fdc7e1d3df290c8936a diff --git a/app-vim/diffchar/diffchar-8.6.ebuild b/app-vim/diffchar/diffchar-8.6.ebuild new file mode 100644 index 000000000000..79e896df2243 --- /dev/null +++ b/app-vim/diffchar/diffchar-8.6.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vim-plugin vcs-snapshot + +GIT_HASH="c889cc133e8c6a1ba9ff089a6b9a6b94bd345cb4" + +DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words" +HOMEPAGE="https://github.com/rickhowe/diffchar.vim https://www.vim.org/scripts/script.php?script_id=4932" +SRC_URI="https://github.com/rickhowe/diffchar.vim/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz" +LICENSE="vim.org" +KEYWORDS="amd64 x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/diffchar/metadata.xml b/app-vim/diffchar/metadata.xml new file mode 100644 index 000000000000..3fd302dc6ed3 --- /dev/null +++ b/app-vim/diffchar/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>vim@gentoo.org</email> + <name>Gentoo Vim Project</name> + </maintainer> + <upstream> + <remote-id type="github">rickhowe/diffchar.vim</remote-id> + <remote-id type="vim">4932</remote-id> + </upstream> + <stabilize-allarches/> +</pkgmetadata> |
