diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-29 21:46:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-30 00:11:35 +0200 |
commit | a1344cc872147bf589d31d351c3ecf9c02e1744c (patch) | |
tree | dece4623d514e8c8938328f4ea1cdf84714540ab /x11-misc | |
parent | dev-embedded/pk2-la: Remove last-rited package (diff) | |
download | gentoo-a1344cc872147bf589d31d351c3ecf9c02e1744c.tar.gz gentoo-a1344cc872147bf589d31d351c3ecf9c02e1744c.tar.bz2 gentoo-a1344cc872147bf589d31d351c3ecf9c02e1744c.zip |
x11-misc/icewmcp: Remove last-rited package
Closes: https://bugs.gentoo.org/708138
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/icewmcp/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/icewmcp/icewmcp-3.2-r4.ebuild | 63 | ||||
-rw-r--r-- | x11-misc/icewmcp/metadata.xml | 11 |
3 files changed, 0 insertions, 75 deletions
diff --git a/x11-misc/icewmcp/Manifest b/x11-misc/icewmcp/Manifest deleted file mode 100644 index 19445ffd8d88..000000000000 --- a/x11-misc/icewmcp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST IceWMControlPanel-3.2.tar.bz2 586044 BLAKE2B cedf4156548deaacd8c114cd372c1b55a375851b52de124622deac202777730f9fd5096c711b87c7bb6aeb5bec3448185690ca5f8f26209f400b7c5a3246a829 SHA512 017b257bb30c49eb0b13a9570df70f6f8ccb55087121440cd1331f8364ddc6c23fae26c98bae1bd831f2a9fc52bef531cab9313f3e2ea209ce26d776ee64c47e diff --git a/x11-misc/icewmcp/icewmcp-3.2-r4.ebuild b/x11-misc/icewmcp/icewmcp-3.2-r4.ebuild deleted file mode 100644 index 7304b1186c53..000000000000 --- a/x11-misc/icewmcp/icewmcp-3.2-r4.ebuild +++ /dev/null @@ -1,63 +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 multilib python-single-r1 - -MY_PN=IceWMControlPanel -DESCRIPTION="A complete control panel for IceWM using gtk & python" -HOMEPAGE="http://icesoundmanager.sourceforge.net/index.php" -SRC_URI="mirror://sourceforge/icesoundmanager/${MY_PN}-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND=" - ${PYTHON_DEPS} - dev-python/pygtk:2 - x11-libs/gtk+:2 - x11-wm/icewm -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/INSTALL-IceWMCP - -src_prepare() { - rm -rf licenses - mv doc .. || die -} - -src_install() { - local dest="/usr/$(get_libdir)/${P}" - insinto ${dest} - doins -r * - - local w wraps=( - "IceWMCP.py IceWMCP" - "IceWMCPKeyboard.py IceWMCP-Keyboard" - "IceWMCPMouse.py IceWMCP-Mouse" - "pyspool.py IceWMCP-PySpool" - "IceWMCPWallpaper.py IceWMCP-Wallpaper" - "IceWMCPWinOptions.py IceWMCP-WinOptions" - "phrozenclock.py PhrozenClock" - "icesound.py IceSoundManager" - "IceWMCP_GtkPCCard.py GtkPCCard" - "IceMe.py iceme" - "icepref.py icepref" - "icepref_td.py icepref_td" - "IceWMCPGtkIconSelection.py IceWMCP-Icons" - "IceWMCPEnergyStar.py IceWMCP-EnergyStar" - ) - for w in "${wraps[@]}" ; do - set -- ${w} - printf '#!/bin/sh\nexec %s %s/%s\n' "${EPYTHON}" "${dest}" "$1" > "${T}"/$2 - dobin "${T}"/$2 - done - - dodoc ../doc/*.txt - dohtml ../doc/*.html - python_optimize "${D}/${dest}" -} diff --git a/x11-misc/icewmcp/metadata.xml b/x11-misc/icewmcp/metadata.xml deleted file mode 100644 index a2abf8b200e4..000000000000 --- a/x11-misc/icewmcp/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>desktop-misc@gentoo.org</email> - <name>Gentoo Desktop Miscellaneous Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">icesoundmanager</remote-id> - </upstream> -</pkgmetadata> |