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 1QipPM-00080J-Qv for garchives@archives.gentoo.org; Mon, 18 Jul 2011 15:06:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 332FC21C2FE; Mon, 18 Jul 2011 15:06:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E9BBD21C2FE for ; Mon, 18 Jul 2011 15:06:47 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61F3A2AC03C for ; Mon, 18 Jul 2011 15:06:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2276) id 22A642004B; Mon, 18 Jul 2011 15:06:46 +0000 (UTC) From: "Andreas HAttel (dilfridge)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dilfridge@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libofx: libofx-0.9.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libofx-0.9.2.ebuild ChangeLog X-VCS-Directories: dev-libs/libofx X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas HAttel Content-Type: text/plain; charset=utf8 Message-Id: <20110718150646.22A642004B@flycatcher.gentoo.org> Date: Mon, 18 Jul 2011 15:06:46 +0000 (UTC) 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: X-Archives-Hash: 9718d93af8e2d8f6adecd32d2a7b1f36 dilfridge 11/07/18 15:06:46 Modified: libofx-0.9.2.ebuild ChangeLog Log: Test phase requires gnupg, bug 362263 =20 (Portage version: 2.1.10.5/cvs/Linux x86_64) Revision Changes Path 1.2 dev-libs/libofx/libofx-0.9.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libofx/li= bofx-0.9.2.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libofx/li= bofx-0.9.2.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libofx/li= bofx-0.9.2.ebuild?r1=3D1.1&r2=3D1.2 Index: libofx-0.9.2.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/dev-libs/libofx/libofx-0.9.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libofx-0.9.2.ebuild 1 Mar 2011 18:20:22 -0000 1.1 +++ libofx-0.9.2.ebuild 18 Jul 2011 15:06:45 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.9.2.ebuild,v= 1.1 2011/03/01 18:20:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.9.2.ebuild,v= 1.2 2011/07/18 15:06:45 dilfridge Exp $ =20 EAPI=3D4 =20 @@ -11,13 +11,14 @@ LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE=3D"static-libs" +IUSE=3D"static-libs test" =20 RDEPEND=3D">=3Dapp-text/opensp-1.5 dev-cpp/libxmlpp:0 >=3Dnet-misc/curl-7.9.7" DEPEND=3D"${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig + test? ( app-crypt/gnupg )" =20 src_prepare() { # Be sure DTD gets installed in correct path after redefining docdir in= install 1.57 dev-libs/libofx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libofx/Ch= angeLog?rev=3D1.57&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libofx/Ch= angeLog?rev=3D1.57&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libofx/Ch= angeLog?r1=3D1.56&r2=3D1.57 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/dev-libs/libofx/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 4 Jul 2011 12:41:33 -0000 1.56 +++ ChangeLog 18 Jul 2011 15:06:45 -0000 1.57 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libofx # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.56 2011= /07/04 12:41:33 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.57 2011= /07/18 15:06:45 dilfridge Exp $ + + 18 Jul 2011; Andreas K. Huettel libofx-0.9.2.eb= uild: + Test phase requires gnupg, bug 362263 =20 04 Jul 2011; Andreas K. Huettel metadata.xml: Adopted package