commit:     7cff2c94df77c3320c1a261688804c0f1c02e4fd
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 12:20:32 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 12:28:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cff2c94

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(-)

diff --git a/x11-apps/python-whiteboard/Manifest 
b/x11-apps/python-whiteboard/Manifest
deleted file mode 100644
index 9df637f6f33..00000000000
--- 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 c27b88b767e..00000000000
--- 
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 c92a76cc49b..00000000000
--- 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 4b51a6b4516..00000000000
--- 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
-}

Reply via email to