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 255751382C5 for ; Fri, 5 Jan 2018 15:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 911E3E087A; Fri, 5 Jan 2018 15:38:45 +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 73FE1E087A for ; Fri, 5 Jan 2018 15:38:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 732F9335C38 for ; Fri, 5 Jan 2018 15:38:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BBB21A7 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: <1515166710.bfda70bce03abca3a260cc118d188c45a65210f3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/classified-ads/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/classified-ads/classified-ads-0.11.ebuild X-VCS-Directories: net-p2p/classified-ads/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: bfda70bce03abca3a260cc118d188c45a65210f3 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: 4daf5585-4a40-4c23-bbd1-e6f2f50fc7f3 X-Archives-Hash: beb339bea9e5e1623f5bfa0caae8ca2f commit: bfda70bce03abca3a260cc118d188c45a65210f3 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 5 13:59:39 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 5 15:38:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfda70bc net-p2p/classified-ads: 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 net-p2p/classified-ads/classified-ads-0.11.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-p2p/classified-ads/classified-ads-0.11.ebuild b/net-p2p/classified-ads/classified-ads-0.11.ebuild index eb54552c481..295a08b9028 100644 --- a/net-p2p/classified-ads/classified-ads-0.11.ebuild +++ b/net-p2p/classified-ads/classified-ads-0.11.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="en fi sv da uk" -PLOCALE_BACKUP="en" -inherit qmake-utils virtualx l10n + +inherit qmake-utils virtualx DESCRIPTION="Program for displaying classified advertisement items" HOMEPAGE="http://katiska.org/classified-ads/"