From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA935139695 for ; Fri, 14 Apr 2017 17:03:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D681AE0D26; Fri, 14 Apr 2017 17:03:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADC6EE0D26 for ; Fri, 14 Apr 2017 17:03:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 646F4341689 for ; Fri, 14 Apr 2017 17:03:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3DF27431 for ; Fri, 14 Apr 2017 17:03:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1492189424.a295c50077e5103b8f92248df916d1d4d0c3f99b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gettext/gettext-0.19.7.ebuild sys-devel/gettext/gettext-0.19.8.1.ebuild X-VCS-Directories: sys-devel/gettext/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a295c50077e5103b8f92248df916d1d4d0c3f99b X-VCS-Branch: master Date: Fri, 14 Apr 2017 17:03:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c422f5dc-5f11-4803-b7b2-a0554715fe64 X-Archives-Hash: bec89f9959b9fd1f50bd0d700a0b86b5 commit: a295c50077e5103b8f92248df916d1d4d0c3f99b Author: Michał Górny gentoo org> AuthorDate: Fri Mar 24 22:55:18 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 14 17:03:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a295c500 sys-devel/gettext: Replace eutils inherit w/ split eclasses sys-devel/gettext/gettext-0.19.7.ebuild | 4 ++-- sys-devel/gettext/gettext-0.19.8.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/gettext/gettext-0.19.7.ebuild b/sys-devel/gettext/gettext-0.19.7.ebuild index f98c243e5e4..078025271d5 100644 --- a/sys-devel/gettext/gettext-0.19.7.ebuild +++ b/sys-devel/gettext/gettext-0.19.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Note: Keep version bumps in sync with dev-libs/libintl. EAPI="5" -inherit eutils mono-env libtool java-pkg-opt-2 multilib-minimal +inherit epatch epunt-cxx ltprune mono-env libtool java-pkg-opt-2 multilib-minimal DESCRIPTION="GNU locale utilities" HOMEPAGE="https://www.gnu.org/software/gettext/" diff --git a/sys-devel/gettext/gettext-0.19.8.1.ebuild b/sys-devel/gettext/gettext-0.19.8.1.ebuild index 26df1d43c88..57684670759 100644 --- a/sys-devel/gettext/gettext-0.19.8.1.ebuild +++ b/sys-devel/gettext/gettext-0.19.8.1.ebuild @@ -5,7 +5,7 @@ EAPI="5" -inherit eutils mono-env libtool java-pkg-opt-2 multilib-minimal +inherit epatch epunt-cxx ltprune mono-env libtool java-pkg-opt-2 multilib-minimal DESCRIPTION="GNU locale utilities" HOMEPAGE="https://www.gnu.org/software/gettext/"