* [gentoo-commits] repo/gentoo:master commit in: app-vim/phpdocs/
@ 2017-08-23 7:28 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-08-23 7:28 UTC (permalink / raw
To: gentoo-commits
commit: f52452f5b9bcd54dcfe0471d2306691acf87d0c4
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 21:51:19 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 07:28:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52452f5
app-vim/phpdocs: EAPI 6 bump.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-vim/phpdocs/phpdocs-0.26-r1.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
new file mode 100644
index 00000000000..7cc6c7dd755
--- /dev/null
+++ b/app-vim/phpdocs/phpdocs-0.26-r1.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: PHPDoc Support in VIM"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=520"
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=520"
+
+src_prepare() {
+ default
+ sed -i 's/\r$//' "${S}"/plugin/phpdoc.vim || die "sed failed"
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/phpdocs/
@ 2017-09-13 21:57 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-09-13 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 7e95f4e5d104b84624d9ca0293baba52419b104a
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 21:55:08 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 21:55:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e95f4e5
app-vim/phpdocs: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-vim/phpdocs/phpdocs-0.26-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
index 7cc6c7dd755..4f344a1b3ed 100644
--- a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
+++ b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
DESCRIPTION="vim plugin: PHPDoc Support in VIM"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=520"
LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=520"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/phpdocs/
@ 2017-09-13 21:57 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-09-13 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 5d5be449cb31ba5738fb738599b0d64b4a119e2e
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 21:56:49 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 21:56:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5be449
app-vim/phpdocs: clean up old.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-vim/phpdocs/phpdocs-0.26.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/app-vim/phpdocs/phpdocs-0.26.ebuild b/app-vim/phpdocs/phpdocs-0.26.ebuild
deleted file mode 100644
index 2cacd55336b..00000000000
--- a/app-vim/phpdocs/phpdocs-0.26.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: PHPDoc Support in VIM"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=520"
-LICENSE="vim"
-KEYWORDS="alpha ~amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-DEPEND="${DEPEND} >=sys-apps/sed-4"
-RDEPEND="${DEPEND}"
-
-VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=520"
-
-src_unpack() {
- unpack ${A}
- sed -i 's/\r$//' "${S}"/plugin/phpdoc.vim || die "sed failed"
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/phpdocs/
@ 2018-03-07 22:15 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2018-03-07 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 04ca0acfc051d78eeffedd2dda53a3294e1cf84d
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Mar 7 18:48:25 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar 7 22:14:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ca0acf
app-vim/phpdocs: use HTTPS.
app-vim/phpdocs/phpdocs-0.26-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
index 4f344a1b3ed..40740286d0d 100644
--- a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
+++ b/app-vim/phpdocs/phpdocs-0.26-r1.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,11 +6,11 @@ EAPI=6
inherit vim-plugin
DESCRIPTION="vim plugin: PHPDoc Support in VIM"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=520"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=520"
LICENSE="vim"
KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=520"
+VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=520"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/phpdocs/
@ 2023-12-09 18:39 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-12-09 18:39 UTC (permalink / raw
To: gentoo-commits
commit: 1203e8e9b0346c324aa953a6d5b026764b87a24c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 17:49:39 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 18:38:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1203e8e9
app-vim/phpdocs: unkeyword for ia64
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/phpdocs/phpdocs-0.26-r1.ebuild | 2 +-
app-vim/phpdocs/phpdocs-0.26-r2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
index 3f44b15532bf..3898ab2cb478 100644
--- a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
+++ b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
@@ -8,7 +8,7 @@ inherit vim-plugin
DESCRIPTION="vim plugin: PHPDoc Support in VIM"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=520"
LICENSE="vim"
-KEYWORDS="amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=520"
diff --git a/app-vim/phpdocs/phpdocs-0.26-r2.ebuild b/app-vim/phpdocs/phpdocs-0.26-r2.ebuild
index 86c242169eab..fbb4872edfc7 100644
--- a/app-vim/phpdocs/phpdocs-0.26-r2.ebuild
+++ b/app-vim/phpdocs/phpdocs-0.26-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: PHPDoc Support in VIM"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=520"
LICENSE="vim"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=520"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/phpdocs/
@ 2024-02-10 1:25 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-02-10 1:25 UTC (permalink / raw
To: gentoo-commits
commit: d6e8b764740dc3106b9a89b9b18ecd1145f9c7ad
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 01:24:47 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 01:24:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e8b764
app-vim/phpdocs: Stabilize 0.26-r2 ALLARCHES, #924182
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-vim/phpdocs/phpdocs-0.26-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/phpdocs/phpdocs-0.26-r2.ebuild b/app-vim/phpdocs/phpdocs-0.26-r2.ebuild
index fbb4872edfc7..fc576e2a6c6c 100644
--- a/app-vim/phpdocs/phpdocs-0.26-r2.ebuild
+++ b/app-vim/phpdocs/phpdocs-0.26-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: PHPDoc Support in VIM"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=520"
LICENSE="vim"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=520"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/phpdocs/
@ 2024-04-19 6:08 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-04-19 6:08 UTC (permalink / raw
To: gentoo-commits
commit: 97f504d64b1a4528146f622305678526831365d8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 06:01:23 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 06:07:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f504d6
app-vim/phpdocs: drop 0.26-r1, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/phpdocs/phpdocs-0.26-r1.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
deleted file mode 100644
index 3898ab2cb478..000000000000
--- a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: PHPDoc Support in VIM"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=520"
-LICENSE="vim"
-KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=520"
-
-src_prepare() {
- default
- sed -i 's/\r$//' "${S}"/plugin/phpdoc.vim || die "sed failed"
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-04-19 6:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 18:39 [gentoo-commits] repo/gentoo:master commit in: app-vim/phpdocs/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-04-19 6:08 Arthur Zamarin
2024-02-10 1:25 Sam James
2018-03-07 22:15 Patrice Clement
2017-09-13 21:57 Patrice Clement
2017-09-13 21:57 Patrice Clement
2017-08-23 7:28 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox