Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/iwidgets/files/, dev-tcltk/iwidgets/
Date: Thu, 27 Sep 2018 07:26:07
Message-Id: 1538033083.5a158677cd637676afe4a04bd3de83e5d385a912.tupone@gentoo
1 commit: 5a158677cd637676afe4a04bd3de83e5d385a912
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 07:24:43 2018 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 07:24:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a158677
7
8 dev-tcltk/iwidgets: EAPI 6
9
10 Closes: https://bugs.gentoo.org/379147
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 dev-tcltk/iwidgets/files/4.0.1-path.patch | 4 ++--
14 dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild | 8 +++++---
15 2 files changed, 7 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-tcltk/iwidgets/files/4.0.1-path.patch b/dev-tcltk/iwidgets/files/4.0.1-path.patch
18 index 095d9ed81e1..5d71eeb6474 100644
19 --- a/dev-tcltk/iwidgets/files/4.0.1-path.patch
20 +++ b/dev-tcltk/iwidgets/files/4.0.1-path.patch
21 @@ -1,5 +1,5 @@
22 ---- iwidgets4.0.1/Makefile.in
23 -+++ iwidgets4.0.1/Makefile.in
24 +--- a/Makefile.in
25 ++++ b/Makefile.in
26 @@ -30,6 +30,7 @@
27
28 srcdir = @srcdir@
29
30 diff --git a/dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild b/dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild
31 index 1c42bf9071a..50ecc6a9de4 100644
32 --- a/dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild
33 +++ b/dev-tcltk/iwidgets/iwidgets-4.0.1-r3.ebuild
34 @@ -1,7 +1,7 @@
35 -# Copyright 1999-2013 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=4
40 +EAPI=6
41
42 inherit eutils multilib
43
44 @@ -26,8 +26,10 @@ RDEPEND="${DEPEND}"
45
46 S="${WORKDIR}/${MY_P}"
47
48 +PATCHES=( "${FILESDIR}"/${PV}-path.patch )
49 +
50 src_prepare() {
51 - epatch "${FILESDIR}"/${PV}-path.patch
52 + default
53 sed \
54 -e "/^\(LIB\|SCRIPT\)_INSTALL_DIR =/s|lib|$(get_libdir)|" \
55 -i Makefile.in || die