* [gentoo-commits] repo/gentoo:master commit in: app-vim/pdv/
@ 2016-06-28 20:15 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2016-06-28 20:15 UTC (permalink / raw
To: gentoo-commits
commit: 22e242dcbdc8e2b124f583529cb7a1d41d14a08d
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 19:18:10 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 19:45:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e242dc
app-vim/pdv: EAPI 6 bump.
Package-Manager: portage-2.2.28
app-vim/pdv/pdv-1.0.1-r1.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/app-vim/pdv/pdv-1.0.1-r1.ebuild b/app-vim/pdv/pdv-1.0.1-r1.ebuild
new file mode 100644
index 0000000..85945ea
--- /dev/null
+++ b/app-vim/pdv/pdv-1.0.1-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: PDV (phpDocumentor for Vim)"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1355"
+LICENSE="GPL-2"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT="To use this plugin, you should map the PhpDoc() function
+to something. For example, add the following to your ~/.vimrc:
+
+imap <C-o> ^[:set paste<CR>:exe PhpDoc()<CR>:set nopaste<CR>i
+
+For more info, see:
+${HOMEPAGE}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pdv/
@ 2016-06-28 20:15 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2016-06-28 20:15 UTC (permalink / raw
To: gentoo-commits
commit: 0fe6446f980b00d3654468090315920982d8c1ae
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 19:18:49 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 19:45:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe6446f
app-vim/pdv: Clean up old.
Package-Manager: portage-2.2.28
app-vim/pdv/pdv-1.0.1.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/app-vim/pdv/pdv-1.0.1.ebuild b/app-vim/pdv/pdv-1.0.1.ebuild
deleted file mode 100644
index 13e7a47..0000000
--- a/app-vim/pdv/pdv-1.0.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: PDV (phpDocumentor for Vim)"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1355"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT="To use this plugin, you should map the PhpDoc() function
-to something. For example, add the following to your ~/.vimrc:
-
-imap <C-o> ^[:set paste<CR>:exe PhpDoc()<CR>:set nopaste<CR>i
-
-For more info, see:
-${HOMEPAGE}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pdv/
@ 2017-11-25 14:08 Patrick Lauer
0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer @ 2017-11-25 14:08 UTC (permalink / raw
To: gentoo-commits
commit: 975a43e756d9fa372f13f65394325b827640e6c0
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 14:02:59 2017 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 14:08:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975a43e7
app-vim/pdv: Whitespace
Package-Manager: Portage-2.3.16, Repoman-2.3.6
app-vim/pdv/pdv-1.0.1-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-vim/pdv/pdv-1.0.1-r1.ebuild b/app-vim/pdv/pdv-1.0.1-r1.ebuild
index 34b911d0aa1..ace739c9842 100644
--- a/app-vim/pdv/pdv-1.0.1-r1.ebuild
+++ b/app-vim/pdv/pdv-1.0.1-r1.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+
EAPI=6
inherit vim-plugin
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pdv/
@ 2018-03-07 22:15 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2018-03-07 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 2327e96426674eafdc3c64321bc642dd9668fb37
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Mar 7 18:47:09 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar 7 22:14:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2327e964
app-vim/pdv: use HTTPS.
app-vim/pdv/pdv-1.0.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-vim/pdv/pdv-1.0.1-r1.ebuild b/app-vim/pdv/pdv-1.0.1-r1.ebuild
index ace739c9842..b1472b47ca6 100644
--- a/app-vim/pdv/pdv-1.0.1-r1.ebuild
+++ b/app-vim/pdv/pdv-1.0.1-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,7 +6,7 @@ EAPI=6
inherit vim-plugin
DESCRIPTION="vim plugin: PDV (phpDocumentor for Vim)"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1355"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1355"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
IUSE=""
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pdv/
@ 2023-12-09 19:52 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2023-12-09 19:52 UTC (permalink / raw
To: gentoo-commits
commit: 50162771851b5ddeda72d0f457b11ff3dc3ae98e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 19:51:56 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 19:51:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50162771
app-vim/pdv: Stabilize 1.0.1-r2 x86, #919614
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/pdv/pdv-1.0.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/pdv/pdv-1.0.1-r2.ebuild b/app-vim/pdv/pdv-1.0.1-r2.ebuild
index a8a2a1562d1b..500e6055204f 100644
--- a/app-vim/pdv/pdv-1.0.1-r2.ebuild
+++ b/app-vim/pdv/pdv-1.0.1-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: PDV (phpDocumentor for Vim)"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1355"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
VIM_PLUGIN_HELPTEXT="To use this plugin, you should map the PhpDoc() function
to something. For example, add the following to your ~/.vimrc:
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pdv/
@ 2023-12-09 20:09 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-12-09 20:09 UTC (permalink / raw
To: gentoo-commits
commit: 223abef989cc5b6314419120c2c62da492598088
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 20:09:09 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:09:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223abef9
app-vim/pdv: Stabilize 1.0.1-r2 amd64, #919614
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/pdv/pdv-1.0.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/pdv/pdv-1.0.1-r2.ebuild b/app-vim/pdv/pdv-1.0.1-r2.ebuild
index 500e6055204f..4a0fa105c2a5 100644
--- a/app-vim/pdv/pdv-1.0.1-r2.ebuild
+++ b/app-vim/pdv/pdv-1.0.1-r2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: PDV (phpDocumentor for Vim)"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1355"
LICENSE="GPL-2"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
VIM_PLUGIN_HELPTEXT="To use this plugin, you should map the PhpDoc() function
to something. For example, add the following to your ~/.vimrc:
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-12-09 20:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-25 14:08 [gentoo-commits] repo/gentoo:master commit in: app-vim/pdv/ Patrick Lauer
-- strict thread matches above, loose matches on Subject: below --
2023-12-09 20:09 Arthur Zamarin
2023-12-09 19:52 Michał Górny
2018-03-07 22:15 Patrice Clement
2016-06-28 20:15 Patrice Clement
2016-06-28 20:15 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox