[gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/, profiles/

2022-07-31 Thread Jakov Smolić
commit: 96a784d52bd4aa62665559bcebd1837447d6d5a3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jul 31 18:37:08 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jul 31 18:37:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a784d5

app-vim/pyclewn: treeclean

Closes: https://bugs.gentoo.org/796326
Closes: https://bugs.gentoo.org/845615
Signed-off-by: Jakov Smolić  gentoo.org>

 app-vim/pyclewn/Manifest  |  1 -
 app-vim/pyclewn/metadata.xml  | 12 
 app-vim/pyclewn/pyclewn-2.1-r2.ebuild | 52 ---
 profiles/package.mask |  5 
 4 files changed, 70 deletions(-)

diff --git a/app-vim/pyclewn/Manifest b/app-vim/pyclewn/Manifest
deleted file mode 100644
index ddda3be12253..
--- a/app-vim/pyclewn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyclewn-2.1.tar.gz 129697 BLAKE2B 
0dfef92cb36ea9fa89c7f0d85ed45e21c634732fc2d3d888dd792de22529bea86719f8ac8ed870dd5ab00efbfdb08011013a36880781abf9e0c64a62b2aa301a
 SHA512 
346b98a9e37957a5bf97b8901247f56fa8e38bddac38727867773cf4e78e555d6a85848c4c400d1faf1159ba61122cfd4931c95a67e3b2abdfaae7996beb4f1b

diff --git a/app-vim/pyclewn/metadata.xml b/app-vim/pyclewn/metadata.xml
deleted file mode 100644
index 09f00c6e1d2f..
--- a/app-vim/pyclewn/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-v...@gentoo.org
-Gentoo Vim Project
-  
-  
-pyclewn
-pyclewn
-  
-

diff --git a/app-vim/pyclewn/pyclewn-2.1-r2.ebuild 
b/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
deleted file mode 100644
index ac33eb0aeb32..
--- a/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit vim-plugin distutils-r1 optfeature
-
-SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
-
-DESCRIPTION="Pyclewn allows using vim as a front end to a debugger (pdb or 
gdb)"
-HOMEPAGE="http://pyclewn.sourceforge.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="|| (
-   app-editors/vim
-   app-editors/gvim[netbeans]
-)"
-
-DEPEND="
-   ${CDEPEND}
-   app-arch/vimball"
-
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_prepare() {
-   default
-
-   # async in a now a reserved keyword.
-   sed -e 's#async#_async#g;' \
-   -i lib/clewn/gdb.py || die "can't patch gdb.py"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   python_optimize
-
-   vimball -x -C "${ED}"/usr/share/vim/vimfiles lib/clewn/runtime/${P}.vmb 
|| die "Extracting vimball failed"
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   optfeature "C/C++ debugging" sys-devel/gdb
-   optfeature "Python debugging" dev-python/pdb-clone
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index c1d4ca5072c4..174d27f8f1af 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -488,11 +488,6 @@ games-engines/nazghul
 # Removal on 2022-08-09.  Bug #857252.
 dev-python/pydispatcher
 
-# Sam James  (2022-07-02)
-# Deprecated dependencies, no activity upstream. Bugs #845615, #796326.
-# Removal on 2022-08-02.
-app-vim/pyclewn
-
 # Fabian Groffen  (2022-07-02)
 # Segfaults handling SPF validations (warn on permerror), like the
 # previous release, better not to trust your important mail to



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

2021-06-01 Thread Sam James
commit: b4f954a75f9a8bcf66af8fb0bd5c6a3e161d74f2
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  1 11:34:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  1 11:34:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f954a7

app-vim/pyclewn: add Python 3.9

Signed-off-by: Sam James  gentoo.org>

 app-vim/pyclewn/pyclewn-2.1-r2.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-vim/pyclewn/pyclewn-2.1-r2.ebuild 
b/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
index 5c6b4021511..ac33eb0aeb3 100644
--- a/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
+++ b/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit vim-plugin distutils-r1 optfeature
 
@@ -11,10 +11,10 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
 
 DESCRIPTION="Pyclewn allows using vim as a front end to a debugger (pdb or 
gdb)"
 HOMEPAGE="http://pyclewn.sourceforge.net/;
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
 
+LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 
 CDEPEND="|| (
app-editors/vim
@@ -25,8 +25,7 @@ DEPEND="
${CDEPEND}
app-arch/vimball"
 
-RDEPEND="
-   ${DEPEND}"
+RDEPEND="${DEPEND}"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-06-21 Thread Patrice Clement
commit: 468ebcba97dfd4ed70d029e530c93380c8808cad
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 21 14:31:39 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 21 14:57:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468ebcba

app-vim/pyclewn: add python{3_7,3_8} targets.

Tested and compiles just fine.

Closes: https://bugs.gentoo.org/718264
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/pyclewn/pyclewn-2.1-r2.ebuild | 53 +++
 1 file changed, 53 insertions(+)

diff --git a/app-vim/pyclewn/pyclewn-2.1-r2.ebuild 
b/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
new file mode 100644
index 000..e57e74a6736
--- /dev/null
+++ b/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+inherit vim-plugin distutils-r1
+
+SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
+
+DESCRIPTION="Pyclewn allows using vim as a front end to a debugger (pdb or 
gdb)"
+HOMEPAGE="http://pyclewn.sourceforge.net/;
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+SLOT="0"
+
+CDEPEND="|| (
+   app-editors/vim
+   app-editors/gvim[netbeans]
+)"
+
+DEPEND="
+   ${CDEPEND}
+   app-arch/vimball"
+
+RDEPEND="
+   ${DEPEND}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_prepare() {
+   default
+
+   # async in a now a reserved keyword.
+   sed -e 's#async#_async#g;' \
+   -i lib/clewn/gdb.py || die "can't patch gdb.py"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   python_optimize
+
+   vimball -x -C "${ED}"/usr/share/vim/vimfiles lib/clewn/runtime/${P}.vmb 
|| die "Extracting vimball failed"
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   optfeature "C/C++ debugging" sys-devel/gdb
+   optfeature "Python debugging" dev-python/pdb-clone
+}



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

2020-06-21 Thread Patrice Clement
commit: d999abeb879764bb95115ff8ced8a982dae17a01
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 21 14:32:49 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 21 14:57:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d999abeb

app-vim/pyclewn: clean up old.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/pyclewn/pyclewn-2.1-r1.ebuild | 47 ---
 1 file changed, 47 deletions(-)

diff --git a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild 
b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
deleted file mode 100644
index 67459d86ff7..000
--- a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit eutils vim-plugin distutils-r1
-
-SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
-
-DESCRIPTION="Pyclewn allows using vim as a front end to a debugger (pdb or 
gdb)"
-HOMEPAGE="http://pyclewn.sourceforge.net/;
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="|| (
-   >=app-editors/vim-7.3
-   >=app-editors/gvim-7.3[netbeans]
-)"
-
-DEPEND="
-   ${CDEPEND}
-   app-arch/vimball"
-
-RDEPEND="
-   ${DEPEND}"
-
-SLOT="0"
-
-#Completely broken (runs vim), disable for now
-#python_test() {
-#  esetup.py test
-#}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   vimball -x -C "${ED}"/usr/share/vim/vimfiles lib/clewn/runtime/${P}.vmb 
|| die "Extracting vimball failed"
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   optfeature "C/C++ debugging" sys-devel/gdb
-   optfeature "Python debugging" dev-python/pdb-clone
-}



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

2020-03-17 Thread Michał Górny
commit: 062daf2152d490f3c8cb4f0db8fc2f97b762a87d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 17 07:14:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 17 07:23:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062daf21

app-vim/pyclewn: Clean py2 deps up

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

 app-vim/pyclewn/pyclewn-2.1-r1.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild 
