diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 11:21:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 19:50:34 +0100 |
commit | a40e7a3c3115ada8145d959112bbe5759e1ea92c (patch) | |
tree | bb8ad8d1ecf433eb69b34437aab4ec3906efb25c /dev-util/geany | |
parent | sys-fs/multipath-tools: drop duplicate toolchain-funcs inherit (diff) | |
download | gentoo-a40e7a3c3115ada8145d959112bbe5759e1ea92c.tar.gz gentoo-a40e7a3c3115ada8145d959112bbe5759e1ea92c.tar.bz2 gentoo-a40e7a3c3115ada8145d959112bbe5759e1ea92c.zip |
dev-util/geany: replace eutils with l10n
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/geany')
-rw-r--r-- | dev-util/geany/geany-1.36.ebuild | 5 | ||||
-rw-r--r-- | dev-util/geany/geany-1.37.1.ebuild | 3 | ||||
-rw-r--r-- | dev-util/geany/geany-1.37.ebuild | 5 | ||||
-rw-r--r-- | 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 c9a5abee51e9..362f635821b2 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 82a87ba680cd..fe24ef064d01 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 2dde606ada78..11a1929d5858 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 2dde606ada78..11a1929d5858 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" |