[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2021-05-24 Thread Michał Górny
commit: efb381e27597b3102dd190f5cb1b6d189231b7ee
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon May 24 08:28:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 24 18:52:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb381e2

app-vim/vimpython: bump to python 3.9, 3.10

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild 
b/app-vim/vimpython/vimpython-1.13-r3.ebuild
index 923da1931b4..08146d8bd75 100644
--- a/app-vim/vimpython/vimpython-1.13-r3.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
@@ -3,16 +3,16 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit vim-plugin python-single-r1
 
 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
+
 LICENSE="vim"
 KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-BDEPEND="app-arch/unzip"
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2020-12-31 Thread Michał Górny
commit: 376c8d0fbca1d1fc95473ff7e633b9edefc6ade6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  1 00:50:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  1 00:50:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376c8d0f

app-vim/vimpython: Remove old (py3.6)

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r2.ebuild | 18 --
 1 file changed, 18 deletions(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild 
b/app-vim/vimpython/vimpython-1.13-r2.ebuild
deleted file mode 100644
index 2976870dc7b..000
--- a/app-vim/vimpython/vimpython-1.13-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
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit vim-plugin python-single-r1
-
-DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
-LICENSE="vim"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="app-arch/unzip"
-RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2020-05-13 Thread Agostino Sarubbo
commit: f1f625f554c3c1826ed80a83dc131211945d22ae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 13 10:07:54 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 13 10:07:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f625f5

app-vim/vimpython: x86 stable wrt bug #721750

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild 
b/app-vim/vimpython/vimpython-1.13-r3.ebuild
index 53b40e49346..65cd01ec316 100644
--- a/app-vim/vimpython/vimpython-1.13-r3.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
@@ -10,7 +10,7 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
 LICENSE="vim"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2020-05-13 Thread Agostino Sarubbo
commit: f375c0dd44705afbff4a4d5124928d710cb3162e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 13 10:06:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 13 10:06:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f375c0dd

app-vim/vimpython: sparc stable wrt bug #721750

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild 
b/app-vim/vimpython/vimpython-1.13-r3.ebuild
index 6322bdb1ec9..53b40e49346 100644
--- a/app-vim/vimpython/vimpython-1.13-r3.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
@@ -10,7 +10,7 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
 LICENSE="vim"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2020-05-13 Thread Agostino Sarubbo
commit: 1c602e24f300cd6be72b703a83c45588f02b34ba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 13 10:04:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 13 10:04:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c602e24

app-vim/vimpython: ppc stable wrt bug #721750

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild 
b/app-vim/vimpython/vimpython-1.13-r3.ebuild
index fbdda266aaa..6322bdb1ec9 100644
--- a/app-vim/vimpython/vimpython-1.13-r3.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
@@ -10,7 +10,7 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
 LICENSE="vim"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2020-05-12 Thread Agostino Sarubbo
commit: 2bc2956b54d0924a1e8fc578e9abc92af3c09087
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue May 12 13:04:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue May 12 13:04:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc2956b

app-vim/vimpython: amd64 stable wrt bug #721750

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild 
b/app-vim/vimpython/vimpython-1.13-r3.ebuild
index d7f3f5dee1b..fbdda266aaa 100644
--- a/app-vim/vimpython/vimpython-1.13-r3.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
@@ -10,7 +10,7 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2020-05-07 Thread Michał Górny
commit: 67e07b48a24f296c1e435871e2078d2eb1dde60b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 13:13:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 13:18:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e07b48

app-vim/vimpython: Remove py2.7

Signed-off-by: Michał Górny  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r2.ebuild | 2 +-
 app-vim/vimpython/vimpython-1.13-r3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild 
b/app-vim/vimpython/vimpython-1.13-r2.ebuild
index 0102860bded..2976870dc7b 100644
--- a/app-vim/vimpython/vimpython-1.13-r2.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit vim-plugin python-single-r1
 

diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild 
b/app-vim/vimpython/vimpython-1.13-r3.ebuild
index 9f704f796eb..d7f3f5dee1b 100644
--- a/app-vim/vimpython/vimpython-1.13-r3.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit vim-plugin python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2020-04-24 Thread Patrick McLean
commit: fcd3042cc804898941beb3083bd385ea54c2f01b
Author: Patrick McLean  sony  com>
AuthorDate: Fri Apr 24 18:12:16 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Apr 24 18:12:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd3042c

app-vim/vimpython-1.13-r3: revbump, move to eapi=7, add py3{7,8}

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r3.ebuild | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild 
b/app-vim/vimpython/vimpython-1.13-r3.ebuild
new file mode 100644
index 000..9f704f796eb
--- /dev/null
+++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="app-arch/unzip"
+RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2019-10-11 Thread Matt Turner
commit: 9cee1f7ed1c93e3659ce41dfdff131242d82f4fe
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 11 20:08:34 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 11 20:08:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cee1f7e

app-vim/vimpython: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r1.ebuild | 14 --
 1 file changed, 14 deletions(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r1.ebuild 
b/app-vim/vimpython/vimpython-1.13-r1.ebuild
deleted file mode 100644
index 1801d3944d5..000
--- a/app-vim/vimpython/vimpython-1.13-r1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-
-DEPEND="app-arch/unzip"
-RDEPEND="dev-lang/python:*"



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2019-10-11 Thread Matt Turner
commit: 7aececd27435dd76fb10ed0a7218953d68653b05
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 11 20:06:58 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 11 20:07:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aececd2

app-vim/vimpython-1.13-r2: alpha stable, bug 693126

Signed-off-by: Matt Turner  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild 
b/app-vim/vimpython/vimpython-1.13-r2.ebuild
index 3713d9288a6..6631841a4fe 100644
--- a/app-vim/vimpython/vimpython-1.13-r2.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild
@@ -10,7 +10,7 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
 LICENSE="vim"
-KEYWORDS="~alpha amd64 ia64 ppc sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2019-09-09 Thread Agostino Sarubbo
commit: 5610e7cc618c3a2111b63a4f7ccf3511708ac994
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  9 06:02:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  9 06:02:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5610e7cc

app-vim/vimpython: sparc stable wrt bug #693126

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild 
b/app-vim/vimpython/vimpython-1.13-r2.ebuild
index 588f67fabfa..3713d9288a6 100644
--- a/app-vim/vimpython/vimpython-1.13-r2.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild
@@ -10,7 +10,7 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
 LICENSE="vim"
-KEYWORDS="~alpha amd64 ia64 ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ia64 ppc sparc x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2019-09-08 Thread Agostino Sarubbo
commit: ba3687511831edd7b7461534afadc4ce8eb3da48
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  9 05:53:14 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  9 05:53:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba368751

app-vim/vimpython: amd64 stable wrt bug #693126

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild 
b/app-vim/vimpython/vimpython-1.13-r2.ebuild
index f876beeebd4..588f67fabfa 100644
--- a/app-vim/vimpython/vimpython-1.13-r2.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild
@@ -10,7 +10,7 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ia64 ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ia64 ppc ~sparc x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2019-09-08 Thread Thomas Deutschmann
commit: d2bba1ade4b70965f22e296a744ab3112218048f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep  8 18:56:04 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep  8 18:56:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2bba1ad

app-vim/vimpython: x86 stable (bug #693126)

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild 
b/app-vim/vimpython/vimpython-1.13-r2.ebuild
index 67ac87a7404..f876beeebd4 100644
--- a/app-vim/vimpython/vimpython-1.13-r2.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild
@@ -10,7 +10,7 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ia64 ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ia64 ppc ~sparc x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2019-09-08 Thread Sergei Trofimovich
commit: 16dfb7756f23832327ac1645328723542bfac41a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep  8 18:23:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep  8 18:23:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16dfb775

app-vim/vimpython: stable 1.13-r2 for ppc, bug #693126

Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild 
b/app-vim/vimpython/vimpython-1.13-r2.ebuild
index 38b1c4aceb3..67ac87a7404 100644
--- a/app-vim/vimpython/vimpython-1.13-r2.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild
@@ -10,7 +10,7 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ia64 ppc ~sparc ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2019-09-08 Thread Sergei Trofimovich
commit: f7b82e3d120aa1d58f425762ca59bf0f2eb7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep  8 18:20:22 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep  8 18:21:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b8

app-vim/vimpython: stable 1.13-r2 for ia64, bug #693126

Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-vim/vimpython/vimpython-1.13-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild 
b/app-vim/vimpython/vimpython-1.13-r2.ebuild
index 994b4447c13..38b1c4aceb3 100644
--- a/app-vim/vimpython/vimpython-1.13-r2.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild
@@ -10,7 +10,7 @@ inherit vim-plugin python-single-r1
 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30;
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ia64 ~ppc ~sparc ~x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2017-08-20 Thread Patrice Clement
commit: 95d245ea21f53ec72207a5e73f307c1460f0cea0
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Aug 20 20:13:50 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 20 20:14:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d245ea

app-vim/vimpython: port to python-single-r1.

Gentoo-Bug: https://bugs.gentoo.org/615910

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/vimpython/vimpython-1.13-r2.ebuild | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild 
b/app-vim/vimpython/vimpython-1.13-r2.ebuild
new file mode 100644
index 000..3f5071ff2c8
--- /dev/null
+++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30;
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="app-arch/unzip"
+RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2016-05-13 Thread Patrice Clement
commit: 38cac3af4566dbe653cbf876d4c693fd589be66d
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 13 20:46:20 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 13 20:59:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cac3af

app-vim/vimpython: Mend DEPEND/RDEPEND.

Package-Manager: portage-2.2.26

 app-vim/vimpython/vimpython-1.13-r1.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r1.ebuild 
b/app-vim/vimpython/vimpython-1.13-r1.ebuild
index badf8cc..5fee62b 100644
--- a/app-vim/vimpython/vimpython-1.13-r1.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r1.ebuild
@@ -11,8 +11,5 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30;
 LICENSE="vim"
 KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 
-DEPEND="
-   dev-lang/python:*
-   app-arch/unzip"
-
-RDEPEND="${DEPEND}"
+DEPEND="app-arch/unzip"
+RDEPEND="dev-lang/python:*"



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2016-05-13 Thread Patrice Clement
commit: d73d228cad7b971e70636deb9bc8294cb5f36485
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 13 07:52:54 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 13 08:23:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73d228c

app-vim/vimpython: Clean up old.

Package-Manager: portage-2.2.26

 app-vim/vimpython/vimpython-1.13.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/app-vim/vimpython/vimpython-1.13.ebuild 
b/app-vim/vimpython/vimpython-1.13.ebuild
deleted file mode 100644
index 5a27e29..000
--- a/app-vim/vimpython/vimpython-1.13.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-VIM_PLUGIN_VIM_VERSION="7.0"
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30;
-
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="${DEPEND}"
-
-VIM_PLUGIN_HELPURI="${HOMEPAGE}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2016-05-13 Thread Patrice Clement
commit: 3609e7c63fbf15d04e57d725ee4b03b2d4dc1958
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 13 07:52:24 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 13 08:23:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3609e7c6

app-vim/vimpython: Stable for amd64. Retroactively mark stable for the 
remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.26

 app-vim/vimpython/vimpython-1.13-r1.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r1.ebuild 
b/app-vim/vimpython/vimpython-1.13-r1.ebuild
index d677672..badf8cc 100644
--- a/app-vim/vimpython/vimpython-1.13-r1.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r1.ebuild
@@ -9,4 +9,10 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30;
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
+
+DEPEND="
+   dev-lang/python:*
+   app-arch/unzip"
+
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2016-05-07 Thread Tim Harder
commit: 66bc86a091d6bdf2fb9efbe9e3be20e881a150fa
Author: Tim Harder  gentoo  org>
AuthorDate: Sat May  7 16:33:24 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat May  7 16:33:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bc86a0

app-vim/vimpython: drop unnecessary variables from revbump

 app-vim/vimpython/vimpython-1.13-r1.ebuild | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/app-vim/vimpython/vimpython-1.13-r1.ebuild 
b/app-vim/vimpython/vimpython-1.13-r1.ebuild
index ab3c225..d677672 100644
--- a/app-vim/vimpython/vimpython-1.13-r1.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r1.ebuild
@@ -4,16 +4,9 @@
 
 EAPI=6
 
-VIM_PLUGIN_VIM_VERSION="7.0"
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30;
-
 LICENSE="vim"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="${DEPEND}"
-
-VIM_PLUGIN_HELPURI="${HOMEPAGE}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/

2016-05-07 Thread Patrice Clement
commit: 8706a6263da55f12f20a40cb86362a53ce3c4536
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat May  7 08:47:44 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat May  7 08:48:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8706a626

app-vim/vimpython: EAPI 6 bump.

Package-Manager: portage-2.2.26

 app-vim/vimpython/vimpython-1.13-r1.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/app-vim/vimpython/vimpython-1.13-r1.ebuild 
b/app-vim/vimpython/vimpython-1.13-r1.ebuild
new file mode 100644
index 000..ab3c225
--- /dev/null
+++ b/app-vim/vimpython/vimpython-1.13-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+VIM_PLUGIN_VIM_VERSION="7.0"
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=30;
+
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="${DEPEND}"
+
+VIM_PLUGIN_HELPURI="${HOMEPAGE}"