b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
index 82746ceb484..67459d86ff7 100644
--- a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
+++ b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
@@ -24,11 +24,7 @@ DEPEND="
app-arch/vimball"
 
 RDEPEND="
-   ${DEPEND}
-   $(python_gen_cond_dep \
-   'dev-python/pdb-clone[${PYTHON_USEDEP}]' python{2_7,3_5})
-   $(python_gen_cond_dep \
-   'dev-python/trollius[${PYTHON_USEDEP}]' python{2_7,3_3})"
+   ${DEPEND}"
 
 SLOT="0"
 



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

2020-02-05 Thread Michał Górny
commit: 4d6a6719f9ce2b658796ceb333aa1bac194ffbe9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 17:56:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 17:56:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6a6719

app-vim/pyclewn: Remove old (py2)

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

 app-vim/pyclewn/Manifest |  1 -
 app-vim/pyclewn/pyclewn-2.0.1.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/app-vim/pyclewn/Manifest b/app-vim/pyclewn/Manifest
index 6029df9c574..ddda3be1225 100644
--- a/app-vim/pyclewn/Manifest
+++ b/app-vim/pyclewn/Manifest
@@ -1,2 +1 @@
-DIST pyclewn-2.0.1.tar.gz 124914 BLAKE2B 
e1dc12174d2ac640476a36714a8ef221f64db4b19c9509a179bc0cf573200de0f1f888bcc3bb69f433064e2de2d881845099f609468e12ed72e5c547623d44e5
 SHA512 
996acbedbb7922109925f188efba4c71e83f1823c029f92dc00bb21449f024232ef55df0c74a9fd4bfa7229523ed9ad4301aa9dbb8a3c20424082fc6939f63db
 DIST pyclewn-2.1.tar.gz 129697 BLAKE2B 
0dfef92cb36ea9fa89c7f0d85ed45e21c634732fc2d3d888dd792de22529bea86719f8ac8ed870dd5ab00efbfdb08011013a36880781abf9e0c64a62b2aa301a
 SHA512 
346b98a9e37957a5bf97b8901247f56fa8e38bddac38727867773cf4e78e555d6a85848c4c400d1faf1159ba61122cfd4931c95a67e3b2abdfaae7996beb4f1b

diff --git a/app-vim/pyclewn/pyclewn-2.0.1.ebuild 
b/app-vim/pyclewn/pyclewn-2.0.1.ebuild
deleted file mode 100644
index fb63112b670..000
--- a/app-vim/pyclewn/pyclewn-2.0.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit eutils vim-plugin distutils-r1
-
-SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
-
-DESCRIPTION="Pyclewn allows using vim as a front end to a debugger (pdb or 
gdb)"
-HOMEPAGE="http://pyclewn.sourceforge.net/;
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="|| (
-   >=app-editors/vim-7.3[${PYTHON_USEDEP}]
-   >=app-editors/gvim-7.3[netbeans,${PYTHON_USEDEP}]
-)"
-DEPEND="${CDEPEND}
-   app-arch/vimball
-"
-RDEPEND="${DEPEND}
-   $(python_gen_cond_dep \
-   'dev-python/trollius[${PYTHON_USEDEP}]' python{2_7,3_3})
-"
-
-SLOT="0"
-
-#Completely broken (runs vim), disable for now
-#python_test() {
-#  esetup.py test
-#}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   vimball -x -C "${ED}"/usr/share/vim/vimfiles lib/clewn/runtime/${P}.vmb 
|| die "Extracting vimball failed"
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   optfeature "C/C++ debugging" sys-devel/gdb
-   optfeature "Python debugging" dev-python/pdb-clone
-}



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

2020-02-05 Thread Michał Górny
commit: 992b864b76ca67f0b06f0fe0aa1eeb1d48d2cb81
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 17:56:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 17:56:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992b864b

app-vim/pyclewn: Remove py2

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

 app-vim/pyclewn/pyclewn-2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild 
