summaryrefslogtreecommitdiff
path: root/x11-misc/icewmcp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
commitf516638b7fe9592837389826a6152a7e1b251c54 (patch)
tree8bfecb640b7b6403d7a3d662d923eed630033da7 /x11-misc/icewmcp
parent1a61119f9f7b057830e2ce0563f913ec86f282ad (diff)
gentoo resync : 30.05.2020
Diffstat (limited to 'x11-misc/icewmcp')
-rw-r--r--x11-misc/icewmcp/Manifest3
-rw-r--r--x11-misc/icewmcp/icewmcp-3.2-r4.ebuild63
-rw-r--r--x11-misc/icewmcp/metadata.xml11
3 files changed, 0 insertions, 77 deletions
diff --git a/x11-misc/icewmcp/Manifest b/x11-misc/icewmcp/Manifest
deleted file mode 100644
index 2c80058b191d..000000000000
--- a/x11-misc/icewmcp/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST IceWMControlPanel-3.2.tar.bz2 586044 BLAKE2B cedf4156548deaacd8c114cd372c1b55a375851b52de124622deac202777730f9fd5096c711b87c7bb6aeb5bec3448185690ca5f8f26209f400b7c5a3246a829 SHA512 017b257bb30c49eb0b13a9570df70f6f8ccb55087121440cd1331f8364ddc6c23fae26c98bae1bd831f2a9fc52bef531cab9313f3e2ea209ce26d776ee64c47e
-EBUILD icewmcp-3.2-r4.ebuild 1474 BLAKE2B faf05a8f52225538b975ac6ac5a776154077d880e126e087bd81aab6c9b604004993cb87b9c28029f805c2137b3a39bda62fc265f61dd66f6211d638ff01a38b SHA512 171152837a999c2afed9f40cbde6fe6a165f4269d5134db466a7aaec12e5048dc17ff7a93c572f8a5afc173fb02cc7b121c88e6f89e4d751d311ef236be9bcfc
-MISC metadata.xml 361 BLAKE2B 175f971e5b3aab6d05312ef598d8330b7a1ea524d6aff192aefbc109b7f49392b08e87b75531c3cdc87b880df2bc0f51fd12ce1fd1d35373a9b9be0296683ffd SHA512 aecb95a7b415e6ca55502d8bc3e1204fcd50b1d44045ba51d753b074050f4b757c48647d8d5e21fe7c9f8be23019b836eb972af4772efab8a28c4f957f7d1302
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>