* [gentoo-commits] repo/gentoo:master commit in: app-vim/udev-syntax/
@ 2017-08-09 21:26 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2017-08-09 21:26 UTC (permalink / raw
To: gentoo-commits
commit: 6e92265d7773af88fe8b729072116b9d3ba5fbba
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 9 21:26:35 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Aug 9 21:26:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e92265d
app-vim/udev-syntax: EAPI 6 bump.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
new file mode 100644
index 00000000000..68ed0060b73
--- /dev/null
+++ b/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1381"
+LICENSE="vim"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for udev.rules files. These files
+are automatically detected by filename; manual loading is also possible,
+via :set filetype=udev"
+
+PATCHES=( "${FILESDIR}/${P}-ftdetect.patch" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/udev-syntax/
@ 2017-12-16 23:31 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2017-12-16 23:31 UTC (permalink / raw
To: gentoo-commits
commit: 6ea2460b74c73bfdc642b907f8b373a58bb295d9
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 21:29:25 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 23:31:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea2460b
app-vim/udev-syntax: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
index 68ed0060b73..77a1748c27a 100644
--- a/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
+++ b/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1381"
LICENSE="vim"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="amd64 hppa ~mips ppc sparc x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for udev.rules files. These files
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/udev-syntax/
@ 2017-12-16 23:31 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2017-12-16 23:31 UTC (permalink / raw
To: gentoo-commits
commit: 78071e0f6a2b14461f0ca00d42b97c616e7392bc
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 21:31:05 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 23:31:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78071e0f
app-vim/udev-syntax: clean up old.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-vim/udev-syntax/udev-syntax-20051016-r1.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r1.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r1.ebuild
deleted file mode 100644
index 1e3cddcc06e..00000000000
--- a/app-vim/udev-syntax/udev-syntax-20051016-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit vim-plugin eutils
-
-DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1381"
-LICENSE="vim"
-KEYWORDS="amd64 hppa ~mips ppc sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for udev.rules files. These files
-are automatically detected by filename; manual loading is also possible,
-via :set filetype=udev"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}/${P}-ftdetect.patch"
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/udev-syntax/
@ 2018-03-10 22:55 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2018-03-10 22:55 UTC (permalink / raw
To: gentoo-commits
commit: 3179802af72cbbd854b3d5f7ab116b16efc30fbf
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar 9 14:52:48 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 22:55:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3179802a
app-vim/udev-syntax: use HTTPS.
app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
index 77a1748c27a..85154af6b84 100644
--- a/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
+++ b/app-vim/udev-syntax/udev-syntax-20051016-r2.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
@@ -6,7 +6,7 @@ EAPI=6
inherit vim-plugin
DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1381"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1381"
LICENSE="vim"
KEYWORDS="amd64 hppa ~mips ppc sparc x86"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/udev-syntax/
@ 2023-09-14 21:23 Conrad Kostecki
0 siblings, 0 replies; 10+ messages in thread
From: Conrad Kostecki @ 2023-09-14 21:23 UTC (permalink / raw
To: gentoo-commits
commit: ee2f7136dd4f35067a50ecd11570f4e0af5eed1f
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 19 17:07:31 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 21:22:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2f7136
app-vim/udev-syntax: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
new file mode 100644
index 000000000000..392ff5a1d0f8
--- /dev/null
+++ b/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1381"
+
+LICENSE="vim"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for udev.rules files. These files
+are automatically detected by filename; manual loading is also possible,
+via :set filetype=udev"
+
+PATCHES=( "${FILESDIR}/${P}-ftdetect.patch" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/udev-syntax/
@ 2023-12-09 19:57 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-12-09 19:57 UTC (permalink / raw
To: gentoo-commits
commit: 77b13aa23beb83cc44a5f1860e22643b94484daf
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 19:57:20 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 19:57:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b13aa2
app-vim/udev-syntax: Stabilize 20051016-r3 sparc, #919662
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
index 392ff5a1d0f8..99faa0a6daef 100644
--- a/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
+++ b/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1381"
LICENSE="vim"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc sparc ~x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for udev.rules files. These files
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/udev-syntax/
@ 2023-12-09 20:06 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:06 UTC (permalink / raw
To: gentoo-commits
commit: 03033679fe5fef402049b5767c4a2415dd11468a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:06:00 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:06:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03033679
app-vim/udev-syntax: Stabilize 20051016-r3 x86, #919662
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
index 99faa0a6daef..0bfeae7ef9f1 100644
--- a/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
+++ b/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1381"
LICENSE="vim"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc sparc x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for udev.rules files. These files
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/udev-syntax/
@ 2023-12-09 20:36 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:36 UTC (permalink / raw
To: gentoo-commits
commit: 14c56a44d84edaac7d4bbbcfbabb7db8aa90574b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:35:56 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:35:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c56a44
app-vim/udev-syntax: Stabilize 20051016-r3 amd64, #919662
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
index 0bfeae7ef9f1..1f7dc05aec81 100644
--- a/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
+++ b/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1381"
LICENSE="vim"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc sparc x86"
+KEYWORDS="amd64 ~hppa ~mips ~ppc sparc x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for udev.rules files. These files
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/udev-syntax/
@ 2023-12-09 20:56 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:56 UTC (permalink / raw
To: gentoo-commits
commit: bed6e35df5e79ee520b14426534b3f6c3c5a155a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:56:26 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:56:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed6e35d
app-vim/udev-syntax: Stabilize 20051016-r3 ppc, #919662
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
index 1f7dc05aec81..560e4b9f6df3 100644
--- a/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
+++ b/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1381"
LICENSE="vim"
-KEYWORDS="amd64 ~hppa ~mips ~ppc sparc x86"
+KEYWORDS="amd64 ~hppa ~mips ppc sparc x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for udev.rules files. These files
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/udev-syntax/
@ 2024-01-13 18:50 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2024-01-13 18:50 UTC (permalink / raw
To: gentoo-commits
commit: 5da3fa3e9ead149ad0a0ad9a91fa6484d39b0931
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jan 13 17:39:17 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 18:50:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da3fa3e
app-vim/udev-syntax: drop 20051016-r2, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
deleted file mode 100644
index a521b054eb99..000000000000
--- a/app-vim/udev-syntax/udev-syntax-20051016-r2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1381"
-LICENSE="vim"
-KEYWORDS="amd64 ~hppa ~mips ppc sparc x86"
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for udev.rules files. These files
-are automatically detected by filename; manual loading is also possible,
-via :set filetype=udev"
-
-PATCHES=( "${FILESDIR}/${P}-ftdetect.patch" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-01-13 18:51 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 20:36 [gentoo-commits] repo/gentoo:master commit in: app-vim/udev-syntax/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-01-13 18:50 Michał Górny
2023-12-09 20:56 Arthur Zamarin
2023-12-09 20:06 Arthur Zamarin
2023-12-09 19:57 Arthur Zamarin
2023-09-14 21:23 Conrad Kostecki
2018-03-10 22:55 Patrice Clement
2017-12-16 23:31 Patrice Clement
2017-12-16 23:31 Patrice Clement
2017-08-09 21:26 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox