From 7cff2c94df77c3320c1a261688804c0f1c02e4fd Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Thu, 12 Oct 2017 23:20:32 +1100 Subject: x11-apps/python-whiteboard: remove last rited package --- x11-apps/python-whiteboard/Manifest | 1 - ...python-whiteboard-20101012-fix-desktop-qa.patch | 14 --------- x11-apps/python-whiteboard/metadata.xml | 17 ---------- .../python-whiteboard-20101012-r1.ebuild | 36 ---------------------- 4 files changed, 68 deletions(-) delete mode 100644 x11-apps/python-whiteboard/Manifest delete mode 100644 x11-apps/python-whiteboard/files/python-whiteboard-20101012-fix-desktop-qa.patch delete mode 100644 x11-apps/python-whiteboard/metadata.xml delete mode 100644 x11-apps/python-whiteboard/python-whiteboard-20101012-r1.ebuild (limited to 'x11-apps') diff --git a/x11-apps/python-whiteboard/Manifest b/x11-apps/python-whiteboard/Manifest deleted file mode 100644 index 9df637f6f330..000000000000 --- a/x11-apps/python-whiteboard/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-whiteboard-20101012.tar.bz2 131944 SHA256 0270ab3f636ba079261a6e9e093fd5f622e91b07399d4773c050c8904db61630 SHA512 8ed31e7996df2562ae3931aeb822afa477079ff04d545eae145938535c988ed32ccc616eb93c2cfeb21b585cc1bf8914bbdf0be5755b0660183411c6b2a8d33a WHIRLPOOL da68f4ac6501e6f578b2dfb6bd548acc67f97cc5512c58ee9466ba84303e6cc9fad74458c43fa526eac5839fc7cb17904f36d7f4cf8815873a11451a9119c34c diff --git a/x11-apps/python-whiteboard/files/python-whiteboard-20101012-fix-desktop-qa.patch b/x11-apps/python-whiteboard/files/python-whiteboard-20101012-fix-desktop-qa.patch deleted file mode 100644 index c27b88b767ec..000000000000 --- a/x11-apps/python-whiteboard/files/python-whiteboard-20101012-fix-desktop-qa.patch +++ /dev/null @@ -1,14 +0,0 @@ -Fix .desktop file to adhere to modern FDO standards. - ---- a/dist/python-whiteboard.desktop -+++ b/dist/python-whiteboard.desktop -@@ -3,7 +3,7 @@ - Type=Application - Encoding=UTF-8 - Name=python-whiteboard --Icon=pywb_pixmap.xpm -+Icon=pywb_pixmap - Exec=/usr/bin/python-whiteboard --Categories=Application;Education -+Categories=Education - diff --git a/x11-apps/python-whiteboard/metadata.xml b/x11-apps/python-whiteboard/metadata.xml deleted file mode 100644 index c92a76cc49be..000000000000 --- a/x11-apps/python-whiteboard/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - Build and operate an electronic whiteboard using gnu/linux, a wiimote and an IR pen. - - - - Pietro Pilloli - - https://github.com/pnegre/python-whiteboard/commits/master - https://github.com/pnegre/python-whiteboard/wiki - https://groups.google.com/group/python-whiteboard - pnegre/python-whiteboard - - diff --git a/x11-apps/python-whiteboard/python-whiteboard-20101012-r1.ebuild b/x11-apps/python-whiteboard/python-whiteboard-20101012-r1.ebuild deleted file mode 100644 index 4b51a6b45165..000000000000 --- a/x11-apps/python-whiteboard/python-whiteboard-20101012-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="Build and operate a electronic whiteboard Wiimote and IR Pen" -HOMEPAGE="https://github.com/pnegre/python-whiteboard" -SRC_URI="https://dev.gentoo.org/~lxnay/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - app-misc/cwiid[python,${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pybluez[${PYTHON_USEDEP}] - dev-python/PyQt4[${PYTHON_USEDEP}] - dev-python/python-xlib[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${PN}-20101012-fix-desktop-qa.patch ) - -src_install() { - default - - # install correctly in python sitedir - python_domodule "${ED%/}"/usr/lib/python-whiteboard - rm -r "${ED%/}"/usr/lib || die -} -- cgit v1.2.3-65-gdbad