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 AC1E2138330 for ; Fri, 5 Jan 2018 15:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9648E0849; Fri, 5 Jan 2018 15:38:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98B9AE0848 for ; Fri, 5 Jan 2018 15:38:42 +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 90B22335C30 for ; Fri, 5 Jan 2018 15:38:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54DEC1A5 for ; Fri, 5 Jan 2018 15:38:40 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1515166709.746cfbb14636d7239a30aa17c21dac44f76b5846.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/eix/eix-0.32.9.ebuild app-portage/eix/eix-0.33.0-r1.ebuild X-VCS-Directories: app-portage/eix/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 746cfbb14636d7239a30aa17c21dac44f76b5846 X-VCS-Branch: master Date: Fri, 5 Jan 2018 15:38:40 +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: 38e7c580-8710-44bc-946f-9a634e6bc35d X-Archives-Hash: 71e09964935b2d148916839398064652 commit: 746cfbb14636d7239a30aa17c21dac44f76b5846 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 5 13:54:39 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 5 15:38:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746cfbb1 app-portage/eix: Do not inherit l10n.eclass. No l10n_* functions are being called, and the eclass does not contain any code in global scope any more. Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-portage/eix/eix-0.32.9.ebuild | 5 ++--- app-portage/eix/eix-0.33.0-r1.ebuild | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app-portage/eix/eix-0.32.9.ebuild b/app-portage/eix/eix-0.32.9.ebuild index 24413c35c21..b5189888889 100644 --- a/app-portage/eix/eix-0.32.9.ebuild +++ b/app-portage/eix/eix-0.32.9.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PLOCALES="de ru" -inherit autotools bash-completion-r1 l10n systemd flag-o-matic +inherit autotools bash-completion-r1 systemd flag-o-matic DESCRIPTION="Search and query ebuilds" HOMEPAGE="https://github.com/vaeth/eix/" diff --git a/app-portage/eix/eix-0.33.0-r1.ebuild b/app-portage/eix/eix-0.33.0-r1.ebuild index f651221ce02..48e3bb7a9fc 100644 --- a/app-portage/eix/eix-0.33.0-r1.ebuild +++ b/app-portage/eix/eix-0.33.0-r1.ebuild @@ -3,8 +3,7 @@ EAPI=6 -PLOCALES="de ru" -inherit autotools bash-completion-r1 flag-o-matic l10n tmpfiles +inherit autotools bash-completion-r1 flag-o-matic tmpfiles DESCRIPTION="Search and query ebuilds" HOMEPAGE="https://github.com/vaeth/eix/"