Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, x11-misc/obmenu/
Date: Sun, 31 May 2020 10:07:54
Message-Id: 1590919622.488c0778b6afbcb4eef30d8d06d727e761626c86.mgorny@gentoo
1 commit: 488c0778b6afbcb4eef30d8d06d727e761626c86
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:04:30 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:07:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488c0778
7
8 x11-misc/obmenu: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/708140
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 6 ------
14 x11-misc/obmenu/Manifest | 1 -
15 x11-misc/obmenu/metadata.xml | 8 --------
16 x11-misc/obmenu/obmenu-1.0-r1.ebuild | 16 ----------------
17 4 files changed, 31 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 4ae2a4414e5..a7824071aac 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -394,12 +394,6 @@ dev-python/parsley
24 # Removal in 30 days. Bug #719296.
25 dev-python/paramunittest
26
27 -# Michał Górny <mgorny@g.o> (2020-04-24)
28 -# Stuck on Python 2. Last release of obmenu in 2006, obtheme in 2013.
29 -# Require dead dev-python/pygtk.
30 -# Removal in 30 days. Bug #708140.
31 -x11-misc/obmenu
32 -
33 # Michał Górny <mgorny@g.o> (2020-04-22)
34 # Effectively unmaintained and stuck on Python 3.6.
35 #
36
37 diff --git a/x11-misc/obmenu/Manifest b/x11-misc/obmenu/Manifest
38 deleted file mode 100644
39 index 9f2a57bcf91..00000000000
40 --- a/x11-misc/obmenu/Manifest
41 +++ /dev/null
42 @@ -1 +0,0 @@
43 -DIST obmenu-1.0.tar.gz 26375 BLAKE2B 1667cebcce4308777c2ae049a43bc2dd1a9b02eb9c6f78692d2f91fca336d6e6ee096ff4529856ce89fd12a13649c895787cdbc488f4f9d3ab8e78367d9474ed SHA512 64f36c5847c9e20ad989ba1e5a1fd780e420ad52ed3c188b06910a5bebb54373ad6b826621916fbcb1f900a34569f1d7c484094de99a227ed31cd2ff87ef78c5
44
45 diff --git a/x11-misc/obmenu/metadata.xml b/x11-misc/obmenu/metadata.xml
46 deleted file mode 100644
47 index 3db4c15a38e..00000000000
48 --- a/x11-misc/obmenu/metadata.xml
49 +++ /dev/null
50 @@ -1,8 +0,0 @@
51 -<?xml version="1.0" encoding="UTF-8"?>
52 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 -<pkgmetadata>
54 - <!-- maintainer-needed -->
55 - <upstream>
56 - <remote-id type="sourceforge">obmenu</remote-id>
57 - </upstream>
58 -</pkgmetadata>
59
60 diff --git a/x11-misc/obmenu/obmenu-1.0-r1.ebuild b/x11-misc/obmenu/obmenu-1.0-r1.ebuild
61 deleted file mode 100644
62 index b595f0e3ad7..00000000000
63 --- a/x11-misc/obmenu/obmenu-1.0-r1.ebuild
64 +++ /dev/null
65 @@ -1,16 +0,0 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=5
70 -PYTHON_COMPAT=( python2_7 )
71 -inherit distutils-r1
72 -
73 -DESCRIPTION="Menu editor designed for openbox"
74 -HOMEPAGE="http://obmenu.sourceforge.net/"
75 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
76 -
77 -LICENSE="GPL-2"
78 -SLOT="0"
79 -KEYWORDS="amd64 ppc ppc64 x86"
80 -
81 -RDEPEND="dev-python/pygtk"