diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-31 14:02:58 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-31 14:02:58 +0000 |
commit | d241663bd5b14dcdd48808972f027f64392427e4 (patch) | |
tree | 41dbf37ec9ca89ab1e8ff17ad25f7c2c2f0178eb /app-office | |
parent | Remove old. (diff) | |
download | gentoo-2-d241663bd5b14dcdd48808972f027f64392427e4.tar.gz gentoo-2-d241663bd5b14dcdd48808972f027f64392427e4.tar.bz2 gentoo-2-d241663bd5b14dcdd48808972f027f64392427e4.zip |
Version bump langs to 3.6.1. Stabilise 3.5.6. Drop older.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice-l10n/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/libreoffice-l10n/libreoffice-l10n-3.5.5.ebuild | 109 | ||||
-rw-r--r-- | app-office/libreoffice-l10n/libreoffice-l10n-3.5.6.ebuild | 4 | ||||
-rw-r--r-- | app-office/libreoffice-l10n/libreoffice-l10n-3.6.1.2.ebuild (renamed from app-office/libreoffice-l10n/libreoffice-l10n-3.6.0.4.ebuild) | 2 |
4 files changed, 11 insertions, 113 deletions
diff --git a/app-office/libreoffice-l10n/ChangeLog b/app-office/libreoffice-l10n/ChangeLog index b8fc3ef2f29b..b33be45fc41b 100644 --- a/app-office/libreoffice-l10n/ChangeLog +++ b/app-office/libreoffice-l10n/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-office/libreoffice-l10n # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.57 2012/08/21 10:12:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.58 2012/08/31 14:02:58 scarabeus Exp $ + +*libreoffice-l10n-3.6.1.2 (31 Aug 2012) + + 31 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +libreoffice-l10n-3.6.1.2.ebuild, -libreoffice-l10n-3.5.5.ebuild, + -libreoffice-l10n-3.6.0.4.ebuild, libreoffice-l10n-3.5.6.ebuild: + Version bump langs to 3.6.1. Stabilise 3.5.6. Drop older. *libreoffice-l10n-3.5.6 (21 Aug 2012) diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-3.5.5.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-3.5.5.ebuild deleted file mode 100644 index 310b3d02ba74..000000000000 --- a/app-office/libreoffice-l10n/libreoffice-l10n-3.5.5.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.5.ebuild,v 1.3 2012/07/31 14:15:06 scarabeus Exp $ - -EAPI=4 - -MY_PV="3.5.5" - -RC_VERSION="rc3" # CHECK ME WITH EVERY BUMP! -BASE_SRC_URI="http://download.documentfoundation.org/${PN/-l10n/}/stable/${MY_PV}/rpm" - -inherit rpm eutils multilib versionator - -DESCRIPTION="Translations for the Libreoffice suite." -HOMEPAGE="http://www.libreoffice.org" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="offlinehelp" - -LANGUAGES_HELP="bg bn bo bs ca_XV ca cs da de dz el en_GB en en_ZA eo es et eu -fi fr gl gu he hi hr hu id is it ja ka km ko lb mk nb ne nl nn om pl pt_BR pt ru -si sk sl sq sv tg tr ug uk vi zh_CN zh_TW" -LANGUAGES="${LANGUAGES_HELP} af ar as ast be br brx cy dgo fa ga gd kk kn kok ks -ku lo lt lv mai ml mn mni mr my nr nso oc or pa_IN ro rw sa_IN sat sd sh sr ss -st sw_TZ ta te th tn ts tt uz ve xh zu" - -for lang in ${LANGUAGES}; do - helppack="" - langpack="" - if [[ "${LANGUAGES_HELP}" =~ "${lang}" ]]; then - [[ ${lang} == en ]] && lang2=${lang/en/en_US} || lang2=${lang} - helppack=" offlinehelp? ( ${BASE_SRC_URI}/x86/LibO_${MY_PV}_Linux_x86_helppack-rpm_${lang2/_/-}.tar.gz ) " - fi - [[ ${lang} == en ]] \ - || langpack=" ${BASE_SRC_URI}/x86/LibO_${MY_PV}_Linux_x86_langpack-rpm_${lang/_/-}.tar.gz " - SRC_URI+=" linguas_${lang}? ( - ${langpack} - ${helppack} - )" - IUSE+=" linguas_${lang}" -done -unset lang helppack langpack lang2 - -# dictionaries -SPELL_DICTS="af bg ca cs cy da de el en eo es et fr ga gl he hr hu it ku lt mk -nb nl nn pl pt ru sk sl sv tn zu" -for X in ${SPELL_DICTS} ; do - SPELL_DICTS_DEPEND+=" linguas_${X}? ( app-dicts/myspell-${X} )" -done -RDEPEND="${SPELL_DICTS_DEPEND}" -unset X SPELL_DICTS SPELL_DICTS_DEPEND - -RDEPEND+=" - || ( - >=app-office/libreoffice-$(get_version_component_range 1-2 ${MY_PV}) - >=app-office/libreoffice-bin-$(get_version_component_range 1-2 ${MY_PV}) - ) -" - -RESTRICT="strip" - -S="${WORKDIR}" - -src_unpack() { - default - - local lang dir rpmdir i - local ooextused=() - - for lang in ${LANGUAGES}; do - # break away if not enabled; paludis support - use_if_iuse linguas_${lang} || continue - - dir=${lang/_/-} - - # for english we provide just helppack, as translation is always there - if [[ ${lang} != en ]]; then - rpmdir="LibO_${MY_PV}${RC_VERSION}_Linux_x86_langpack-rpm_${dir}/RPMS/" - [[ -d ${rpmdir} ]] || die "Missing directory: \"${rpmdir}\"" - # First remove dictionaries, we want to use system ones. - rm -rf "${S}/${rpmdir}/"*dict*.rpm - rpm_unpack "./${rpmdir}/"*.rpm - fi - if [[ "${LANGUAGES_HELP}" =~ "${lang}" ]] && use offlinehelp; then - [[ ${lang} == en ]] && dir="en-US" - rpmdir="LibO_${MY_PV}${RC_VERSION}_Linux_x86_helppack-rpm_${dir}/RPMS/" - [[ -d ${rpmdir} ]] || die "Missing directory: \"${rpmdir}\"" - rpm_unpack ./"${rpmdir}/"*.rpm - fi - done -} - -src_prepare() { :; } -src_configure() { :; } -src_compile() { :; } - -src_install() { - local dir="${S}"/opt/${PN/-l10n/}$(get_version_component_range 1-2 ${MY_PV})/ - # Condition required for people that do not install anything eg no linguas - # or just english with no offlinehelp. - if [[ -d "${dir}" ]] ; then - insinto /usr/$(get_libdir)/${PN/-l10n/}/ - doins -r "${dir}"/* - fi - # remove extensions that are in the l10n for some weird reason - rm -rf "${ED}"/usr/$(get_libdir)/${PN/-l10n/}/share/extensions/ -} diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-3.5.6.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-3.5.6.ebuild index ed4c2b062c08..3e94e3778c71 100644 --- a/app-office/libreoffice-l10n/libreoffice-l10n-3.5.6.ebuild +++ b/app-office/libreoffice-l10n/libreoffice-l10n-3.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.6.ebuild,v 1.1 2012/08/21 10:12:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.6.ebuild,v 1.2 2012/08/31 14:02:58 scarabeus Exp $ EAPI=4 @@ -16,7 +16,7 @@ HOMEPAGE="http://www.libreoffice.org" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="offlinehelp" LANGUAGES_HELP="bg bn bo bs ca_XV ca cs da de dz el en_GB en en_ZA eo es et eu diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-3.6.0.4.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-3.6.1.2.ebuild index 51a4b601930c..fe30aeec4a77 100644 --- a/app-office/libreoffice-l10n/libreoffice-l10n-3.6.0.4.ebuild +++ b/app-office/libreoffice-l10n/libreoffice-l10n-3.6.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.6.0.4.ebuild,v 1.2 2012/08/10 12:03:10 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.6.1.2.ebuild,v 1.1 2012/08/31 14:02:58 scarabeus Exp $ EAPI=4 |