public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/tex-conceal/
@ 2021-08-17 21:32 Anna Vyalkova
  0 siblings, 0 replies; 2+ messages in thread
From: Anna Vyalkova @ 2021-08-17 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0463384404d162a18be0b294c37ea60cd8b44f20
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Aug 17 21:31:24 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Aug 17 21:31:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04633844

app-vim/tex-conceal: initial import

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-vim/tex-conceal/Manifest                    |  1 +
 app-vim/tex-conceal/metadata.xml                |  8 ++++++++
 app-vim/tex-conceal/tex-conceal-20210409.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/app-vim/tex-conceal/Manifest b/app-vim/tex-conceal/Manifest
new file mode 100644
index 000000000..1b3807e28
--- /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 000000000..c8b0192e7
--- /dev/null
+++ b/app-vim/tex-conceal/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+</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 000000000..cacec8205
--- /dev/null
+++ b/app-vim/tex-conceal/tex-conceal-20210409.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+src_prepare() {
+	default
+	rm -r test || die
+
+	# avoid collision with app-vim/vimtex
+	cd after/syntax || die
+	mkdir tex || die
+	mv tex.vim tex/${PN}.vim
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/tex-conceal/
@ 2022-05-30 17:47 Anna Vyalkova
  0 siblings, 0 replies; 2+ messages in thread
From: Anna Vyalkova @ 2022-05-30 17:47 UTC (permalink / raw
  To: gentoo-commits

commit:     dcf6205a10e36c482672997a576df925242ab45d
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May 30 14:59:09 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon May 30 17:46:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dcf6205a

app-vim/tex-conceal: update EAPI 7 -> 8

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-vim/tex-conceal/tex-conceal-20210409.ebuild | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/app-vim/tex-conceal/tex-conceal-20210409.ebuild b/app-vim/tex-conceal/tex-conceal-20210409.ebuild
index cacec8205..a104180ce 100644
--- a/app-vim/tex-conceal/tex-conceal-20210409.ebuild
+++ b/app-vim/tex-conceal/tex-conceal-20210409.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit vim-plugin
 
@@ -13,13 +13,3 @@ S="${WORKDIR}/${PN}.vim-${COMMIT}"
 
 LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
-	default
-	rm -r test || die
-
-	# avoid collision with app-vim/vimtex
-	cd after/syntax || die
-	mkdir tex || die
-	mv tex.vim tex/${PN}.vim
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-30 17:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-30 17:47 [gentoo-commits] repo/proj/guru:dev commit in: app-vim/tex-conceal/ Anna Vyalkova
  -- strict thread matches above, loose matches on Subject: below --
2021-08-17 21:32 Anna Vyalkova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox