commit: 488c0778b6afbcb4eef30d8d06d727e761626c86 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 31 10:04:30 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 31 10:07:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488c0778
x11-misc/obmenu: Remove last-rited pkg Closes: https://bugs.gentoo.org/708140 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 6 ------ x11-misc/obmenu/Manifest | 1 - x11-misc/obmenu/metadata.xml | 8 -------- x11-misc/obmenu/obmenu-1.0-r1.ebuild | 16 ---------------- 4 files changed, 31 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 4ae2a4414e5..a7824071aac 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -394,12 +394,6 @@ dev-python/parsley # Removal in 30 days. Bug #719296. dev-python/paramunittest -# Michał Górny <[email protected]> (2020-04-24) -# Stuck on Python 2. Last release of obmenu in 2006, obtheme in 2013. -# Require dead dev-python/pygtk. -# Removal in 30 days. Bug #708140. -x11-misc/obmenu - # Michał Górny <[email protected]> (2020-04-22) # Effectively unmaintained and stuck on Python 3.6. # diff --git a/x11-misc/obmenu/Manifest b/x11-misc/obmenu/Manifest deleted file mode 100644 index 9f2a57bcf91..00000000000 --- a/x11-misc/obmenu/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST obmenu-1.0.tar.gz 26375 BLAKE2B 1667cebcce4308777c2ae049a43bc2dd1a9b02eb9c6f78692d2f91fca336d6e6ee096ff4529856ce89fd12a13649c895787cdbc488f4f9d3ab8e78367d9474ed SHA512 64f36c5847c9e20ad989ba1e5a1fd780e420ad52ed3c188b06910a5bebb54373ad6b826621916fbcb1f900a34569f1d7c484094de99a227ed31cd2ff87ef78c5 diff --git a/x11-misc/obmenu/metadata.xml b/x11-misc/obmenu/metadata.xml deleted file mode 100644 index 3db4c15a38e..00000000000 --- a/x11-misc/obmenu/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-needed --> - <upstream> - <remote-id type="sourceforge">obmenu</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-misc/obmenu/obmenu-1.0-r1.ebuild b/x11-misc/obmenu/obmenu-1.0-r1.ebuild deleted file mode 100644 index b595f0e3ad7..00000000000 --- a/x11-misc/obmenu/obmenu-1.0-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 - -DESCRIPTION="Menu editor designed for openbox" -HOMEPAGE="http://obmenu.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" - -RDEPEND="dev-python/pygtk"
