diff options
author | 2009-05-28 08:22:36 +0000 | |
---|---|---|
committer | 2009-05-28 08:22:36 +0000 | |
commit | ee81c8354853f3d303c3ad555cc3c022d570eaa8 (patch) | |
tree | 24bc61df2e8f899b3b24351be8f575824cb9c0a2 /app-office/koffice-l10n | |
parent | Update koffice-2 package mask. (diff) | |
download | historical-ee81c8354853f3d303c3ad555cc3c022d570eaa8.tar.gz historical-ee81c8354853f3d303c3ad555cc3c022d570eaa8.tar.bz2 historical-ee81c8354853f3d303c3ad555cc3c022d570eaa8.zip |
Version bump for final koffice 2 series first release.
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'app-office/koffice-l10n')
-rw-r--r-- | app-office/koffice-l10n/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/koffice-l10n/koffice-l10n-2.0.0.ebuild (renamed from app-office/koffice-l10n/koffice-l10n-1.9.99.0.ebuild) | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-office/koffice-l10n/ChangeLog b/app-office/koffice-l10n/ChangeLog index a2c1f0e26026..609e5e828f15 100644 --- a/app-office/koffice-l10n/ChangeLog +++ b/app-office/koffice-l10n/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/koffice-l10n # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-l10n/ChangeLog,v 1.1 2009/04/30 20:42:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-l10n/ChangeLog,v 1.2 2009/05/28 08:22:36 scarabeus Exp $ + +*koffice-l10n-2.0.0 (28 May 2009) + + 28 May 2009; Tomáš Chvátal <scarabeus@gentoo.org> + -koffice-l10n-1.9.99.0.ebuild, +koffice-l10n-2.0.0.ebuild: + Version bump for final koffice 2 series first release. *koffice-l10n-1.9.99.0 (30 Apr 2009) diff --git a/app-office/koffice-l10n/koffice-l10n-1.9.99.0.ebuild b/app-office/koffice-l10n/koffice-l10n-2.0.0.ebuild index ada07734c039..4dedf0f36aa1 100644 --- a/app-office/koffice-l10n/koffice-l10n-1.9.99.0.ebuild +++ b/app-office/koffice-l10n/koffice-l10n-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-l10n/koffice-l10n-1.9.99.0.ebuild,v 1.1 2009/04/30 20:42:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-l10n/koffice-l10n-2.0.0.ebuild,v 1.1 2009/05/28 08:22:36 scarabeus Exp $ EAPI="2" @@ -16,8 +16,8 @@ RDEPEND="" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc" -MY_LANGS="ca da de el en_GB et fr fy gl hi it ja kk nb nds nl pl pt pt_BR sv tr - uk zh_CN zh_TW" +MY_LANGS="ca cs da de el en_GB es et fr fy gl hi it ja kk nds nl pl pt pt_BR sv tr + uk wa zh_CN zh_TW" URI_BASE="mirror://kde/unstable/koffice-${PV}/src/${PN}/" SRC_URI="" SLOT="2" @@ -47,7 +47,7 @@ src_unpack() { # add all linguas to cmake if [[ -n ${A} ]]; then - for lng in ${LINGUAS}; do + for lng in ${MY_LANGS}; do dir="${PN}-${lng}-${PV}" if [[ -d "${dir}" ]] ; then echo "add_subdirectory( ${dir} )" >> "${S}"/CMakeLists.txt |