public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pfsyntax/
@ 2017-11-04 22:56 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-11-04 22:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ad1cc56d2074a234cffa37e9e3268649cfda9ad6
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  4 22:56:02 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 22:56:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1cc56d

app-vim/pfsyntax: new ebuild.

Plugin to add Packet Filter syntax file highlighting to Vim.

Closes: https://bugs.gentoo.org/279943
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-vim/pfsyntax/Manifest            |  1 +
 app-vim/pfsyntax/metadata.xml        |  8 ++++++++
 app-vim/pfsyntax/pfsyntax-1.3.ebuild | 16 ++++++++++++++++
 3 files changed, 25 insertions(+)

diff --git a/app-vim/pfsyntax/Manifest b/app-vim/pfsyntax/Manifest
new file mode 100644
index 00000000000..a4e1283219f
--- /dev/null
+++ b/app-vim/pfsyntax/Manifest
@@ -0,0 +1 @@
+DIST pfsyntax-1.3.tar.gz 1540 SHA256 4a30e8292b5fba503d0fdb5e9e083a9dd47f917126a89318e21ff0e24333038e SHA512 6967cee9a039f405a4b42a44678d5c632eb93ef48486c03a6929991d31ac03677cba4223f49c14e6c9d73b15db9469b3fa3c0f2586b4994d25634d0885121c5b WHIRLPOOL 0c83df168e0263398f17695ebcb2e7d9fde1358b1d2d24b64ee3b803ef540366aabab817ec9973fce52e1b7713f9fbc5a36a7074d3c155290c6bc60e0ba0fe08

diff --git a/app-vim/pfsyntax/metadata.xml b/app-vim/pfsyntax/metadata.xml
new file mode 100644
index 00000000000..84f8f1cf6bc
--- /dev/null
+++ b/app-vim/pfsyntax/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="project">
+    <email>vim@gentoo.org</email>
+    <name>Gentoo Vim Project</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/app-vim/pfsyntax/pfsyntax-1.3.ebuild b/app-vim/pfsyntax/pfsyntax-1.3.ebuild
new file mode 100644
index 00000000000..734f5d50372
--- /dev/null
+++ b/app-vim/pfsyntax/pfsyntax-1.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${MY_PN}-${PV}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pfsyntax/
@ 2018-06-09 21:58 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2018-06-09 21:58 UTC (permalink / raw
  To: gentoo-commits

commit:     726d4695031cf003417e629febe8301cde376119
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 10:28:07 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun  9 21:58:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726d4695

app-vim/pfsyntax: stable for amd64+x86.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/pfsyntax/pfsyntax-1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/pfsyntax/pfsyntax-1.3.ebuild b/app-vim/pfsyntax/pfsyntax-1.3.ebuild
index 734f5d50372..24a79b205df 100644
--- a/app-vim/pfsyntax/pfsyntax-1.3.ebuild
+++ b/app-vim/pfsyntax/pfsyntax-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,6 +11,6 @@ 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"
 LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 S="${WORKDIR}/${MY_PN}-${PV}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pfsyntax/
@ 2023-12-09 20:09 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     48853c21806e56510538d1e4d236e6a42fa18e3b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:09:12 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:09:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48853c21

app-vim/pfsyntax: Stabilize 1.3-r1 x86, #919645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild b/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild
index 7bbe1ace8e51..7ff81b854c9f 100644
--- a/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild
+++ b/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/vim-scripts/pf.vim/archive/${PV}.tar.gz -> ${P}.tar.
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/pfsyntax/
@ 2023-12-09 20:16 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     dfe4b5aa02c6a395586978be471221f36486c362
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 20:15:59 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 20:15:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe4b5aa

app-vim/pfsyntax: Stabilize 1.3-r1 amd64, #919645

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild b/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild
index 7ff81b854c9f..4bd5dbff1947 100644
--- a/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild
+++ b/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/vim-scripts/pf.vim/archive/${PV}.tar.gz -> ${P}.tar.
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="vim"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"


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

end of thread, other threads:[~2023-12-09 20:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 20:16 [gentoo-commits] repo/gentoo:master commit in: app-vim/pfsyntax/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2023-12-09 20:09 Arthur Zamarin
2018-06-09 21:58 Patrice Clement
2017-11-04 22:56 Patrice Clement

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