From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NqWlg-00028Q-JD for garchives@archives.gentoo.org; Sat, 13 Mar 2010 19:13:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ADB6E084F; Sat, 13 Mar 2010 19:12:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F3307E084F for ; Sat, 13 Mar 2010 19:12:58 +0000 (UTC) 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 9379F1B4182 for ; Sat, 13 Mar 2010 19:12:58 +0000 (UTC) Received: from armin76 by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NqWle-00082q-2l for gentoo-commits@lists.gentoo.org; Sat, 13 Mar 2010 19:12:58 +0000 From: "Raul Porcel (armin76)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, armin76@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/amule: amule-2.2.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: amule-2.2.6.ebuild ChangeLog X-VCS-Directories: net-p2p/amule X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Message-Id: Sender: Raul Porcel Date: Sat, 13 Mar 2010 19:12:58 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2e9a62d9-b43e-421c-b440-ce6ee27508d9 X-Archives-Hash: 38686ce87651cfc689ad9ec71044995c armin76 10/03/13 19:12:58 Modified: amule-2.2.6.ebuild ChangeLog Log: Remove crypto++ limitation, bug #299113 (Portage version: 2.1.7.17/cvs/Linux ia64) Revision Changes Path 1.2 net-p2p/amule/amule-2.2.6.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/amule/amul= e-2.2.6.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/amule/amul= e-2.2.6.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/amule/amul= e-2.2.6.ebuild?r1=3D1.1&r2=3D1.2 Index: amule-2.2.6.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amule-2.2.6.ebuild 18 Sep 2009 14:59:45 -0000 1.1 +++ amule-2.2.6.ebuild 13 Mar 2010 19:12:55 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.6.ebuild,v 1.= 1 2009/09/18 14:59:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.2.6.ebuild,v 1.= 2 2010/03/13 19:12:55 armin76 Exp $ =20 EAPI=3D"2" =20 @@ -19,7 +19,7 @@ IUSE=3D"daemon debug geoip gtk nls remote stats unicode upnp" =20 DEPEND=3D"=3Dx11-libs/wxGTK-2.8* - =3Ddev-libs/crypto++-5.5* + >=3Ddev-libs/crypto++-5 >=3Dsys-libs/zlib-1.2.1 stats? ( >=3Dmedia-libs/gd-2.0.26[jpeg] ) geoip? ( dev-libs/geoip ) 1.146 net-p2p/amule/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/amule/Chan= geLog?rev=3D1.146&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/amule/Chan= geLog?rev=3D1.146&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/amule/Chan= geLog?r1=3D1.145&r2=3D1.146 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v retrieving revision 1.145 retrieving revision 1.146 diff -u -r1.145 -r1.146 --- ChangeLog 18 Sep 2009 14:59:45 -0000 1.145 +++ ChangeLog 13 Mar 2010 19:12:55 -0000 1.146 @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/amule -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.145 2009/= 09/18 14:59:45 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.146 2010/= 03/13 19:12:55 armin76 Exp $ + + 13 Mar 2010; Ra=C3=BAl Porcel amule-2.2.6.ebuild: + Remove crypto++ limitation, bug #299113 =20 *amule-2.2.6 (18 Sep 2009) =20