Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
Date: Tue, 01 Sep 2020 10:43:50
Message-Id: 1598957016.13db0c71b39713b9e2341c5b731edd24a73cc741.whissi@gentoo
1 commit: 13db0c71b39713b9e2341c5b731edd24a73cc741
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 10:37:15 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 10:43:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13db0c71
7
8 sys-libs/libieee1284: remove Python bindings
9
10 Bug: https://bugs.gentoo.org/735500
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild | 13 ++-----------
15 1 file changed, 2 insertions(+), 11 deletions(-)
16
17 diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
18 index 1bbce707bb4..fcfc9ea12e0 100644
19 --- a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
20 +++ b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
21 @@ -14,8 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
22 LICENSE="GPL-2"
23 SLOT="0"
24 KEYWORDS="amd64 ppc x86"
25 -IUSE="doc python static-libs"
26 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
27 +IUSE="doc static-libs"
28
29 BDEPEND="doc? (
30 app-text/docbook-sgml-utils
31 @@ -24,14 +23,6 @@ BDEPEND="doc? (
32 dev-perl/XML-RegExp
33 )"
34
35 -DEPEND="python? ( ${PYTHON_DEPS} )"
36 -
37 -RDEPEND="${DEPEND}"
38 -
39 -pkg_setup() {
40 - use python && python-single-r1_pkg_setup
41 -}
42 -
43 src_prepare() {
44 default
45
46 @@ -43,8 +34,8 @@ src_prepare() {
47 multilib_src_configure() {
48 local myeconfargs=(
49 --enable-shared
50 + --without-python
51 $(use_enable static-libs static)
52 - $(multilib_native_use_with python)
53 )
54
55 ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"