* [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/
@ 2016-01-17 9:53 Maxim Koltsov
0 siblings, 0 replies; 10+ messages in thread
From: Maxim Koltsov @ 2016-01-17 9:53 UTC (permalink / raw
To: gentoo-commits
commit: 9f504b6e7192172a4f7aa40fc8829926924d6128
Author: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 09:53:34 2016 +0000
Commit: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 09:53:34 2016 +0000
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"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/
@ 2017-05-27 15:19 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2017-05-27 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 07a7ab8f70eaeb469214e9189ec0c0b0a1c51195
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 21:02:45 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 27 15:19:18 2017 +0000
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
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/
@ 2018-06-16 20:02 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2018-06-16 20:02 UTC (permalink / raw
To: gentoo-commits
commit: 7634836b4ba252351342e98e76274bc1637873f9
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 16 20:01:32 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun 16 20:02:03 2018 +0000
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"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/
@ 2018-06-27 19:29 Pacho Ramos
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2018-06-27 19:29 UTC (permalink / raw
To: gentoo-commits
commit: 4919713e4fe07be2926a41a4d634e30e97761576
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 18:28:06 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 19:29:30 2018 +0000
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
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/
@ 2020-02-05 17:59 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-02-05 17:59 UTC (permalink / raw
To: gentoo-commits
commit: 992b864b76ca67f0b06f0fe0aa1eeb1d48d2cb81
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 17:56:25 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 17:56:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992b864b
app-vim/pyclewn: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> 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
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/
@ 2020-02-05 17:59 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-02-05 17:59 UTC (permalink / raw
To: gentoo-commits
commit: 4d6a6719f9ce2b658796ceb333aa1bac194ffbe9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 17:56:21 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 17:56:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6a6719
app-vim/pyclewn: Remove old (py2)
Signed-off-by: Michał Górny <mgorny <AT> 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..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/
@ 2020-03-17 7:23 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-03-17 7:23 UTC (permalink / raw
To: gentoo-commits
commit: 062daf2152d490f3c8cb4f0db8fc2f97b762a87d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 07:14:04 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 07:23:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062daf21
app-vim/pyclewn: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny <AT> 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"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/
@ 2020-06-21 14:58 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2020-06-21 14:58 UTC (permalink / raw
To: gentoo-commits
commit: d999abeb879764bb95115ff8ced8a982dae17a01
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 14:32:49 2020 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 14:57:52 2020 +0000
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 <monsieurp <AT> 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..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/
@ 2020-06-21 14:58 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2020-06-21 14:58 UTC (permalink / raw
To: gentoo-commits
commit: 468ebcba97dfd4ed70d029e530c93380c8808cad
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 14:31:39 2020 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 14:57:52 2020 +0000
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 <monsieurp <AT> 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 00000000000..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
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/
@ 2021-06-01 11:44 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-06-01 11:44 UTC (permalink / raw
To: gentoo-commits
commit: b4f954a75f9a8bcf66af8fb0bd5c6a3e161d74f2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 11:34:15 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 11:34:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f954a7
app-vim/pyclewn: add Python 3.9
Signed-off-by: Sam James <sam <AT> 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}"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-06-01 11:44 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-21 14:58 [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2021-06-01 11:44 Sam James
2020-06-21 14:58 Patrice Clement
2020-03-17 7:23 Michał Górny
2020-02-05 17:59 Michał Górny
2020-02-05 17:59 Michał Górny
2018-06-27 19:29 Pacho Ramos
2018-06-16 20:02 Patrice Clement
2017-05-27 15:19 Michał Górny
2016-01-17 9:53 Maxim Koltsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox