diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-28 14:45:29 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-28 14:45:29 -0400 |
commit | 3831172264494f42d621e760593f4d066900d922 (patch) | |
tree | 3a31692fd34affb4b8b80d14ac9029f7162213eb /dev-util | |
parent | updates/2Q2018: drop slotmove for netmail/getmail (diff) | |
download | gentoo-3831172264494f42d621e760593f4d066900d922.tar.gz gentoo-3831172264494f42d621e760593f4d066900d922.tar.bz2 gentoo-3831172264494f42d621e760593f4d066900d922.zip |
*/*: Drop more Py2 last-rited pkgs
Bug: https://bugs.gentoo.org/715966
Closes: https://bugs.gentoo.org/714628
Closes: https://bugs.gentoo.org/606680
Closes: https://bugs.gentoo.org/686238
Closes: https://bugs.gentoo.org/710214
Closes: https://bugs.gentoo.org/710028
Closes: https://bugs.gentoo.org/710032
Closes: https://bugs.gentoo.org/656934
Closes: https://bugs.gentoo.org/592718
Closes: https://bugs.gentoo.org/446122
Closes: https://bugs.gentoo.org/547210
Closes: https://bugs.gentoo.org/359785
Closes: https://bugs.gentoo.org/571396
Closes: https://bugs.gentoo.org/600754
Closes: https://bugs.gentoo.org/677830
Closes: https://bugs.gentoo.org/710716
Closes: https://bugs.gentoo.org/651940
Closes: https://bugs.gentoo.org/695132
Closes: https://bugs.gentoo.org/708978
Closes: https://bugs.gentoo.org/710058
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/wxglade/Manifest | 1 | ||||
-rw-r--r-- | dev-util/wxglade/files/wxglade-0.6.3-wxversion.patch | 12 | ||||
-rw-r--r-- | dev-util/wxglade/metadata.xml | 11 | ||||
-rw-r--r-- | dev-util/wxglade/wxglade-0.8.2-r1.ebuild | 55 |
4 files changed, 0 insertions, 79 deletions
diff --git a/dev-util/wxglade/Manifest b/dev-util/wxglade/Manifest deleted file mode 100644 index c353e1fe6ec5..000000000000 --- a/dev-util/wxglade/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wxGlade-0.8.2.zip 4682765 BLAKE2B b9c6a0fe5ca89dce4ba8236c1db079df76777ecff34c00b9251088f39e5c853c8b775a2d941fa7f45a4f607354b85ab6cb26b387bd7e81f4db9cf458944fecc0 SHA512 d74f0b88509232b5f573af70f643af840c96e810060fdffc413f71ad03acca0fdb0324fefe43ab2a36473d8b053259099883d4aae51afff0c1c0b0ece492f9d7 diff --git a/dev-util/wxglade/files/wxglade-0.6.3-wxversion.patch b/dev-util/wxglade/files/wxglade-0.6.3-wxversion.patch deleted file mode 100644 index f788e0bff492..000000000000 --- a/dev-util/wxglade/files/wxglade-0.6.3-wxversion.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur wxGlade-0.6.1-orig/main.py wxGlade-0.6.1/main.py ---- wxGlade-0.6.1/main.py 2007-10-25 01:03:22.000000000 -0600 -+++ wxGlade-0.6.1/main.py 2007-12-04 09:36:20.000000000 -0600 -@@ -7,7 +7,7 @@ - # THIS PROGRAM COMES WITH NO WARRANTY - - import wxversion --wxversion.ensureMinimal("2.6") -+wxversion.select("2.8") - - #from wxPython.wx import * - import wx diff --git a/dev-util/wxglade/metadata.xml b/dev-util/wxglade/metadata.xml deleted file mode 100644 index a2cf0a120bb2..000000000000 --- a/dev-util/wxglade/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>wxwidgets@gentoo.org</email> - <name>Gentoo wxWidgets Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">wxglade</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-util/wxglade/wxglade-0.8.2-r1.ebuild b/dev-util/wxglade/wxglade-0.8.2-r1.ebuild deleted file mode 100644 index f3625d5a09d5..000000000000 --- a/dev-util/wxglade/wxglade-0.8.2-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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} - $(python_gen_cond_dep ' - dev-python/wxpython:3.0[${PYTHON_MULTI_USEDEP}] - ') -" -DEPEND="${RDEPEND} - app-arch/unzip -" - -RESTRICT="test" #656934 - -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 ../../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" -} |