Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, x11-misc/icewmcp/
Date: Fri, 29 May 2020 22:12:53
Message-Id: 1590790295.a1344cc872147bf589d31d351c3ecf9c02e1744c.asturm@gentoo
1 commit: a1344cc872147bf589d31d351c3ecf9c02e1744c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 29 19:46:47 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 22:11:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1344cc8
7
8 x11-misc/icewmcp: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/708138
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 profiles/package.mask | 5 ---
14 x11-misc/icewmcp/Manifest | 1 -
15 x11-misc/icewmcp/icewmcp-3.2-r4.ebuild | 63 ----------------------------------
16 x11-misc/icewmcp/metadata.xml | 11 ------
17 4 files changed, 80 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index b580fe9d409..3f70c95c1a1 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -209,11 +209,6 @@ net-firewall/ufw-frontends
24 # Stuck on Python 2 and pygtk. Masked for removal in 30 days.
25 x11-misc/wbarconf
26
27 -# Andreas Sturmlechner <asturm@g.o> (2020-04-30)
28 -# Maintainer timeout, unmaintained upstream, last release in 2005, bug #708138
29 -# Stuck on Python 2 and pygtk. Masked for removal in 30 days.
30 -x11-misc/icewmcp
31 -
32 # Matt Turner <mattst88@g.o> (2020-04-29)
33 # Masked for testing
34 >=dev-libs/gjs-1.64
35
36 diff --git a/x11-misc/icewmcp/Manifest b/x11-misc/icewmcp/Manifest
37 deleted file mode 100644
38 index 19445ffd8d8..00000000000
39 --- a/x11-misc/icewmcp/Manifest
40 +++ /dev/null
41 @@ -1 +0,0 @@
42 -DIST IceWMControlPanel-3.2.tar.bz2 586044 BLAKE2B cedf4156548deaacd8c114cd372c1b55a375851b52de124622deac202777730f9fd5096c711b87c7bb6aeb5bec3448185690ca5f8f26209f400b7c5a3246a829 SHA512 017b257bb30c49eb0b13a9570df70f6f8ccb55087121440cd1331f8364ddc6c23fae26c98bae1bd831f2a9fc52bef531cab9313f3e2ea209ce26d776ee64c47e
43
44 diff --git a/x11-misc/icewmcp/icewmcp-3.2-r4.ebuild b/x11-misc/icewmcp/icewmcp-3.2-r4.ebuild
45 deleted file mode 100644
46 index 7304b1186c5..00000000000
47 --- a/x11-misc/icewmcp/icewmcp-3.2-r4.ebuild
48 +++ /dev/null
49 @@ -1,63 +0,0 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -PYTHON_COMPAT=( python2_7 )
55 -inherit multilib python-single-r1
56 -
57 -MY_PN=IceWMControlPanel
58 -DESCRIPTION="A complete control panel for IceWM using gtk & python"
59 -HOMEPAGE="http://icesoundmanager.sourceforge.net/index.php"
60 -SRC_URI="mirror://sourceforge/icesoundmanager/${MY_PN}-${PV}.tar.bz2"
61 -
62 -LICENSE="GPL-2"
63 -SLOT="0"
64 -KEYWORDS="amd64 ~ppc x86"
65 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
66 -
67 -DEPEND="
68 - ${PYTHON_DEPS}
69 - dev-python/pygtk:2
70 - x11-libs/gtk+:2
71 - x11-wm/icewm
72 -"
73 -RDEPEND="${DEPEND}"
74 -
75 -S=${WORKDIR}/INSTALL-IceWMCP
76 -
77 -src_prepare() {
78 - rm -rf licenses
79 - mv doc .. || die
80 -}
81 -
82 -src_install() {
83 - local dest="/usr/$(get_libdir)/${P}"
84 - insinto ${dest}
85 - doins -r *
86 -
87 - local w wraps=(
88 - "IceWMCP.py IceWMCP"
89 - "IceWMCPKeyboard.py IceWMCP-Keyboard"
90 - "IceWMCPMouse.py IceWMCP-Mouse"
91 - "pyspool.py IceWMCP-PySpool"
92 - "IceWMCPWallpaper.py IceWMCP-Wallpaper"
93 - "IceWMCPWinOptions.py IceWMCP-WinOptions"
94 - "phrozenclock.py PhrozenClock"
95 - "icesound.py IceSoundManager"
96 - "IceWMCP_GtkPCCard.py GtkPCCard"
97 - "IceMe.py iceme"
98 - "icepref.py icepref"
99 - "icepref_td.py icepref_td"
100 - "IceWMCPGtkIconSelection.py IceWMCP-Icons"
101 - "IceWMCPEnergyStar.py IceWMCP-EnergyStar"
102 - )
103 - for w in "${wraps[@]}" ; do
104 - set -- ${w}
105 - printf '#!/bin/sh\nexec %s %s/%s\n' "${EPYTHON}" "${dest}" "$1" > "${T}"/$2
106 - dobin "${T}"/$2
107 - done
108 -
109 - dodoc ../doc/*.txt
110 - dohtml ../doc/*.html
111 - python_optimize "${D}/${dest}"
112 -}
113
114 diff --git a/x11-misc/icewmcp/metadata.xml b/x11-misc/icewmcp/metadata.xml
115 deleted file mode 100644
116 index a2abf8b200e..00000000000
117 --- a/x11-misc/icewmcp/metadata.xml
118 +++ /dev/null
119 @@ -1,11 +0,0 @@
120 -<?xml version="1.0" encoding="UTF-8"?>
121 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
122 -<pkgmetadata>
123 - <maintainer type="project">
124 - <email>desktop-misc@g.o</email>
125 - <name>Gentoo Desktop Miscellaneous Project</name>
126 - </maintainer>
127 - <upstream>
128 - <remote-id type="sourceforge">icesoundmanager</remote-id>
129 - </upstream>
130 -</pkgmetadata>