summaryrefslogtreecommitdiff
path: root/app-vim/pfsyntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-15 04:49:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-15 04:49:10 +0100
commitefca79f216bfeffd55e7731fbf24126d093e1084 (patch)
treef19ba31d8686b3de4192db3e4c4dc9f3d9af54b5 /app-vim/pfsyntax
parentea7f3f690b55cdfa8b2d350b03c1dfc0c8357a51 (diff)
gentoo auto-resync : 15:09:2023 - 04:49:10
Diffstat (limited to 'app-vim/pfsyntax')
-rw-r--r--app-vim/pfsyntax/Manifest1
-rw-r--r--app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/app-vim/pfsyntax/Manifest b/app-vim/pfsyntax/Manifest
index cb3e2970b62c..dfea3d7c54d8 100644
--- a/app-vim/pfsyntax/Manifest
+++ b/app-vim/pfsyntax/Manifest
@@ -1,3 +1,4 @@
DIST pfsyntax-1.3.tar.gz 1540 BLAKE2B fd590d18815d947a20f76fa5b4d197131f1fa9170ef7b0b2409c2782188706a300cebda20c89f90f861836ae440f509f10588eac4bb947fda14043d3eff44819 SHA512 6967cee9a039f405a4b42a44678d5c632eb93ef48486c03a6929991d31ac03677cba4223f49c14e6c9d73b15db9469b3fa3c0f2586b4994d25634d0885121c5b
+EBUILD pfsyntax-1.3-r1.ebuild 407 BLAKE2B a53918a3a6a7a8cb6a51422d2283bd4e7250fa77e3920b0961d09ae21b604215ed86c5f3c16ab79094ab93a3a033decf0b7ae7a983bcd6155fbe8074bfa01632 SHA512 f351a926c277a905fd168e8de4182c0e2e2234af204f0ac9ec2452d7abfb843e11f31835b2af7faa34b75618d3753138ad116f1ff083f3139911a798775e6fb5
EBUILD pfsyntax-1.3.ebuild 408 BLAKE2B fc31fbd6f8e65d1ac9d502133b18ea9b22371c8b719c31de7a0c45a5c22d52a6342c048d64ed601e070e52d3e8fd79a2148863714b2520880c096e142e6e8030 SHA512 e2f853e414ac2feb140983c28fc53392f0a928a0c86666371df1555e595a1e2a29c59e85ef80795df23a92822bc202d5b0f4b35b530506f168094056b116b22d
MISC metadata.xml 256 BLAKE2B a2cc41acd036354767d8637d65524b95dd6a79ae0126f7e6ba61abd53bf681cc4b7eb8f06c2842be9a634ef4b6820aa20bf7931debb508b2e819706665dd6eef SHA512 bd920ac1d3d1ac26afc3685652533d93bed59162ce9acab9f44cf4548f75ebcec2a1713f0f596a1d3e08a06a72fa27c56331a19321eeae5bce74e8a10a79ae70
diff --git a/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild b/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild
new file mode 100644
index 000000000000..7bbe1ace8e51
--- /dev/null
+++ b/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+MY_PN="pf.vim"
+
+DESCRIPTION="vim plugin: pf syntax highlighting for vim"
+HOMEPAGE="https://github.com/vim-scripts/pf.vim"
+SRC_URI="https://github.com/vim-scripts/pf.vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"