From b6ebba701c6d6ecc73881e551ea8d49f0e02c93a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 19 Feb 2016 01:49:29 -0500 Subject: locales: pap_AN: delete old/deprecated locale [BZ #16003] From the bug: Netherlands Antilles was dissolved, and "AN" is not a part of ISO 3166 anymore. According to setlocale(3), "territory is an ISO 3166 country code". We now have pap_AW and pap_CW. Reported-by: Chris Leonard --- NEWS | 4 +- localedata/ChangeLog | 6 ++ localedata/SUPPORTED | 1 - localedata/locales/pap_AN | 156 ---------------------------------------------- 4 files changed, 9 insertions(+), 158 deletions(-) delete mode 100644 localedata/locales/pap_AN diff --git a/NEWS b/NEWS index cb24fb210c..d6f9d7401d 100644 --- a/NEWS +++ b/NEWS @@ -7,7 +7,9 @@ using `glibc' in the "product" field. Version 2.24 - [Add important changes here] +* The pap_AN locale has been deleted. This has been deprecated for a long + time. It has been replaced by pap_AW & pap_CW, both of which have long + been included in previous releases. Security related changes: diff --git a/localedata/ChangeLog b/localedata/ChangeLog index e3e4de23fa..160b5ad49e 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2016-02-19 Mike Frysinger + + [BZ #16003] + * SUPPORTED: Delete pap_AN/UTF-8. + * locales/pap_AN: Delete file. + 2016-02-19 Mike Frysinger * locales/ar_SS: Set int_prefix based on public data in CLDR. diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 8ca023e0bc..f8cf0ebdd1 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -344,7 +344,6 @@ or_IN/UTF-8 \ os_RU/UTF-8 \ pa_IN/UTF-8 \ pa_PK/UTF-8 \ -pap_AN/UTF-8 \ pap_AW/UTF-8 \ pap_CW/UTF-8 \ pl_PL.UTF-8/UTF-8 \ diff --git a/localedata/locales/pap_AN b/localedata/locales/pap_AN deleted file mode 100644 index 63262a55a1..0000000000 --- a/localedata/locales/pap_AN +++ /dev/null @@ -1,156 +0,0 @@ -comment_char % -escape_char / -% Distribution and use is free, also for commercial purposes. - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% -% This locale is replaced by pap_AW and pap_CW and should be removed in -% release 2.21. AN line of iso-3177.def should also be removed. -% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -LC_IDENTIFICATION -title "Papiamento Language for the (Netherland) Antilles" -source "informations from native speaker" -address "" -contact "Pablo Saratxaga" -email "pablo@mandrakesoft.com" -tel "" -fax "" -language "pap" -territory "AN" -revision "0.2" -date "2000-11-15" - -category i18n:2000;LC_IDENTIFICATION -category i18n:2000;LC_COLLATE -category i18n:2000;LC_CTYPE -category i18n:2000;LC_MESSAGES -category i18n:2000;LC_MONETARY -category i18n:2000;LC_NUMERIC -category i18n:2000;LC_TIME -category i18n:2000;LC_PAPER -category i18n:2000;LC_MEASUREMENT -category i18n:2000;LC_TELEPHONE -category i18n:2000;LC_ADDRESS - -% ISO/IEC 14652: Converted comments to LC_IDENTIFICATION -% added LC_PAPER, LC_MEASUREMENT, LC_TELEPHONE, LC_ADDRESS -% -- mckinstry@computer.org, 2000-07-03 - -END LC_IDENTIFICATION - -LC_ADDRESS -postal_fmt "/ -/ -" -% FIXME country_name for Antilles in Paplamento -% FIXME country_post MAIL_CEPTCODE for Nederland Antilles, AN? -country_ab2 "" -country_ab3 "" -country_num 530 -country_isbn "99904" -country_car "" -% lang_ab -lang_term "" -lang_lib "" -END LC_ADDRESS - -LC_CTYPE -copy "en_DK" -END LC_CTYPE - -LC_COLLATE -copy "en_DK" -END LC_COLLATE - -LC_MESSAGES -yesexpr "" -noexpr "" -END LC_MESSAGES - - -LC_MONETARY -int_curr_symbol "" -currency_symbol "" -mon_decimal_point "" -mon_thousands_sep "" -mon_grouping 3;3 -positive_sign "" -negative_sign "" -int_frac_digits 2 -frac_digits 2 -p_cs_precedes 1 -p_sep_by_space 1 -n_cs_precedes 1 -n_sep_by_space 1 -p_sign_posn 1 -n_sign_posn 2 -END LC_MONETARY - -LC_TIME -abday "";"";"";/ - "";"";"";/ - "" -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" -mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -d_t_fmt "" -d_fmt "" -t_fmt "" -am_pm "";"" -t_fmt_ampm "" -END LC_TIME - -LC_NUMERIC -decimal_point "" -thousands_sep "" -grouping 0;0 -END LC_NUMERIC - -LC_MEASUREMENT -% metric -measurement 1 -END LC_MEASUREMENT - -% Default paper: A4 -LC_PAPER -height 297 -width 210 -END LC_PAPER - -LC_TELEPHONE -tel_int_fmt "" -% FIXME FIND tel_dom_fmt -% 00 -int_select "" -% 599 -int_prefix "" -END LC_TELEPHONE - -LC_NAME -% Todo -copy "en_DK" -END LC_NAME -- cgit 1.4.1