commit:     1d0e4ef7c20afd4540204cdf87f53afe6813849d
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 15:24:28 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 17:08:54 2017 +0000
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..00000000000
--- 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
-}

Reply via email to