From 78349579fd631864d72667d553b08293320f43c1 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Wed, 30 Jan 2013 17:21:34 +0000 Subject: Version bump to 4.0.0.2 to mitigate issue with the calc errors. Dep strings to be adjusted later. (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8) --- app-office/libreoffice-l10n/ChangeLog | 9 +- .../libreoffice-l10n-4.0.0.1.ebuild | 95 ---------------------- .../libreoffice-l10n-4.0.0.2.ebuild | 95 ++++++++++++++++++++++ 3 files changed, 103 insertions(+), 96 deletions(-) delete mode 100644 app-office/libreoffice-l10n/libreoffice-l10n-4.0.0.1.ebuild create mode 100644 app-office/libreoffice-l10n/libreoffice-l10n-4.0.0.2.ebuild (limited to 'app-office/libreoffice-l10n') diff --git a/app-office/libreoffice-l10n/ChangeLog b/app-office/libreoffice-l10n/ChangeLog index dedfc2bcd4dc..6071ac512e02 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.66 2013/01/23 15:27:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.67 2013/01/30 17:21:34 scarabeus Exp $ + +*libreoffice-l10n-4.0.0.2 (30 Jan 2013) + + 30 Jan 2013; Tomáš Chvátal + +libreoffice-l10n-4.0.0.2.ebuild, -libreoffice-l10n-4.0.0.1.ebuild: + Version bump to 4.0.0.2 to mitigate issue with the calc errors. Dep strings to + be adjusted later. *libreoffice-l10n-4.0.0.1 (23 Jan 2013) diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-4.0.0.1.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-4.0.0.1.ebuild deleted file mode 100644 index 6365f2102cef..000000000000 --- a/app-office/libreoffice-l10n/libreoffice-l10n-4.0.0.1.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.0.0.1.ebuild,v 1.1 2013/01/23 15:27:02 scarabeus Exp $ - -EAPI=4 - -inherit rpm eutils multilib versionator - -MY_PV=$(get_version_component_range 1-3) - -DESCRIPTION="Translations for the Libreoffice suite." -HOMEPAGE="http://www.libreoffice.org" -BASE_SRC_URI="http://download.documentfoundation.org/${PN/-l10n/}/testing/${MY_PV}/rpm" - -LICENSE="|| ( LGPL-3 MPL-1.1 )" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="offlinehelp" - -LANGUAGES_HELP="ast bg bn_IN 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 ro ru si sk sl sq sv ta tg tr ug uk vi zh_CN zh_TW" -LANGUAGES="${LANGUAGES_HELP} af am ar as 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 rw sa_IN sat sd sh sr ss st -sw_TZ te th tn ts tt uz ve xh zu" - -for lang in ${LANGUAGES_HELP}; do - helppack="" - [[ ${lang} == en ]] && lang2=${lang/en/en_US} || lang2=${lang} - helppack="offlinehelp? ( ${BASE_SRC_URI}/x86/LibreOffice_${PV}_Linux_x86_rpm_helppack_${lang2/_/-}.tar.gz )" - SRC_URI+=" linguas_${lang}? ( ${helppack} )" -done -for lang in ${LANGUAGES}; do - langpack="" - [[ ${lang} == en ]] \ - || langpack="${BASE_SRC_URI}/x86/LibreOffice_${PV}_Linux_x86_rpm_langpack_${lang/_/-}.tar.gz" - [[ -z ${langpack} ]] || SRC_URI+=" linguas_${lang}? ( ${langpack} )" - IUSE+=" linguas_${lang}" -done -unset lang helppack langpack lang2 - -RDEPEND+=" - app-text/hunspell - !