From d96482c2ce895ee7b9223189927bcc3cd187d59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 23 Dec 2020 10:00:11 +0100 Subject: dev-python/pyfltk: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/755623 Signed-off-by: Michał Górny --- dev-python/pyfltk/Manifest | 1 - dev-python/pyfltk/files/fltk_wrap.patch | 14 --------- dev-python/pyfltk/files/ignore-func.patch | 12 ------- dev-python/pyfltk/metadata.xml | 16 ---------- dev-python/pyfltk/pyfltk-1.3.3.ebuild | 52 ------------------------------- 5 files changed, 95 deletions(-) delete mode 100644 dev-python/pyfltk/Manifest delete mode 100644 dev-python/pyfltk/files/fltk_wrap.patch delete mode 100644 dev-python/pyfltk/files/ignore-func.patch delete mode 100644 dev-python/pyfltk/metadata.xml delete mode 100644 dev-python/pyfltk/pyfltk-1.3.3.ebuild (limited to 'dev-python') diff --git a/dev-python/pyfltk/Manifest b/dev-python/pyfltk/Manifest deleted file mode 100644 index c2ac84833869..000000000000 --- a/dev-python/pyfltk/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyFltk-1.3.3.tar.gz 946763 BLAKE2B 28798578e7a90f2c3b6d0be22241207b384643ed5269ffb4bb5940d5e8776e59ae3c2b740ba7ef61f0230e037d1b3488adf78d9af69338204df9572218ed8cab SHA512 dd4bbef8e82d455237dd085622e78e046ac522449fe63610ee5405c24d759482a89aeab07435fefb5223db78cc1f810f1eca8355afb1d0ff3e4b5e10b73bef8f diff --git a/dev-python/pyfltk/files/fltk_wrap.patch b/dev-python/pyfltk/files/fltk_wrap.patch deleted file mode 100644 index e0c7ba3a4133..000000000000 --- a/dev-python/pyfltk/files/fltk_wrap.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/python/fltk_wrap.cpp -+++ b/python/fltk_wrap.cpp -@@ -144,7 +144,9 @@ - # define _SCL_SECURE_NO_DEPRECATE - #endif - -- -+int _fl_filename_isdir_quick(const char *n) { -+ return 0; -+} - - /* Python.h has to appear first */ - #include - diff --git a/dev-python/pyfltk/files/ignore-func.patch b/dev-python/pyfltk/files/ignore-func.patch deleted file mode 100644 index 4c3ff48fce54..000000000000 --- a/dev-python/pyfltk/files/ignore-func.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://sourceforge.net/p/pyfltk/code/506/ - ---- a/swig/filename.i -+++ b/swig/filename.i -@@ -14,6 +14,7 @@ - %ignore fl_alphasort; - %ignore fl_casealphasort; - %ignore fl_casenumericsort; -+%ignore _fl_filename_isdir_quick; - - %include "FL/filename.H" - diff --git a/dev-python/pyfltk/metadata.xml b/dev-python/pyfltk/metadata.xml deleted file mode 100644 index c912ec01839e..000000000000 --- a/dev-python/pyfltk/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - python@gentoo.org - Python - - - Python wrapper for the Fast Light Tool Kit cross-platform graphical - user-interface library, using SWIG. - - - pyfltk - pyFltk - - diff --git a/dev-python/pyfltk/pyfltk-1.3.3.ebuild b/dev-python/pyfltk/pyfltk-1.3.3.ebuild deleted file mode 100644 index 5491e5461839..000000000000 --- a/dev-python/pyfltk/pyfltk-1.3.3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# FIXME: MakeSwig.py execution should be made work from pyfltk-1.1.5.ebuild - -EAPI=5 - -PYTHON_COMPAT=( python3_{6,7} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 flag-o-matic - -MY_PN="pyFltk-${PV}" -MY_P="pyFltk-${PV}_py3" - -DESCRIPTION="Python interface to Fltk library" -HOMEPAGE="http://pyfltk.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz -> ${MY_PN}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86" -IUSE="doc" - -DEPEND=" - >=x11-libs/fltk-1.3.0:1[opengl] - !dev-python/pyfltk:1 - " -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_PN} - -PATCHES=( - "${FILESDIR}"/ignore-func.patch - "${FILESDIR}"/fltk_wrap.patch - ) - -python_prepare_all() { - # Disable installation of documentation and tests. - sed -i -e '/package_data=/d' setup.py || die - - distutils-r1_python_prepare_all -} - -python_configure_all() { - append-flags -fno-strict-aliasing -} - -python_install_all() { - use doc && local HTML_DOCS=( fltk/docs/. ) - distutils-r1_python_install_all -} -- cgit v1.2.3