From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K2DfJ-0002hn-D5 for garchives@archives.gentoo.org; Fri, 30 May 2008 23:05:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 938C6E0371; Fri, 30 May 2008 23:05:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4C3E1E0371 for ; Fri, 30 May 2008 23:05:40 +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 BEA5966FD5 for ; Fri, 30 May 2008 23:05:39 +0000 (UTC) Received: from jurek by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K2DfD-0000OA-CL for gentoo-commits@lists.gentoo.org; Fri, 30 May 2008 23:05:35 +0000 From: "Jurek Bartuszek (jurek)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jurek@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/nant: nant-0.85.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: nant-0.85.ebuild ChangeLog X-VCS-Directories: dev-dotnet/nant X-VCS-Committer: jurek X-VCS-Committer-Name: Jurek Bartuszek Content-Type: text/plain; charset=utf8 Message-Id: Sender: Jurek Bartuszek Date: Fri, 30 May 2008 23:05:35 +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: 41f227d0-2946-4b53-9a21-36825909e81e X-Archives-Hash: 5a2ce2f8a140101ff8a60c8c55493213 jurek 08/05/30 23:05:35 Modified: nant-0.85.ebuild ChangeLog Log: dev-dotnet/nant: Added dev-util/pkgconfig dependency (bug #216416) (Portage version: 2.1.4.4) Revision Changes Path 1.9 dev-dotnet/nant/nant-0.85.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/na= nt-0.85.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/na= nt-0.85.ebuild?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/na= nt-0.85.ebuild?r1=3D1.8&r2=3D1.9 Index: nant-0.85.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-dotnet/nant/nant-0.85.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nant-0.85.ebuild 31 Dec 2007 16:32:28 -0000 1.8 +++ nant-0.85.ebuild 30 May 2008 23:05:34 -0000 1.9 @@ -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/dev-dotnet/nant/nant-0.85.ebuild,v 1.= 8 2007/12/31 16:32:28 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.85.ebuild,v 1.= 9 2008/05/30 23:05:34 jurek Exp $ =20 inherit mono eutils =20 @@ -13,7 +13,8 @@ KEYWORDS=3D"amd64 ppc x86" IUSE=3D"" =20 -DEPEND=3D">=3Ddev-lang/mono-1.2.2.1" +DEPEND=3D">=3Ddev-lang/mono-1.2.2.1 + dev-util/pkgconfig" RDEPEND=3D"${DEPEND}" =20 # This build is not parallel build friendly 1.19 dev-dotnet/nant/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/Ch= angeLog?rev=3D1.19&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/Ch= angeLog?rev=3D1.19&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/Ch= angeLog?r1=3D1.18&r2=3D1.19 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-dotnet/nant/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 12 Mar 2008 13:56:41 -0000 1.18 +++ ChangeLog 30 May 2008 23:05:34 -0000 1.19 @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/nant # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.18 2008= /03/12 13:56:41 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.19 2008= /05/30 23:05:34 jurek Exp $ + + 30 May 2008; Jurek Bartuszek nant-0.85.ebuild: + Added dev-util/pkgconfig dependency (bug #216416) =20 12 Mar 2008; Christian Heim metadata.xml: Removing Peter Johanson (latexer, #206688) from metadata.xml. --=20 gentoo-commits@lists.gentoo.org mailing list