Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gettext/
Date: Wed, 26 Feb 2020 12:06:13
Message-Id: 1582718752.14904ab3c5fac9999e776aea17203153ee156b56.grobian@gentoo
1 commit: 14904ab3c5fac9999e776aea17203153ee156b56
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 26 12:05:52 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 26 12:05:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=14904ab3
7
8 sys-devel/gettext: drop epunt_cxx
9
10 Package-Manager: Portage-2.3.84-prefix, Repoman-2.3.20
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 sys-devel/gettext/gettext-0.19.7.ebuild | 3 +--
14 sys-devel/gettext/gettext-0.19.8.1.ebuild | 5 ++---
15 2 files changed, 3 insertions(+), 5 deletions(-)
16
17 diff --git a/sys-devel/gettext/gettext-0.19.7.ebuild b/sys-devel/gettext/gettext-0.19.7.ebuild
18 index 1dbd808061..58abd0117f 100644
19 --- a/sys-devel/gettext/gettext-0.19.7.ebuild
20 +++ b/sys-devel/gettext/gettext-0.19.7.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -59,7 +59,6 @@ src_prepare() {
28 sed -i -e '1c\#!/usr/bin/env sh' \
29 gettext-tools/misc/convert-archive.in || die
30
31 - epunt_cxx
32 elibtoolize
33
34 # Never build libintl since it's in dev-libs/libintl now.
35
36 diff --git a/sys-devel/gettext/gettext-0.19.8.1.ebuild b/sys-devel/gettext/gettext-0.19.8.1.ebuild
37 index d73a427485..db5d65ef60 100644
38 --- a/sys-devel/gettext/gettext-0.19.8.1.ebuild
39 +++ b/sys-devel/gettext/gettext-0.19.8.1.ebuild
40 @@ -1,11 +1,11 @@
41 -# Copyright 1999-2019 Gentoo Authors
42 +# Copyright 1999-2020 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 # Note: Keep version bumps in sync with dev-libs/libintl.
46
47 EAPI="5"
48
49 -inherit epatch epunt-cxx ltprune mono-env libtool java-pkg-opt-2 multilib-minimal
50 +inherit epatch ltprune mono-env libtool java-pkg-opt-2 multilib-minimal
51
52 DESCRIPTION="GNU locale utilities"
53 HOMEPAGE="https://www.gnu.org/software/gettext/"
54 @@ -65,7 +65,6 @@ src_prepare() {
55 sed -i -e '1c\#!/usr/bin/env sh' \
56 gettext-tools/misc/convert-archive.in || die
57
58 - epunt_cxx
59 elibtoolize
60 }