commit: 7aac125cafc5d966a5516a756aec0f5dba87ef20 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Oct 20 15:47:32 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Oct 20 15:52:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aac125c
dev-python/pyogg: Remove last-rited pkg Closes: https://bugs.gentoo.org/743727 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pyogg/Manifest | 1 - dev-python/pyogg/metadata.xml | 8 -------- dev-python/pyogg/pyogg-1.3-r2.ebuild | 34 ---------------------------------- profiles/package.mask | 5 ----- 4 files changed, 48 deletions(-) diff --git a/dev-python/pyogg/Manifest b/dev-python/pyogg/Manifest deleted file mode 100644 index 6936b42048f..00000000000 --- a/dev-python/pyogg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyogg-1.3-r1.tar.gz 24094 BLAKE2B 5d9819d744564d99570cd43957c182e6bd7630c8447e44029357cd182bf9a4838a593f7de3bcdcc352c8ec99bfd7b80c6cc418608e4d5075804a73fe811b6e2a SHA512 aac8ac880080b3a0b7008fd52115b0790892a41abc36155fbd7b6b363f0bb0ed14b2c839cafe28233f17fed34f1511d3218db09df728bab6510c7f81e028577f diff --git a/dev-python/pyogg/metadata.xml b/dev-python/pyogg/metadata.xml deleted file mode 100644 index 9e5274c5b4a..00000000000 --- a/dev-python/pyogg/metadata.xml +++ /dev/null @@ -1,8 +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> -</pkgmetadata> diff --git a/dev-python/pyogg/pyogg-1.3-r2.ebuild b/dev-python/pyogg/pyogg-1.3-r2.ebuild deleted file mode 100644 index e751db744db..00000000000 --- a/dev-python/pyogg/pyogg-1.3-r2.ebuild +++ /dev/null @@ -1,34 +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 toolchain-funcs - -DESCRIPTION="Python bindings for the ogg library" -HOMEPAGE="http://www.andrewchatham.com/pyogg/" -# Grumble. They changed the tarball without changing the name.. -#SRC_URI="http://www.andrewchatham.com/pyogg/download/${P}.tar.gz" -SRC_URI="mirror://gentoo/${P}-r1.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND=">=media-libs/libogg-1.0" -RDEPEND="${DEPEND}" - -DOCS=( COPYING ChangeLog ) - -python_configure_all() { - tc-export CC - "${PYTHON}" config_unix.py --prefix /usr || die "Configuration failed" -} - -python_install_all() { - distutils-r1_python_install_all - insinto /usr/share/doc/${PF}/examples - doins test/* -} diff --git a/profiles/package.mask b/profiles/package.mask index 83525802242..9a56f94b82a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -319,11 +319,6 @@ x11-misc/ipager # Removal in 30 days. Bug #735396. media-tv/plex-media-server -# Michał Górny <[email protected]> (2020-09-20) -# Obsolete Python 2 packages with no revdeps. -# Removal in 30 days. Bug #743727. -dev-python/pyogg - # Michał Górny <[email protected]> (2020-09-09) # These packages (or package versions) still require Python 2.7. # They are either dead upstream, their Python 3 porting efforts are
