diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-25 21:05:24 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-25 21:31:56 +0200 |
commit | 15c0d408f03ae83b03623038a18edfc4f285ebea (patch) | |
tree | 94b2a49451d27475743108908dbae92ddf1ae791 /app-text/ghostscript-gpl | |
parent | app-doc/csound-manual: Migrate from LINGUAS to L10N. (diff) | |
download | gentoo-15c0d408f03ae83b03623038a18edfc4f285ebea.tar.gz gentoo-15c0d408f03ae83b03623038a18edfc4f285ebea.tar.bz2 gentoo-15c0d408f03ae83b03623038a18edfc4f285ebea.zip |
app-text/ghostscript-gpl: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text/ghostscript-gpl')
4 files changed, 44 insertions, 44 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild index 8625c1a3c156..695e9ace27d8 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.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$ @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="AGPL-3 CPL-1.0" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="cups dbus djvu gtk idn linguas_de static-libs X" +IUSE="cups dbus djvu gtk idn l10n_de static-libs X" RESTRICT="djvu? ( bindist )" COMMON_DEPEND=" @@ -48,10 +48,10 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} >=app-text/poppler-data-0.4.5-r1 >=media-fonts/urw-fonts-2.4.9 - linguas_ja? ( media-fonts/kochi-substitute ) - linguas_ko? ( media-fonts/baekmuk-fonts ) - linguas_zh_CN? ( media-fonts/arphicfonts ) - linguas_zh_TW? ( media-fonts/arphicfonts ) + l10n_ja? ( media-fonts/kochi-substitute ) + l10n_ko? ( media-fonts/baekmuk-fonts ) + l10n_zh-CN? ( media-fonts/arphicfonts ) + l10n_zh-TW? ( media-fonts/arphicfonts ) !!media-fonts/gnu-gs-fonts-std !!media-fonts/gnu-gs-fonts-other !<net-print/cups-filters-1.0.36-r2 @@ -59,9 +59,9 @@ RDEPEND="${COMMON_DEPEND} S="${WORKDIR}/${MY_P}" -LANGS="ja ko zh_CN zh_TW" +LANGS="ja ko zh-CN zh-TW" for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" + IUSE="${IUSE} l10n_${X}" done pkg_setup() { @@ -206,8 +206,8 @@ src_install() { doins "${WORKDIR}/fontmaps/CIDFnmap" doins "${WORKDIR}/fontmaps/cidfmap" for X in ${LANGS} ; do - if use linguas_${X} ; then - doins "${WORKDIR}/fontmaps/cidfmap.${X}" + if use l10n_${X} ; then + doins "${WORKDIR}/fontmaps/cidfmap.${X/-/_}" fi done @@ -216,5 +216,5 @@ src_install() { use static-libs || find "${D}" -name '*.la' -delete - use linguas_de || rm -r "${D}"/usr/share/man/de + use l10n_de || rm -r "${D}"/usr/share/man/de } diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild index b5afb039fb7e..14580db298f2 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r4.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$ @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="AGPL-3 CPL-1.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="cups dbus djvu gtk idn linguas_de static-libs X" +IUSE="cups dbus djvu gtk idn l10n_de static-libs X" RESTRICT="djvu? ( bindist )" COMMON_DEPEND=" @@ -48,10 +48,10 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} >=app-text/poppler-data-0.4.5-r1 >=media-fonts/urw-fonts-2.4.9 - linguas_ja? ( media-fonts/kochi-substitute ) - linguas_ko? ( media-fonts/baekmuk-fonts ) - linguas_zh_CN? ( media-fonts/arphicfonts ) - linguas_zh_TW? ( media-fonts/arphicfonts ) + l10n_ja? ( media-fonts/kochi-substitute ) + l10n_ko? ( media-fonts/baekmuk-fonts ) + l10n_zh-CN? ( media-fonts/arphicfonts ) + l10n_zh-TW? ( media-fonts/arphicfonts ) !!media-fonts/gnu-gs-fonts-std !!media-fonts/gnu-gs-fonts-other !<net-print/cups-filters-1.0.36-r2 @@ -59,9 +59,9 @@ RDEPEND="${COMMON_DEPEND} S="${WORKDIR}/${MY_P}" -LANGS="ja ko zh_CN zh_TW" +LANGS="ja ko zh-CN zh-TW" for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" + IUSE="${IUSE} l10n_${X}" done pkg_setup() { @@ -206,8 +206,8 @@ src_install() { doins "${WORKDIR}/fontmaps/CIDFnmap" doins "${WORKDIR}/fontmaps/cidfmap" for X in ${LANGS} ; do - if use linguas_${X} ; then - doins "${WORKDIR}/fontmaps/cidfmap.${X}" + if use l10n_${X} ; then + doins "${WORKDIR}/fontmaps/cidfmap.${X/-/_}" fi done @@ -216,5 +216,5 @@ src_install() { use static-libs || find "${D}" -name '*.la' -delete - use linguas_de || rm -r "${D}"/usr/share/man/de + use l10n_de || rm -r "${D}"/usr/share/man/de } diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild index 5f175dfe0e1a..f078bd48ccc4 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.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$ @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="AGPL-3 CPL-1.0" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="cups dbus djvu gtk idn linguas_de static-libs tiff X" +IUSE="cups dbus djvu gtk idn l10n_de static-libs tiff X" RESTRICT="djvu? ( bindist )" COMMON_DEPEND=" @@ -48,10 +48,10 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} >=app-text/poppler-data-0.4.5-r1 >=media-fonts/urw-fonts-2.4.9 - linguas_ja? ( media-fonts/kochi-substitute ) - linguas_ko? ( media-fonts/baekmuk-fonts ) - linguas_zh_CN? ( media-fonts/arphicfonts ) - linguas_zh_TW? ( media-fonts/arphicfonts ) + l10n_ja? ( media-fonts/kochi-substitute ) + l10n_ko? ( media-fonts/baekmuk-fonts ) + l10n_zh-CN? ( media-fonts/arphicfonts ) + l10n_zh-TW? ( media-fonts/arphicfonts ) !!media-fonts/gnu-gs-fonts-std !!media-fonts/gnu-gs-fonts-other !<net-print/cups-filters-1.0.36-r2 @@ -59,9 +59,9 @@ RDEPEND="${COMMON_DEPEND} S="${WORKDIR}/${MY_P}" -LANGS="ja ko zh_CN zh_TW" +LANGS="ja ko zh-CN zh-TW" for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" + IUSE="${IUSE} l10n_${X}" done pkg_setup() { @@ -217,8 +217,8 @@ src_install() { doins "${WORKDIR}/fontmaps/CIDFnmap" doins "${WORKDIR}/fontmaps/cidfmap" for X in ${LANGS} ; do - if use linguas_${X} ; then - doins "${WORKDIR}/fontmaps/cidfmap.${X}" + if use l10n_${X} ; then + doins "${WORKDIR}/fontmaps/cidfmap.${X/-/_}" fi done @@ -227,5 +227,5 @@ src_install() { use static-libs || find "${D}" -name '*.la' -delete - use linguas_de || rm -r "${D}"/usr/share/man/de + use l10n_de || rm -r "${D}"/usr/share/man/de } diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild index 1970779a3d87..909e82b778f6 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.18.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$ @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="AGPL-3 CPL-1.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="cups dbus djvu gtk idn linguas_de static-libs tiff X" +IUSE="cups dbus djvu gtk idn l10n_de static-libs tiff X" RESTRICT="djvu? ( bindist )" COMMON_DEPEND=" @@ -48,10 +48,10 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} >=app-text/poppler-data-0.4.5-r1 >=media-fonts/urw-fonts-2.4.9 - linguas_ja? ( media-fonts/kochi-substitute ) - linguas_ko? ( media-fonts/baekmuk-fonts ) - linguas_zh_CN? ( media-fonts/arphicfonts ) - linguas_zh_TW? ( media-fonts/arphicfonts ) + l10n_ja? ( media-fonts/kochi-substitute ) + l10n_ko? ( media-fonts/baekmuk-fonts ) + l10n_zh-CN? ( media-fonts/arphicfonts ) + l10n_zh-TW? ( media-fonts/arphicfonts ) !!media-fonts/gnu-gs-fonts-std !!media-fonts/gnu-gs-fonts-other !<net-print/cups-filters-1.0.36-r2 @@ -59,9 +59,9 @@ RDEPEND="${COMMON_DEPEND} S="${WORKDIR}/${MY_P}" -LANGS="ja ko zh_CN zh_TW" +LANGS="ja ko zh-CN zh-TW" for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" + IUSE="${IUSE} l10n_${X}" done pkg_setup() { @@ -224,8 +224,8 @@ src_install() { "${WORKDIR}/fontmaps/CIDFnmap" \ "${WORKDIR}/fontmaps/cidfmap" for X in ${LANGS} ; do - if use linguas_${X} ; then - doins "${WORKDIR}/fontmaps/cidfmap.${X}" + if use l10n_${X} ; then + doins "${WORKDIR}/fontmaps/cidfmap.${X/-/_}" fi done @@ -234,7 +234,7 @@ src_install() { use static-libs || prune_libtool_files --all - if ! use linguas_de; then + if ! use l10n_de; then rm -r "${ED}"/usr/share/man/de || die fi } |