* [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/
@ 2017-02-19 10:33 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2017-02-19 10:33 UTC (permalink / raw
To: gentoo-commits
commit: eef9137a5301e7cb1aa7f19b6dc0f0b9f0091e1f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 10:32:55 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 10:32:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef9137a
dev-util/wxglade: Add missing Python variables
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../{wxglade-0.6.3-r2.ebuild => wxglade-0.6.3-r3.ebuild} | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/dev-util/wxglade/wxglade-0.6.3-r2.ebuild b/dev-util/wxglade/wxglade-0.6.3-r3.ebuild
similarity index 86%
rename from dev-util/wxglade/wxglade-0.6.3-r2.ebuild
rename to dev-util/wxglade/wxglade-0.6.3-r3.ebuild
index f260240ca3..6f1bc4bfec 100644
--- a/dev-util/wxglade/wxglade-0.6.3-r2.ebuild
+++ b/dev-util/wxglade/wxglade-0.6.3-r3.ebuild
@@ -18,18 +18,15 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
-
-RDEPEND="dev-python/wxpython:2.8[${PYTHON_USEDEP}]"
-DEPEND="${PYTHON_DEPS}"
-
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RDEPEND="${PYTHON_DEPS}
+ dev-python/wxpython:2.8[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
S="${WORKDIR}/${MY_P}"
-src_prepare() {
- eapply "${FILESDIR}"/${P}-wxversion.patch
- eapply_user
-}
+PATCHES=( "${FILESDIR}"/${P}-wxversion.patch )
src_compile() {
python_fix_shebang wxglade.py
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/
@ 2018-05-28 18:22 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2018-05-28 18:22 UTC (permalink / raw
To: gentoo-commits
commit: fc49c5d4d99eb14aa661ef5f5ee1c7fbbecd2518
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 18:21:30 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon May 28 18:22:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc49c5d4
dev-util/wxglade: Version bump
Package-Manager: Portage-2.3.38, Repoman-2.3.9
dev-util/wxglade/Manifest | 1 +
dev-util/wxglade/wxglade-0.8.2.ebuild | 49 +++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/dev-util/wxglade/Manifest b/dev-util/wxglade/Manifest
index cdd1e14ba05..cb606a11017 100644
--- a/dev-util/wxglade/Manifest
+++ b/dev-util/wxglade/Manifest
@@ -1 +1,2 @@
DIST wxGlade-0.6.3.tar.gz 595243 BLAKE2B 748369ab08cb114c9fabf046a981dd955532b7752b176c616e9660fc74eade1db3b6bf08669f5373586880fe7798ff96a7ce588878ea129a7c9d7c76a8bc2e3e SHA512 7cb8cb99f2a3d97c2aa43a6ad5cbb8c1b6aafff0e5d120fca1760acbb44d2c8fb3bf8a4d5b42055e1b4bef061bfdbe8eee884f4e087b9d6572874b5b818a61f9
+DIST wxGlade-0.8.2.zip 4682765 BLAKE2B b9c6a0fe5ca89dce4ba8236c1db079df76777ecff34c00b9251088f39e5c853c8b775a2d941fa7f45a4f607354b85ab6cb26b387bd7e81f4db9cf458944fecc0 SHA512 d74f0b88509232b5f573af70f643af840c96e810060fdffc413f71ad03acca0fdb0324fefe43ab2a36473d8b053259099883d4aae51afff0c1c0b0ece492f9d7
diff --git a/dev-util/wxglade/wxglade-0.8.2.ebuild b/dev-util/wxglade/wxglade-0.8.2.ebuild
new file mode 100644
index 00000000000..399a943d73c
--- /dev/null
+++ b/dev-util/wxglade/wxglade-0.8.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils python-single-r1
+
+MY_P="wxGlade-${PV}"
+
+DESCRIPTION="Glade-like GUI designer which can generate Python, Perl, C++ or XRC code"
+HOMEPAGE="http://wxglade.sourceforge.net/"
+SRC_URI="mirror://sourceforge/wxglade/${MY_P}.zip"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ dev-python/wxpython:3.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+ python_fix_shebang wxglade.py
+}
+
+src_install() {
+ einstalldocs
+
+ # Install a bigger icon
+ newicon docs_old/html/mondrian_200x200.png ${PN}.png
+
+ dodoc -r docs
+ rm -r docs docs_old || die
+
+ python_moduleinto /usr/lib/wxglade
+ python_domodule .
+ dosym /usr/share/doc/${PF}/docs /usr/lib/wxglade/docs
+ fperms 775 /usr/lib/wxglade/wxglade.py
+ dosym ../lib/wxglade/wxglade.py /usr/bin/wxglade
+
+ make_desktop_entry wxglade wxGlade wxglade "Development;GUIDesigner"
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/
@ 2018-06-26 19:12 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2018-06-26 19:12 UTC (permalink / raw
To: gentoo-commits
commit: 39354b12a25232e7dc53c66b9cbd73b0ea48b0a1
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 19:11:38 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 19:11:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39354b12
dev-util/wxglade: Skip tests until we now how to run them (#656934)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-util/wxglade/wxglade-0.8.2.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-util/wxglade/wxglade-0.8.2.ebuild b/dev-util/wxglade/wxglade-0.8.2.ebuild
index 399a943d73c..1d0f48649e1 100644
--- a/dev-util/wxglade/wxglade-0.8.2.ebuild
+++ b/dev-util/wxglade/wxglade-0.8.2.ebuild
@@ -24,6 +24,8 @@ RDEPEND="${PYTHON_DEPS}
"
DEPEND="${RDEPEND}"
+RESTRICT="test" #656934
+
S="${WORKDIR}/${MY_P}"
src_compile() {
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/
@ 2018-07-06 13:43 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2018-07-06 13:43 UTC (permalink / raw
To: gentoo-commits
commit: 3bec5def5ed48d659c5b06b59ea4f544a8cd447b
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 6 13:39:39 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jul 6 13:42:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bec5def
dev-util/wxglade: x86 stable (bug #530004)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-util/wxglade/wxglade-0.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/wxglade/wxglade-0.8.2.ebuild b/dev-util/wxglade/wxglade-0.8.2.ebuild
index 1d0f48649e1..6c0263bf8fa 100644
--- a/dev-util/wxglade/wxglade-0.8.2.ebuild
+++ b/dev-util/wxglade/wxglade-0.8.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/wxglade/${MY_P}.zip"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/
@ 2018-07-08 19:10 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-07-08 19:10 UTC (permalink / raw
To: gentoo-commits
commit: b78b1832d568d329eeae362df07f4b76f2c299cd
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Jul 8 18:38:45 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 8 19:09:42 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78b1832
dev-util/wxglade: stable 0.8.2 for sparc
Bug: https://bugs.gentoo.org/530004
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
dev-util/wxglade/wxglade-0.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/wxglade/wxglade-0.8.2.ebuild b/dev-util/wxglade/wxglade-0.8.2.ebuild
index 6c0263bf8fa..3480a475e7c 100644
--- a/dev-util/wxglade/wxglade-0.8.2.ebuild
+++ b/dev-util/wxglade/wxglade-0.8.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/wxglade/${MY_P}.zip"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/
@ 2018-07-09 15:08 Mikle Kolyada
0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2018-07-09 15:08 UTC (permalink / raw
To: gentoo-commits
commit: cbb6d92a37f4234f3ffcd07389a4e5aa19430c8c
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 9 15:07:28 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jul 9 15:07:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb6d92a
dev-util/wxglade: amd64 stable wrt bug #530004
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-util/wxglade/wxglade-0.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/wxglade/wxglade-0.8.2.ebuild b/dev-util/wxglade/wxglade-0.8.2.ebuild
index 3480a475e7c..98df5e4d387 100644
--- a/dev-util/wxglade/wxglade-0.8.2.ebuild
+++ b/dev-util/wxglade/wxglade-0.8.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/wxglade/${MY_P}.zip"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/
@ 2018-07-15 10:34 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-07-15 10:34 UTC (permalink / raw
To: gentoo-commits
commit: a39ce422f84a270b8c519214747db49374aafe90
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 10:34:30 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 10:34:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39ce422
dev-util/wxglade: destabilize to ~ppc
No revdeps.
Bug: https://bugs.gentoo.org/530004
Package-Manager: Portage-2.3.42, Repoman-2.3.9
dev-util/wxglade/wxglade-0.6.3-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/wxglade/wxglade-0.6.3-r3.ebuild b/dev-util/wxglade/wxglade-0.6.3-r3.ebuild
index e307c940a1e..34c2b06007b 100644
--- a/dev-util/wxglade/wxglade-0.6.3-r3.ebuild
+++ b/dev-util/wxglade/wxglade-0.6.3-r3.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
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/wxglade/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/
@ 2018-07-15 11:45 Mart Raudsepp
0 siblings, 0 replies; 12+ messages in thread
From: Mart Raudsepp @ 2018-07-15 11:45 UTC (permalink / raw
To: gentoo-commits
commit: 1f6e8ed64ca93f1c28d8cb2be46b15cd5f34d60f
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 11:16:22 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 11:27:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6e8ed6
dev-util/wxglade: remove old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-util/wxglade/Manifest | 1 -
dev-util/wxglade/wxglade-0.6.3-r3.ebuild | 48 --------------------------------
2 files changed, 49 deletions(-)
diff --git a/dev-util/wxglade/Manifest b/dev-util/wxglade/Manifest
index cb606a11017..c353e1fe6ec 100644
--- a/dev-util/wxglade/Manifest
+++ b/dev-util/wxglade/Manifest
@@ -1,2 +1 @@
-DIST wxGlade-0.6.3.tar.gz 595243 BLAKE2B 748369ab08cb114c9fabf046a981dd955532b7752b176c616e9660fc74eade1db3b6bf08669f5373586880fe7798ff96a7ce588878ea129a7c9d7c76a8bc2e3e SHA512 7cb8cb99f2a3d97c2aa43a6ad5cbb8c1b6aafff0e5d120fca1760acbb44d2c8fb3bf8a4d5b42055e1b4bef061bfdbe8eee884f4e087b9d6572874b5b818a61f9
DIST wxGlade-0.8.2.zip 4682765 BLAKE2B b9c6a0fe5ca89dce4ba8236c1db079df76777ecff34c00b9251088f39e5c853c8b775a2d941fa7f45a4f607354b85ab6cb26b387bd7e81f4db9cf458944fecc0 SHA512 d74f0b88509232b5f573af70f643af840c96e810060fdffc413f71ad03acca0fdb0324fefe43ab2a36473d8b053259099883d4aae51afff0c1c0b0ece492f9d7
diff --git a/dev-util/wxglade/wxglade-0.6.3-r3.ebuild b/dev-util/wxglade/wxglade-0.6.3-r3.ebuild
deleted file mode 100644
index 34c2b06007b..00000000000
--- a/dev-util/wxglade/wxglade-0.6.3-r3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1
-
-MY_P="wxGlade-${PV}"
-
-DESCRIPTION="Glade-like GUI designer which can generate Python, Perl, C++ or XRC code"
-HOMEPAGE="http://wxglade.sourceforge.net/"
-SRC_URI="mirror://sourceforge/wxglade/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/wxpython:2.8[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}"/${P}-wxversion.patch )
-
-src_compile() {
- python_fix_shebang wxglade.py
-}
-
-src_install() {
- dodoc CHANGES.txt README.txt TODO.txt
- newicon icons/icon.xpm wxglade.xpm
- doman debian/wxglade.1
- dodoc -r docs
- rm -r debian docs || die
-
- python_moduleinto /usr/lib/wxglade
- python_domodule .
- dosym /usr/share/doc/${PF}/docs /usr/lib/wxglade/docs
- fperms 775 /usr/lib/wxglade/wxglade.py
- dosym ../lib/wxglade/wxglade.py /usr/bin/wxglade
-
- make_desktop_entry wxglade wxGlade wxglade "Development;GUIDesigner"
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/
@ 2019-08-24 6:34 Mart Raudsepp
0 siblings, 0 replies; 12+ messages in thread
From: Mart Raudsepp @ 2019-08-24 6:34 UTC (permalink / raw
To: gentoo-commits
commit: c3c5b82acbb2f4d31e10022db55fa332b21cc519
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 06:31:03 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 06:31:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c5b82a
dev-util/wxglade: add unzip depend
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
dev-util/wxglade/wxglade-0.8.2.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-util/wxglade/wxglade-0.8.2.ebuild b/dev-util/wxglade/wxglade-0.8.2.ebuild
index 98df5e4d387..2cd38d3eaa2 100644
--- a/dev-util/wxglade/wxglade-0.8.2.ebuild
+++ b/dev-util/wxglade/wxglade-0.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -22,7 +22,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/wxpython:3.0[${PYTHON_USEDEP}]
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ app-arch/unzip
+"
RESTRICT="test" #656934
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/
@ 2020-02-09 16:25 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2020-02-09 16:25 UTC (permalink / raw
To: gentoo-commits
commit: 4225116b0ef36035e71a58e729d0ce19af2915c7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 13:16:52 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:21:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4225116b
dev-util/wxglade: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/wxglade/{wxglade-0.8.2.ebuild => wxglade-0.8.2-r1.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-util/wxglade/wxglade-0.8.2.ebuild b/dev-util/wxglade/wxglade-0.8.2-r1.ebuild
similarity index 89%
rename from dev-util/wxglade/wxglade-0.8.2.ebuild
rename to dev-util/wxglade/wxglade-0.8.2-r1.ebuild
index 2cd38d3eaa2..60ff7e014f0 100644
--- a/dev-util/wxglade/wxglade-0.8.2.ebuild
+++ b/dev-util/wxglade/wxglade-0.8.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,7 +20,9 @@ IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- dev-python/wxpython:3.0[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/wxpython:3.0[${PYTHON_MULTI_USEDEP}]
+ ')
"
DEPEND="${RDEPEND}
app-arch/unzip
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/
@ 2020-02-09 19:40 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2020-02-09 19:40 UTC (permalink / raw
To: gentoo-commits
commit: a0ab15db9e2cdff2865b7decb8efc0bfe13eb436
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 19:26:57 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 19:40:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ab15db
dev-util/wxglade: Fix AbsoluteSymlink
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/wxglade/wxglade-0.8.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/wxglade/wxglade-0.8.2-r1.ebuild b/dev-util/wxglade/wxglade-0.8.2-r1.ebuild
index 60ff7e014f0..98f28398bcb 100644
--- a/dev-util/wxglade/wxglade-0.8.2-r1.ebuild
+++ b/dev-util/wxglade/wxglade-0.8.2-r1.ebuild
@@ -47,7 +47,7 @@ src_install() {
python_moduleinto /usr/lib/wxglade
python_domodule .
- dosym /usr/share/doc/${PF}/docs /usr/lib/wxglade/docs
+ dosym ../../share/doc/${PF}/docs /usr/lib/wxglade/docs
fperms 775 /usr/lib/wxglade/wxglade.py
dosym ../lib/wxglade/wxglade.py /usr/bin/wxglade
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/
@ 2020-04-14 17:19 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2020-04-14 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 39d70554d2671136dd07f6470adcbf69db2b68b2
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Apr 14 13:45:12 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 17:17:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d70554
dev-util/wxglade: drop to ~sparc
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-util/wxglade/wxglade-0.8.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/wxglade/wxglade-0.8.2-r1.ebuild b/dev-util/wxglade/wxglade-0.8.2-r1.ebuild
index 98f28398bcb..f3625d5a09d 100644
--- a/dev-util/wxglade/wxglade-0.8.2-r1.ebuild
+++ b/dev-util/wxglade/wxglade-0.8.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/wxglade/${MY_P}.zip"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2020-04-14 17:19 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-15 10:34 [gentoo-commits] repo/gentoo:master commit in: dev-util/wxglade/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2020-04-14 17:19 Sergei Trofimovich
2020-02-09 19:40 Michał Górny
2020-02-09 16:25 Michał Górny
2019-08-24 6:34 Mart Raudsepp
2018-07-15 11:45 Mart Raudsepp
2018-07-09 15:08 Mikle Kolyada
2018-07-08 19:10 Sergei Trofimovich
2018-07-06 13:43 Thomas Deutschmann
2018-06-26 19:12 Pacho Ramos
2018-05-28 18:22 Pacho Ramos
2017-02-19 10:33 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox