diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-23 20:56:28 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-23 20:56:28 +0000 |
commit | 8eb16256cab92f8b46f1ce5ef5144f171d8e6e71 (patch) | |
tree | 6c487fae3b92e53eeaefecd2013a5787aed6d418 /app-text/iso-codes | |
parent | Drop old (diff) | |
download | gentoo-2-8eb16256cab92f8b46f1ce5ef5144f171d8e6e71.tar.gz gentoo-2-8eb16256cab92f8b46f1ce5ef5144f171d8e6e71.tar.bz2 gentoo-2-8eb16256cab92f8b46f1ce5ef5144f171d8e6e71.zip |
Drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-text/iso-codes')
-rw-r--r-- | app-text/iso-codes/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/iso-codes/iso-codes-3.40.ebuild | 46 | ||||
-rw-r--r-- | app-text/iso-codes/iso-codes-3.45.ebuild | 49 |
3 files changed, 5 insertions, 96 deletions
diff --git a/app-text/iso-codes/ChangeLog b/app-text/iso-codes/ChangeLog index c8010d11a6b4..f6b54855baae 100644 --- a/app-text/iso-codes/ChangeLog +++ b/app-text/iso-codes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/iso-codes # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.161 2014/04/21 10:28:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.162 2014/04/23 20:56:28 pacho Exp $ + + 23 Apr 2014; Pacho Ramos <pacho@gentoo.org> -iso-codes-3.40.ebuild, + -iso-codes-3.45.ebuild: + Drop old 21 Apr 2014; Agostino Sarubbo <ago@gentoo.org> iso-codes-3.51.ebuild: Stable for arm, wrt bug #507568 diff --git a/app-text/iso-codes/iso-codes-3.40.ebuild b/app-text/iso-codes/iso-codes-3.40.ebuild deleted file mode 100644 index b430f517839e..000000000000 --- a/app-text/iso-codes/iso-codes-3.40.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.40.ebuild,v 1.12 2013/05/10 22:14:20 eva Exp $ - -EAPI="5" - -inherit eutils - -DESCRIPTION="Provides the list of country and language names" -HOMEPAGE="http://alioth.debian.org/projects/pkg-isocodes/" -SRC_URI="http://pkg-isocodes.alioth.debian.org/downloads/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm 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="sys-devel/gettext" - -# This ebuild does not install any binaries -RESTRICT="binchecks strip" - -src_prepare() { - local linguas_bak=${LINGUAS} - local mylinguas="" - - [[ -z ${LINGUAS} ]] && return - - for norm in iso_15924 iso_3166 iso_3166_2 iso_4217 iso_639 iso_639_3; do - einfo "Preparing ${norm}" - - mylinguas="" - LINGUAS=${linguas_bak} - strip-linguas -i "${S}/${norm}" - - for loc in ${LINGUAS}; do - mylinguas="${mylinguas} ${loc}.po" - done - - sed -e "s:pofiles =.*:pofiles = ${mylinguas} ${NULL}:" \ - -e "s:mofiles =.*:mofiles = ${mylinguas//.po/.mo} ${NULL}:" \ - -i "${S}/${norm}/Makefile.am" "${S}/${norm}/Makefile.in" \ - || die "sed in ${norm} folder failed" - done -} diff --git a/app-text/iso-codes/iso-codes-3.45.ebuild b/app-text/iso-codes/iso-codes-3.45.ebuild deleted file mode 100644 index 0b434bf095f5..000000000000 --- a/app-text/iso-codes/iso-codes-3.45.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-3.45.ebuild,v 1.4 2013/12/22 15:27:56 jer Exp $ - -EAPI="5" - -inherit eutils - -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 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 linguas_bak=${LINGUAS} - local mylinguas="" - - [[ -z ${LINGUAS} ]] && return - - for norm in iso_15924 iso_3166 iso_3166_2 iso_4217 iso_639 iso_639_3; do - einfo "Preparing ${norm}" - - mylinguas="" - LINGUAS=${linguas_bak} - strip-linguas -i "${S}/${norm}" - - for loc in ${LINGUAS}; do - mylinguas="${mylinguas} ${loc}.po" - done - - sed -e "s:pofiles =.*:pofiles = ${mylinguas} ${NULL}:" \ - -e "s:mofiles =.*:mofiles = ${mylinguas//.po/.mo} ${NULL}:" \ - -i "${S}/${norm}/Makefile.am" "${S}/${norm}/Makefile.in" \ - || die "sed in ${norm} folder failed" - done -} |