* [gentoo-commits] repo/gentoo:master commit in: app-vim/fluxbox-syntax/
@ 2019-02-10 23:11 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2019-02-10 23:11 UTC (permalink / raw
To: gentoo-commits
commit: f00b1fe5654bb50c52576ef2f656d56903424890
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 1 17:48:25 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Feb 10 23:11:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00b1fe5
app-vim/fluxbox-syntax: clean up old.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild | 31 ------------------------
1 file changed, 31 deletions(-)
diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild
deleted file mode 100644
index 082606e60e3..00000000000
--- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: fluxbox files syntax and indent"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=679"
-LICENSE="vim"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-RDEPEND="${RDEPEND} >=app-vim/genindent-1.0"
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting and indent settings for fluxbox
-menus and similar files. Upstream don't provide us with an ftdetect file,
-but a simple one has been created for you by this ebuild. You can manually
-set the filetype using :set filetype=fluxbox if necessary."
-
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # no ftdetect file provided. lame...
- mkdir ftdetect
- echo "au BufNewFile,BufRead /*/*fluxbox/*menu set filetype=fluxbox" \
- > ftdetect/fluxbox.vim
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/fluxbox-syntax/
@ 2019-02-10 23:11 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2019-02-10 23:11 UTC (permalink / raw
To: gentoo-commits
commit: ac7866bb70bd1b9041519280f79d3fbb36ff07bc
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 1 17:47:50 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Feb 10 23:11:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7866bb
app-vim/fluxbox-syntax: EAPI 6 bump.
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --force
.../fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild
new file mode 100644
index 00000000000..1165be5cb0a
--- /dev/null
+++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: fluxbox files syntax and indent"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=679"
+LICENSE="vim"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+
+RDEPEND="app-vim/genindent"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting and indent settings for fluxbox
+menus and similar files. Upstream don't provide us with an ftdetect file,
+but a simple one has been created for you by this ebuild. You can manually
+set the filetype using :set filetype=fluxbox if necessary."
+
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+ default
+ mkdir ftdetect || die
+ echo "au BufNewFile,BufRead /*/*fluxbox/*menu set filetype=fluxbox" \
+ > ftdetect/fluxbox.vim || die
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/fluxbox-syntax/
@ 2021-01-06 18:36 Fabian Groffen
0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen @ 2021-01-06 18:36 UTC (permalink / raw
To: gentoo-commits
commit: c3d7b5a9773036ab3e2d6fcd325ceb9b73bf7171
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 18:35:23 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 18:35:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d7b5a9
app-vim/fluxbox-syntax: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild
index b8ea339540e..a3ba7f3b4ff 100644
--- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild
+++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ inherit vim-plugin
DESCRIPTION="vim plugin: fluxbox files syntax and indent"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=679"
LICENSE="vim"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
RDEPEND="app-vim/genindent"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/fluxbox-syntax/
@ 2021-05-27 14:34 Yixun Lan
0 siblings, 0 replies; 9+ messages in thread
From: Yixun Lan @ 2021-05-27 14:34 UTC (permalink / raw
To: gentoo-commits
commit: bbe69b428ab76f8a253a0e033e08a3b9307e7cdf
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 13:44:51 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu May 27 14:33:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe69b42
app-vim/fluxbox-syntax: add riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild
index a3ba7f3b4ff..359380c0e8b 100644
--- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild
+++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
DESCRIPTION="vim plugin: fluxbox files syntax and indent"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=679"
LICENSE="vim"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
RDEPEND="app-vim/genindent"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/fluxbox-syntax/
@ 2023-12-09 19:34 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 92f25a2664b4481aac8aab8dd092319e2bc7fafc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 19:34:00 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 19:34:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f25a26
app-vim/fluxbox-syntax: Stabilize 1.5-r2 arm, #919607
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
index 28e337173b22..fa9880cb5c3a 100644
--- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
+++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: fluxbox files syntax and indent"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=679"
LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
RDEPEND="app-vim/genindent"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/fluxbox-syntax/
@ 2023-12-09 20:01 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2023-12-09 20:01 UTC (permalink / raw
To: gentoo-commits
commit: 1fe705d61a94bbed1fb4536099c663d19f5558f0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:01:18 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:01:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe705d6
app-vim/fluxbox-syntax: Stabilize 1.5-r2 amd64, #919607
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
index fa9880cb5c3a..51b3e596bb0f 100644
--- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
+++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: fluxbox files syntax and indent"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=679"
LICENSE="vim"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
RDEPEND="app-vim/genindent"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/fluxbox-syntax/
@ 2023-12-09 20:09 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:09 UTC (permalink / raw
To: gentoo-commits
commit: b56b35f802f8232c7bf8b0aa120f9d25ff5aa6a7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:09:08 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:09:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56b35f8
app-vim/fluxbox-syntax: Stabilize 1.5-r2 sparc, #919607
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
index 51b3e596bb0f..bb77ddb69105 100644
--- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
+++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: fluxbox files syntax and indent"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=679"
LICENSE="vim"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux"
RDEPEND="app-vim/genindent"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/fluxbox-syntax/
@ 2023-12-09 20:13 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:13 UTC (permalink / raw
To: gentoo-commits
commit: b48b619bca90a2f6eeeb660b453fc6fceb58debe
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:12:29 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:12:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48b619b
app-vim/fluxbox-syntax: Stabilize 1.5-r2 ppc64, #919607
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
index bb77ddb69105..7b3852264f3f 100644
--- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
+++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: fluxbox files syntax and indent"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=679"
LICENSE="vim"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux"
RDEPEND="app-vim/genindent"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/fluxbox-syntax/
@ 2023-12-09 20:30 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:30 UTC (permalink / raw
To: gentoo-commits
commit: a2d2fad888f882b54c8446f0e866e1ea5ec30fd9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:29:52 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:29:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d2fad8
app-vim/fluxbox-syntax: Stabilize 1.5-r2 x86, #919607
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
index 7b3852264f3f..9f423c1bf0f1 100644
--- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
+++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: fluxbox files syntax and indent"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=679"
LICENSE="vim"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
RDEPEND="app-vim/genindent"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-12-09 20:30 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 19:34 [gentoo-commits] repo/gentoo:master commit in: app-vim/fluxbox-syntax/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2023-12-09 20:30 Arthur Zamarin
2023-12-09 20:13 Arthur Zamarin
2023-12-09 20:09 Arthur Zamarin
2023-12-09 20:01 Michał Górny
2021-05-27 14:34 Yixun Lan
2021-01-06 18:36 Fabian Groffen
2019-02-10 23:11 Patrice Clement
2019-02-10 23:11 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox