commit:     411444a72db93a795358f30124916c00b8009b93
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 07:59:25 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 07:59:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411444a7

dev-python/pyode: Remove last-rited pkg

Closes: https://bugs.gentoo.org/730328
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyode/Manifest                        |  1 -
 dev-python/pyode/metadata.xml                    | 11 ------
 dev-python/pyode/pyode-1.2.0_p20100322-r1.ebuild | 43 ------------------------
 profiles/package.mask                            |  5 ---
 4 files changed, 60 deletions(-)

diff --git a/dev-python/pyode/Manifest b/dev-python/pyode/Manifest
deleted file mode 100644
index 18b5d69da1a..00000000000
--- a/dev-python/pyode/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PyODE-snapshot-2010-03-22.tar.bz2 55651 BLAKE2B 
4ef1337f4a4c7e2bcbece57af0eff4d2da08dce1ad63d6772fe76a473559a7b102c8282ada3abf2add2b78e8609ca3fc3d67e3f520bdda4186ff6a854b4a5012
 SHA512 
fd9457d9a9c42a5e9834ce45886d6b57c9ecfdc68868353d986fa219eb57246d4dc175ca5d12c876c359c5bdac5bcdaf6dfc2ee65fff52f53337b1d10458e54c

diff --git a/dev-python/pyode/metadata.xml b/dev-python/pyode/metadata.xml
deleted file mode 100644
index d379d56a54f..00000000000
--- a/dev-python/pyode/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>pyt...@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="sourceforge">pyode</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/pyode/pyode-1.2.0_p20100322-r1.ebuild 
b/dev-python/pyode/pyode-1.2.0_p20100322-r1.ebuild
deleted file mode 100644
index 3b8fa61d3bb..00000000000
--- a/dev-python/pyode/pyode-1.2.0_p20100322-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-MY_P="${P/pyode/PyODE}"
-SNAPSHOT_DATE="2010-03-22"     # This is a snapshot
-
-DESCRIPTION="Python bindings to the ODE physics engine"
-HOMEPAGE="http://pyode.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/PyODE-snapshot-${SNAPSHOT_DATE}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-RDEPEND=">=dev-games/ode-0.7
-       >=dev-python/pyrex-0.9.4.1[${PYTHON_USEDEP}]"
-DEPEND=${RDEPEND}
-
-S=${WORKDIR}/PyODE-snapshot-${SNAPSHOT_DATE}
-
-python_compile() {
-       python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
-       distutils-r1_python_compile
-}
-
-src_install() {
-       distutils-r1_src_install
-
-       # The build system doesnt error if it fails to build
-       # the ode library so we need our own sanity check
-       [[ -n $(find "${D}" -name ode.so) ]] || die "ode.so is missing"
-
-       if use examples; then
-               docompress -x /usr/share/doc/${PF}/examples
-               insinto /usr/share/doc/${PF}
-               doins -r examples
-       fi
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 5603b0e8203..37ad33632a1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -761,11 +761,6 @@ dev-python/pyvorbis
 # Removal in 30 days
 dev-python/pyrex
 
-# Aaron Bauman <b...@gentoo.org> (2020-08-01)
-# Py2 only. Dead upstream. Fails to build
-# Removal in 30 days. Bug #662572,#730328
-dev-python/pyode
-
 # Aaron Bauman <b...@gentoo.org> (2020-08-01)
 # Py2 only. Last upstream release 2013.
 # Removal in 30 days. Last 2 have deps on cddb.

Reply via email to