Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog
Date: Sat, 02 Jan 2010 03:35:14
Message-Id: E1NQuld-0000Hf-4d@stork.gentoo.org
1 vapier 10/01/02 03:35:05
2
3 Modified: patch-2.6.1.ebuild ChangeLog
4 Log:
5 Pull in ed for tests #299270 by Patrick Lauer.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-devel/patch/patch-2.6.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?r1=1.1&r2=1.2
14
15 Index: patch-2.6.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- patch-2.6.1.ebuild 1 Jan 2010 07:00:56 -0000 1.1
22 +++ patch-2.6.1.ebuild 2 Jan 2010 03:35:04 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.1 2010/01/01 07:00:56 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.2 2010/01/02 03:35:04 vapier Exp $
28
29 inherit flag-o-matic
30
31 @@ -11,7 +11,11 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
35 -IUSE="static"
36 +IUSE="static test"
37 +
38 +RDEPEND=""
39 +DEPEND="${RDEPEND}
40 + test? ( sys-apps/ed )"
41
42 src_compile() {
43 use static && append-ldflags -static
44
45
46
47 1.44 sys-devel/patch/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.44&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.44&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.43&r2=1.44
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
56 retrieving revision 1.43
57 retrieving revision 1.44
58 diff -u -r1.43 -r1.44
59 --- ChangeLog 1 Jan 2010 07:00:56 -0000 1.43
60 +++ ChangeLog 2 Jan 2010 03:35:04 -0000 1.44
61 @@ -1,6 +1,9 @@
62 # ChangeLog for sys-devel/patch
63 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.43 2010/01/01 07:00:56 vapier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.44 2010/01/02 03:35:04 vapier Exp $
66 +
67 + 02 Jan 2010; Mike Frysinger <vapier@g.o> patch-2.6.1.ebuild:
68 + Pull in ed for tests #299270 by Patrick Lauer.
69
70 *patch-2.6.1 (01 Jan 2010)