commit:     2763da1a120c04d4ea47ba547a11b932b6df0c98
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 08:33:24 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 08:50:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2763da1a

dev-python/pyilmbase: Remove old (drop to ~x86)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyilmbase/Manifest                      |  1 -
 .../files/pyilmbase-2.3.0-fix-build-system.patch   | 48 --------------
 .../files/pyilmbase-2.3.0-link-pyimath.patch       | 13 ----
 dev-python/pyilmbase/pyilmbase-2.3.0-r2.ebuild     | 73 ----------------------
 4 files changed, 135 deletions(-)

diff --git a/dev-python/pyilmbase/Manifest b/dev-python/pyilmbase/Manifest
index 7d556826e89..fd35c16a42c 100644
--- a/dev-python/pyilmbase/Manifest
+++ b/dev-python/pyilmbase/Manifest
@@ -1,2 +1 @@
-DIST pyilmbase-2.3.0.tar.gz 524975 BLAKE2B 
7c3114921392ad29198025c672c366e6c98d2da968ed213ccfb446533b81fae4b78c687aba2108e476e16c4e97f11924799d0b0474ff3f82f17632f886bb6a39
 SHA512 
c20c26155315f2ae38efc183e5f33e2c18610365f5f1bca7a50363a005ff91c8782177293290ea037cf5f164f9b404f5710ce3cccba862e5e7f830727753589f
 DIST pyilmbase-2.5.2.tar.gz 27525326 BLAKE2B 
c48a61513457f2c04f3a512963ae27eaf154933ffe7c6ff3e2d71f27f246ae624a34dbe6f8ab500c51a56898ad0f61e6784f5cd3f9c3df591ce347b46ba4ac88
 SHA512 
62f98695cf56600303db9c2d13d34cacc1851a103d8ffb7e7ce8c6d9d14e6bf02804836c718ae03e8d685ef3dda0cf7b2130e2d363f8095b22a15bf30d706fab

diff --git a/dev-python/pyilmbase/files/pyilmbase-2.3.0-fix-build-system.patch 
b/dev-python/pyilmbase/files/pyilmbase-2.3.0-fix-build-system.patch
deleted file mode 100644
index bd35f87a0e0..00000000000
--- a/dev-python/pyilmbase/files/pyilmbase-2.3.0-fix-build-system.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 5cbf273..9e80b48 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -4,8 +4,7 @@ AC_SUBST(PYILMBASE_VERSION, 2.3.0)
- AC_CANONICAL_HOST
- AC_CONFIG_SRCDIR(PyIex/iexmodule.cpp)
- AC_CONFIG_HEADER(config/PyIlmBaseConfig.h)
--AM_INIT_AUTOMAKE(1.6.3)  dnl Require automake 1.6.3 or better
--AM_MAINTAINER_MODE
-+AM_INIT_AUTOMAKE
- dnl static python modules make no sense - disable static
- AC_DISABLE_STATIC
- 
-@@ -20,7 +19,7 @@ dnl Checks for programs.
- AC_PROG_CXX
- AC_PROG_INSTALL
- AC_PROG_LN_S
--AC_PROG_LIBTOOL
-+LT_INIT
- AC_PROG_MAKE_SET
- 
- dnl
-@@ -164,22 +163,13 @@ AC_C_CONST
- AC_C_INLINE
- AC_TYPE_SIZE_T
- 
--AC_MSG_CHECKING(for gcc optimization flags)
--old_cflags=$CFLAGS
--CFLAGS="$CFLAGS -pipe"
--AC_TRY_COMPILE([#include <stdio.h>],
--[ printf ("hello, world"); ],
--[ EXTRA_OPT_CFLAGS="-pipe"],[ EXTRA_OPT_CFLAGS=""])
--CFLAGS=$old_cflags
--AC_MSG_RESULT([$EXTRA_OPT_CFLAGS])
--
- dnl Platform-specific stuff
- case "$host" in
- *linux*)
--  AC_DEFINE(HAVE_LINUX_PROCFS)
-+  AC_DEFINE([HAVE_LINUX_PROCFS], [1], [define on linux])
-   ;;
- *darwin*) 
--  AC_DEFINE(HAVE_DARWIN) 
-+  AC_DEFINE([HAVE_DARWIN], [1], [define on OSX]) 
-   ;;
- esac
- 

diff --git a/dev-python/pyilmbase/files/pyilmbase-2.3.0-link-pyimath.patch 
b/dev-python/pyilmbase/files/pyilmbase-2.3.0-link-pyimath.patch
deleted file mode 100644
index 878c270a885..00000000000
--- a/dev-python/pyilmbase/files/pyilmbase-2.3.0-link-pyimath.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/PyImath/Makefile.am b/PyImath/Makefile.am
-index bf87542..ad69515 100644
---- a/PyImath/Makefile.am
-+++ b/PyImath/Makefile.am
-@@ -82,7 +82,7 @@ imathmodule_la_SOURCES = imathmodule.cpp \
-     PyImathBasicTypes.cpp 
- 
- imathmodule_la_LDFLAGS = -avoid-version -module
--imathmodule_la_LIBADD  = -lPyImath @BOOST_PYTHON_LIBS@
-+imathmodule_la_LIBADD  = libPyImath.la @BOOST_PYTHON_LIBS@
- 
- noinst_HEADERS = PyImathFun.h \
-     PyImathBasicTypes.h 

diff --git a/dev-python/pyilmbase/pyilmbase-2.3.0-r2.ebuild 
b/dev-python/pyilmbase/pyilmbase-2.3.0-r2.ebuild
deleted file mode 100644
index c3f5e7b949a..00000000000
--- a/dev-python/pyilmbase/pyilmbase-2.3.0-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools python-single-r1
-
-DESCRIPTION="IlmBase Python bindings"
-HOMEPAGE="https://www.openexr.com";
-SRC_URI="https://github.com/openexr/openexr/releases/download/v${PV}/${P}.tar.gz";
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+numpy"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       ~media-libs/ilmbase-${PV}:=
-       $(python_gen_cond_dep '
-               >=dev-libs/boost-1.62.0-r1[python(+),${PYTHON_MULTI_USEDEP}]
-               numpy? (
-                       || (
-                               dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}]
-                               
>=dev-python/numpy-1.10.4[${PYTHON_MULTI_USEDEP}]
-                       )
-               )
-       ')"
-DEPEND="${RDEPEND}
-       ${PYTHON_DEPS}
-       >=virtual/pkgconfig-0-r1"
-
-PATCHES=(
-       "${FILESDIR}/${P}-link-pyimath.patch"
-       "${FILESDIR}/${P}-fix-build-system.patch"
-)
-
-DOCS=( README.md )
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local boostpython_ver="${EPYTHON:6}"
-       if has_version ">=dev-libs/boost-1.70.0"; then
-               boostpython_ver="${boostpython_ver/./}"
-       else
-               boostpython_ver="-${boostpython_ver}"
-       fi
-
-       local myeconfargs=(
-               --with-boost-include-dir="${EPREFIX}/usr/include/boost"
-               --with-boost-lib-dir="${EPREFIX}/usr/$(get_libdir)"
-               --with-boost-python-libname="boost_python${boostpython_ver}"
-               $(use_with numpy)
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       # Fails to install with multiple jobs
-       emake DESTDIR="${D}" -j1 install
-
-       einstalldocs
-
-       # package provides pkg-config files
-       find "${D}" -name '*.la' -delete || die
-}

Reply via email to