[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2024-01-28 Thread Pacho Ramos
commit: 7b987b92aa9a24827a465f4d6a11247aa24d47a7
Author: Guillermo Joandet  gmail  com>
AuthorDate: Tue Jan 16 14:52:14 2024 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 28 12:09:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b987b92

app-text/iso-codes: Version bump to 4.16.0

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34836
Signed-off-by: Pacho Ramos  gentoo.org>

 app-text/iso-codes/Manifest|  1 +
 app-text/iso-codes/iso-codes-4.16.0.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 88816039a3a3..302c960ec1c9 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1 +1,2 @@
 DIST iso-codes-v4.15.0.tar.gz 15046318 BLAKE2B 
fc4a9dd6a80fbd7658e0ba30f483a57f7d487f5eb7cc73ac2504d24397f1a8519acf8bf2431b18f969cbe4dd8e386cedd82c9284d405c57c6682af7639b4aacb
 SHA512 
1700c5c24a5a8c278df67539d7d99cae832a72e2fc604394b15af17cad78e36a9280e0a91ecaeade9e14b9f6431967ef2d2e662e73d200773e63455b0e1c5187
+DIST iso-codes-v4.16.0.tar.gz 15163129 BLAKE2B 
8fcdb3c12c502c1e14169765db9c9dd7778fc5d4bb0da37aa6b27efeebd5ce9f3e825e5b1a7ae8d659babf2d6b9124af08b40ed8a2a1235e88df50be9c204ca5
 SHA512 
04d93eb37ff309c850a1af6d4cf6bb92a16e25ee35ee12e16325f6e7b476ba40bbf5d11e2f4c425111220480911b1dbc9e244189ea7487f1f0ea4dbce2307c96

diff --git a/app-text/iso-codes/iso-codes-4.16.0.ebuild 
b/app-text/iso-codes/iso-codes-4.16.0.ebuild
new file mode 100644
index ..91e614fefbbc
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-4.16.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_BD 
bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et 
eu fa ff fi fil fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia 
id io is it iu ja jam ka kab ki kk kl km kmr kn ko kok kv kw ky lo lt lv mai 
mhr mi mk ml mn mr ms mt my na nah nb_NO ne nl nn nso nv oc or pa pa_PK pap pi 
pl ps pt pt_BR ro ro_MD ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te 
tg th ti tig tk tl tr tt tt@iqtelif tzm ug uk ur uz ve vi wa wal wo xh yo zh_CN 
zh_HK zh_Hans zh_Hant zh_TW zu"
+
+inherit python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
+SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+DOCS=( CHANGELOG.md README.md )
+
+# plocale_find_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
+   mylinguas+=( "${loc}" )
+   fi
+   done
+
+   sed \
+   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
+   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
+   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
+   popd >/dev/null
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2023-07-16 Thread Matt Turner
commit: 0b09d01b977d14b688eafe31fdd9d665a0a6e9a0
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 16 20:26:47 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 16 20:31:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b09d01b

app-text/iso-codes: Add 

Signed-off-by: Matt Turner  gentoo.org>

 app-text/iso-codes/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/iso-codes/metadata.xml b/app-text/iso-codes/metadata.xml
index 05de60192e40..db23b120593e 100644
--- a/app-text/iso-codes/metadata.xml
+++ b/app-text/iso-codes/metadata.xml
@@ -5,6 +5,7 @@
gn...@gentoo.org
Gentoo GNOME Desktop

+   

This package provides the ISO-639 Language code list, the 
ISO-3166
Territory code list, and ISO-3166-2 sub-territory lists, and 
all their



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2023-05-02 Thread Sam James
commit: 470fd326151c1ac6a76dd5718879e14dd7cad6e8
Author: Sam James  gentoo  org>
AuthorDate: Wed May  3 03:56:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  3 03:56:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=470fd326

app-text/iso-codes: Stabilize 4.15.0 ppc64, #905531

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.15.0.ebuild 
b/app-text/iso-codes/iso-codes-4.15.0.ebuild
index c009579f19fc..0fa886f987b9 100644
--- a/app-text/iso-codes/iso-codes-4.15.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.15.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2023-05-02 Thread Sam James
commit: e00d978255196cf4abc0e2c2c35053ed4310f97f
Author: Sam James  gentoo  org>
AuthorDate: Tue May  2 19:15:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  2 19:15:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00d9782

app-text/iso-codes: Stabilize 4.15.0 x86, #905531

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.15.0.ebuild 
b/app-text/iso-codes/iso-codes-4.15.0.ebuild
index 98d9f0ff1f29..c009579f19fc 100644
--- a/app-text/iso-codes/iso-codes-4.15.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.15.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2023-05-02 Thread Arthur Zamarin
commit: 38a7c59e396512d18e4370e067ba381a4e251278
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 19:12:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 19:12:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a7c59e

app-text/iso-codes: Stabilize 4.15.0 ppc, #905531

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/iso-codes/iso-codes-4.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.15.0.ebuild 
b/app-text/iso-codes/iso-codes-4.15.0.ebuild
index 0db2efc3ab90..98d9f0ff1f29 100644
--- a/app-text/iso-codes/iso-codes-4.15.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.15.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2023-05-02 Thread Arthur Zamarin
commit: 7331b74e341edcc0e99b5f0bf6ff0b90519402c3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 17:54:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 17:54:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7331b74e

app-text/iso-codes: Stabilize 4.15.0 sparc, #905531

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/iso-codes/iso-codes-4.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.15.0.ebuild 
b/app-text/iso-codes/iso-codes-4.15.0.ebuild
index e2a64b208827..0db2efc3ab90 100644
--- a/app-text/iso-codes/iso-codes-4.15.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.15.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2023-05-02 Thread Arthur Zamarin
commit: c26cc238c8ff282ca84f122cf1bf08b1f94cba12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 17:41:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 17:41:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26cc238

app-text/iso-codes: Stabilize 4.15.0 arm, #905531

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/iso-codes/iso-codes-4.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.15.0.ebuild 
b/app-text/iso-codes/iso-codes-4.15.0.ebuild
index 75ac37f5bbee..e2a64b208827 100644
--- a/app-text/iso-codes/iso-codes-4.15.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.15.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2023-05-02 Thread Arthur Zamarin
commit: 2774ceabc1729a958757b9b0d730748f4a04ba7d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 17:39:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 17:39:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2774ceab

app-text/iso-codes: Stabilize 4.15.0 arm64, #905531

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/iso-codes/iso-codes-4.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.15.0.ebuild 
b/app-text/iso-codes/iso-codes-4.15.0.ebuild
index f167cda9d628..75ac37f5bbee 100644
--- a/app-text/iso-codes/iso-codes-4.15.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.15.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2023-05-02 Thread Sam James
commit: 57d1291a4a0bc834b9b0ac7198b3dcc7d71cb0a8
Author: Sam James  gentoo  org>
AuthorDate: Tue May  2 17:33:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  2 17:35:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d1291a

app-text/iso-codes: Stabilize 4.15.0 amd64, #905531

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.15.0.ebuild 
b/app-text/iso-codes/iso-codes-4.15.0.ebuild
index a407ad00b04d..f167cda9d628 100644
--- a/app-text/iso-codes/iso-codes-4.15.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.15.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2023-04-28 Thread Matt Turner
commit: a3273f93edd19e552d5dd3e1e175b5211f5449f1
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 28 16:36:13 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 28 16:36:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3273f93

app-text/iso-codes: Version bump to 4.15.0

Signed-off-by: Matt Turner  gentoo.org>

 app-text/iso-codes/Manifest|  1 +
 app-text/iso-codes/iso-codes-4.15.0.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 9359791a738b..3bbef4dd9cf3 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1 +1,2 @@
 DIST iso-codes-v4.13.0.tar.gz 14990054 BLAKE2B 
e9e9a166675c09ecfe62da92608e91d4d6aeb53306e6162ea432bba418d074ef54cf510071aae6407bdc1fe59c295e52e2c7862e0d5b8962f467834c117f4912
 SHA512 
fd180b8462eb1ee2fd49bc144fd8b1b866067512a5deec3f580689641c596f623a11f0384e8c05cb48de520e1ce7c0270a649ef37542ba51f93e244b45bc5bba
+DIST iso-codes-v4.15.0.tar.gz 15046318 BLAKE2B 
fc4a9dd6a80fbd7658e0ba30f483a57f7d487f5eb7cc73ac2504d24397f1a8519acf8bf2431b18f969cbe4dd8e386cedd82c9284d405c57c6682af7639b4aacb
 SHA512 
1700c5c24a5a8c278df67539d7d99cae832a72e2fc604394b15af17cad78e36a9280e0a91ecaeade9e14b9f6431967ef2d2e662e73d200773e63455b0e1c5187

diff --git a/app-text/iso-codes/iso-codes-4.15.0.ebuild 
b/app-text/iso-codes/iso-codes-4.15.0.ebuild
new file mode 100644
index ..a407ad00b04d
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-4.15.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_BD 
bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et 
eu fa ff fi fil fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia 
id io is it iu ja jam ka kab ki kk kl km kmr kn ko kok kv kw ky lo lt lv mai 
mhr mi mk ml mn mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pa_PK 
pap pi pl ps pt pt_BR ro ro_MD ru rw sc sd si sk sl so son sq sr sr@latin sv sw 
ta te tg th ti tig tk tl tr tt tt@iqtelif tzm ug uk ur uz ve vi wa wal wo xh yo 
zh_CN zh_HK zh_Hans zh_Hant zh_TW zu"
+
+inherit python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
+SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+DOCS=( CHANGELOG.md README.md )
+
+# plocale_find_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
+   mylinguas+=( "${loc}" )
+   fi
+   done
+
+   sed \
+   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
+   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
+   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
+   popd >/dev/null
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2023-04-01 Thread Arthur Zamarin
commit: e0badf68b734219135bc1d3e890bc2abdcd73636
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  1 19:02:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  1 19:02:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0badf68

app-text/iso-codes: Stabilize 4.13.0 sparc, #901377

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/iso-codes/iso-codes-4.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.13.0.ebuild 
b/app-text/iso-codes/iso-codes-4.13.0.ebuild
index e5953ec65410..063a3ca9adca 100644
--- a/app-text/iso-codes/iso-codes-4.13.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.13.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2023-03-31 Thread Arthur Zamarin
commit: ab77fec592f07d6284796c279bda57eb037fa4b6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 31 12:03:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 31 12:03:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab77fec5

app-text/iso-codes: Stabilize 4.13.0 arm, #901377

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/iso-codes/iso-codes-4.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.13.0.ebuild 
b/app-text/iso-codes/iso-codes-4.13.0.ebuild
index c36acb0c8cc2..8c0ea2ca061a 100644
--- a/app-text/iso-codes/iso-codes-4.13.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.13.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2023-02-28 Thread Matt Turner
commit: f95f7bb6834aa6179ad8b54e23c8d65057e1320b
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Feb 28 14:49:42 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Feb 28 14:49:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95f7bb6

app-text/iso-codes: Version bump to 4.13.0

Signed-off-by: Matt Turner  gentoo.org>

 app-text/iso-codes/Manifest|  1 +
 app-text/iso-codes/iso-codes-4.13.0.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index c6f3a254a35a..8108cfab629e 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1 +1,2 @@
 DIST iso-codes-v4.12.0.tar.gz 14977180 BLAKE2B 
23590e9a4f246a0879e68c521ae7f72f4dd8d41ef85e7b6efaa4e4a29b7bf2e45d5e200ae14523e4ef8d3d4c8f45e783d4231a2a1c679be1898aa04528da30d3
 SHA512 
d0cdac626728e4de7c5bb2f8edd968a29380d49ba2b43ebe3820756591e46d4301859da7961ec9fc9e6832e18a9a0d5562ec02dd3d8a52bec7f7cbfc3190869e
+DIST iso-codes-v4.13.0.tar.gz 14990054 BLAKE2B 
e9e9a166675c09ecfe62da92608e91d4d6aeb53306e6162ea432bba418d074ef54cf510071aae6407bdc1fe59c295e52e2c7862e0d5b8962f467834c117f4912
 SHA512 
fd180b8462eb1ee2fd49bc144fd8b1b866067512a5deec3f580689641c596f623a11f0384e8c05cb48de520e1ce7c0270a649ef37542ba51f93e244b45bc5bba

diff --git a/app-text/iso-codes/iso-codes-4.13.0.ebuild 
b/app-text/iso-codes/iso-codes-4.13.0.ebuild
new file mode 100644
index ..2cb3270120b4
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-4.13.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_BD 
bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et 
eu fa ff fi fil fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia 
id io is it iu ja jam ka kab ki kk kl km kmr kn ko kok kv kw ky lo lt lv mai 
mhr mi mk ml mn mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pa_PK 
pap pi pl ps pt pt_BR ro ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te 
tg th ti tig tk tl tr tt tt@iqtelif tzm ug uk ur uz ve vi wa wal wo xh yo zh_CN 
zh_HK zh_Hans zh_Hant zh_TW zu"
+
+inherit python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
+SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+DOCS=( CHANGELOG.md README.md )
+
+# plocale_find_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
+   mylinguas+=( "${loc}" )
+   fi
+   done
+
+   sed \
+   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
+   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
+   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
+   popd >/dev/null
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-12-22 Thread Arthur Zamarin
commit: 43fcf9d6f8fdc0f048f7627b6318d32d1b2c25a1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 22 11:12:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 22 11:12:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43fcf9d6

app-text/iso-codes: Stabilize 4.12.0 arm, #885627

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/iso-codes/iso-codes-4.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.12.0.ebuild 
b/app-text/iso-codes/iso-codes-4.12.0.ebuild
index 96a80926e912..4c369320d085 100644
--- a/app-text/iso-codes/iso-codes-4.12.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.12.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-12-16 Thread Arthur Zamarin
commit: b6fb8ceabb84348dda9e0f55a9f06fd5492d88a7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 17 06:42:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 17 06:44:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fb8cea

app-text/iso-codes: Stabilize 4.12.0 ppc, #885627

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/iso-codes/iso-codes-4.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.12.0.ebuild 
b/app-text/iso-codes/iso-codes-4.12.0.ebuild
index 982810c39c8a..96a80926e912 100644
--- a/app-text/iso-codes/iso-codes-4.12.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.12.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-12-16 Thread Arthur Zamarin
commit: bcdfe67b7b0ee8a448c5aee076cc609e8adfa0e6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:29:15 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:29:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcdfe67b

app-text/iso-codes: Stabilize 4.12.0 sparc, #885627

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/iso-codes/iso-codes-4.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.12.0.ebuild 
b/app-text/iso-codes/iso-codes-4.12.0.ebuild
index 5c85d1eb4f9c..93e86bf33c92 100644
--- a/app-text/iso-codes/iso-codes-4.12.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.12.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-11-06 Thread Matt Turner
commit: 24a3b295fe3c8900f92aef101c00952cdf2342cd
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Nov  7 00:45:28 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Nov  7 02:15:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a3b295

app-text/iso-codes: Version bump to 4.12.0

Signed-off-by: Matt Turner  gentoo.org>

 app-text/iso-codes/Manifest|  1 +
 app-text/iso-codes/iso-codes-4.12.0.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 35aa77bce53b..00c40583824d 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1 +1,2 @@
 DIST iso-codes-v4.11.0.tar.gz 14756251 BLAKE2B 
dd3bc5bae4def6338527a9c7c41f0ef9603eb2a2a7e4e2a95399bc4891a0d66fa323bb1f960263662cd6b4a42902defede64ad732f4a894d3073a7a68b5b9f80
 SHA512 
524be572c2505b0b2d55a7a0dd8d6bdff68edbc89c569652b11070cc6412881c98ea66a001193f1540153d44d6b41d921444a1d1a2bde6929bbe445eb369ea3e
+DIST iso-codes-v4.12.0.tar.gz 14977180 BLAKE2B 
23590e9a4f246a0879e68c521ae7f72f4dd8d41ef85e7b6efaa4e4a29b7bf2e45d5e200ae14523e4ef8d3d4c8f45e783d4231a2a1c679be1898aa04528da30d3
 SHA512 
d0cdac626728e4de7c5bb2f8edd968a29380d49ba2b43ebe3820756591e46d4301859da7961ec9fc9e6832e18a9a0d5562ec02dd3d8a52bec7f7cbfc3190869e

diff --git a/app-text/iso-codes/iso-codes-4.12.0.ebuild 
b/app-text/iso-codes/iso-codes-4.12.0.ebuild
new file mode 100644
index ..dd05fb137f64
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-4.12.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_BD 
bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et 
eu fa ff fi fil fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia 
id io is it iu ja jam ka kab ki kk kl km kmr kn ko kok kv kw ky lo lt lv mai 
mhr mi mk ml mn mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pa_PK 
pap pi pl ps pt pt_BR ro ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te 
tg th ti tig tk tl tr tt tt@iqtelif tzm ug uk ur uz ve vi wa wal wo xh yo zh_CN 
zh_HK zh_Hans zh_Hant zh_TW zu"
+
+inherit python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
+SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+DOCS=( CHANGELOG.md README.md )
+
+# plocale_find_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
+   mylinguas+=( "${loc}" )
+   fi
+   done
+
+   sed \
+   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
+   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
+   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
+   popd >/dev/null
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-09-30 Thread Arthur Zamarin
commit: 3e2c71d2dc055fb3a493ab69e7965b781761fd1b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 18:37:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 18:37:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e2c71d2

app-text/iso-codes: Stabilize 4.11.0 sparc, #868606

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/iso-codes/iso-codes-4.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.11.0.ebuild 
b/app-text/iso-codes/iso-codes-4.11.0.ebuild
index 51740681c572..9b99e0d3bc5b 100644
--- a/app-text/iso-codes/iso-codes-4.11.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.11.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-09-28 Thread Arthur Zamarin
commit: 5c36ed89c3877d92fe54b9997b72b338305acf13
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep 28 16:28:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 28 16:28:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c36ed89

app-text/iso-codes: Stabilize 4.11.0 ppc64, #868606

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/iso-codes/iso-codes-4.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.11.0.ebuild 
b/app-text/iso-codes/iso-codes-4.11.0.ebuild
index 8e53f269fc7a..51740681c572 100644
--- a/app-text/iso-codes/iso-codes-4.11.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.11.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-09-18 Thread Sam James
commit: 497d2d3c6c29b26bc3c9bfe0d4a2e232b117419c
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 19 01:38:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 19 01:38:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497d2d3c

app-text/iso-codes: Stabilize 4.11.0 arm, #868606

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.11.0.ebuild 
b/app-text/iso-codes/iso-codes-4.11.0.ebuild
index 2f3f701505ef..b4d40c39390b 100644
--- a/app-text/iso-codes/iso-codes-4.11.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.11.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-07-26 Thread Matt Turner
commit: 2d1465626a396e3f073629d5f2a6b53a33ce503d
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jul 26 15:09:52 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 26 15:11:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d146562

app-text/iso-codes: Version bump to 4.11.0

Signed-off-by: Matt Turner  gentoo.org>

 app-text/iso-codes/Manifest|  1 +
 app-text/iso-codes/iso-codes-4.11.0.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 87b00f2e6866..a5c9683a4bf2 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1 +1,2 @@
 DIST iso-codes-v4.10.0.tar.gz 14624397 BLAKE2B 
a797db4cad381ae92bdeebf2b771059b5033a763dd1dc4ec85ac9eb81448482b20fc2c7293605816ad59ca6f5559221c72e22b6c0cd2c167af77b4f40dece4e3
 SHA512 
f77568fd803c32d8f28fc123c64c3122859f51c4c8f2f9cc4dc857e51d6fd6d1dfa42a4531f699b1f4b4b89adecb541a56e2cce0aac81ebf83f9c063dd79c86e
+DIST iso-codes-v4.11.0.tar.gz 14756251 BLAKE2B 
dd3bc5bae4def6338527a9c7c41f0ef9603eb2a2a7e4e2a95399bc4891a0d66fa323bb1f960263662cd6b4a42902defede64ad732f4a894d3073a7a68b5b9f80
 SHA512 
524be572c2505b0b2d55a7a0dd8d6bdff68edbc89c569652b11070cc6412881c98ea66a001193f1540153d44d6b41d921444a1d1a2bde6929bbe445eb369ea3e

diff --git a/app-text/iso-codes/iso-codes-4.11.0.ebuild 
b/app-text/iso-codes/iso-codes-4.11.0.ebuild
new file mode 100644
index ..b27a4c748d97
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-4.11.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_BD 
bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et 
eu fa ff fi fil fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia 
id io is it iu ja jam ka kab ki kk kl km kmr kn ko kok kv kw ky lo lt lv mai 
mhr mi mk ml mn mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pap pi 
pl ps pt pt_BR ro ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te tg th 
ti tig tk tl tr tt tt@iqtelif tzm ug uk ur uz ve vi wa wal wo xh yo zh_CN zh_HK 
zh_Hans zh_Hant zh_TW zu"
+
+inherit python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
+SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+DOCS=( CHANGELOG.md README.md )
+
+# plocale_find_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
+   mylinguas+=( "${loc}" )
+   fi
+   done
+
+   sed \
+   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
+   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
+   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
+   popd >/dev/null
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-07-20 Thread Sam James
commit: e96764593ee5ec15f2e6285a7c92594cb471fffc
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 21 00:12:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 21 00:12:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9676459

app-text/iso-codes: Stabilize 4.10.0 ppc, #853958

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.10.0.ebuild 
b/app-text/iso-codes/iso-codes-4.10.0.ebuild
index 30c1a123904d..ea78d3608c3c 100644
--- a/app-text/iso-codes/iso-codes-4.10.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.10.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-07-18 Thread Sam James
commit: fccfd1dbbdec878ff11dfc8f9c2b2be8f48b476d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 18 17:44:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 18 17:44:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fccfd1db

app-text/iso-codes: Stabilize 4.10.0 arm, #853958

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.10.0.ebuild 
b/app-text/iso-codes/iso-codes-4.10.0.ebuild
index 718f5a77848c..a7ce1ea3d8d1 100644
--- a/app-text/iso-codes/iso-codes-4.10.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.10.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-06-01 Thread Matt Turner
commit: 9471eed8a2f5dbb14d3c093fcc83c653b8ad1cb6
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun  1 19:15:22 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun  1 19:15:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9471eed8

app-text/iso-codes: Version bump to 4.10.0

Signed-off-by: Matt Turner  gentoo.org>

 app-text/iso-codes/Manifest|  1 +
 app-text/iso-codes/iso-codes-4.10.0.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index c633c55a9a8f..ec5964c75c93 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1 +1,2 @@
+DIST iso-codes-v4.10.0.tar.gz 14624397 BLAKE2B 
a797db4cad381ae92bdeebf2b771059b5033a763dd1dc4ec85ac9eb81448482b20fc2c7293605816ad59ca6f5559221c72e22b6c0cd2c167af77b4f40dece4e3
 SHA512 
f77568fd803c32d8f28fc123c64c3122859f51c4c8f2f9cc4dc857e51d6fd6d1dfa42a4531f699b1f4b4b89adecb541a56e2cce0aac81ebf83f9c063dd79c86e
 DIST iso-codes-v4.9.0.tar.gz 14483789 BLAKE2B 
683921fede69149cf196b70dded975763746d943f470d21e517334890c4c45b11b551c0746e3907341e55870ac733d1f14f74ea5cf723e3f4df164f56531b7da
 SHA512 
0e14101b6a1480c463d83b32a40715485ad5494e799bf0cb6b7ed927b69dff0454512bbccbcc23de8741bf7dce139feb7490c4edf75b4a0af8473fe5ad9c567c

diff --git a/app-text/iso-codes/iso-codes-4.10.0.ebuild 
b/app-text/iso-codes/iso-codes-4.10.0.ebuild
new file mode 100644
index ..f8827b975f22
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-4.10.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_BD 
bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et 
eu fa ff fi fil fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia 
id io is it iu ja jam ka kab ki kk kl km kmr kn ko kok kv kw ky lo lt lv mai 
mhr mi mk ml mn mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pap pi 
pl ps pt pt_BR ro ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te tg th 
ti tig tk tl tr tt tt@iqtelif tzm ug uk ur uz ve vi wa wal wo xh yo zh_CN zh_HK 
zh_Hans zh_Hant zh_TW zu"
+
+inherit python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
+SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+DOCS=( CHANGELOG.md README.md )
+
+# plocale_find_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
+   mylinguas+=( "${loc}" )
+   fi
+   done
+
+   sed \
+   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
+   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
+   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
+   popd >/dev/null
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-01-24 Thread Sam James
commit: f64469d2e668d3c78533844e1f2c1e4e3c4557b6
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 14:48:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 14:48:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64469d2

app-text/iso-codes: Stabilize 4.9.0 ppc, #831048

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.9.0.ebuild 
b/app-text/iso-codes/iso-codes-4.9.0.ebuild
index 258bfe87203f..a3a39a26e9d5 100644
--- a/app-text/iso-codes/iso-codes-4.9.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.9.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-01-24 Thread Sam James
commit: 5f12a364d6e8d4e6c3d63a42c9657e8ee9e6bbb2
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 14:44:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 14:45:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f12a364

app-text/iso-codes: Stabilize 4.9.0 arm, #831048

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.9.0.ebuild 
b/app-text/iso-codes/iso-codes-4.9.0.ebuild
index 75c2a8e88348..258bfe87203f 100644
--- a/app-text/iso-codes/iso-codes-4.9.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.9.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-01-22 Thread Sam James
commit: ddfcfa30f6d8ccb0764602b097089c1643b9915a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jan 21 15:54:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 22 22:38:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfcfa30

app-text/iso-codes: stable 4.9.0 for sparc, bug #831048

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.9.0.ebuild 
b/app-text/iso-codes/iso-codes-4.9.0.ebuild
index 01d91b1ca2e6..1e705d3d7acb 100644
--- a/app-text/iso-codes/iso-codes-4.9.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.9.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-01-20 Thread Arthur Zamarin
commit: ab1c3b80bfd989b17ec19017baeaa9ab2b629ee3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 20 09:42:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 20 09:42:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1c3b80

app-text/iso-codes: Stabilize 4.9.0 ppc64, #831048

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-text/iso-codes/iso-codes-4.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.9.0.ebuild 
b/app-text/iso-codes/iso-codes-4.9.0.ebuild
index 40294c158f09..658a8e06ab39 100644
--- a/app-text/iso-codes/iso-codes-4.9.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.9.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2022-01-07 Thread Matt Turner
commit: f9f7e31050e0a47a05c401c27d06c915ffa4115d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jan  7 18:45:40 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jan  7 18:45:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f7e310

app-text/iso-codes: Version bump to 4.9.0

Signed-off-by: Matt Turner  gentoo.org>

 app-text/iso-codes/Manifest   |  1 +
 app-text/iso-codes/iso-codes-4.9.0.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index fa70bb33828c..a41e449ec83a 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,3 +1,4 @@
 DIST iso-codes-4.6.0.tar.gz 14089611 BLAKE2B 
0e85ca49dd40ca053af4b06aca440e55c2b9bb2061fcdceaa25b31ac7fd7942a590756db90c10db64e5e1ffcedbce5a552e60a6d495bb9d60621bc7b862e630b
 SHA512 
fcee802a3f92ef035371ff45fa9d8acbf1e2f490e38d84d2e27d2226d250ad02d088156d0889c0fc0fc09f30c4541b30dc7eb65ca4f40c3764599c1b2143013f
 DIST iso-codes-4.7.0.tar.gz 14122654 BLAKE2B 
5dfcf4a0b39ff7b696f157a3938b7c1d35015c346ba4b046dda6b6b5bdcb02e561161afecfd2909fdbfbff6378cd4940335543d0ca7313bb9e80e490ad901abb
 SHA512 
77ceb2ba9f3290f9409efdb50112beda2872ed163a86912b46480407f1135c0263cb70bf84bd2635b304d1af65e5b60f97a20b305219ead9ac98423b5abb255d
 DIST iso-codes-v4.8.0.tar.gz 14359576 BLAKE2B 
cf1228c8865ae68dad3167a9460c66ca81267df04e83bd495793e729c8db9c93798e3738f2316cd18622c0fe224bad70c6fdd177d2c2b3c2e8bd95508b616b33
 SHA512 
a96c104eb3f183ea8e5920446a53c15a416762a0ec13b7f7a7a64e6d68341b6a12385e75ba6c9d8b9351921afaa65216f3dcdd3b82babb6227dcf718bea38802
+DIST iso-codes-v4.9.0.tar.gz 14483789 BLAKE2B 
683921fede69149cf196b70dded975763746d943f470d21e517334890c4c45b11b551c0746e3907341e55870ac733d1f14f74ea5cf723e3f4df164f56531b7da
 SHA512 
0e14101b6a1480c463d83b32a40715485ad5494e799bf0cb6b7ed927b69dff0454512bbccbcc23de8741bf7dce139feb7490c4edf75b4a0af8473fe5ad9c567c

diff --git a/app-text/iso-codes/iso-codes-4.9.0.ebuild 
b/app-text/iso-codes/iso-codes-4.9.0.ebuild
new file mode 100644
index ..40294c158f09
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-4.9.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_BD 
bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et 
eu fa ff fi fil fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia 
id io is it iu ja jam ka kab ki kk kl km kmr kn ko kok kv kw ky lo lt lv mai 
mhr mi mk ml mn mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pap pi 
pl ps pt pt_BR ro ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te tg th 
ti tig tk tl tr tt tt@iqtelif tzm ug uk ur uz ve vi wa wal wo xh yo zh_CN zh_HK 
zh_Hans zh_Hant zh_TW zu"
+
+inherit python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
+SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+DOCS=( CHANGELOG.md README.md )
+
+# plocale_find_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; 

[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2021-12-19 Thread Matt Turner
commit: 843f71f257e465d55a8bfe7e298d2b01aa97c5f8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 19 17:44:41 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 19 17:44:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=843f71f2

app-text/iso-codes: Version bump to 4.8.0

Signed-off-by: Matt Turner  gentoo.org>

 app-text/iso-codes/Manifest   |  1 +
 app-text/iso-codes/iso-codes-4.8.0.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 3ee204c953f5..fa70bb33828c 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,2 +1,3 @@
 DIST iso-codes-4.6.0.tar.gz 14089611 BLAKE2B 
0e85ca49dd40ca053af4b06aca440e55c2b9bb2061fcdceaa25b31ac7fd7942a590756db90c10db64e5e1ffcedbce5a552e60a6d495bb9d60621bc7b862e630b
 SHA512 
fcee802a3f92ef035371ff45fa9d8acbf1e2f490e38d84d2e27d2226d250ad02d088156d0889c0fc0fc09f30c4541b30dc7eb65ca4f40c3764599c1b2143013f
 DIST iso-codes-4.7.0.tar.gz 14122654 BLAKE2B 
5dfcf4a0b39ff7b696f157a3938b7c1d35015c346ba4b046dda6b6b5bdcb02e561161afecfd2909fdbfbff6378cd4940335543d0ca7313bb9e80e490ad901abb
 SHA512 
77ceb2ba9f3290f9409efdb50112beda2872ed163a86912b46480407f1135c0263cb70bf84bd2635b304d1af65e5b60f97a20b305219ead9ac98423b5abb255d
+DIST iso-codes-v4.8.0.tar.gz 14359576 BLAKE2B 
cf1228c8865ae68dad3167a9460c66ca81267df04e83bd495793e729c8db9c93798e3738f2316cd18622c0fe224bad70c6fdd177d2c2b3c2e8bd95508b616b33
 SHA512 
a96c104eb3f183ea8e5920446a53c15a416762a0ec13b7f7a7a64e6d68341b6a12385e75ba6c9d8b9351921afaa65216f3dcdd3b82babb6227dcf718bea38802

diff --git a/app-text/iso-codes/iso-codes-4.8.0.ebuild 
b/app-text/iso-codes/iso-codes-4.8.0.ebuild
new file mode 100644
index ..5348c7e2c48b
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-4.8.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_BD 
bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et 
eu fa ff fi fil fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia 
id io is it iu ja jam ka kab ki kk kl km kmr kn ko kok kv kw ky lo lt lv mai 
mhr mi mk ml mn mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pap pi 
pl ps pt pt_BR ro ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te tg th 
ti tig tk tl tr tt tt@iqtelif tzm ug uk ur uz ve vi wa wal wo xh yo zh_CN zh_HK 
zh_Hans zh_Hant zh_TW zu"
+
+inherit python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
+SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+DOCS=( CHANGELOG.md README.md )
+
+# plocale_find_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
+   mylinguas+=( "${loc}" )
+   fi
+   done
+
+   sed \
+   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
+   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
+   -i 

[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2021-11-05 Thread Sam James
commit: 60bf86d7ed65283146b53bdfec92b31cf5dc3883
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov  6 03:57:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov  6 03:57:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60bf86d7

app-text/iso-codes: Stabilize 4.7.0 ppc64, #815013

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.7.0.ebuild 
b/app-text/iso-codes/iso-codes-4.7.0.ebuild
index 42cd8ded726..6f1c4bc5769 100644
--- a/app-text/iso-codes/iso-codes-4.7.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.7.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2021-10-04 Thread Sam James
commit: b0887f21837bd9d1ce1db01aa990c389ff6a564e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Oct  4 15:18:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  4 17:43:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0887f21

app-text/iso-codes: stable 4.7.0 for sparc, bug #815013

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.7.0.ebuild 
b/app-text/iso-codes/iso-codes-4.7.0.ebuild
index 2ef2c871ace..fde78634b31 100644
--- a/app-text/iso-codes/iso-codes-4.7.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.7.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2021-10-03 Thread Sam James
commit: 9e89d57e9464ba5d001332c40fb2a431aa9c2acc
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  4 01:23:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  4 01:23:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e89d57e

app-text/iso-codes: Stabilize 4.7.0 arm64, #815013

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.7.0.ebuild 
b/app-text/iso-codes/iso-codes-4.7.0.ebuild
index b89d5b65020..9b7389e4b5a 100644
--- a/app-text/iso-codes/iso-codes-4.7.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.7.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2021-08-28 Thread Matt Turner
commit: c5eb2e04671af429955094a56cd4145088f29894
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 28 19:03:53 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 28 21:14:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5eb2e04

app-text/iso-codes: Version bump to 4.7.0

Signed-off-by: Matt Turner  gentoo.org>

 app-text/iso-codes/Manifest   |  1 +
 app-text/iso-codes/iso-codes-4.7.0.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 5989f5c0851..3ee204c953f 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1 +1,2 @@
 DIST iso-codes-4.6.0.tar.gz 14089611 BLAKE2B 
0e85ca49dd40ca053af4b06aca440e55c2b9bb2061fcdceaa25b31ac7fd7942a590756db90c10db64e5e1ffcedbce5a552e60a6d495bb9d60621bc7b862e630b
 SHA512 
fcee802a3f92ef035371ff45fa9d8acbf1e2f490e38d84d2e27d2226d250ad02d088156d0889c0fc0fc09f30c4541b30dc7eb65ca4f40c3764599c1b2143013f
+DIST iso-codes-4.7.0.tar.gz 14122654 BLAKE2B 
5dfcf4a0b39ff7b696f157a3938b7c1d35015c346ba4b046dda6b6b5bdcb02e561161afecfd2909fdbfbff6378cd4940335543d0ca7313bb9e80e490ad901abb
 SHA512 
77ceb2ba9f3290f9409efdb50112beda2872ed163a86912b46480407f1135c0263cb70bf84bd2635b304d1af65e5b60f97a20b305219ead9ac98423b5abb255d

diff --git a/app-text/iso-codes/iso-codes-4.7.0.ebuild 
b/app-text/iso-codes/iso-codes-4.7.0.ebuild
new file mode 100644
index 000..b89d5b65020
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-4.7.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_BD 
bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et 
eu fa ff fi fil fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia 
id io is it iu ja jam ka kab ki kk kl km kmr kn ko kok kv kw ky lo lt lv mai 
mhr mi mk ml mn mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pap pi 
pl ps pt pt_BR ro ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te tg th 
ti tig tk tl tr tt tt@iqtelif tzm ug uk ur uz ve vi wa wal wo xh yo zh_CN zh_HK 
zh_Hant zh_TW zu"
+
+inherit python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
+SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+"
+S="${WORKDIR}/${PN}-${P}"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+DOCS=( ChangeLog.md README.md )
+
+# plocale_find_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
+   mylinguas+=( "${loc}" )
+   fi
+   done
+
+   sed \
+   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
+   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
+   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
+   popd >/dev/null
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2021-08-09 Thread Ulrich Müller
commit: b240768806208f65dde0ff6889312c96b7bdc69e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Aug  9 11:56:56 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Aug  9 11:57:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2407688

app-text/iso-codes: Update a comment

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 app-text/iso-codes/iso-codes-4.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.6.0.ebuild 
b/app-text/iso-codes/iso-codes-4.6.0.ebuild
index 5078155ea34..35577914637 100644
--- a/app-text/iso-codes/iso-codes-4.6.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.6.0.ebuild
@@ -26,7 +26,7 @@ RESTRICT="binchecks strip"
 
 DOCS=( ChangeLog.md README.md )
 
-# l10n_find_plocales_changes doesn't support multiple directories,
+# plocale_find_changes doesn't support multiple directories,
 # so need to do the update scan ourselves.
 check_existing_locales() {
local std loc all_locales=()



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2021-05-25 Thread Yixun Lan
commit: 79c9cba02f49672dc077eaf47014232dedb41057
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon May 24 14:03:25 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue May 25 08:23:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c9cba0

app-text/iso-codes: add riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 app-text/iso-codes/iso-codes-4.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.6.0.ebuild 
b/app-text/iso-codes/iso-codes-4.6.0.ebuild
index 0ec9beee2ec..5078155ea34 100644
--- a/app-text/iso-codes/iso-codes-4.6.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.6.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2021-04-14 Thread Sam James
commit: 0f9416d99646fa1074ebf69d4792d6bb321df57b
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 15 00:12:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 15 00:12:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9416d9

app-text/iso-codes: Stabilize 4.6.0 ppc64, #782847

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.6.0.ebuild 
b/app-text/iso-codes/iso-codes-4.6.0.ebuild
index b56e706a525..7a0313a5bc5 100644
--- a/app-text/iso-codes/iso-codes-4.6.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.6.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2021-04-14 Thread Sam James
commit: 2919ac1058c68267bf686744520cb5731ebe402c
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 14 22:05:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 14 22:06:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2919ac10

app-text/iso-codes: Stabilize 4.6.0 ppc, #782847

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.6.0.ebuild 
b/app-text/iso-codes/iso-codes-4.6.0.ebuild
index 98d0fc5fdb4..b56e706a525 100644
--- a/app-text/iso-codes/iso-codes-4.6.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.6.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2021-04-13 Thread Sam James
commit: 8f45e4f9536f1c8f85062f022a58358001b71a8c
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 13 14:59:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 13 14:59:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f45e4f9

app-text/iso-codes: Stabilize 4.5.0 ppc64, #774927

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.5.0.ebuild 
b/app-text/iso-codes/iso-codes-4.5.0.ebuild
index a82c3e4fb8d..3c8d3145b7c 100644
--- a/app-text/iso-codes/iso-codes-4.5.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.5.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2021-04-12 Thread Sam James
commit: c6eea95562ac07134eabff7b71243c3360ce21f6
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 16:01:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 16:01:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6eea955

app-text/iso-codes: Stabilize 4.5.0 arm, #774927

Signed-off-by: Sam James  gentoo.org>

 app-text/iso-codes/iso-codes-4.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.5.0.ebuild 
b/app-text/iso-codes/iso-codes-4.5.0.ebuild
index a88f65391a9..8ca09e364db 100644
--- a/app-text/iso-codes/iso-codes-4.5.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.5.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2021-03-15 Thread Sergei Trofimovich
commit: b53b17c2f8b489b06a132b7f3d00456ca6640bce
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 15 15:22:46 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 15 18:06:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53b17c2

app-text/iso-codes: stable 4.5.0 for sparc, bug #774927

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/iso-codes/iso-codes-4.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.5.0.ebuild 
b/app-text/iso-codes/iso-codes-4.5.0.ebuild
index 8232e737302..29a8518d9f6 100644
--- a/app-text/iso-codes/iso-codes-4.5.0.ebuild
+++ b/app-text/iso-codes/iso-codes-4.5.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2021-03-12 Thread Matt Turner
commit: b92f332b3b4a135c2e700ab4542ad917d8f5aefd
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar 13 02:53:21 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 13 03:51:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92f332b

app-text/iso-codes: Version bump to 4.6.0

Signed-off-by: Matt Turner  gentoo.org>

 app-text/iso-codes/Manifest   |  1 +
 app-text/iso-codes/iso-codes-4.6.0.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 8d557acc8e6..0460a53cc33 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,2 +1,3 @@
 DIST iso-codes-4.4.tar.gz 13299605 BLAKE2B 
485f3b0240f1892fb96f2b5c391b3f0adc593fac97d53748aa104208936d1bf81de1d40e742ab48e3663cea0ce5b28a20782df2f4eed251bab5b8a7055745d0e
 SHA512 
d22ecdef75cd07b59ea0dbc87d25eb254676ab83297c1a43dbad9d3471ba355630f5588b4590972526f9e885b2e1ec307303ac0bb94b2dd5c707377c1cfa64d8
 DIST iso-codes-4.5.0.tar.gz 13635723 BLAKE2B 
e96cbf80a93fd4901decd59006e51b39eb35b64b6ead28c0f0f1b0103f341dd79849db07f63be16154e5041a85a563d477b6470143ad325f1d25880d539807d0
 SHA512 
457585de1bfb848bbdbd15754588e690e3214f5d4442c32df4044f8a5b2cf6035c9c0cea84cc9b6e6ef093c0e9c8f7317e5bea920060b09d121b042e66046ca5
+DIST iso-codes-4.6.0.tar.gz 14089611 BLAKE2B 
0e85ca49dd40ca053af4b06aca440e55c2b9bb2061fcdceaa25b31ac7fd7942a590756db90c10db64e5e1ffcedbce5a552e60a6d495bb9d60621bc7b862e630b
 SHA512 
fcee802a3f92ef035371ff45fa9d8acbf1e2f490e38d84d2e27d2226d250ad02d088156d0889c0fc0fc09f30c4541b30dc7eb65ca4f40c3764599c1b2143013f

diff --git a/app-text/iso-codes/iso-codes-4.6.0.ebuild 
b/app-text/iso-codes/iso-codes-4.6.0.ebuild
new file mode 100644
index 000..606b0e7ba92
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-4.6.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_BD 
bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et 
eu fa ff fi fil fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia 
id io is it iu ja jam ka kab ki kk kl km kn ko kok ku kv kw ky lo lt lv mai mhr 
mi mk ml mn mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pap pi pl 
ps pt pt_BR ro ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te tg th ti 
tig tk tl tr tt tt@iqtelif tzm ug uk ur uz ve vi wa wal wo xh yo zh_CN zh_HK 
zh_Hant zh_TW zu"
+
+inherit python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
+SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+"
+S="${WORKDIR}/${PN}-${P}"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+DOCS=( ChangeLog.md README.md )
+
+# l10n_find_plocales_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
+   mylinguas+=( "${loc}" )
+   fi
+   done
+
+   sed \
+   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
+   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
+   -i Makefile.am 

[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-10-05 Thread Matt Turner
commit: d4b93f6de1f31f27865eb049566d089a5f63d2a1
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon Oct  5 19:27:02 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct  6 03:42:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b93f6d

app-text/iso-codes: bump to version 4.5.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Matt Turner  gentoo.org>

 app-text/iso-codes/Manifest   |  1 +
 app-text/iso-codes/iso-codes-4.5.0.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 5d9ae1fe870..8d557acc8e6 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1 +1,2 @@
 DIST iso-codes-4.4.tar.gz 13299605 BLAKE2B 
485f3b0240f1892fb96f2b5c391b3f0adc593fac97d53748aa104208936d1bf81de1d40e742ab48e3663cea0ce5b28a20782df2f4eed251bab5b8a7055745d0e
 SHA512 
d22ecdef75cd07b59ea0dbc87d25eb254676ab83297c1a43dbad9d3471ba355630f5588b4590972526f9e885b2e1ec307303ac0bb94b2dd5c707377c1cfa64d8
+DIST iso-codes-4.5.0.tar.gz 13635723 BLAKE2B 
e96cbf80a93fd4901decd59006e51b39eb35b64b6ead28c0f0f1b0103f341dd79849db07f63be16154e5041a85a563d477b6470143ad325f1d25880d539807d0
 SHA512 
457585de1bfb848bbdbd15754588e690e3214f5d4442c32df4044f8a5b2cf6035c9c0cea84cc9b6e6ef093c0e9c8f7317e5bea920060b09d121b042e66046ca5

diff --git a/app-text/iso-codes/iso-codes-4.5.0.ebuild 
b/app-text/iso-codes/iso-codes-4.5.0.ebuild
new file mode 100644
index 000..fea8d4f45fa
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-4.5.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_BD 
bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et 
eu fa ff fi fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia id 
io is it iu ja jam ka kab ki kk kl km kn ko kok ku kv kw ky lo lt lv mai mhr mi 
mk ml mn mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pap pi pl ps 
pt pt_BR ro ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te tg th ti tig 
tk tl tr tt tt@iqtelif ug uk ur uz ve vi wa wal wo xh yo zh_CN zh_HK zh_Hant 
zh_TW zu"
+
+inherit python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
+SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+"
+S="${WORKDIR}/${PN}-${P}"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+DOCS=( ChangeLog.md README.md )
+
+# l10n_find_plocales_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
+   mylinguas+=( "${loc}" )
+   fi
+   done
+
+   sed \
+   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
+   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
+   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
+   popd >/dev/null
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-10-05 Thread Matt Turner
commit: d4795d784a864f980b7fbf2450b09a0c0a3fc94a
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon Oct  5 19:20:13 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct  6 03:42:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4795d78

app-text/iso-codes: python3_9

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/17805
Signed-off-by: Matt Turner  gentoo.org>

 app-text/iso-codes/iso-codes-4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild 
b/app-text/iso-codes/iso-codes-4.4.ebuild
index b87b8486be9..b231ef1ff85 100644
--- a/app-text/iso-codes/iso-codes-4.4.ebuild
+++ b/app-text/iso-codes/iso-codes-4.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_IN br 
bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et eu fa ff 
fi fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia id io is it 
iu ja jam ka kab ki kk kl km kn ko kok ku kv kw ky lo lt lv mai mhr mi mk ml mn 
mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pap pi pl ps pt pt_BR 
ro ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te tg th ti tig tk tl tr 
tt tt@iqtelif ug uk ur uz ve vi wa wal wo xh yo zh_CN zh_HK zh_Hant zh_TW zu"
 
 inherit python-any-r1



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-04-17 Thread Andreas Sturmlechner
commit: 554ab5b2a585e1db1a0b91987045107e01fb4749
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 17 17:12:43 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 17 18:54:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554ab5b2

app-text/iso-codes: python3_8 support

Tests passed.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/iso-codes/iso-codes-4.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild 
b/app-text/iso-codes/iso-codes-4.4.ebuild
index 07b7b361704..b87b8486be9 100644
--- a/app-text/iso-codes/iso-codes-4.4.ebuild
+++ b/app-text/iso-codes/iso-codes-4.4.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+
+PYTHON_COMPAT=( python3_{6,7,8} )
 PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_IN br 
bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et eu fa ff 
fi fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia id io is it 
iu ja jam ka kab ki kk kl km kn ko kok ku kv kw ky lo lt lv mai mhr mi mk ml mn 
mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pap pi pl ps pt pt_BR 
ro ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te tg th ti tig tk tl tr 
tt tt@iqtelif ug uk ur uz ve vi wa wal wo xh yo zh_CN zh_HK zh_Hant zh_TW zu"
 
 inherit python-any-r1



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-03-17 Thread Mart Raudsepp
commit: e809a5b070254bc4da78ef0c5b0415852ff8d890
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Mar 17 08:30:01 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Mar 17 08:30:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e809a5b0

app-text/iso-codes: arm64 stable (bug #705152)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/iso-codes/iso-codes-4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild 
b/app-text/iso-codes/iso-codes-4.4.ebuild
index 9979cda36b9..314a26fed20 100644
--- a/app-text/iso-codes/iso-codes-4.4.ebuild
+++ b/app-text/iso-codes/iso-codes-4.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-03-17 Thread Mart Raudsepp
commit: 61bf2db72673d893d988c63b3ad97dedd180d2e5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Mar 17 08:33:56 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Mar 17 08:33:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bf2db7

app-text/iso-codes: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/iso-codes/Manifest  |  1 -
 app-text/iso-codes/iso-codes-3.76.ebuild | 78 
 2 files changed, 79 deletions(-)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 2688b2e1199..5d9ae1fe870 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,2 +1 @@
-DIST iso-codes-3.76.tar.xz 3474728 BLAKE2B 
b418b7b80d1926e765b65aad4edbd74ad8d37251fda14e3ab0e222095762d54e358de6f8d4a08fde8ae14460fd975a2a541ca6a5a4cf8ef1d19462b0f991
 SHA512 
a0f6714a79a52b5dab82a268e85cb2d019ff5255744b88d088dcd7d5a15eb9710876a338a0a5d0f5659b4146bc6cc53d6d3474d621b3dcca7c47afabfc7e0dfa
 DIST iso-codes-4.4.tar.gz 13299605 BLAKE2B 
485f3b0240f1892fb96f2b5c391b3f0adc593fac97d53748aa104208936d1bf81de1d40e742ab48e3663cea0ce5b28a20782df2f4eed251bab5b8a7055745d0e
 SHA512 
d22ecdef75cd07b59ea0dbc87d25eb254676ab83297c1a43dbad9d3471ba355630f5588b4590972526f9e885b2e1ec307303ac0bb94b2dd5c707377c1cfa64d8

diff --git a/app-text/iso-codes/iso-codes-3.76.ebuild 
b/app-text/iso-codes/iso-codes-3.76.ebuild
deleted file mode 100644
index 13eee6bba9c..000
--- a/app-text/iso-codes/iso-codes-3.76.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
-PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
-
-inherit eutils l10n python-any-r1
-
-DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
-HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
-SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${PYTHON_DEPS}
-   app-arch/xz-utils
-   sys-devel/gettext
-"
-
-# This ebuild does not install any binaries.
-RESTRICT="binchecks strip"
-
-# l10n_find_plocales_changes doesn't support multiple directories,
-# so need to do the update scan ourselves.
-check_existing_locales() {
-   local std loc all_locales=()
-
-   ebegin "Looking for new locales"
-   for std in "${all_stds[@]}"; do
-   pushd "${std}" >/dev/null || die
-   for loc in *.po; do
-   all_locales+=( "${loc%.po}" )
-   done
-   popd >/dev/null
-   done
-
-   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
-   if [[ ${PLOCALES} != "${all_locales}" ]]; then
-   eend 1
-   eerror "There are changes in locales! This ebuild should be 
updated to:"
-   eerror "PLOCALES=\"${all_locales}\""
-   die "Update PLOCALES in the ebuild"
-   else
-   eend 0
-   fi
-}
-
-src_prepare() {
-   default
-
-   local std loc mylinguas
-   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
-
-   check_existing_locales
-
-   # Modify the Makefiles so they only install requested locales.
-   for std in "${all_stds[@]}"; do
-   einfo "Preparing ${std} ..."
-   pushd "${std}" >/dev/null || die
-   mylinguas=()
-   for loc in *.po; do
-   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
-   mylinguas+=( "${loc}" )
-   fi
-   done
-
-   sed \
-   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
-   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
-   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
-   popd >/dev/null
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-01-27 Thread Mikle Kolyada
commit: 9e95e6eb337c2e6b4efac060a75538608da4df86
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 27 11:37:48 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 27 11:37:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e95e6eb

app-text/iso-codes: arm stable wrt bug #705152

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/iso-codes/iso-codes-4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild 
b/app-text/iso-codes/iso-codes-4.4.ebuild
index e5bd27de5b9..9979cda36b9 100644
--- a/app-text/iso-codes/iso-codes-4.4.ebuild
+++ b/app-text/iso-codes/iso-codes-4.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-01-17 Thread Agostino Sarubbo
commit: 6ba1c352c846475e36736150bd2ca66354018ab6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 17 10:29:33 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 17 10:29:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba1c352

app-text/iso-codes: x86 stable wrt bug #705152

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/iso-codes/iso-codes-4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild 
b/app-text/iso-codes/iso-codes-4.4.ebuild
index bf3fa6ef3f2..e5bd27de5b9 100644
--- a/app-text/iso-codes/iso-codes-4.4.ebuild
+++ b/app-text/iso-codes/iso-codes-4.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-01-13 Thread Agostino Sarubbo
commit: 5808047be1fa6d4845a37adf81398c5b3a0b651c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 13 09:11:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 13 09:11:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5808047b

app-text/iso-codes: sparc stable wrt bug #705152

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/iso-codes/iso-codes-4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild 
b/app-text/iso-codes/iso-codes-4.4.ebuild
index 5b5fd345d72..bf3fa6ef3f2 100644
--- a/app-text/iso-codes/iso-codes-4.4.ebuild
+++ b/app-text/iso-codes/iso-codes-4.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-01-12 Thread Sergei Trofimovich
commit: e1aa6a93e00c16078a35529f63b5b2cab6181025
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan 12 23:16:22 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan 12 23:22:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1aa6a93

app-text/iso-codes: stable 4.4 for ppc, bug #705152

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/iso-codes/iso-codes-4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild 
b/app-text/iso-codes/iso-codes-4.4.ebuild
index 90a473ac66b..5b5fd345d72 100644
--- a/app-text/iso-codes/iso-codes-4.4.ebuild
+++ b/app-text/iso-codes/iso-codes-4.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-01-12 Thread Sergei Trofimovich
commit: 89bf1535856924d94a41ca6917644a74116499dd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan 12 22:51:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan 12 22:53:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bf1535

app-text/iso-codes: stable 4.4 for ppc64, bug #705152

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/iso-codes/iso-codes-4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild 
b/app-text/iso-codes/iso-codes-4.4.ebuild
index 07e0ce243ed..90a473ac66b 100644
--- a/app-text/iso-codes/iso-codes-4.4.ebuild
+++ b/app-text/iso-codes/iso-codes-4.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-01-12 Thread Sergei Trofimovich
commit: 8c4543c5f54bcfd8bf706e36bbca7581a4bcba18
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan 12 22:42:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan 12 22:42:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4543c5

app-text/iso-codes: stable 4.4 for ia64, bug #705152

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/iso-codes/iso-codes-4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild 
b/app-text/iso-codes/iso-codes-4.4.ebuild
index e321e74f403..07e0ce243ed 100644
--- a/app-text/iso-codes/iso-codes-4.4.ebuild
+++ b/app-text/iso-codes/iso-codes-4.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-01-12 Thread Sergei Trofimovich
commit: ce22e60d4981627e3fbe8a53e004c4fb3ab2bb34
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan 12 22:36:27 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan 12 22:36:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce22e60d

app-text/iso-codes: stable 4.4 for hppa, bug #705152

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/iso-codes/iso-codes-4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild 
b/app-text/iso-codes/iso-codes-4.4.ebuild
index 9149ab6ea70..e321e74f403 100644
--- a/app-text/iso-codes/iso-codes-4.4.ebuild
+++ b/app-text/iso-codes/iso-codes-4.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-01-11 Thread Agostino Sarubbo
commit: fd4a3788a903c21700f489ebcb492cc2513fc915
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 11 14:51:26 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 11 14:51:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4a3788

app-text/iso-codes: amd64 stable wrt bug #705152

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/iso-codes/iso-codes-4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild 
b/app-text/iso-codes/iso-codes-4.4.ebuild
index 0a7f9d2c430..9149ab6ea70 100644
--- a/app-text/iso-codes/iso-codes-4.4.ebuild
+++ b/app-text/iso-codes/iso-codes-4.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 
 BDEPEND="${PYTHON_DEPS}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2020-01-11 Thread Mart Raudsepp
commit: 28a1b96e9d1ed5eae275922cba5194c4333f697e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan 11 09:34:25 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan 11 09:34:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a1b96e

app-text/iso-codes: install ChangeLog.md

and don't install semi-useless TODO

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/iso-codes/iso-codes-4.4.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild 
b/app-text/iso-codes/iso-codes-4.4.ebuild
index 6cbe5498da4..0a7f9d2c430 100644
--- a/app-text/iso-codes/iso-codes-4.4.ebuild
+++ b/app-text/iso-codes/iso-codes-4.4.ebuild
@@ -23,6 +23,8 @@ S="${WORKDIR}/${PN}-${P}"
 # This ebuild does not install any binaries.
 RESTRICT="binchecks strip"
 
+DOCS=( ChangeLog.md README.md )
+
 # l10n_find_plocales_changes doesn't support multiple directories,
 # so need to do the update scan ourselves.
 check_existing_locales() {



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2019-11-22 Thread Matt Turner
commit: e4f2acc7b9acd7b0264def7ab2bdc5c59708b4a4
Author: Wim Muskee  gmail  com>
AuthorDate: Sat Oct 26 07:13:28 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov 22 21:27:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f2acc7

app-text/iso-codes: bump to 4.4

Closes: https://bugs.gentoo.org/699920
Signed-off-by: Wim Muskee  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13444
Signed-off-by: Matt Turner  gentoo.org>

 app-text/iso-codes/Manifest |  1 +
 app-text/iso-codes/iso-codes-4.4.ebuild | 76 +
 2 files changed, 77 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 176e81708d6..2688b2e1199 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1 +1,2 @@
 DIST iso-codes-3.76.tar.xz 3474728 BLAKE2B 
b418b7b80d1926e765b65aad4edbd74ad8d37251fda14e3ab0e222095762d54e358de6f8d4a08fde8ae14460fd975a2a541ca6a5a4cf8ef1d19462b0f991
 SHA512 
a0f6714a79a52b5dab82a268e85cb2d019ff5255744b88d088dcd7d5a15eb9710876a338a0a5d0f5659b4146bc6cc53d6d3474d621b3dcca7c47afabfc7e0dfa
+DIST iso-codes-4.4.tar.gz 13299605 BLAKE2B 
485f3b0240f1892fb96f2b5c391b3f0adc593fac97d53748aa104208936d1bf81de1d40e742ab48e3663cea0ce5b28a20782df2f4eed251bab5b8a7055745d0e
 SHA512 
d22ecdef75cd07b59ea0dbc87d25eb254676ab83297c1a43dbad9d3471ba355630f5588b4590972526f9e885b2e1ec307303ac0bb94b2dd5c707377c1cfa64d8

diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild 
b/app-text/iso-codes/iso-codes-4.4.ebuild
new file mode 100644
index 000..5494c38bf59
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-4.4.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
+PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_IN br 
bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et eu fa ff 
fi fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia id io is it 
iu ja jam ka kab ki kk kl km kn ko kok ku kv kw ky lo lt lv mai mhr mi mk ml mn 
mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pap pi pl ps pt pt_BR 
ro ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te tg th ti tig tk tl tr 
tt tt@iqtelif ug uk ur uz ve vi wa wal wo xh yo zh_CN zh_HK zh_Hant zh_TW zu"
+
+inherit python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
+SRC_URI="https://salsa.debian.org/${PN}-team/${PN}/-/archive/${P}/${PN}-${P}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+
+BDEPEND="${PYTHON_DEPS}
+   sys-devel/gettext
+"
+S="${WORKDIR}/${PN}-${P}"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+# l10n_find_plocales_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
+   mylinguas+=( "${loc}" )
+   fi
+   done
+
+   sed \
+   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
+   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
+   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
+   popd >/dev/null
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2019-11-17 Thread Mart Raudsepp
commit: 92cacb6b154a6170a2a7e5da32b437590f2bfe50
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Nov 17 13:13:52 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Nov 17 13:16:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92cacb6b

app-text/iso-codes: update HOMEPAGE

Closes: https://bugs.gentoo.org/698824
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-text/iso-codes/iso-codes-3.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.76.ebuild 
b/app-text/iso-codes/iso-codes-3.76.ebuild
index ed9a22a2e12..5fb37b89706 100644
--- a/app-text/iso-codes/iso-codes-3.76.ebuild
+++ b/app-text/iso-codes/iso-codes-3.76.ebuild
@@ -8,7 +8,7 @@ PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs 
cy da de dz el e
 inherit eutils l10n python-any-r1
 
 DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
-HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
+HOMEPAGE="https://salsa.debian.org/iso-codes-team/iso-codes;
 SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2018-12-02 Thread Jonathan Callen
commit: dc6a2bedfc1b9cf113125fe390dd4dbd3cda5cfb
Author: Jonathan Callen  gentoo  org>
AuthorDate: Mon Dec  3 01:13:48 2018 +
Commit: Jonathan Callen  gentoo  org>
CommitDate: Mon Dec  3 02:18:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6a2bed

app-text/iso-codes: add python3_7

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jonathan Callen  gentoo.org>

 app-text/iso-codes/iso-codes-3.76.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/iso-codes/iso-codes-3.76.ebuild 
b/app-text/iso-codes/iso-codes-3.76.ebuild
index b5a8f0e064c..df8ffd9f49b 100644
--- a/app-text/iso-codes/iso-codes-3.76.ebuild
+++ b/app-text/iso-codes/iso-codes-3.76.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
 PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
 
 inherit eutils l10n python-any-r1



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2018-07-25 Thread Mart Raudsepp
commit: 5967212b9e96fdd82599c304d63783c86ce79675
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jul 25 11:31:34 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jul 25 16:47:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5967212b

app-text/iso-codes: remove old

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-text/iso-codes/Manifest  |  1 -
 app-text/iso-codes/iso-codes-3.75.ebuild | 78 
 2 files changed, 79 deletions(-)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 3ea852a8d42..176e81708d6 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,2 +1 @@
-DIST iso-codes-3.75.tar.xz 3461424 BLAKE2B 
5548307415b45d2a149fa3868521a464522c9a34e19607faea64aec3e2ff68d331872ff7de3c5807f7ae431a489fede42b6b59f068c5f22132aad4a0f1de8f87
 SHA512 
157899048cec091864ad8a7723314e28a0ccc4a0e1a5c2101bb630baf1a034bf117e38263e3c95e0135ba9d3a4d76635c8201c50a54e25f6af24c87253b8b40e
 DIST iso-codes-3.76.tar.xz 3474728 BLAKE2B 
b418b7b80d1926e765b65aad4edbd74ad8d37251fda14e3ab0e222095762d54e358de6f8d4a08fde8ae14460fd975a2a541ca6a5a4cf8ef1d19462b0f991
 SHA512 
a0f6714a79a52b5dab82a268e85cb2d019ff5255744b88d088dcd7d5a15eb9710876a338a0a5d0f5659b4146bc6cc53d6d3474d621b3dcca7c47afabfc7e0dfa

diff --git a/app-text/iso-codes/iso-codes-3.75.ebuild 
b/app-text/iso-codes/iso-codes-3.75.ebuild
deleted file mode 100644
index b5a8f0e064c..000
--- a/app-text/iso-codes/iso-codes-3.75.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
-PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
-
-inherit eutils l10n python-any-r1
-
-DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
-HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
-SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${PYTHON_DEPS}
-   app-arch/xz-utils
-   sys-devel/gettext
-"
-
-# This ebuild does not install any binaries.
-RESTRICT="binchecks strip"
-
-# l10n_find_plocales_changes doesn't support multiple directories,
-# so need to do the update scan ourselves.
-check_existing_locales() {
-   local std loc all_locales=()
-
-   ebegin "Looking for new locales"
-   for std in "${all_stds[@]}"; do
-   pushd "${std}" >/dev/null || die
-   for loc in *.po; do
-   all_locales+=( "${loc%.po}" )
-   done
-   popd >/dev/null
-   done
-
-   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
-   if [[ ${PLOCALES} != "${all_locales}" ]]; then
-   eend 1
-   eerror "There are changes in locales! This ebuild should be 
updated to:"
-   eerror "PLOCALES=\"${all_locales}\""
-   die "Update PLOCALES in the ebuild"
-   else
-   eend 0
-   fi
-}
-
-src_prepare() {
-   default
-
-   local std loc mylinguas
-   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
-
-   check_existing_locales
-
-   # Modify the Makefiles so they only install requested locales.
-   for std in "${all_stds[@]}"; do
-   einfo "Preparing ${std} ..."
-   pushd "${std}" >/dev/null || die
-   mylinguas=()
-   for loc in *.po; do
-   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
-   mylinguas+=( "${loc}" )
-   fi
-   done
-
-   sed \
-   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
-   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
-   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
-   popd >/dev/null
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2018-07-24 Thread Sergei Trofimovich
commit: 6a50954dd6ee6bed6a18a8bfbcbdbf6b267f6725
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul 24 06:30:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul 24 06:30:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a50954d

app-text/iso-codes: stable 3.76 for hppa, bug #631656

Bug: https://bugs.gentoo.org/631656
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"

 app-text/iso-codes/iso-codes-3.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.76.ebuild 
b/app-text/iso-codes/iso-codes-3.76.ebuild
index e445ec26b7f..b5a8f0e064c 100644
--- a/app-text/iso-codes/iso-codes-3.76.ebuild
+++ b/app-text/iso-codes/iso-codes-3.76.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2018-03-14 Thread Sergei Trofimovich
commit: 150b7b1d7c4813ba6a60c0ff08d808d1fb4ca4aa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Mar 14 21:32:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 14 21:40:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150b7b1d

app-text/iso-codes: stable 3.76 for ppc64, bug #631656

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 app-text/iso-codes/iso-codes-3.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.76.ebuild 
b/app-text/iso-codes/iso-codes-3.76.ebuild
index ae8e00e4fec..e445ec26b7f 100644
--- a/app-text/iso-codes/iso-codes-3.76.ebuild
+++ b/app-text/iso-codes/iso-codes-3.76.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2018-03-06 Thread Tobias Klausmann
commit: 7181c0bc5bc004407230490eefcd0e32f24e3726
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Mar  6 21:36:33 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Mar  6 21:37:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7181c0bc

app-text/iso-codes-3.76-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/631656

 app-text/iso-codes/iso-codes-3.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.76.ebuild 
b/app-text/iso-codes/iso-codes-3.76.ebuild
index a254b09eaec..44cf56a7eed 100644
--- a/app-text/iso-codes/iso-codes-3.76.ebuild
+++ b/app-text/iso-codes/iso-codes-3.76.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2018-03-04 Thread Sergei Trofimovich
commit: f8e10a1c3ebb31b71c5e8cb12fc05da5741f3003
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar  4 19:47:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar  4 20:48:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e10a1c

app-text/iso-codes: stable 3.76 for ppc, bug #631656

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 app-text/iso-codes/iso-codes-3.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.76.ebuild 
b/app-text/iso-codes/iso-codes-3.76.ebuild
index 040e51c583c..a254b09eaec 100644
--- a/app-text/iso-codes/iso-codes-3.76.ebuild
+++ b/app-text/iso-codes/iso-codes-3.76.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2018-02-16 Thread Sergei Trofimovich
commit: c0145da78bde3bd4a898370821b23e083e2c0331
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Feb 16 20:35:05 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb 16 20:39:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0145da7

app-text/iso-codes: stable 3.76 for ia64, bug #631656

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 app-text/iso-codes/iso-codes-3.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.76.ebuild 
b/app-text/iso-codes/iso-codes-3.76.ebuild
index f1abe31ceff..040e51c583c 100644
--- a/app-text/iso-codes/iso-codes-3.76.ebuild
+++ b/app-text/iso-codes/iso-codes-3.76.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2018-01-17 Thread Mikle Kolyada
commit: 08281d3c45506f9ac885993c9c48ca478b0b1d34
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 01:55:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 02:08:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08281d3c

app-text/iso-codes: amd64 stable wrt bug #631656

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/iso-codes/iso-codes-3.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.76.ebuild 
b/app-text/iso-codes/iso-codes-3.76.ebuild
index 6c517bfddf9..637b939ba5f 100644
--- a/app-text/iso-codes/iso-codes-3.76.ebuild
+++ b/app-text/iso-codes/iso-codes-3.76.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2018-01-13 Thread Sergei Trofimovich
commit: 4e4314e2ee40f3fba0b9b19b47687e0400fcea40
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jan 13 11:41:56 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 13 12:12:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4314e2

app-text/iso-codes: stable 3.76 for sparc, bug #631656

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 app-text/iso-codes/iso-codes-3.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.76.ebuild 
b/app-text/iso-codes/iso-codes-3.76.ebuild
index c2b56244931..6c517bfddf9 100644
--- a/app-text/iso-codes/iso-codes-3.76.ebuild
+++ b/app-text/iso-codes/iso-codes-3.76.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2018-01-05 Thread Ulrich Müller
commit: 2c3014f6a6dc7ab31520e65680eb5def3e18cd11
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jan  5 18:29:38 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jan  5 18:30:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3014f6

app-text/iso-codes: Test LINGUAS rather than linguas_* USE flags.

Closes: https://bugs.gentoo.org/643594
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/iso-codes/iso-codes-3.75.ebuild | 4 ++--
 app-text/iso-codes/iso-codes-3.76.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/iso-codes/iso-codes-3.75.ebuild 
b/app-text/iso-codes/iso-codes-3.75.ebuild
index 7b19bfc4b0e..b5a8f0e064c 100644
--- a/app-text/iso-codes/iso-codes-3.75.ebuild
+++ b/app-text/iso-codes/iso-codes-3.75.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -64,7 +64,7 @@ src_prepare() {
pushd "${std}" >/dev/null || die
mylinguas=()
for loc in *.po; do
-   if use "linguas_${loc%.po}"; then
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
mylinguas+=( "${loc}" )
fi
done

diff --git a/app-text/iso-codes/iso-codes-3.76.ebuild 
b/app-text/iso-codes/iso-codes-3.76.ebuild
index 64c8a46ae42..c2b56244931 100644
--- a/app-text/iso-codes/iso-codes-3.76.ebuild
+++ b/app-text/iso-codes/iso-codes-3.76.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -64,7 +64,7 @@ src_prepare() {
pushd "${std}" >/dev/null || die
mylinguas=()
for loc in *.po; do
-   if use "linguas_${loc%.po}"; then
+   if has ${loc%.po} ${LINGUAS-${loc%.po}}; then
mylinguas+=( "${loc}" )
fi
done



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-12-27 Thread Mart Raudsepp
commit: 4dd5d3392e42e6ff3470f01eab8704d57aee91fc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 27 12:46:08 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 27 13:01:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd5d339

app-text/iso-codes: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/iso-codes/Manifest  |  1 -
 app-text/iso-codes/iso-codes-3.74.ebuild | 78 
 2 files changed, 79 deletions(-)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index a7897f4e923..3ea852a8d42 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,3 +1,2 @@
-DIST iso-codes-3.74.tar.xz 3455148 BLAKE2B 
2bab64ae23c6706df472e7e0150b4f5022781375d7d5932697ec4fe459b52df0628dbbb531e1fb9270533728393221edb64a9c153139a4e2d4aa2bc2c5f0e8be
 SHA512 
b4d583a6aee331c2cdf7cdd68a0ef5e7c3b291c4afa9a9a636e9fe2aef54e784cec070f5b8fafb31e8c84b278e1a9b08d7f925187882f7382378b66778e0d9cb
 DIST iso-codes-3.75.tar.xz 3461424 BLAKE2B 
5548307415b45d2a149fa3868521a464522c9a34e19607faea64aec3e2ff68d331872ff7de3c5807f7ae431a489fede42b6b59f068c5f22132aad4a0f1de8f87
 SHA512 
157899048cec091864ad8a7723314e28a0ccc4a0e1a5c2101bb630baf1a034bf117e38263e3c95e0135ba9d3a4d76635c8201c50a54e25f6af24c87253b8b40e
 DIST iso-codes-3.76.tar.xz 3474728 BLAKE2B 
b418b7b80d1926e765b65aad4edbd74ad8d37251fda14e3ab0e222095762d54e358de6f8d4a08fde8ae14460fd975a2a541ca6a5a4cf8ef1d19462b0f991
 SHA512 
a0f6714a79a52b5dab82a268e85cb2d019ff5255744b88d088dcd7d5a15eb9710876a338a0a5d0f5659b4146bc6cc53d6d3474d621b3dcca7c47afabfc7e0dfa

diff --git a/app-text/iso-codes/iso-codes-3.74.ebuild 
b/app-text/iso-codes/iso-codes-3.74.ebuild
deleted file mode 100644
index 7b19bfc4b0e..000
--- a/app-text/iso-codes/iso-codes-3.74.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
-PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
-
-inherit eutils l10n python-any-r1
-
-DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
-HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
-SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${PYTHON_DEPS}
-   app-arch/xz-utils
-   sys-devel/gettext
-"
-
-# This ebuild does not install any binaries.
-RESTRICT="binchecks strip"
-
-# l10n_find_plocales_changes doesn't support multiple directories,
-# so need to do the update scan ourselves.
-check_existing_locales() {
-   local std loc all_locales=()
-
-   ebegin "Looking for new locales"
-   for std in "${all_stds[@]}"; do
-   pushd "${std}" >/dev/null || die
-   for loc in *.po; do
-   all_locales+=( "${loc%.po}" )
-   done
-   popd >/dev/null
-   done
-
-   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
-   if [[ ${PLOCALES} != "${all_locales}" ]]; then
-   eend 1
-   eerror "There are changes in locales! This ebuild should be 
updated to:"
-   eerror "PLOCALES=\"${all_locales}\""
-   die "Update PLOCALES in the ebuild"
-   else
-   eend 0
-   fi
-}
-
-src_prepare() {
-   default
-
-   local std loc mylinguas
-   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
-
-   check_existing_locales
-
-   # Modify the Makefiles so they only install requested locales.
-   for std in "${all_stds[@]}"; do
-   einfo "Preparing ${std} ..."
-   pushd "${std}" >/dev/null || die
-   mylinguas=()
-   for loc in *.po; do
-   if use "linguas_${loc%.po}"; then
-   mylinguas+=( "${loc}" )
-   fi
-   done
-
-   sed \
-   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
-   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
-   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
-   popd >/dev/null
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-12-27 Thread Markus Meier
commit: 9588fc04521b6a972b22615d41a6f73b6d09ff09
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Dec 27 08:34:15 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Dec 27 08:34:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9588fc04

app-text/iso-codes: arm stable, bug #635938

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 app-text/iso-codes/iso-codes-3.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.75.ebuild 
b/app-text/iso-codes/iso-codes-3.75.ebuild
index 0455731e45f..7b19bfc4b0e 100644
--- a/app-text/iso-codes/iso-codes-3.75.ebuild
+++ b/app-text/iso-codes/iso-codes-3.75.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-12-19 Thread Thomas Deutschmann
commit: ba10f70f0ded531a2c9f1b5881641f4a97468ac1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 19 19:10:57 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 19 19:13:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba10f70f

app-text/iso-codes: x86 stable (bug #635938)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/iso-codes/iso-codes-3.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.75.ebuild 
b/app-text/iso-codes/iso-codes-3.75.ebuild
index 78f6eb5e905..0455731e45f 100644
--- a/app-text/iso-codes/iso-codes-3.75.ebuild
+++ b/app-text/iso-codes/iso-codes-3.75.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-12-02 Thread Sergei Trofimovich
commit: a526fbe95441e769c7b0f0c609c130700e24992e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Dec  2 10:38:45 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec  2 10:41:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a526fbe9

app-text/iso-codes: stable 3.75 for sparc, bug #635938 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 app-text/iso-codes/iso-codes-3.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.75.ebuild 
b/app-text/iso-codes/iso-codes-3.75.ebuild
index a9f1403a664..f8487e07c15 100644
--- a/app-text/iso-codes/iso-codes-3.75.ebuild
+++ b/app-text/iso-codes/iso-codes-3.75.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-11-23 Thread Sergei Trofimovich
commit: fb076c16f136c5bf9b0e5dbe1918ec23f319a7a7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov 23 20:39:20 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov 23 20:46:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb076c16

app-text/iso-codes: stable 3.75 for hppa, bug #635938

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 app-text/iso-codes/Manifest  | 2 +-
 app-text/iso-codes/iso-codes-3.75.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 16f1c070cf4..edea0ef5127 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,3 +1,3 @@
-DIST iso-codes-3.74.tar.xz 3455148 SHA256 
21f4f3cea8fe09f5b53784522303a0e1e7d083964ecaf1c75b1441d4d9ec6aee SHA512 
b4d583a6aee331c2cdf7cdd68a0ef5e7c3b291c4afa9a9a636e9fe2aef54e784cec070f5b8fafb31e8c84b278e1a9b08d7f925187882f7382378b66778e0d9cb
 WHIRLPOOL 
0e83c3c7fcc3f21b1b5aacd003c65550dc896cb3bb4eff0fc8a5719870a7ce4ce3fe2da8ea6e3a5ab47512d3137a1b331c2880999534d82c34b5bbf1a91d3663
+DIST iso-codes-3.74.tar.xz 3455148 BLAKE2B 
2bab64ae23c6706df472e7e0150b4f5022781375d7d5932697ec4fe459b52df0628dbbb531e1fb9270533728393221edb64a9c153139a4e2d4aa2bc2c5f0e8be
 SHA512 
b4d583a6aee331c2cdf7cdd68a0ef5e7c3b291c4afa9a9a636e9fe2aef54e784cec070f5b8fafb31e8c84b278e1a9b08d7f925187882f7382378b66778e0d9cb
 DIST iso-codes-3.75.tar.xz 3461424 SHA256 
7335e0301cd77cd4ee019bf5d3709aa79309d49dd66e85ba350caf67e00b00cd SHA512 
157899048cec091864ad8a7723314e28a0ccc4a0e1a5c2101bb630baf1a034bf117e38263e3c95e0135ba9d3a4d76635c8201c50a54e25f6af24c87253b8b40e
 WHIRLPOOL 
33488e9a89217b3e1b0f1bad93168f7acb6b8f4693dffa6b8c417cd1dbbeff47a1cd63b82dec3aa879a8f1df7205114f934815acd8117f14bfcbc865a89b49f7
 DIST iso-codes-3.76.tar.xz 3474728 SHA256 
38ea8c1de7c07d5b4c9603ec65c238c155992a2e2ab0b02725d0926d1ad480c4 SHA512 
a0f6714a79a52b5dab82a268e85cb2d019ff5255744b88d088dcd7d5a15eb9710876a338a0a5d0f5659b4146bc6cc53d6d3474d621b3dcca7c47afabfc7e0dfa
 WHIRLPOOL 
205369ec0705f89f4710df1f89d1928d9c08582a259904f74de5e9994d50990265d97eb6168b5cd9481d3a8a5966215f97f1a50c0c9a469b3748a4034496e2ad

diff --git a/app-text/iso-codes/iso-codes-3.75.ebuild 
b/app-text/iso-codes/iso-codes-3.75.ebuild
index fc365070033..a9f1403a664 100644
--- a/app-text/iso-codes/iso-codes-3.75.ebuild
+++ b/app-text/iso-codes/iso-codes-3.75.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-11-18 Thread Sergei Trofimovich
commit: 2af6af009913f45b3a69ce53aaf780882b243248
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 18 13:10:31 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 18 13:19:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af6af00

app-text/iso-codes: stable 3.75 for ppc64, bug #635938

Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 app-text/iso-codes/iso-codes-3.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.75.ebuild 
b/app-text/iso-codes/iso-codes-3.75.ebuild
index fbea8a6c386..fc365070033 100644
--- a/app-text/iso-codes/iso-codes-3.75.ebuild
+++ b/app-text/iso-codes/iso-codes-3.75.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-11-06 Thread Tobias Klausmann
commit: 03da11460087ee8db75a93c1bf2e4a1f83449b32
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Nov  6 20:49:22 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Nov  6 20:49:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03da1146

app-text/iso-codes-3.75-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/635938

 app-text/iso-codes/iso-codes-3.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.75.ebuild 
b/app-text/iso-codes/iso-codes-3.75.ebuild
index 89569871bce..b792c69f48a 100644
--- a/app-text/iso-codes/iso-codes-3.75.ebuild
+++ b/app-text/iso-codes/iso-codes-3.75.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-11-04 Thread Sergei Trofimovich
commit: b0a63d5c817b09d95ab1f0ff4bd4da4957aabd79
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov  4 12:47:20 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov  4 13:04:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a63d5c

app-text/iso-codes: stable 3.75 for ia64, bug #635938

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

 app-text/iso-codes/iso-codes-3.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.75.ebuild 
b/app-text/iso-codes/iso-codes-3.75.ebuild
index 64c8a46ae42..89569871bce 100644
--- a/app-text/iso-codes/iso-codes-3.75.ebuild
+++ b/app-text/iso-codes/iso-codes-3.75.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-11-01 Thread Mart Raudsepp
commit: 0d58e89c20fca5795c013359f838b6aba6626b34
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Nov  1 14:59:21 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Nov  1 14:59:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d58e89c

app-text/iso-codes: bump to 3.76

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-text/iso-codes/Manifest  |  1 +
 app-text/iso-codes/iso-codes-3.76.ebuild | 78 
 2 files changed, 79 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 3f1fcd59bfd..16f1c070cf4 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,2 +1,3 @@
 DIST iso-codes-3.74.tar.xz 3455148 SHA256 
21f4f3cea8fe09f5b53784522303a0e1e7d083964ecaf1c75b1441d4d9ec6aee SHA512 
b4d583a6aee331c2cdf7cdd68a0ef5e7c3b291c4afa9a9a636e9fe2aef54e784cec070f5b8fafb31e8c84b278e1a9b08d7f925187882f7382378b66778e0d9cb
 WHIRLPOOL 
0e83c3c7fcc3f21b1b5aacd003c65550dc896cb3bb4eff0fc8a5719870a7ce4ce3fe2da8ea6e3a5ab47512d3137a1b331c2880999534d82c34b5bbf1a91d3663
 DIST iso-codes-3.75.tar.xz 3461424 SHA256 
7335e0301cd77cd4ee019bf5d3709aa79309d49dd66e85ba350caf67e00b00cd SHA512 
157899048cec091864ad8a7723314e28a0ccc4a0e1a5c2101bb630baf1a034bf117e38263e3c95e0135ba9d3a4d76635c8201c50a54e25f6af24c87253b8b40e
 WHIRLPOOL 
33488e9a89217b3e1b0f1bad93168f7acb6b8f4693dffa6b8c417cd1dbbeff47a1cd63b82dec3aa879a8f1df7205114f934815acd8117f14bfcbc865a89b49f7
+DIST iso-codes-3.76.tar.xz 3474728 SHA256 
38ea8c1de7c07d5b4c9603ec65c238c155992a2e2ab0b02725d0926d1ad480c4 SHA512 
a0f6714a79a52b5dab82a268e85cb2d019ff5255744b88d088dcd7d5a15eb9710876a338a0a5d0f5659b4146bc6cc53d6d3474d621b3dcca7c47afabfc7e0dfa
 WHIRLPOOL 
205369ec0705f89f4710df1f89d1928d9c08582a259904f74de5e9994d50990265d97eb6168b5cd9481d3a8a5966215f97f1a50c0c9a469b3748a4034496e2ad

diff --git a/app-text/iso-codes/iso-codes-3.76.ebuild 
b/app-text/iso-codes/iso-codes-3.76.ebuild
new file mode 100644
index 000..64c8a46ae42
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-3.76.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
+
+inherit eutils l10n python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
+SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${PYTHON_DEPS}
+   app-arch/xz-utils
+   sys-devel/gettext
+"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+# l10n_find_plocales_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if use "linguas_${loc%.po}"; then
+   mylinguas+=( "${loc}" )
+   fi
+   done
+
+   sed \
+   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
+   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
+   -i Makefile.am 

[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-08-28 Thread Gilles Dartiguelongue
commit: 8d8c30d9715c2987513e5e539a918fc67bb5b618
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Aug 28 21:35:10 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Aug 28 22:05:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8c30d9

app-text/iso-codes: version bump 3.74 → 3.75

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/iso-codes/Manifest  |  1 +
 app-text/iso-codes/iso-codes-3.75.ebuild | 78 
 2 files changed, 79 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 56040c44f89..3f1fcd59bfd 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1 +1,2 @@
 DIST iso-codes-3.74.tar.xz 3455148 SHA256 
21f4f3cea8fe09f5b53784522303a0e1e7d083964ecaf1c75b1441d4d9ec6aee SHA512 
b4d583a6aee331c2cdf7cdd68a0ef5e7c3b291c4afa9a9a636e9fe2aef54e784cec070f5b8fafb31e8c84b278e1a9b08d7f925187882f7382378b66778e0d9cb
 WHIRLPOOL 
0e83c3c7fcc3f21b1b5aacd003c65550dc896cb3bb4eff0fc8a5719870a7ce4ce3fe2da8ea6e3a5ab47512d3137a1b331c2880999534d82c34b5bbf1a91d3663
+DIST iso-codes-3.75.tar.xz 3461424 SHA256 
7335e0301cd77cd4ee019bf5d3709aa79309d49dd66e85ba350caf67e00b00cd SHA512 
157899048cec091864ad8a7723314e28a0ccc4a0e1a5c2101bb630baf1a034bf117e38263e3c95e0135ba9d3a4d76635c8201c50a54e25f6af24c87253b8b40e
 WHIRLPOOL 
33488e9a89217b3e1b0f1bad93168f7acb6b8f4693dffa6b8c417cd1dbbeff47a1cd63b82dec3aa879a8f1df7205114f934815acd8117f14bfcbc865a89b49f7

diff --git a/app-text/iso-codes/iso-codes-3.75.ebuild 
b/app-text/iso-codes/iso-codes-3.75.ebuild
new file mode 100644
index 000..64c8a46ae42
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-3.75.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
+
+inherit eutils l10n python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
+SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${PYTHON_DEPS}
+   app-arch/xz-utils
+   sys-devel/gettext
+"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+# l10n_find_plocales_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+   if use "linguas_${loc%.po}"; then
+   mylinguas+=( "${loc}" )
+   fi
+   done
+
+   sed \
+   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
+   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
+   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
+   popd >/dev/null
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-05-04 Thread Manuel Rüger
commit: 60c66203afd7ca3a0b105ffe0d15640a4b2340bd
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu May  4 17:33:38 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu May  4 17:33:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c66203

app-text/iso-codes: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/iso-codes/iso-codes-3.74.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.74.ebuild 
b/app-text/iso-codes/iso-codes-3.74.ebuild
index 1e0744b0e38..7b19bfc4b0e 100644
--- a/app-text/iso-codes/iso-codes-3.74.ebuild
+++ b/app-text/iso-codes/iso-codes-3.74.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
 
 inherit eutils l10n python-any-r1



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-03-16 Thread Mart Raudsepp
commit: 1d0e4ef7c20afd4540204cdf87f53afe6813849d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 16 15:24:28 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 16 17:08:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0e4ef7

app-text/iso-codes: remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.1

 app-text/iso-codes/Manifest  |  1 -
 app-text/iso-codes/iso-codes-3.70.ebuild | 78 
 2 files changed, 79 deletions(-)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 787b70ac425..56040c44f89 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,2 +1 @@
-DIST iso-codes-3.70.tar.xz 3452288 SHA256 
41e2fbaec2ed57e767b94f175d0dcd31b627aeb23b75cd604605a6fb6109d61f SHA512 
59238008b320a739afd1cdf689f2c163d233e3fadfe9ab038bdad2502e866185867edab9f46fd078a6d46f4431267e614d0dd3b597ba17fdda95004bbaf5dd4a
 WHIRLPOOL 
e9a5dab29699386be3c3a2b16e925aa4741c260a782b2fbb88ef180682feb9f05dc6f0b88920a00c299f671677de0f5d19e61a88c9b0299c7e566a732125ab79
 DIST iso-codes-3.74.tar.xz 3455148 SHA256 
21f4f3cea8fe09f5b53784522303a0e1e7d083964ecaf1c75b1441d4d9ec6aee SHA512 
b4d583a6aee331c2cdf7cdd68a0ef5e7c3b291c4afa9a9a636e9fe2aef54e784cec070f5b8fafb31e8c84b278e1a9b08d7f925187882f7382378b66778e0d9cb
 WHIRLPOOL 
0e83c3c7fcc3f21b1b5aacd003c65550dc896cb3bb4eff0fc8a5719870a7ce4ce3fe2da8ea6e3a5ab47512d3137a1b331c2880999534d82c34b5bbf1a91d3663

diff --git a/app-text/iso-codes/iso-codes-3.70.ebuild 
b/app-text/iso-codes/iso-codes-3.70.ebuild
deleted file mode 100644
index 1e0744b0e38..000
--- a/app-text/iso-codes/iso-codes-3.70.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
-PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
-
-inherit eutils l10n python-any-r1
-
-DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
-HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
-SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${PYTHON_DEPS}
-   app-arch/xz-utils
-   sys-devel/gettext
-"
-
-# This ebuild does not install any binaries.
-RESTRICT="binchecks strip"
-
-# l10n_find_plocales_changes doesn't support multiple directories,
-# so need to do the update scan ourselves.
-check_existing_locales() {
-   local std loc all_locales=()
-
-   ebegin "Looking for new locales"
-   for std in "${all_stds[@]}"; do
-   pushd "${std}" >/dev/null || die
-   for loc in *.po; do
-   all_locales+=( "${loc%.po}" )
-   done
-   popd >/dev/null
-   done
-
-   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
-   if [[ ${PLOCALES} != "${all_locales}" ]]; then
-   eend 1
-   eerror "There are changes in locales! This ebuild should be 
updated to:"
-   eerror "PLOCALES=\"${all_locales}\""
-   die "Update PLOCALES in the ebuild"
-   else
-   eend 0
-   fi
-}
-
-src_prepare() {
-   default
-
-   local std loc mylinguas
-   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
-
-   check_existing_locales
-
-   # Modify the Makefiles so they only install requested locales.
-   for std in "${all_stds[@]}"; do
-   einfo "Preparing ${std} ..."
-   pushd "${std}" >/dev/null || die
-   mylinguas=()
-   for loc in *.po; do
-   if use "linguas_${loc%.po}"; then
-   mylinguas+=( "${loc}" )
-   fi
-   done
-
-   sed \
-   -e "/^pofiles =/s:=.*:= ${mylinguas[*]}:" \
-   -e "/^mofiles =/s:=.*:= ${mylinguas[*]/%.po/.mo}:" \
-   -i Makefile.am Makefile.in || die "sed in ${std} folder 
failed"
-   popd >/dev/null
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-03-16 Thread Jeroen Roovers
commit: f847d6f3c44028ee11b48df07b3be30d1c4952b2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Mar 16 13:07:37 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Mar 16 13:07:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f847d6f3

app-text/iso-codes: Stable for HPPA (bug #606818).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 app-text/iso-codes/iso-codes-3.74.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.74.ebuild 
b/app-text/iso-codes/iso-codes-3.74.ebuild
index 40af7b9b403..1e0744b0e38 100644
--- a/app-text/iso-codes/iso-codes-3.74.ebuild
+++ b/app-text/iso-codes/iso-codes-3.74.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-02-24 Thread Michael Weber
commit: da9c5c06e175235511543703c6ef5be7ff49fb36
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 24 21:26:13 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 24 21:26:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9c5c06

app-text/iso-codes: arm stable (bug 606818)

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"

 app-text/iso-codes/iso-codes-3.74.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.74.ebuild 
b/app-text/iso-codes/iso-codes-3.74.ebuild
index eed0ae9527..ab3eb36bff 100644
--- a/app-text/iso-codes/iso-codes-3.74.ebuild
+++ b/app-text/iso-codes/iso-codes-3.74.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-02-21 Thread Tobias Klausmann
commit: 7e7802112c2052fd7d5cea4352b34db74877ebf6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Feb 21 09:15:17 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Feb 21 09:15:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e780211

app-text/iso-codes-3.74-r0: add alpha keyword

Gentoo-Bug: 606818

 app-text/iso-codes/iso-codes-3.74.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.74.ebuild 
b/app-text/iso-codes/iso-codes-3.74.ebuild
index 9db2bfa277..cd0245d462 100644
--- a/app-text/iso-codes/iso-codes-3.74.ebuild
+++ b/app-text/iso-codes/iso-codes-3.74.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2017-01-22 Thread Pacho Ramos
commit: 733e548dcd7742ee0ccd90ed72cfddee49674823
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 22 12:53:14 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 22 12:53:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733e548d

app-text/iso-codes: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/iso-codes/Manifest  |  1 +
 app-text/iso-codes/iso-codes-3.74.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 245124f..e7f45d7 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,3 +1,4 @@
 DIST iso-codes-3.63.tar.xz 3773672 SHA256 
60600e56952dc92b3a8cd8a7044348f7cfa35be528bab2491c3c18582fb5277f SHA512 
31b5142611e2050a9bfb95cd12d962b8cbe01824f1202e70ca40d9cd178a5fd17557eac3fcc59dd0b94baf2656caeef09c50332cd2a8d0e1bb14c82c154e06ae
 WHIRLPOOL 
bbe3c5474ba3fc22243a9b6bea9c6b43dccd5a2230ee59b07e4484e06ccba4be977dfa1e16014b18d4cae5393a50099e3a12b13747e9970c4e605df8b4e002be
 DIST iso-codes-3.68.tar.xz 3448584 SHA256 
5881cf7caa5adfffb14ade99138949324c28a277babe8d07dafbff521acef9d1 SHA512 
77abd3437fe66635cf52dbe065def9ff229a4bce20eb1167ccc825c934db57b4acc8112f99bdca6313324d850549cd9ead7556e0540c2b4e80cad9715613cec2
 WHIRLPOOL 
5b905d4711ea5f3af29418829bcfbb94172336f548e125005a15f5e8963bee55f21d6c44542037d006bee06748db13f8a30b8474163c0bfa816dca9fa9e46ed5
 DIST iso-codes-3.70.tar.xz 3452288 SHA256 
41e2fbaec2ed57e767b94f175d0dcd31b627aeb23b75cd604605a6fb6109d61f SHA512 
59238008b320a739afd1cdf689f2c163d233e3fadfe9ab038bdad2502e866185867edab9f46fd078a6d46f4431267e614d0dd3b597ba17fdda95004bbaf5dd4a
 WHIRLPOOL 
e9a5dab29699386be3c3a2b16e925aa4741c260a782b2fbb88ef180682feb9f05dc6f0b88920a00c299f671677de0f5d19e61a88c9b0299c7e566a732125ab79
+DIST iso-codes-3.74.tar.xz 3455148 SHA256 
21f4f3cea8fe09f5b53784522303a0e1e7d083964ecaf1c75b1441d4d9ec6aee SHA512 
b4d583a6aee331c2cdf7cdd68a0ef5e7c3b291c4afa9a9a636e9fe2aef54e784cec070f5b8fafb31e8c84b278e1a9b08d7f925187882f7382378b66778e0d9cb
 WHIRLPOOL 
0e83c3c7fcc3f21b1b5aacd003c65550dc896cb3bb4eff0fc8a5719870a7ce4ce3fe2da8ea6e3a5ab47512d3137a1b331c2880999534d82c34b5bbf1a91d3663

diff --git a/app-text/iso-codes/iso-codes-3.74.ebuild 
b/app-text/iso-codes/iso-codes-3.74.ebuild
new file mode 100644
index ..e105961
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-3.74.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5} )
+PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
+
+inherit eutils l10n python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
+SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${PYTHON_DEPS}
+   app-arch/xz-utils
+   sys-devel/gettext
+"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+# l10n_find_plocales_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   

[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-12-06 Thread Markus Meier
commit: 113d56e988fb8c27b5aa960e5551f31dad8e9ca9
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Dec  6 19:50:36 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Dec  6 19:50:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113d56e9

app-text/iso-codes: arm stable, bug #587010

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 app-text/iso-codes/iso-codes-3.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.70.ebuild 
b/app-text/iso-codes/iso-codes-3.70.ebuild
index d21614c..7424094 100644
--- a/app-text/iso-codes/iso-codes-3.70.ebuild
+++ b/app-text/iso-codes/iso-codes-3.70.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-09-09 Thread Gilles Dartiguelongue
commit: e26b0aa7abb8da24e189f2b0158683e22610de04
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Sep  9 22:37:42 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Sep  9 22:55:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26b0aa7

app-text/iso-codes: cleanup old revisions

Package-Manager: portage-2.3.0

 app-text/iso-codes/Manifest  |  1 -
 app-text/iso-codes/iso-codes-3.63.ebuild |  4 +-
 app-text/iso-codes/iso-codes-3.65.ebuild | 69 
 3 files changed, 2 insertions(+), 72 deletions(-)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 7c72b07..245124f 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,4 +1,3 @@
 DIST iso-codes-3.63.tar.xz 3773672 SHA256 
60600e56952dc92b3a8cd8a7044348f7cfa35be528bab2491c3c18582fb5277f SHA512 
31b5142611e2050a9bfb95cd12d962b8cbe01824f1202e70ca40d9cd178a5fd17557eac3fcc59dd0b94baf2656caeef09c50332cd2a8d0e1bb14c82c154e06ae
 WHIRLPOOL 
bbe3c5474ba3fc22243a9b6bea9c6b43dccd5a2230ee59b07e4484e06ccba4be977dfa1e16014b18d4cae5393a50099e3a12b13747e9970c4e605df8b4e002be
-DIST iso-codes-3.65.tar.xz 3732432 SHA256 
834de5193c8489eedeaf6509457a9b13476702386ae1f3ed4f391a349d630320 SHA512 
cf88397150b3014a4f5e4d709cbc1e00537c9289ea68d68ec9b24df6c7467fda3fe99fbeacd444837d614ae1df213816a3996a9e86aac400f9d92a0a3090f8ab
 WHIRLPOOL 
b506fea95bba3ecf40e9d1e4d5c26d4fd97e88203fdf1e931269642b42daca93b5b479b52a4e2807de4dc80b3233599394dc67f6762bf00caf5689a74fd36e4c
 DIST iso-codes-3.68.tar.xz 3448584 SHA256 
5881cf7caa5adfffb14ade99138949324c28a277babe8d07dafbff521acef9d1 SHA512 
77abd3437fe66635cf52dbe065def9ff229a4bce20eb1167ccc825c934db57b4acc8112f99bdca6313324d850549cd9ead7556e0540c2b4e80cad9715613cec2
 WHIRLPOOL 
5b905d4711ea5f3af29418829bcfbb94172336f548e125005a15f5e8963bee55f21d6c44542037d006bee06748db13f8a30b8474163c0bfa816dca9fa9e46ed5
 DIST iso-codes-3.70.tar.xz 3452288 SHA256 
41e2fbaec2ed57e767b94f175d0dcd31b627aeb23b75cd604605a6fb6109d61f SHA512 
59238008b320a739afd1cdf689f2c163d233e3fadfe9ab038bdad2502e866185867edab9f46fd078a6d46f4431267e614d0dd3b597ba17fdda95004bbaf5dd4a
 WHIRLPOOL 
e9a5dab29699386be3c3a2b16e925aa4741c260a782b2fbb88ef180682feb9f05dc6f0b88920a00c299f671677de0f5d19e61a88c9b0299c7e566a732125ab79

diff --git a/app-text/iso-codes/iso-codes-3.63.ebuild 
b/app-text/iso-codes/iso-codes-3.63.ebuild
index 0163e1e..4e38354 100644
--- a/app-text/iso-codes/iso-codes-3.63.ebuild
+++ b/app-text/iso-codes/iso-codes-3.63.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="ia64 sparc"
 IUSE=""
 
 RDEPEND=""

diff --git a/app-text/iso-codes/iso-codes-3.65.ebuild 
b/app-text/iso-codes/iso-codes-3.65.ebuild
deleted file mode 100644
index 1d51de6..
--- a/app-text/iso-codes/iso-codes-3.65.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
-
-inherit eutils l10n
-
-DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
-HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
-SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="
-   app-arch/xz-utils
-   sys-devel/gettext
-"
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_prepare() {
-   local norm loc all_locales mylinguas
-   local all_norms="iso_15924 iso_3166 iso_3166_2 iso_4217 iso_639 
iso_639_3 iso_639_5"
-
-   # l10n_find_plocales_changes doesn't support multiple directories
-   einfo "Looking for new locales ..."
-   for norm in ${all_norms}; do
-   pushd "${norm}" > /dev/null || die
-   for loc in *.po; do
-   all_locales+="${loc%.po} "
-   done
-   popd > /dev/null
-   done
-
-   

[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-09-09 Thread Gilles Dartiguelongue
commit: ce6d6209838bfea7dd56e7beabfed488c7bb4e5a
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Fri Sep  9 22:36:18 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Fri Sep  9 22:55:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce6d6209

app-text/iso-codes: version bump 3.68 → 3.70

Package-Manager: portage-2.3.0

 app-text/iso-codes/Manifest  |  1 +
 app-text/iso-codes/iso-codes-3.70.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index d15fa83..7c72b07 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,3 +1,4 @@
 DIST iso-codes-3.63.tar.xz 3773672 SHA256 
60600e56952dc92b3a8cd8a7044348f7cfa35be528bab2491c3c18582fb5277f SHA512 
31b5142611e2050a9bfb95cd12d962b8cbe01824f1202e70ca40d9cd178a5fd17557eac3fcc59dd0b94baf2656caeef09c50332cd2a8d0e1bb14c82c154e06ae
 WHIRLPOOL 
bbe3c5474ba3fc22243a9b6bea9c6b43dccd5a2230ee59b07e4484e06ccba4be977dfa1e16014b18d4cae5393a50099e3a12b13747e9970c4e605df8b4e002be
 DIST iso-codes-3.65.tar.xz 3732432 SHA256 
834de5193c8489eedeaf6509457a9b13476702386ae1f3ed4f391a349d630320 SHA512 
cf88397150b3014a4f5e4d709cbc1e00537c9289ea68d68ec9b24df6c7467fda3fe99fbeacd444837d614ae1df213816a3996a9e86aac400f9d92a0a3090f8ab
 WHIRLPOOL 
b506fea95bba3ecf40e9d1e4d5c26d4fd97e88203fdf1e931269642b42daca93b5b479b52a4e2807de4dc80b3233599394dc67f6762bf00caf5689a74fd36e4c
 DIST iso-codes-3.68.tar.xz 3448584 SHA256 
5881cf7caa5adfffb14ade99138949324c28a277babe8d07dafbff521acef9d1 SHA512 
77abd3437fe66635cf52dbe065def9ff229a4bce20eb1167ccc825c934db57b4acc8112f99bdca6313324d850549cd9ead7556e0540c2b4e80cad9715613cec2
 WHIRLPOOL 
5b905d4711ea5f3af29418829bcfbb94172336f548e125005a15f5e8963bee55f21d6c44542037d006bee06748db13f8a30b8474163c0bfa816dca9fa9e46ed5
+DIST iso-codes-3.70.tar.xz 3452288 SHA256 
41e2fbaec2ed57e767b94f175d0dcd31b627aeb23b75cd604605a6fb6109d61f SHA512 
59238008b320a739afd1cdf689f2c163d233e3fadfe9ab038bdad2502e866185867edab9f46fd078a6d46f4431267e614d0dd3b597ba17fdda95004bbaf5dd4a
 WHIRLPOOL 
e9a5dab29699386be3c3a2b16e925aa4741c260a782b2fbb88ef180682feb9f05dc6f0b88920a00c299f671677de0f5d19e61a88c9b0299c7e566a732125ab79

diff --git a/app-text/iso-codes/iso-codes-3.70.ebuild 
b/app-text/iso-codes/iso-codes-3.70.ebuild
new file mode 100644
index ..e6010bf
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-3.70.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5} )
+PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
+
+inherit eutils l10n python-any-r1
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
+SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${PYTHON_DEPS}
+   app-arch/xz-utils
+   sys-devel/gettext
+"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+# l10n_find_plocales_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | LC_COLLATE=C 
sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   default
+
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   

[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-07-30 Thread Jeroen Roovers
commit: 2d02c5d9cdf19da3b61ceb3d24936714ce708db9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jul 30 09:04:27 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jul 30 09:32:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d02c5d9

app-text/iso-codes: Stable for HPPA PPC64 (bug #584468).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

 app-text/iso-codes/iso-codes-3.68.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.68.ebuild 
b/app-text/iso-codes/iso-codes-3.68.ebuild
index 50da606..955331f 100644
--- a/app-text/iso-codes/iso-codes-3.68.ebuild
+++ b/app-text/iso-codes/iso-codes-3.68.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-06-11 Thread Pacho Ramos
commit: a78eeb07acab68620b5e97deedd27efda17299b7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 11 10:03:22 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 11 10:03:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78eeb07

app-text/iso-codes: Needs python3 as build depend (#584672 by pash)

Package-Manager: portage-2.3.0_rc1

 app-text/iso-codes/iso-codes-3.68.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/iso-codes/iso-codes-3.68.ebuild 
b/app-text/iso-codes/iso-codes-3.68.ebuild
index 80cd337..d5f1d86 100644
--- a/app-text/iso-codes/iso-codes-3.68.ebuild
+++ b/app-text/iso-codes/iso-codes-3.68.ebuild
@@ -3,10 +3,10 @@
 # $Id$
 
 EAPI=6
-
+PYTHON_COMPAT=( python3_{4,5} )
 PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
 
-inherit eutils l10n
+inherit eutils l10n python-any-r1
 
 DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
 HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
@@ -18,7 +18,7 @@ KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~sh ~sparc ~x86
 IUSE=""
 
 RDEPEND=""
-DEPEND="
+DEPEND="${PYTHON_DEPS}
app-arch/xz-utils
sys-devel/gettext
 "



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-06-08 Thread Markus Meier
commit: 75828e5796ce8e7cbb61a94d5bc2495a58fcf8cd
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jun  8 19:42:24 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jun  8 19:42:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75828e57

app-text/iso-codes: arm stable, bug #584468

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 app-text/iso-codes/iso-codes-3.68.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.68.ebuild 
b/app-text/iso-codes/iso-codes-3.68.ebuild
index a8291cd..80cd337 100644
--- a/app-text/iso-codes/iso-codes-3.68.ebuild
+++ b/app-text/iso-codes/iso-codes-3.68.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-05-03 Thread Markus Meier
commit: 64fa57cba9d5eae1c3d0e553d47da3341824974e
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May  3 19:21:34 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May  3 19:21:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64fa57cb

app-text/iso-codes: arm stable, bug #566378

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 app-text/iso-codes/iso-codes-3.65.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.65.ebuild 
b/app-text/iso-codes/iso-codes-3.65.ebuild
index 658eb02..1d51de6 100644
--- a/app-text/iso-codes/iso-codes-3.65.ebuild
+++ b/app-text/iso-codes/iso-codes-3.65.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-04-13 Thread Mike Frysinger
commit: afd1d443ac4ddd72f265a58cf873c010701e2cc2
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Apr 14 01:24:26 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Apr 14 01:25:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd1d443

app-text/iso-codes: version bump to 3.67

 app-text/iso-codes/Manifest  |  1 +
 app-text/iso-codes/iso-codes-3.67.ebuild | 77 
 2 files changed, 78 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 1b3ab85..2b87bc6 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -2,3 +2,4 @@ DIST iso-codes-3.61.tar.xz 3772736 SHA256 
a79bf119afdc20feef12965f26f9d978688190
 DIST iso-codes-3.63.tar.xz 3773672 SHA256 
60600e56952dc92b3a8cd8a7044348f7cfa35be528bab2491c3c18582fb5277f SHA512 
31b5142611e2050a9bfb95cd12d962b8cbe01824f1202e70ca40d9cd178a5fd17557eac3fcc59dd0b94baf2656caeef09c50332cd2a8d0e1bb14c82c154e06ae
 WHIRLPOOL 
bbe3c5474ba3fc22243a9b6bea9c6b43dccd5a2230ee59b07e4484e06ccba4be977dfa1e16014b18d4cae5393a50099e3a12b13747e9970c4e605df8b4e002be
 DIST iso-codes-3.64.tar.xz 3733868 SHA256 
5ef061381e37e9576760df1ad504d4bbc84c270da30512b2891baed9add70729 SHA512 
fd0639b7279bd4a87b5fdf055f61d8e44fd1d48907d0eef1824cb68cc1af6108f04f6ab837cef17398b576cef9ff66b09b351eee76e1309270768259810228fb
 WHIRLPOOL 
4f13253571ac16a4ffa68d228c3c9b347742fc2b38ba1f68fc6221826b07f6f108e9897dcd0dab496219b45129c14f96b3496ec5d450e39f7232f16e8b005105
 DIST iso-codes-3.65.tar.xz 3732432 SHA256 
834de5193c8489eedeaf6509457a9b13476702386ae1f3ed4f391a349d630320 SHA512 
cf88397150b3014a4f5e4d709cbc1e00537c9289ea68d68ec9b24df6c7467fda3fe99fbeacd444837d614ae1df213816a3996a9e86aac400f9d92a0a3090f8ab
 WHIRLPOOL 
b506fea95bba3ecf40e9d1e4d5c26d4fd97e88203fdf1e931269642b42daca93b5b479b52a4e2807de4dc80b3233599394dc67f6762bf00caf5689a74fd36e4c
+DIST iso-codes-3.67.tar.xz 3586528 SHA256 
603f51e0b5ebd762b66d9aa3bd0d9a33af1aaedae88caaaf196fcc5bb4abf00c SHA512 
830f7e30636081f029447837e11e258905af12c88a01882d58c05b9b7756dbca4b4b3e3fc2b12a3d8e58b976fd79908264979aa4e6a37b35c3341e9d8e5c2ed0
 WHIRLPOOL 
9d9e279d98123168794a78984804e0216509649ec346998367ca5416e0e31ec04c5853861dae0b80ca030252f94874b91db771b6be4bb1480e1c29f0dc5c71df

diff --git a/app-text/iso-codes/iso-codes-3.67.ebuild 
b/app-text/iso-codes/iso-codes-3.67.ebuild
new file mode 100644
index 000..652e1f6
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-3.67.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
+
+inherit eutils l10n
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
+SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+   app-arch/xz-utils
+   sys-devel/gettext
+"
+
+# This ebuild does not install any binaries.
+RESTRICT="binchecks strip"
+
+# l10n_find_plocales_changes doesn't support multiple directories,
+# so need to do the update scan ourselves.
+check_existing_locales() {
+   local std loc all_locales=()
+
+   ebegin "Looking for new locales"
+   for std in "${all_stds[@]}"; do
+   pushd "${std}" >/dev/null || die
+   for loc in *.po; do
+   all_locales+=( "${loc%.po}" )
+   done
+   popd >/dev/null
+   done
+
+   all_locales=$(echo $(printf '%s\n' "${all_locales[@]}" | sort -u))
+   if [[ ${PLOCALES} != "${all_locales}" ]]; then
+   eend 1
+   eerror "There are changes in locales! This ebuild should be 
updated to:"
+   eerror "PLOCALES=\"${all_locales}\""
+   die "Update PLOCALES in the ebuild"
+   else
+   eend 0
+   fi
+}
+
+src_prepare() {
+   local std loc mylinguas
+   local all_stds=( iso_15924 iso_3166-{1,2,3} iso_4217 iso_639-{2,3,5} )
+
+   check_existing_locales
+
+   # Modify the Makefiles so they only install requested locales.
+   for std in "${all_stds[@]}"; do
+   einfo "Preparing ${std} ..."
+   pushd "${std}" >/dev/null || die
+   mylinguas=()
+   for loc in *.po; do
+

[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-02-21 Thread Pacho Ramos
commit: 446e0101c4773c4349115b901fccfaa0d5f4a2ca
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Feb 21 10:10:51 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Feb 21 10:10:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446e0101

app-text/iso-codes: Drop old

Package-Manager: portage-2.2.27

 app-text/iso-codes/Manifest  |  1 -
 app-text/iso-codes/iso-codes-3.57.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index e242f20..1b3ab85 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,4 +1,3 @@
-DIST iso-codes-3.57.tar.xz 3773756 SHA256 
dd6acd92843b69530fce535d3d6fd947ddb3802f0d5fc1bd214d1cb7d2bf5c47 SHA512 
a58e48be152960d2391123e88b48f1c43e0bf0ac880a8d6a3ec7c8154e67fd40f264063cdf7106da9d261a5fb82f64d67545a17f69ec81141f10d1eb2d897424
 WHIRLPOOL 
9b6de080edc6c54071a8b7584de90af3554f91d77973dceb856570b2c1760ad89a807112903cd24697bab672024d319b72ce3141fdd0dc15405bf54bbd9b53ce
 DIST iso-codes-3.61.tar.xz 3772736 SHA256 
a79bf119afdc20feef12965f26f9d97868819003a76355a6f027a14a6539167d SHA512 
c18f4d9f92266bc590e9eb327edfc769abc384a0ffeb80bcff120cafe664019c747e733aa1b33de4179a6beddaa904bc70e2d35971d9edb6eba51592f5d5d07d
 WHIRLPOOL 
74c620e00bfac3e007f58edd509c3204db162b99e3aba93fb02ab27b435925ac2b2886367f25c1749f3fbaf277a37b64e39a8684d8e6faff59ef9d7739108f3c
 DIST iso-codes-3.63.tar.xz 3773672 SHA256 
60600e56952dc92b3a8cd8a7044348f7cfa35be528bab2491c3c18582fb5277f SHA512 
31b5142611e2050a9bfb95cd12d962b8cbe01824f1202e70ca40d9cd178a5fd17557eac3fcc59dd0b94baf2656caeef09c50332cd2a8d0e1bb14c82c154e06ae
 WHIRLPOOL 
bbe3c5474ba3fc22243a9b6bea9c6b43dccd5a2230ee59b07e4484e06ccba4be977dfa1e16014b18d4cae5393a50099e3a12b13747e9970c4e605df8b4e002be
 DIST iso-codes-3.64.tar.xz 3733868 SHA256 
5ef061381e37e9576760df1ad504d4bbc84c270da30512b2891baed9add70729 SHA512 
fd0639b7279bd4a87b5fdf055f61d8e44fd1d48907d0eef1824cb68cc1af6108f04f6ab837cef17398b576cef9ff66b09b351eee76e1309270768259810228fb
 WHIRLPOOL 
4f13253571ac16a4ffa68d228c3c9b347742fc2b38ba1f68fc6221826b07f6f108e9897dcd0dab496219b45129c14f96b3496ec5d450e39f7232f16e8b005105

diff --git a/app-text/iso-codes/iso-codes-3.57.ebuild 
b/app-text/iso-codes/iso-codes-3.57.ebuild
deleted file mode 100644
index 5c8b9c4..000
--- a/app-text/iso-codes/iso-codes-3.57.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
-
-inherit eutils l10n
-
-DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
-HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
-SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="
-   app-arch/xz-utils
-   sys-devel/gettext
-"
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_prepare() {
-   local norm loc all_locales mylinguas
-   local all_norms="iso_15924 iso_3166 iso_3166_2 iso_4217 iso_639 
iso_639_3 iso_639_5"
-
-   # l10n_find_plocales_changes doesn't support multiple directories
-   einfo "Looking for new locales ..."
-   for norm in ${all_norms}; do
-   pushd "${norm}" > /dev/null || die
-   for loc in *.po; do
-   all_locales+="${loc%.po} "
-   done
-   popd > /dev/null
-   done
-
-   all_locales=$(echo "${all_locales}" | sed 's/ /\n/g' | sort | uniq)
-   all_locales=${all_locales//[[:space:]]/ }
-   all_locales=${all_locales#[[:space:]]}
-   all_locales=${all_locales%[[:space:]]}
-   if [[ ${PLOCALES} != ${all_locales} ]]; then
-   einfo "There are changes in locales! This ebuild should be 
updated to:"
-   einfo "PLOCALES=\"${all_locales}\""
-   else
-   einfo "Done"
-   fi
-
-   for norm in ${all_norms}; do
-   einfo "Preparing ${norm} ..."
-   pushd "${norm}" > /dev/null || die
-   mylinguas=
-   for loc in *.po; do
-   if use "linguas_"${loc%.po}; then
-   mylinguas+="${loc} "
-   fi
-   done
-
-   sed -e "s:pofiles 

[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-02-21 Thread Pacho Ramos
commit: 45b7253361a0be75c87458770b457f098af0122d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Feb 21 10:10:14 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Feb 21 10:10:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b72533

Revert "app-text/iso-codes: Drop old"

This reverts commit 182331461d35ce006011c1be9959b8aae8616e85.

 app-text/iso-codes/Manifest | 2 ++
 app-text/iso-codes/{iso-codes-3.65.ebuild => iso-codes-3.57.ebuild} | 4 ++--
 app-text/iso-codes/{iso-codes-3.65.ebuild => iso-codes-3.61.ebuild} | 4 ++--
 app-text/iso-codes/iso-codes-3.65.ebuild| 2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index ee6ca6d..e242f20 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,3 +1,5 @@
+DIST iso-codes-3.57.tar.xz 3773756 SHA256 
dd6acd92843b69530fce535d3d6fd947ddb3802f0d5fc1bd214d1cb7d2bf5c47 SHA512 
a58e48be152960d2391123e88b48f1c43e0bf0ac880a8d6a3ec7c8154e67fd40f264063cdf7106da9d261a5fb82f64d67545a17f69ec81141f10d1eb2d897424
 WHIRLPOOL 
9b6de080edc6c54071a8b7584de90af3554f91d77973dceb856570b2c1760ad89a807112903cd24697bab672024d319b72ce3141fdd0dc15405bf54bbd9b53ce
+DIST iso-codes-3.61.tar.xz 3772736 SHA256 
a79bf119afdc20feef12965f26f9d97868819003a76355a6f027a14a6539167d SHA512 
c18f4d9f92266bc590e9eb327edfc769abc384a0ffeb80bcff120cafe664019c747e733aa1b33de4179a6beddaa904bc70e2d35971d9edb6eba51592f5d5d07d
 WHIRLPOOL 
74c620e00bfac3e007f58edd509c3204db162b99e3aba93fb02ab27b435925ac2b2886367f25c1749f3fbaf277a37b64e39a8684d8e6faff59ef9d7739108f3c
 DIST iso-codes-3.63.tar.xz 3773672 SHA256 
60600e56952dc92b3a8cd8a7044348f7cfa35be528bab2491c3c18582fb5277f SHA512 
31b5142611e2050a9bfb95cd12d962b8cbe01824f1202e70ca40d9cd178a5fd17557eac3fcc59dd0b94baf2656caeef09c50332cd2a8d0e1bb14c82c154e06ae
 WHIRLPOOL 
bbe3c5474ba3fc22243a9b6bea9c6b43dccd5a2230ee59b07e4484e06ccba4be977dfa1e16014b18d4cae5393a50099e3a12b13747e9970c4e605df8b4e002be
 DIST iso-codes-3.64.tar.xz 3733868 SHA256 
5ef061381e37e9576760df1ad504d4bbc84c270da30512b2891baed9add70729 SHA512 
fd0639b7279bd4a87b5fdf055f61d8e44fd1d48907d0eef1824cb68cc1af6108f04f6ab837cef17398b576cef9ff66b09b351eee76e1309270768259810228fb
 WHIRLPOOL 
4f13253571ac16a4ffa68d228c3c9b347742fc2b38ba1f68fc6221826b07f6f108e9897dcd0dab496219b45129c14f96b3496ec5d450e39f7232f16e8b005105
 DIST iso-codes-3.65.tar.xz 3732432 SHA256 
834de5193c8489eedeaf6509457a9b13476702386ae1f3ed4f391a349d630320 SHA512 
cf88397150b3014a4f5e4d709cbc1e00537c9289ea68d68ec9b24df6c7467fda3fe99fbeacd444837d614ae1df213816a3996a9e86aac400f9d92a0a3090f8ab
 WHIRLPOOL 
b506fea95bba3ecf40e9d1e4d5c26d4fd97e88203fdf1e931269642b42daca93b5b479b52a4e2807de4dc80b3233599394dc67f6762bf00caf5689a74fd36e4c

diff --git a/app-text/iso-codes/iso-codes-3.65.ebuild 
b/app-text/iso-codes/iso-codes-3.57.ebuild
similarity index 89%
copy from app-text/iso-codes/iso-codes-3.65.ebuild
copy to app-text/iso-codes/iso-codes-3.57.ebuild
index f603b2e..5c8b9c4 100644
--- a/app-text/iso-codes/iso-codes-3.65.ebuild
+++ b/app-text/iso-codes/iso-codes-3.57.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""

diff --git a/app-text/iso-codes/iso-codes-3.65.ebuild 
b/app-text/iso-codes/iso-codes-3.61.ebuild
similarity index 89%
copy from app-text/iso-codes/iso-codes-3.65.ebuild
copy to app-text/iso-codes/iso-codes-3.61.ebuild
index f603b2e..18ebdb4 100644
--- a/app-text/iso-codes/iso-codes-3.65.ebuild
+++ b/app-text/iso-codes/iso-codes-3.61.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 

[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-02-21 Thread Pacho Ramos
commit: 54a4104e7baee6cf792003a8cfd76a0d9d4e12dc
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Feb 21 10:11:28 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Feb 21 10:11:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a4104e

app-text/iso-codes: hppa only has old version marked as stable

Package-Manager: portage-2.2.27

 app-text/iso-codes/iso-codes-3.61.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.61.ebuild 
b/app-text/iso-codes/iso-codes-3.61.ebuild
index 18ebdb4..830e656 100644
--- a/app-text/iso-codes/iso-codes-3.61.ebuild
+++ b/app-text/iso-codes/iso-codes-3.61.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="hppa"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-02-21 Thread Pacho Ramos
commit: 754bd722c7f90e848e338a50d7708a3b4a71c79d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Feb 21 09:22:21 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Feb 21 09:36:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=754bd722

app-text/iso-codes: Version bump

Package-Manager: portage-2.2.27

 app-text/iso-codes/Manifest  |  1 +
 app-text/iso-codes/iso-codes-3.65.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index e68d3d3..e242f20 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -2,3 +2,4 @@ DIST iso-codes-3.57.tar.xz 3773756 SHA256 
dd6acd92843b69530fce535d3d6fd947ddb380
 DIST iso-codes-3.61.tar.xz 3772736 SHA256 
a79bf119afdc20feef12965f26f9d97868819003a76355a6f027a14a6539167d SHA512 
c18f4d9f92266bc590e9eb327edfc769abc384a0ffeb80bcff120cafe664019c747e733aa1b33de4179a6beddaa904bc70e2d35971d9edb6eba51592f5d5d07d
 WHIRLPOOL 
74c620e00bfac3e007f58edd509c3204db162b99e3aba93fb02ab27b435925ac2b2886367f25c1749f3fbaf277a37b64e39a8684d8e6faff59ef9d7739108f3c
 DIST iso-codes-3.63.tar.xz 3773672 SHA256 
60600e56952dc92b3a8cd8a7044348f7cfa35be528bab2491c3c18582fb5277f SHA512 
31b5142611e2050a9bfb95cd12d962b8cbe01824f1202e70ca40d9cd178a5fd17557eac3fcc59dd0b94baf2656caeef09c50332cd2a8d0e1bb14c82c154e06ae
 WHIRLPOOL 
bbe3c5474ba3fc22243a9b6bea9c6b43dccd5a2230ee59b07e4484e06ccba4be977dfa1e16014b18d4cae5393a50099e3a12b13747e9970c4e605df8b4e002be
 DIST iso-codes-3.64.tar.xz 3733868 SHA256 
5ef061381e37e9576760df1ad504d4bbc84c270da30512b2891baed9add70729 SHA512 
fd0639b7279bd4a87b5fdf055f61d8e44fd1d48907d0eef1824cb68cc1af6108f04f6ab837cef17398b576cef9ff66b09b351eee76e1309270768259810228fb
 WHIRLPOOL 
4f13253571ac16a4ffa68d228c3c9b347742fc2b38ba1f68fc6221826b07f6f108e9897dcd0dab496219b45129c14f96b3496ec5d450e39f7232f16e8b005105
+DIST iso-codes-3.65.tar.xz 3732432 SHA256 
834de5193c8489eedeaf6509457a9b13476702386ae1f3ed4f391a349d630320 SHA512 
cf88397150b3014a4f5e4d709cbc1e00537c9289ea68d68ec9b24df6c7467fda3fe99fbeacd444837d614ae1df213816a3996a9e86aac400f9d92a0a3090f8ab
 WHIRLPOOL 
b506fea95bba3ecf40e9d1e4d5c26d4fd97e88203fdf1e931269642b42daca93b5b479b52a4e2807de4dc80b3233599394dc67f6762bf00caf5689a74fd36e4c

diff --git a/app-text/iso-codes/iso-codes-3.65.ebuild 
b/app-text/iso-codes/iso-codes-3.65.ebuild
new file mode 100644
index 000..d5169d2
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-3.65.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
+
+inherit eutils l10n
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
+SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+   app-arch/xz-utils
+   sys-devel/gettext
+"
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+
+src_prepare() {
+   local norm loc all_locales mylinguas
+   local all_norms="iso_15924 iso_3166 iso_3166_2 iso_4217 iso_639 
iso_639_3 iso_639_5"
+
+   # l10n_find_plocales_changes doesn't support multiple directories
+   einfo "Looking for new locales ..."
+   for norm in ${all_norms}; do
+   pushd "${norm}" > /dev/null || die
+   for loc in *.po; do
+   all_locales+="${loc%.po} "
+   done
+   popd > /dev/null
+   done
+
+   all_locales=$(echo "${all_locales}" | sed 's/ /\n/g' | sort | uniq)
+   all_locales=${all_locales//[[:space:]]/ }
+   all_locales=${all_locales#[[:space:]]}
+   all_locales=${all_locales%[[:space:]]}
+   if [[ ${PLOCALES} != ${all_locales} ]]; then
+   einfo "There are changes in locales! This ebuild should be 
updated to:"
+   einfo "PLOCALES=\"${all_locales}\""
+   else
+   einfo "Done"
+   fi
+
+   for norm in ${all_norms}; do
+   einfo "Preparing ${norm} ..."
+   pushd "${norm}" > /dev/null || die
+   mylinguas=
+   for loc in *.po; do
+   if use "linguas_"${loc%.po}; then
+   mylinguas+="${loc} "
+ 

[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-02-21 Thread Pacho Ramos
commit: 182331461d35ce006011c1be9959b8aae8616e85
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Feb 21 09:23:12 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Feb 21 09:36:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18233146

app-text/iso-codes: Drop old

Package-Manager: portage-2.2.27

 app-text/iso-codes/Manifest  |  2 -
 app-text/iso-codes/iso-codes-3.57.ebuild | 69 
 app-text/iso-codes/iso-codes-3.61.ebuild | 69 
 app-text/iso-codes/iso-codes-3.65.ebuild |  2 +-
 4 files changed, 1 insertion(+), 141 deletions(-)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index e242f20..ee6ca6d 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,5 +1,3 @@
-DIST iso-codes-3.57.tar.xz 3773756 SHA256 
dd6acd92843b69530fce535d3d6fd947ddb3802f0d5fc1bd214d1cb7d2bf5c47 SHA512 
a58e48be152960d2391123e88b48f1c43e0bf0ac880a8d6a3ec7c8154e67fd40f264063cdf7106da9d261a5fb82f64d67545a17f69ec81141f10d1eb2d897424
 WHIRLPOOL 
9b6de080edc6c54071a8b7584de90af3554f91d77973dceb856570b2c1760ad89a807112903cd24697bab672024d319b72ce3141fdd0dc15405bf54bbd9b53ce
-DIST iso-codes-3.61.tar.xz 3772736 SHA256 
a79bf119afdc20feef12965f26f9d97868819003a76355a6f027a14a6539167d SHA512 
c18f4d9f92266bc590e9eb327edfc769abc384a0ffeb80bcff120cafe664019c747e733aa1b33de4179a6beddaa904bc70e2d35971d9edb6eba51592f5d5d07d
 WHIRLPOOL 
74c620e00bfac3e007f58edd509c3204db162b99e3aba93fb02ab27b435925ac2b2886367f25c1749f3fbaf277a37b64e39a8684d8e6faff59ef9d7739108f3c
 DIST iso-codes-3.63.tar.xz 3773672 SHA256 
60600e56952dc92b3a8cd8a7044348f7cfa35be528bab2491c3c18582fb5277f SHA512 
31b5142611e2050a9bfb95cd12d962b8cbe01824f1202e70ca40d9cd178a5fd17557eac3fcc59dd0b94baf2656caeef09c50332cd2a8d0e1bb14c82c154e06ae
 WHIRLPOOL 
bbe3c5474ba3fc22243a9b6bea9c6b43dccd5a2230ee59b07e4484e06ccba4be977dfa1e16014b18d4cae5393a50099e3a12b13747e9970c4e605df8b4e002be
 DIST iso-codes-3.64.tar.xz 3733868 SHA256 
5ef061381e37e9576760df1ad504d4bbc84c270da30512b2891baed9add70729 SHA512 
fd0639b7279bd4a87b5fdf055f61d8e44fd1d48907d0eef1824cb68cc1af6108f04f6ab837cef17398b576cef9ff66b09b351eee76e1309270768259810228fb
 WHIRLPOOL 
4f13253571ac16a4ffa68d228c3c9b347742fc2b38ba1f68fc6221826b07f6f108e9897dcd0dab496219b45129c14f96b3496ec5d450e39f7232f16e8b005105
 DIST iso-codes-3.65.tar.xz 3732432 SHA256 
834de5193c8489eedeaf6509457a9b13476702386ae1f3ed4f391a349d630320 SHA512 
cf88397150b3014a4f5e4d709cbc1e00537c9289ea68d68ec9b24df6c7467fda3fe99fbeacd444837d614ae1df213816a3996a9e86aac400f9d92a0a3090f8ab
 WHIRLPOOL 
b506fea95bba3ecf40e9d1e4d5c26d4fd97e88203fdf1e931269642b42daca93b5b479b52a4e2807de4dc80b3233599394dc67f6762bf00caf5689a74fd36e4c

diff --git a/app-text/iso-codes/iso-codes-3.57.ebuild 
b/app-text/iso-codes/iso-codes-3.57.ebuild
deleted file mode 100644
index 5c8b9c4..000
--- a/app-text/iso-codes/iso-codes-3.57.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
-
-inherit eutils l10n
-
-DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
-HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
-SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="
-   app-arch/xz-utils
-   sys-devel/gettext
-"
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_prepare() {
-   local norm loc all_locales mylinguas
-   local all_norms="iso_15924 iso_3166 iso_3166_2 iso_4217 iso_639 
iso_639_3 iso_639_5"
-
-   # l10n_find_plocales_changes doesn't support multiple directories
-   einfo "Looking for new locales ..."
-   for norm in ${all_norms}; do
-   pushd "${norm}" > /dev/null || die
-   for loc in *.po; do
-   all_locales+="${loc%.po} "
-   done
-   popd > /dev/null
-   done
-
-   all_locales=$(echo "${all_locales}" | sed 's/ /\n/g' | sort | uniq)
-   all_locales=${all_locales//[[:space:]]/ }
-   all_locales=${all_locales#[[:space:]]}
-   all_locales=${all_locales%[[:space:]]}
-   if [[ ${PLOCALES} != ${all_locales} ]]; then
-   einfo "There are changes in locales! This 

[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2016-01-11 Thread Pacho Ramos
commit: 90f7a701acaee8c2a132b4a5c9782abc3499
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Jan 11 13:33:03 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Jan 11 14:25:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f7a701

app-text/iso-codes: Version bump

Package-Manager: portage-2.2.26

 app-text/iso-codes/Manifest  |  1 +
 app-text/iso-codes/iso-codes-3.64.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/app-text/iso-codes/Manifest b/app-text/iso-codes/Manifest
index 64a6ff9..e68d3d3 100644
--- a/app-text/iso-codes/Manifest
+++ b/app-text/iso-codes/Manifest
@@ -1,3 +1,4 @@
 DIST iso-codes-3.57.tar.xz 3773756 SHA256 
dd6acd92843b69530fce535d3d6fd947ddb3802f0d5fc1bd214d1cb7d2bf5c47 SHA512 
a58e48be152960d2391123e88b48f1c43e0bf0ac880a8d6a3ec7c8154e67fd40f264063cdf7106da9d261a5fb82f64d67545a17f69ec81141f10d1eb2d897424
 WHIRLPOOL 
9b6de080edc6c54071a8b7584de90af3554f91d77973dceb856570b2c1760ad89a807112903cd24697bab672024d319b72ce3141fdd0dc15405bf54bbd9b53ce
 DIST iso-codes-3.61.tar.xz 3772736 SHA256 
a79bf119afdc20feef12965f26f9d97868819003a76355a6f027a14a6539167d SHA512 
c18f4d9f92266bc590e9eb327edfc769abc384a0ffeb80bcff120cafe664019c747e733aa1b33de4179a6beddaa904bc70e2d35971d9edb6eba51592f5d5d07d
 WHIRLPOOL 
74c620e00bfac3e007f58edd509c3204db162b99e3aba93fb02ab27b435925ac2b2886367f25c1749f3fbaf277a37b64e39a8684d8e6faff59ef9d7739108f3c
 DIST iso-codes-3.63.tar.xz 3773672 SHA256 
60600e56952dc92b3a8cd8a7044348f7cfa35be528bab2491c3c18582fb5277f SHA512 
31b5142611e2050a9bfb95cd12d962b8cbe01824f1202e70ca40d9cd178a5fd17557eac3fcc59dd0b94baf2656caeef09c50332cd2a8d0e1bb14c82c154e06ae
 WHIRLPOOL 
bbe3c5474ba3fc22243a9b6bea9c6b43dccd5a2230ee59b07e4484e06ccba4be977dfa1e16014b18d4cae5393a50099e3a12b13747e9970c4e605df8b4e002be
+DIST iso-codes-3.64.tar.xz 3733868 SHA256 
5ef061381e37e9576760df1ad504d4bbc84c270da30512b2891baed9add70729 SHA512 
fd0639b7279bd4a87b5fdf055f61d8e44fd1d48907d0eef1824cb68cc1af6108f04f6ab837cef17398b576cef9ff66b09b351eee76e1309270768259810228fb
 WHIRLPOOL 
4f13253571ac16a4ffa68d228c3c9b347742fc2b38ba1f68fc6221826b07f6f108e9897dcd0dab496219b45129c14f96b3496ec5d450e39f7232f16e8b005105

diff --git a/app-text/iso-codes/iso-codes-3.64.ebuild 
b/app-text/iso-codes/iso-codes-3.64.ebuild
new file mode 100644
index 000..d5169d2
--- /dev/null
+++ b/app-text/iso-codes/iso-codes-3.64.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el 
en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk 
km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt 
pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt 
tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
+
+inherit eutils l10n
+
+DESCRIPTION="ISO language, territory, currency, script codes and their 
translations"
+HOMEPAGE="http://pkg-isocodes.alioth.debian.org/;
+SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+   app-arch/xz-utils
+   sys-devel/gettext
+"
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+
+src_prepare() {
+   local norm loc all_locales mylinguas
+   local all_norms="iso_15924 iso_3166 iso_3166_2 iso_4217 iso_639 
iso_639_3 iso_639_5"
+
+   # l10n_find_plocales_changes doesn't support multiple directories
+   einfo "Looking for new locales ..."
+   for norm in ${all_norms}; do
+   pushd "${norm}" > /dev/null || die
+   for loc in *.po; do
+   all_locales+="${loc%.po} "
+   done
+   popd > /dev/null
+   done
+
+   all_locales=$(echo "${all_locales}" | sed 's/ /\n/g' | sort | uniq)
+   all_locales=${all_locales//[[:space:]]/ }
+   all_locales=${all_locales#[[:space:]]}
+   all_locales=${all_locales%[[:space:]]}
+   if [[ ${PLOCALES} != ${all_locales} ]]; then
+   einfo "There are changes in locales! This ebuild should be 
updated to:"
+   einfo "PLOCALES=\"${all_locales}\""
+   else
+   einfo "Done"
+   fi
+
+   for norm in ${all_norms}; do
+   einfo "Preparing ${norm} ..."
+   pushd "${norm}" > /dev/null || die
+   mylinguas=
+   for loc in *.po; do
+   if use "linguas_"${loc%.po}; then
+   mylinguas+="${loc} "
+   fi
+   done
+
+   sed -e "s:pofiles 

[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2015-11-19 Thread Agostino Sarubbo
commit: fc05a0818625199112124937b10e890e53241bef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Nov 19 10:03:19 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Nov 19 10:03:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc05a081

app-text/iso-codes: arm stable wrt bug #565086

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="arm"

 app-text/iso-codes/iso-codes-3.63.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.63.ebuild 
b/app-text/iso-codes/iso-codes-3.63.ebuild
index 7c1dea1..0163e1e 100644
--- a/app-text/iso-codes/iso-codes-3.63.ebuild
+++ b/app-text/iso-codes/iso-codes-3.63.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/

2015-11-18 Thread Agostino Sarubbo
commit: eb840d507b9b5dde030f250180be59b9b9dccd14
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 18 09:07:50 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 18 09:07:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb840d50

app-text/iso-codes: alpha stable wrt bug #565086

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="alpha"

 app-text/iso-codes/iso-codes-3.63.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/iso-codes/iso-codes-3.63.ebuild 
b/app-text/iso-codes/iso-codes-3.63.ebuild
index 911a56e..7c1dea1 100644
--- a/app-text/iso-codes/iso-codes-3.63.ebuild
+++ b/app-text/iso-codes/iso-codes-3.63.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



  1   2   >