summaryrefslogtreecommitdiff
path: root/app-vim/tex-conceal
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /app-vim/tex-conceal
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-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/tex-conceal')
-rw-r--r--app-vim/tex-conceal/Manifest1
-rw-r--r--app-vim/tex-conceal/metadata.xml8
-rw-r--r--app-vim/tex-conceal/tex-conceal-20210409.ebuild15
3 files changed, 24 insertions, 0 deletions
diff --git a/app-vim/tex-conceal/Manifest b/app-vim/tex-conceal/Manifest
new file mode 100644
index 000000000000..1b3807e28c9c
--- /dev/null
+++ b/app-vim/tex-conceal/Manifest
@@ -0,0 +1 @@
+DIST tex-conceal-20210409.tar.gz 1104236 BLAKE2B 8a31f0e2de9b10d4c759d937e2bdf347772c49c9aef8148b58cd32a8f6ee2bb420f41dd853d80df0c0294b092019ddcc649a1ec379819db901da5288905e1720 SHA512 07f15a5afbe6a9fa018022f3f24d3d14909ebfb2268c32309fd7992363438e10a86f2e569a55f25eeeda835d2ea123a9591724f2ff0263216a1fa551f4e29aeb
diff --git a/app-vim/tex-conceal/metadata.xml b/app-vim/tex-conceal/metadata.xml
new file mode 100644
index 000000000000..822fba2529d2
--- /dev/null
+++ b/app-vim/tex-conceal/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">KeitaNakamura/tex-conceal.vim</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-vim/tex-conceal/tex-conceal-20210409.ebuild b/app-vim/tex-conceal/tex-conceal-20210409.ebuild
new file mode 100644
index 000000000000..a104180cee34
--- /dev/null
+++ b/app-vim/tex-conceal/tex-conceal-20210409.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+COMMIT="822712d80b4ad5bc5c241ab0a778ede812ec501f"
+DESCRIPTION="vim plugin: extends the Conceal feature for LaTeX"
+HOMEPAGE="https://github.com/KeitaNakamura/tex-conceal.vim"
+SRC_URI="https://github.com/KeitaNakamura/${PN}.vim/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}.vim-${COMMIT}"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"