From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JBClV-0007P8-Nf for garchives@archives.gentoo.org; Sat, 05 Jan 2008 17:24:58 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id m05HOnuM021545; Sat, 5 Jan 2008 17:24:49 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id m05HOmnu021516 for ; Sat, 5 Jan 2008 17:24:48 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 45EDA657AC for ; Sat, 5 Jan 2008 17:24:48 +0000 (UTC) Received: from peper by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JBClL-0001Sg-4z for gentoo-commits@lists.gentoo.org; Sat, 05 Jan 2008 17:24:47 +0000 From: "Piotr Jaroszynski (peper)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, peper@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-pda/multisync-gui: multisync-gui-0.90.19.ebuild multisync-gui-0.91.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: multisync-gui-0.90.19.ebuild multisync-gui-0.91.0.ebuild ChangeLog X-VCS-Directories: app-pda/multisync-gui X-VCS-Committer: peper X-VCS-Committer-Name: Piotr Jaroszynski Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Piotr Jaroszynski Date: Sat, 05 Jan 2008 17:24:47 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 120f5e18-7a84-4684-91f7-afd7484279c1 X-Archives-Hash: 6c9b1c1ee1eea9fe1fd49ad32b0f6007 peper 08/01/05 17:24:47 Modified: multisync-gui-0.90.19.ebuild multisync-gui-0.91.0.ebuild ChangeLog Log: Fix deps. (Portage version: 2.1.4_rc14) Revision Changes Path 1.4 app-pda/multisync-gui/multisync-gui-0.90.19.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.90.19.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.90.19.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.90.19.ebuild?r1=1.3&r2=1.4 Index: multisync-gui-0.90.19.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.90.19.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- multisync-gui-0.90.19.ebuild 12 Feb 2007 20:49:51 -0000 1.3 +++ multisync-gui-0.90.19.ebuild 5 Jan 2008 17:24:46 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.90.19.ebuild,v 1.3 2007/02/12 20:49:51 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.90.19.ebuild,v 1.4 2008/01/05 17:24:46 peper Exp $ DESCRIPTION="OpenSync multisync-gui" HOMEPAGE="http://www.opensync.org/" @@ -11,7 +11,7 @@ LICENSE="GPL-2" IUSE="evo" -DEPEND="app-pda/libopensync +DEPEND="<=app-pda/libopensync-0.35 evo? ( app-pda/libopensync-plugin-evolution2 ) >=gnome-base/libgnomeui-2.0" RDEPEND="${DEPEND}" 1.3 app-pda/multisync-gui/multisync-gui-0.91.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.91.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.91.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.91.0.ebuild?r1=1.2&r2=1.3 Index: multisync-gui-0.91.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.91.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- multisync-gui-0.91.0.ebuild 17 Sep 2007 02:05:34 -0000 1.2 +++ multisync-gui-0.91.0.ebuild 5 Jan 2008 17:24:46 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.91.0.ebuild,v 1.2 2007/09/17 02:05:34 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/multisync-gui-0.91.0.ebuild,v 1.3 2008/01/05 17:24:46 peper Exp $ inherit toolchain-funcs @@ -13,7 +13,7 @@ LICENSE="GPL-2" IUSE="evo" -DEPEND=">=app-pda/libopensync-0.20 +DEPEND="<=app-pda/libopensync-0.35 evo? ( >=app-pda/libopensync-plugin-evolution2-0.20 ) >=gnome-base/libgnomeui-2.0 >=x11-libs/gtk+-2.6.0" 1.6 app-pda/multisync-gui/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/multisync-gui/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 17 Sep 2007 02:05:34 -0000 1.5 +++ ChangeLog 5 Jan 2008 17:24:46 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for app-pda/multisync-gui -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/ChangeLog,v 1.5 2007/09/17 02:05:34 josejx Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync-gui/ChangeLog,v 1.6 2008/01/05 17:24:46 peper Exp $ + + 05 Jan 2008; Piotr JaroszyƄski + multisync-gui-0.90.19.ebuild, multisync-gui-0.91.0.ebuild: + Fix deps. 17 Sep 2007; Joseph Jezak multisync-gui-0.91.0.ebuild: Added ~ppc for bug #192662. -- gentoo-commits@gentoo.org mailing list