diff options
author | 2017-02-18 20:44:59 +0100 | |
---|---|---|
committer | 2017-02-18 21:37:28 +0100 | |
commit | 741146f2288becf24cf78eeb692caf36cc71c6fe (patch) | |
tree | e16a7b3668e2da77907239a6a232379ccd608daf | |
parent | x11-apps/python-whiteboard: Port to python-single-r1 (diff) | |
download | gentoo-741146f2288becf24cf78eeb692caf36cc71c6fe.tar.gz gentoo-741146f2288becf24cf78eeb692caf36cc71c6fe.tar.bz2 gentoo-741146f2288becf24cf78eeb692caf36cc71c6fe.zip |
x11-apps/python-whiteboard: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | x11-apps/python-whiteboard/python-whiteboard-20101012.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-apps/python-whiteboard/python-whiteboard-20101012.ebuild b/x11-apps/python-whiteboard/python-whiteboard-20101012.ebuild deleted file mode 100644 index a8ad7ef966a2..000000000000 --- a/x11-apps/python-whiteboard/python-whiteboard-20101012.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -inherit python multilib - -SRC_URI="https://dev.gentoo.org/~lxnay/${PN}/${P}.tar.bz2" - -KEYWORDS="~x86 ~amd64" -DESCRIPTION="Build and operate a electronic whiteboard Wiimote and IR Pen" -HOMEPAGE="https://github.com/pnegre/python-whiteboard" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -RDEPEND="app-misc/cwiid[python] - dev-python/numpy - dev-python/pybluez - dev-python/PyQt4 - dev-python/python-xlib" -DEPEND="${RDEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} - -pkg_postinst() { - python_mod_optimize "/usr/$(get_libdir)/${PN}" -} - -pkg_postrm() { - python_mod_cleanup "/usr/$(get_libdir)/${PN}" -} |