Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/
Date: Sat, 28 Dec 2019 15:19:32
Message-Id: 1577546362.0fc4fa75e4a981d8bf293139f8cb9943aaf154ac.polynomial-c@gentoo
1 commit: 0fc4fa75e4a981d8bf293139f8cb9943aaf154ac
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 23:02:52 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 15:19:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc4fa75
7
8 sys-devel/gettext: Remove epunt-cxx.eclass
9
10 * epunt-cxx.eclass was invented for profiles
11 with optional or broken C++ support. Given
12 that in 2019, C++ is not optional anymore,
13 the epunt-cxx.eclass has become redundant.
14
15 Package-Manager: Portage-2.3.82, Repoman-2.3.20
16 Signed-off-by: David Seifert <soap <AT> gentoo.org>
17 Closes: https://github.com/gentoo/gentoo/pull/14107
18 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
19
20 sys-devel/gettext/gettext-0.20.1.ebuild | 3 +--
21 1 file changed, 1 insertion(+), 2 deletions(-)
22
23 diff --git a/sys-devel/gettext/gettext-0.20.1.ebuild b/sys-devel/gettext/gettext-0.20.1.ebuild
24 index 7de04392413..251b2681eb3 100644
25 --- a/sys-devel/gettext/gettext-0.20.1.ebuild
26 +++ b/sys-devel/gettext/gettext-0.20.1.ebuild
27 @@ -5,7 +5,7 @@
28
29 EAPI=7
30
31 -inherit epunt-cxx mono-env libtool java-pkg-opt-2 multilib-minimal
32 +inherit mono-env libtool java-pkg-opt-2 multilib-minimal
33
34 DESCRIPTION="GNU locale utilities"
35 HOMEPAGE="https://www.gnu.org/software/gettext/"
36 @@ -70,7 +70,6 @@ src_prepare() {
37
38 default
39
40 - epunt_cxx
41 elibtoolize
42 }