summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-10-12 23:20:32 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-10-12 23:28:11 +1100
commit7cff2c94df77c3320c1a261688804c0f1c02e4fd (patch)
tree1d5144da67c9d64c3ded960e30a0735012aec540 /x11-apps
parentdev-ml/ounit: bump to 2.0.5 (diff)
downloadgentoo-7cff2c94df77c3320c1a261688804c0f1c02e4fd.tar.gz
gentoo-7cff2c94df77c3320c1a261688804c0f1c02e4fd.tar.bz2
gentoo-7cff2c94df77c3320c1a261688804c0f1c02e4fd.zip
x11-apps/python-whiteboard: remove last rited package
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/python-whiteboard/Manifest1
-rw-r--r--x11-apps/python-whiteboard/files/python-whiteboard-20101012-fix-desktop-qa.patch14
-rw-r--r--x11-apps/python-whiteboard/metadata.xml17
-rw-r--r--x11-apps/python-whiteboard/python-whiteboard-20101012-r1.ebuild36
4 files changed, 0 insertions, 68 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- Build and operate an electronic whiteboard using gnu/linux, a wiimote and an IR pen.
- </longdescription>
- <upstream>
- <maintainer status="active">
- <name>Pietro Pilloli</name>
- </maintainer>
- <changelog>https://github.com/pnegre/python-whiteboard/commits/master</changelog>
- <doc>https://github.com/pnegre/python-whiteboard/wiki</doc>
- <bugs-to>https://groups.google.com/group/python-whiteboard</bugs-to>
- <remote-id type="github">pnegre/python-whiteboard</remote-id>
- </upstream>
-</pkgmetadata>
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
-}