commit:     af9ad10931990440c842864559f43ced8fe12bff
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 12:26:10 2019 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 12:26:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9ad109

dev-python/drpython: remove last-rited package

Closes: https://bugs.gentoo.org/686668
Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>

 dev-python/drpython/Manifest                       |  1 -
 dev-python/drpython/drpython-3.11.4.ebuild         | 46 ----------------------
 .../drpython/files/drpython-165-wxversion.patch    | 12 ------
 dev-python/drpython/metadata.xml                   | 20 ----------
 profiles/package.mask                              |  4 --
 5 files changed, 83 deletions(-)

diff --git a/dev-python/drpython/Manifest b/dev-python/drpython/Manifest
deleted file mode 100644
index d1f5e1763b4..00000000000
--- a/dev-python/drpython/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST DrPython_3.11.4.zip 824982 BLAKE2B 
b160a8c65e8aa0f9a7b2b753fc325456f732d5ed5ea9743e6a5108f5a7c616a2c3af02032716565bb1ef08bc2e28d65492a29fa58a21183fe33f9e1a830d523f
 SHA512 
13943eb28d7155e99e0ffb57903ddde25c964c908ac848f14041c456bc6aa71bab7cad1101e489c09ba5efb5af35e33895a518021bb607f5047844927bcebf2b

diff --git a/dev-python/drpython/drpython-3.11.4.ebuild 
b/dev-python/drpython/drpython-3.11.4.ebuild
deleted file mode 100644
index f59c877bf5d..00000000000
--- a/dev-python/drpython/drpython-3.11.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="DrPython"
-MY_P="${MY_PN}_${PV}"
-
-DESCRIPTION="A powerful cross-platform IDE for Python"
-HOMEPAGE="http://drpython.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc x86"
-IUSE=""
-
-RDEPEND=">=dev-python/wxpython-2.6"
-DEPEND="${RDEPEND}
-       app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-PAYTCHES=( "${FILESDIR}/${PN}-165-wxversion.patch" )
-
-python_prepare_all() {
-       sed \
-               -e "/'drpython.pyw', 'drpython.lin'/d" \
-               -e "/scripts=\['postinst.py'\],/d" \
-               -i setup.py || die "sed failed"
-       sed -e "s/arguments)c/arguments)/" -i 
examples/DrScript/SetTerminalArgs.py || die "sed failed"
-       distutils-r1_python_prepare_all
-}
-
-python_install() {
-       make_wrapper drpython "${PYTHON}" 
$(python_get_sitedir)/${PN}/drpython.py
-       distutils-r1_python_install
-}
-
-pkg_postinst() {
-       elog "DrPython plugins are available on DrPython homepage:"
-       elog 
"https://sourceforge.net/projects/drpython/files/DrPython%20Plugins/";
-}

diff --git a/dev-python/drpython/files/drpython-165-wxversion.patch 
b/dev-python/drpython/files/drpython-165-wxversion.patch
deleted file mode 100644
index bab247c2110..00000000000
--- a/dev-python/drpython/files/drpython-165-wxversion.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur drpython-orig/drpython_wx26.py drpython/drpython_wx26.py
---- drpython_wx26.py   2007-03-23 19:20:02.000000000 -0600
-+++ drpython_wx26.py   2007-12-03 18:36:01.000000000 -0600
-@@ -34,7 +34,7 @@
- 
- ## testfile for older version
- import wxversion
--wxversion.select("2.60-msw-ansi")
-+wxversion.select("2.6")
- 
- if __name__ == '__main__':
-     import drpython

diff --git a/dev-python/drpython/metadata.xml b/dev-python/drpython/metadata.xml
deleted file mode 100644
index ac5d572905b..00000000000
--- a/dev-python/drpython/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Python</name>
-       </maintainer>
-       <longdescription>
-DrPython is a highly customizable, simple, and clean  
-editing environment for developing Python  programs. It 
-is intended primarily for use in schools, and is a tribute to 
-DrScheme.
-</longdescription>
-       <longdescription lang="ja">
-DrPythonはPython言語プログラム用の、柔軟で、簡単で、安定した開発環境です。DrSchemeに触発され、学校での教材となる事が念頭にあります。
-</longdescription>
-       <upstream>
-               <remote-id type="sourceforge">drpython</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 5f221944aa3..d0815d8290f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -154,10 +154,6 @@ app-emulation/rkt
 lxde-base/lxshortcut
 lxde-base/lxsession-edit
 
-# Virgil Dupras <[email protected]> (24 May 2019)
-# py2 only, dead upstream, removal in 30 days. Bug #686668
-dev-python/drpython
-
 # Patrick Lauer <[email protected]> (23 May 2019)
 # PostgreSQL beta and release candidate releases are pre-release testing
 # versions, not meant for production use. They are feature-frozen, and are

Reply via email to