* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/python-syntax/
@ 2021-08-16 8:23 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2021-08-16 8:23 UTC (permalink / raw
To: gentoo-commits
commit: 2f0d8485b37855d391a336c704ed0861abf4d304
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Aug 16 08:06:54 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Aug 16 08:21:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f0d8485
app-vim/python-syntax: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-vim/python-syntax/Manifest | 1 +
app-vim/python-syntax/metadata.xml | 8 +++++++
.../python-syntax/python-syntax-20201215.ebuild | 26 ++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/app-vim/python-syntax/Manifest b/app-vim/python-syntax/Manifest
new file mode 100644
index 000000000..4f4dd7f1d
--- /dev/null
+++ b/app-vim/python-syntax/Manifest
@@ -0,0 +1 @@
+DIST python-syntax-20201215.tar.gz 9734 BLAKE2B df6b33b3df6cb14873e3fc187fc98fcf0233b15ebddc755a5fd462d04c2ef5c4f35f3d73ef25ecd195f50e66ee07f5642c6c653be487c21f81d409bb08545cac SHA512 aac295b292278ac5b6ab65e81ee375f2bdb03342a342108dc0115f8482cea7291741f64103b32ed8873ad1717b5138a572cce74447af474634317c9f87181f6a
diff --git a/app-vim/python-syntax/metadata.xml b/app-vim/python-syntax/metadata.xml
new file mode 100644
index 000000000..c8b0192e7
--- /dev/null
+++ b/app-vim/python-syntax/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/python-syntax/python-syntax-20201215.ebuild b/app-vim/python-syntax/python-syntax-20201215.ebuild
new file mode 100644
index 000000000..68ef8ac20
--- /dev/null
+++ b/app-vim/python-syntax/python-syntax-20201215.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+COMMIT="2cc00ba72929ea5f9456a26782db57fb4cc56a65"
+DESCRIPTION="vim plugin: Enhanced Python syntax highlighting"
+HOMEPAGE="https://github.com/vim-python/python-syntax"
+SRC_URI="https://github.com/vim-python/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="python-syntax.txt"
+DOCS=( AUTHORS README.md )
+
+src_install() {
+ einstalldocs
+
+ insinto /usr/share/vim/vimfiles/
+ doins -r doc
+ doins -r syntax
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/python-syntax/
@ 2022-05-30 17:47 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2022-05-30 17:47 UTC (permalink / raw
To: gentoo-commits
commit: 0ce238ac471e5d87f19e58d9db40e6bd9db0de46
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May 30 14:51:14 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon May 30 17:46:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ce238ac
app-vim/python-syntax: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-vim/python-syntax/python-syntax-20201215.ebuild | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/app-vim/python-syntax/python-syntax-20201215.ebuild b/app-vim/python-syntax/python-syntax-20201215.ebuild
index 68ef8ac20..1988df167 100644
--- a/app-vim/python-syntax/python-syntax-20201215.ebuild
+++ b/app-vim/python-syntax/python-syntax-20201215.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
@@ -16,11 +16,3 @@ KEYWORDS="~amd64 ~x86"
VIM_PLUGIN_HELPFILES="python-syntax.txt"
DOCS=( AUTHORS README.md )
-
-src_install() {
- einstalldocs
-
- insinto /usr/share/vim/vimfiles/
- doins -r doc
- doins -r syntax
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/python-syntax/
@ 2023-06-21 22:19 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2023-06-21 22:19 UTC (permalink / raw
To: gentoo-commits
commit: 5317002d673e3a60e1c94472445df4fe1be85f71
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jun 21 22:19:25 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jun 21 22:19:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5317002d
app-vim/python-syntax: treeclean outdated
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-vim/python-syntax/Manifest | 1 -
app-vim/python-syntax/metadata.xml | 11 -----------
app-vim/python-syntax/python-syntax-20201215.ebuild | 18 ------------------
3 files changed, 30 deletions(-)
diff --git a/app-vim/python-syntax/Manifest b/app-vim/python-syntax/Manifest
deleted file mode 100644
index 4f4dd7f1d..000000000
--- a/app-vim/python-syntax/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-syntax-20201215.tar.gz 9734 BLAKE2B df6b33b3df6cb14873e3fc187fc98fcf0233b15ebddc755a5fd462d04c2ef5c4f35f3d73ef25ecd195f50e66ee07f5642c6c653be487c21f81d409bb08545cac SHA512 aac295b292278ac5b6ab65e81ee375f2bdb03342a342108dc0115f8482cea7291741f64103b32ed8873ad1717b5138a572cce74447af474634317c9f87181f6a
diff --git a/app-vim/python-syntax/metadata.xml b/app-vim/python-syntax/metadata.xml
deleted file mode 100644
index dc696a402..000000000
--- a/app-vim/python-syntax/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>cyber+gentoo@sysrq.in</email>
- <name>Anna</name>
- </maintainer>
- <upstream>
- <remote-id type="github">vim-python/python-syntax</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-vim/python-syntax/python-syntax-20201215.ebuild b/app-vim/python-syntax/python-syntax-20201215.ebuild
deleted file mode 100644
index 1988df167..000000000
--- a/app-vim/python-syntax/python-syntax-20201215.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vim-plugin
-
-COMMIT="2cc00ba72929ea5f9456a26782db57fb4cc56a65"
-DESCRIPTION="vim plugin: Enhanced Python syntax highlighting"
-HOMEPAGE="https://github.com/vim-python/python-syntax"
-SRC_URI="https://github.com/vim-python/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="python-syntax.txt"
-DOCS=( AUTHORS README.md )
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-21 22:19 UTC | newest]
Thread overview: 3+ 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/python-syntax/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2023-06-21 22:19 Anna Vyalkova
2021-08-16 8:23 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox