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/expect/
Date: Fri, 04 Feb 2022 20:00:09
Message-Id: 1644004795.1f8db447aeef55f221c95577dc8eecdc3f582df3.tupone@gentoo
1 commit: 1f8db447aeef55f221c95577dc8eecdc3f582df3
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 19:59:55 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 19:59:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8db447
7
8 dev-tcltk/expect: DeprecatedEclass
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-tcltk/expect/expect-5.45.4.ebuild | 14 +++++++-------
14 1 file changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-tcltk/expect/expect-5.45.4.ebuild b/dev-tcltk/expect/expect-5.45.4.ebuild
17 index efb1f5f4cae6..6062b7449ecb 100644
18 --- a/dev-tcltk/expect/expect-5.45.4.ebuild
19 +++ b/dev-tcltk/expect/expect-5.45.4.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -inherit autotools epatch
28 +inherit autotools
29
30 MY_P="${PN}${PV}"
31 DESCRIPTION="tool for automating interactive applications"
32 @@ -28,15 +28,15 @@ src_prepare() {
33 default
34 sed -i "s:/usr/local/bin:${EPREFIX}/usr/bin:" expect.man || die
35
36 - epatch "${FILESDIR}"/${PN}-5.45-gfbsd.patch
37 - epatch "${FILESDIR}"/${PN}-5.44.1.15-ldflags.patch
38 - epatch "${FILESDIR}"/${PN}-5.45-headers.patch #337943
39 - epatch "${FILESDIR}"/${PN}-5.45-format-security.patch
40 + eapply "${FILESDIR}"/${PN}-5.45-gfbsd.patch
41 + eapply "${FILESDIR}"/${PN}-5.44.1.15-ldflags.patch
42 + eapply "${FILESDIR}"/${PN}-5.45-headers.patch #337943
43 + eapply "${FILESDIR}"/${PN}-5.45-format-security.patch
44 sed -i 's:ifdef HAVE_SYS_WAIT_H:ifndef NO_SYS_WAIT_H:' *.c
45
46 # fix install_name on darwin
47 [[ ${CHOST} == *-darwin* ]] && \
48 - epatch "${FILESDIR}"/${P}-darwin-install_name.patch
49 + eapply "${FILESDIR}"/${P}-darwin-install_name.patch
50
51 mv configure.{in,ac} || die