b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
index d8c0d5884df..82746ceb484 100644
--- a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
+++ b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit eutils vim-plugin distutils-r1
 



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

2018-06-27 Thread Pacho Ramos
commit: 4919713e4fe07be2926a41a4d634e30e97761576
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 27 18:28:06 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 27 19:29:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4919713e

app-vim/pyclewn: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-vim/pyclewn/pyclewn-2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild 
b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
index 63b9b959aa2..403ecdc6fe1 100644
--- a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
+++ b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit eutils vim-plugin distutils-r1
 



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

2018-06-16 Thread Patrice Clement
commit: 7634836b4ba252351342e98e76274bc1637873f9
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jun 16 20:01:32 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jun 16 20:02:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7634836b

app-vim/pyclewn: add missing dependency on pdb-clone.

Closes: https://bugs.gentoo.org/619340
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-vim/pyclewn/pyclewn-2.1-r1.ebuild | 19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild 
b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
index f2122608604..63b9b959aa2 100644
--- a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
+++ b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
 inherit eutils vim-plugin distutils-r1
 
 SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
@@ -17,13 +18,17 @@ CDEPEND="|| (
>=app-editors/vim-7.3
>=app-editors/gvim-7.3[netbeans]
 )"
-DEPEND="${CDEPEND}
-   app-arch/vimball
-"
-RDEPEND="${DEPEND}
+
+DEPEND="
+   ${CDEPEND}
+   app-arch/vimball"
+
+RDEPEND="
+   ${DEPEND}
+   $(python_gen_cond_dep \
+   'dev-python/pdb-clone[${PYTHON_USEDEP}]' python{2_7,3_5})
$(python_gen_cond_dep \
-   'dev-python/trollius[${PYTHON_USEDEP}]' python{2_7,3_3})
-"
+   'dev-python/trollius[${PYTHON_USEDEP}]' python{2_7,3_3})"
 
 SLOT="0"
 



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

2017-05-27 Thread Michał Górny
commit: 07a7ab8f70eaeb469214e9189ec0c0b0a1c51195
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 20 21:02:45 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 15:19:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a7ab8f

app-vim/pyclewn: Drop unnecessary PYTHON_USEDEP on *vim

 app-vim/pyclewn/{pyclewn-2.1.ebuild => pyclewn-2.1-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/pyclewn/pyclewn-2.1.ebuild 
b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
similarity index 87%
rename from app-vim/pyclewn/pyclewn-2.1.ebuild
rename to app-vim/pyclewn/pyclewn-2.1-r1.ebuild
index a9cb82ef91d..f2122608604 100644
--- a/app-vim/pyclewn/pyclewn-2.1.ebuild
+++ b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,8 +14,8 @@ LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
 
 CDEPEND="|| (
-   >=app-editors/vim-7.3[${PYTHON_USEDEP}]
-   >=app-editors/gvim-7.3[netbeans,${PYTHON_USEDEP}]
+   >=app-editors/vim-7.3
+   >=app-editors/gvim-7.3[netbeans]
 )"
 DEPEND="${CDEPEND}
app-arch/vimball



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

2016-01-17 Thread Maxim Koltsov
commit: 9f504b6e7192172a4f7aa40fc8829926924d6128
Author: Maxim Koltsov  gentoo  org>
AuthorDate: Sun Jan 17 09:53:34 2016 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Sun Jan 17 09:53:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f504b6e

app-vim/pyclewn: add 3.5 to PYTHON_TARGETS

Package-Manager: portage-2.2.26

 app-vim/pyclewn/pyclewn-2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/pyclewn/pyclewn-2.1.ebuild 
b/app-vim/pyclewn/pyclewn-2.1.ebuild
index e1cc815..94de03a 100644
--- a/app-vim/pyclewn/pyclewn-2.1.ebuild
+++ b/app-vim/pyclewn/pyclewn-2.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 inherit eutils vim-plugin distutils-r1
 
 SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"