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 1NQulm-0001qU-5W for garchives@archives.gentoo.org; Sat, 02 Jan 2010 03:35:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E072E0534; Sat, 2 Jan 2010 03:35:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 107A6E0534 for ; Sat, 2 Jan 2010 03:35:06 +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 92BAB678E6 for ; Sat, 2 Jan 2010 03:35:05 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NQuld-0000Hf-4d for gentoo-commits@lists.gentoo.org; Sat, 02 Jan 2010 03:35:05 +0000 From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: patch-2.6.1.ebuild ChangeLog X-VCS-Directories: sys-devel/patch X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Frysinger Date: Sat, 02 Jan 2010 03:35:05 +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: d554f742-302f-4373-9d41-98616cabfc3f X-Archives-Hash: c51ef13e6574fb013cb17360db56cf4a vapier 10/01/02 03:35:05 Modified: patch-2.6.1.ebuild ChangeLog Log: Pull in ed for tests #299270 by Patrick Lauer. (Portage version: 2.2_rc61/cvs/Linux x86_64) Revision Changes Path 1.2 sys-devel/patch/patch-2.6.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/pa= tch-2.6.1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/pa= tch-2.6.1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/pa= tch-2.6.1.ebuild?r1=3D1.1&r2=3D1.2 Index: patch-2.6.1.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/sys-devel/patch/patch-2.6.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- patch-2.6.1.ebuild 1 Jan 2010 07:00:56 -0000 1.1 +++ patch-2.6.1.ebuild 2 Jan 2010 03:35:04 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v = 1.1 2010/01/01 07:00:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v = 1.2 2010/01/02 03:35:04 vapier Exp $ =20 inherit flag-o-matic =20 @@ -11,7 +11,11 @@ LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390= ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE=3D"static" +IUSE=3D"static test" + +RDEPEND=3D"" +DEPEND=3D"${RDEPEND} + test? ( sys-apps/ed )" =20 src_compile() { use static && append-ldflags -static 1.44 sys-devel/patch/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/Ch= angeLog?rev=3D1.44&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/Ch= angeLog?rev=3D1.44&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/Ch= angeLog?r1=3D1.43&r2=3D1.44 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/sys-devel/patch/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 1 Jan 2010 07:00:56 -0000 1.43 +++ ChangeLog 2 Jan 2010 03:35:04 -0000 1.44 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/patch # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.43 2010= /01/01 07:00:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.44 2010= /01/02 03:35:04 vapier Exp $ + + 02 Jan 2010; Mike Frysinger patch-2.6.1.ebuild: + Pull in ed for tests #299270 by Patrick Lauer. =20 *patch-2.6.1 (01 Jan 2010) =20