Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyilmbase/files/, dev-python/pyilmbase/
Date: Sun, 30 Jun 2019 18:15:26
Message-Id: 1561918498.78bcc41d75501923717b0e77b1a0b5b4ed0d7c02.asturm@gentoo
1 commit: 78bcc41d75501923717b0e77b1a0b5b4ed0d7c02
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 30 15:45:55 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 30 18:14:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78bcc41d
7
8 dev-python/pyilmbase: Drop 2.2.0
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/pyilmbase/Manifest | 1 -
14 .../pyilmbase-2.2.0-configure-boost_python.patch | 22 ---------
15 dev-python/pyilmbase/pyilmbase-2.2.0.ebuild | 53 ----------------------
16 3 files changed, 76 deletions(-)
17
18 diff --git a/dev-python/pyilmbase/Manifest b/dev-python/pyilmbase/Manifest
19 index 55654e87ea4..e99c4ca8492 100644
20 --- a/dev-python/pyilmbase/Manifest
21 +++ b/dev-python/pyilmbase/Manifest
22 @@ -1,2 +1 @@
23 -DIST pyilmbase-2.2.0.tar.gz 469927 BLAKE2B 74a806f30bf8881a4c58135110c3e805b9748074eab08e9afa17735630ee7de16ffe6a797ced926bb93d122eafdeb04c5e6e80ddba1a90bc551cb87ddeb30671 SHA512 111deb65a73b4d0454454d4fb64d09165fb25aad2e5714e35510c2b7ef301dc8765041de3188c2f89c9bd2770494a55a24372953fcda8dcedb23c401137e4344
24 DIST pyilmbase-2.3.0.tar.gz 524975 BLAKE2B 7c3114921392ad29198025c672c366e6c98d2da968ed213ccfb446533b81fae4b78c687aba2108e476e16c4e97f11924799d0b0474ff3f82f17632f886bb6a39 SHA512 c20c26155315f2ae38efc183e5f33e2c18610365f5f1bca7a50363a005ff91c8782177293290ea037cf5f164f9b404f5710ce3cccba862e5e7f830727753589f
25
26 diff --git a/dev-python/pyilmbase/files/pyilmbase-2.2.0-configure-boost_python.patch b/dev-python/pyilmbase/files/pyilmbase-2.2.0-configure-boost_python.patch
27 deleted file mode 100644
28 index 897bc02baf9..00000000000
29 --- a/dev-python/pyilmbase/files/pyilmbase-2.2.0-configure-boost_python.patch
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -diff --git a/configure.ac b/configure.ac
33 -index a4d6027..edfb49f 100644
34 ---- a/configure.ac
35 -+++ b/configure.ac
36 -@@ -76,7 +76,7 @@ LIBS="$LIBS -lpython$PYTHON_VERSION"
37 - BOOST_PYTHON_CXXFLAGS=""
38 - BOOST_PYTHON_LDFLAGS=""
39 - BOOST_PYTHON_LIBS=""
40 --BOOST_PYTHON_LIBNAME="boost_python"
41 -+BOOST_PYTHON_LIBNAME="boost_python-$PYTHON_VERSION"
42 -
43 - AC_ARG_WITH(
44 - [boost-include-dir],
45 -@@ -90,7 +90,7 @@ AC_ARG_WITH(
46 -
47 - AC_ARG_WITH(
48 - [boost-python-libname],
49 -- [AS_HELP_STRING([--with-boost-python-libname],["boost::python library name (default: boost_python)"])],
50 -+ [AS_HELP_STRING([--with-boost-python-libname],["boost::python library name (default: boost_python-$PYTHON_VERSION)"])],
51 - [BOOST_PYTHON_LIBNAME="$withval"])
52 -
53 - CXXFLAGS="$CXXFLAGS $BOOST_PYTHON_CXXFLAGS -I$PYTHON_INC_DIR"
54
55 diff --git a/dev-python/pyilmbase/pyilmbase-2.2.0.ebuild b/dev-python/pyilmbase/pyilmbase-2.2.0.ebuild
56 deleted file mode 100644
57 index bf77c879e00..00000000000
58 --- a/dev-python/pyilmbase/pyilmbase-2.2.0.ebuild
59 +++ /dev/null
60 @@ -1,53 +0,0 @@
61 -# Copyright 1999-2017 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=6
65 -PYTHON_COMPAT=( python2_7 )
66 -
67 -inherit eutils autotools python-single-r1 multilib-minimal
68 -
69 -DESCRIPTION="ilmbase Python bindings"
70 -HOMEPAGE="http://www.openexr.com"
71 -SRC_URI="http://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
72 -LICENSE="BSD"
73 -
74 -SLOT="0"
75 -KEYWORDS="~amd64"
76 -IUSE="+numpy"
77 -
78 -REQUIRED_USE="
79 - ${PYTHON_REQUIRED_USE}"
80 -
81 -DEPEND="
82 - ${PYTHON_DEP}
83 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
84 -
85 -RDEPEND="
86 - ${PYTHON_DEP}
87 - >=media-libs/ilmbase-${PV}:=[${MULTILIB_USEDEP}]
88 - >=dev-libs/boost-1.62.0-r1[${MULTILIB_USEDEP},python(+),${PYTHON_USEDEP}]
89 - numpy? ( >=dev-python/numpy-1.10.4 )"
90 -
91 -AT_M4DIR=m4
92 -PATCHES=(
93 - "${FILESDIR}/${P}-configure-boost_python.patch"
94 -)
95 -
96 -pkg_setup() {
97 - python-single-r1_pkg_setup
98 -}
99 -
100 -src_prepare() {
101 - default
102 - eautoreconf
103 - multilib_copy_sources
104 -}
105 -
106 -multilib_src_configure() {
107 - ECONF_SOURCE=${S} econf "$(use_with numpy numpy)"
108 -}
109 -
110 -# fails to install successfully if MAKEOPTS is set to use more than one core.
111 -multilib_src_install() {
112 - EMAKE_SOURCE=${S} emake DESTDIR="${D}" -j1 install
113 -}