From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E149A13800E for ; Fri, 10 Aug 2012 11:48:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 270AAE0566; Fri, 10 Aug 2012 11:48:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D877AE0566 for ; Fri, 10 Aug 2012 11:48:35 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FEAF1B4038 for ; Fri, 10 Aug 2012 11:48:35 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id 8DEA42004B; Fri, 10 Aug 2012 11:48:33 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: libreoffice-bin-3.5.5.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libreoffice-bin-3.5.5.3.ebuild ChangeLog X-VCS-Directories: app-office/libreoffice-bin X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120810114833.8DEA42004B@flycatcher.gentoo.org> Date: Fri, 10 Aug 2012 11:48:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7888a7c1-976b-45c4-af35-3c40d1613135 X-Archives-Hash: a2015e09d735b9c6b6cc641f735527ec scarabeus 12/08/10 11:48:33 Modified: libreoffice-bin-3.5.5.3.ebuild ChangeLog Log: Fix the dep over l10n in the binary to use only same major-minor. Wrt bug#430464. (Portage version: 2.2.0_alpha120/cvs/Linux x86_64) Revision Changes Path 1.2 app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild?r1=1.1&r2=1.2 Index: libreoffice-bin-3.5.5.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libreoffice-bin-3.5.5.3.ebuild 3 Aug 2012 08:07:47 -0000 1.1 +++ libreoffice-bin-3.5.5.3.ebuild 10 Aug 2012 11:48:33 -0000 1.2 @@ -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-bin/libreoffice-bin-3.5.5.3.ebuild,v 1.1 2012/08/03 08:07:47 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.5.3.ebuild,v 1.2 2012/08/10 11:48:33 scarabeus Exp $ EAPI=4 @@ -10,7 +10,7 @@ BASE_AMD64_URI="mirror://gentoo/amd64-bin-" BASE_X86_URI="mirror://gentoo/x86-bin-" -inherit kde4-base java-pkg-opt-2 pax-utils prefix +inherit kde4-base java-pkg-opt-2 pax-utils prefix versionator DESCRIPTION="LibreOffice, a full office productivity suite. Binary package." HOMEPAGE="http://www.libreoffice.org" @@ -125,7 +125,7 @@ " PDEPEND=" - >=app-office/libreoffice-l10n-3.5.0 + =app-office/libreoffice-l10n-$(get_version_component_range 1-2)* " DEPEND="" 1.86 app-office/libreoffice-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.86&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.86&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.85&r2=1.86 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- ChangeLog 3 Aug 2012 08:07:47 -0000 1.85 +++ ChangeLog 10 Aug 2012 11:48:33 -0000 1.86 @@ -1,6 +1,11 @@ # ChangeLog for app-office/libreoffice-bin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.85 2012/08/03 08:07:47 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.86 2012/08/10 11:48:33 scarabeus Exp $ + + 10 Aug 2012; Tomáš Chvátal + libreoffice-bin-3.5.5.3.ebuild: + Fix the dep over l10n in the binary to use only same major-minor. Wrt + bug#430464. *libreoffice-bin-3.5.5.3 (03 Aug 2012)