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/obtheme/
Date: Sun, 31 May 2020 10:07:54
Message-Id: 1590919621.0ad950fbeb2d37566989970bdf8766509535f744.mgorny@gentoo
1 commit: 0ad950fbeb2d37566989970bdf8766509535f744
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:03:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:07:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad950fb
7
8 x11-misc/obtheme: 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 | 1 -
14 x11-misc/obtheme/Manifest | 1 -
15 x11-misc/obtheme/metadata.xml | 8 --------
16 x11-misc/obtheme/obtheme-2013.2.20.2.ebuild | 31 -----------------------------
17 4 files changed, 41 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index c2184417abf..4ae2a4414e5 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -399,7 +399,6 @@ dev-python/paramunittest
24 # Require dead dev-python/pygtk.
25 # Removal in 30 days. Bug #708140.
26 x11-misc/obmenu
27 -x11-misc/obtheme
28
29 # Michał Górny <mgorny@g.o> (2020-04-22)
30 # Effectively unmaintained and stuck on Python 3.6.
31
32 diff --git a/x11-misc/obtheme/Manifest b/x11-misc/obtheme/Manifest
33 deleted file mode 100644
34 index 69d92959cd5..00000000000
35 --- a/x11-misc/obtheme/Manifest
36 +++ /dev/null
37 @@ -1 +0,0 @@
38 -DIST obtheme-2013.2.20.2.tar.xz 25080 BLAKE2B 5828a20a94825d5a858a1bbe9695c7c08e1b81b5368ee998d4f295874a9a968a346156adbba2d2446e64bc656c91c2f69e88cf315f100cb6dc58849704d810a3 SHA512 5e7d1d187c0d5f3e6851b3a09be9aeed3b2708277940abd19efba4a501bf3ab20e0307f51e4b63e33ba07d301abf41607cec7074b3e478c9c5e6b065b3773f77
39
40 diff --git a/x11-misc/obtheme/metadata.xml b/x11-misc/obtheme/metadata.xml
41 deleted file mode 100644
42 index 2ba8e9e851e..00000000000
43 --- a/x11-misc/obtheme/metadata.xml
44 +++ /dev/null
45 @@ -1,8 +0,0 @@
46 -<?xml version="1.0" encoding="UTF-8"?>
47 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
48 -<pkgmetadata>
49 - <maintainer type="project">
50 - <email>desktop-misc@g.o</email>
51 - <name>Gentoo Desktop Miscellaneous Project</name>
52 - </maintainer>
53 -</pkgmetadata>
54
55 diff --git a/x11-misc/obtheme/obtheme-2013.2.20.2.ebuild b/x11-misc/obtheme/obtheme-2013.2.20.2.ebuild
56 deleted file mode 100644
57 index 3913afadb96..00000000000
58 --- a/x11-misc/obtheme/obtheme-2013.2.20.2.ebuild
59 +++ /dev/null
60 @@ -1,31 +0,0 @@
61 -# Copyright 1999-2017 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=5
65 -
66 -PYTHON_COMPAT=( python2_7 )
67 -
68 -inherit eutils python-r1
69 -
70 -DESCRIPTION="A gui theme editor for openbox"
71 -HOMEPAGE="http://xyne.archlinux.ca/projects/obtheme/"
72 -SRC_URI="http://xyne.archlinux.ca/projects/obtheme/src/${P}.tar.xz"
73 -
74 -LICENSE="GPL-2"
75 -SLOT="0"
76 -KEYWORDS="amd64 x86"
77 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
78 -
79 -RDEPEND="
80 - ${PYTHON_DEPS}
81 - dev-python/pygobject:2[${PYTHON_USEDEP}]
82 - dev-python/pygtk:2[${PYTHON_USEDEP}]
83 - dev-python/fuse-python
84 - x11-libs/gtk+:2
85 -"
86 -
87 -src_install() {
88 - python_foreach_impl python_doscript ${PN}
89 - domenu ${PN}.desktop
90 - dodoc README CHANGELOG
91 -}