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 E43351382C5 for ; Wed, 21 Apr 2021 18:51:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61EA7E0885; Wed, 21 Apr 2021 18:51:14 +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 3F7DEE0887 for ; Wed, 21 Apr 2021 18:51:14 +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 280BB340F1E for ; Wed, 21 Apr 2021 18:51:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D85A366A for ; Wed, 21 Apr 2021 18:51:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619031034.a40e7a3c3115ada8145d959112bbe5759e1ea92c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/geany/geany-1.36.ebuild dev-util/geany/geany-1.37.1.ebuild dev-util/geany/geany-1.37.ebuild dev-util/geany/geany-9999.ebuild X-VCS-Directories: dev-util/geany/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a40e7a3c3115ada8145d959112bbe5759e1ea92c X-VCS-Branch: master Date: Wed, 21 Apr 2021 18:51:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f2c39a1-300d-4c83-9170-376f12624ba8 X-Archives-Hash: 7926b85f8638c7abccea76b73ef25296 commit: a40e7a3c3115ada8145d959112bbe5759e1ea92c Author: Sam James gentoo org> AuthorDate: Wed Apr 21 10:21:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 21 18:50:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40e7a3c dev-util/geany: replace eutils with l10n Signed-off-by: Sam James gentoo.org> dev-util/geany/geany-1.36.ebuild | 5 ++--- dev-util/geany/geany-1.37.1.ebuild | 3 +-- dev-util/geany/geany-1.37.ebuild | 5 ++--- dev-util/geany/geany-9999.ebuild | 5 ++--- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/dev-util/geany/geany-1.36.ebuild b/dev-util/geany/geany-1.36.ebuild index c9a5abee51e..362f635821b 100644 --- a/dev-util/geany/geany-1.36.ebuild +++ b/dev-util/geany/geany-1.36.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -# eutils required for strip-linguas -inherit eutils xdg +inherit l10n xdg LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko ku lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW" NOSHORTLANGS="en_GB zh_CN zh_TW" diff --git a/dev-util/geany/geany-1.37.1.ebuild b/dev-util/geany/geany-1.37.1.ebuild index 82a87ba680c..fe24ef064d0 100644 --- a/dev-util/geany/geany-1.37.1.ebuild +++ b/dev-util/geany/geany-1.37.1.ebuild @@ -3,8 +3,7 @@ EAPI=7 -# eutils required for strip-linguas -inherit eutils xdg +inherit l10n xdg LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko ku lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW" NOSHORTLANGS="en_GB zh_CN zh_TW" diff --git a/dev-util/geany/geany-1.37.ebuild b/dev-util/geany/geany-1.37.ebuild index 2dde606ada7..11a1929d585 100644 --- a/dev-util/geany/geany-1.37.ebuild +++ b/dev-util/geany/geany-1.37.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -# eutils required for strip-linguas -inherit eutils xdg +inherit l10n xdg LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko ku lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW" NOSHORTLANGS="en_GB zh_CN zh_TW" diff --git a/dev-util/geany/geany-9999.ebuild b/dev-util/geany/geany-9999.ebuild index 2dde606ada7..11a1929d585 100644 --- a/dev-util/geany/geany-9999.ebuild +++ b/dev-util/geany/geany-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -# eutils required for strip-linguas -inherit eutils xdg +inherit l10n xdg LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko ku lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW" NOSHORTLANGS="en_GB zh_CN zh_TW"