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/gdb: gdb-9999.ebuild ChangeLog metadata.xml gdb-7.3.1.ebuild
Date: Fri, 02 Dec 2011 21:08:22
Message-Id: 20111202210812.D8EAD2004B@flycatcher.gentoo.org
1 vapier 11/12/02 21:08:12
2
3 Modified: gdb-9999.ebuild ChangeLog metadata.xml
4 gdb-7.3.1.ebuild
5 Log:
6 Enable python support by default #386141 by Ben Longbons.
7
8 (Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 sys-devel/gdb/gdb-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild?r1=1.5&r2=1.6
16
17 Index: gdb-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- gdb-9999.ebuild 7 Sep 2011 00:07:54 -0000 1.5
24 +++ gdb-9999.ebuild 2 Dec 2011 21:08:12 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.5 2011/09/07 00:07:54 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.6 2011/12/02 21:08:12 vapier Exp $
30
31 EAPI="3"
32
33 @@ -54,7 +54,7 @@
34 if [[ ${PV} != 9999* ]] ; then
35 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~x64-macos ~x86-macos"
36 fi
37 -IUSE="expat multitarget nls python test vanilla"
38 +IUSE="expat multitarget nls +python test vanilla"
39
40 RDEPEND=">=sys-libs/ncurses-5.2-r2
41 sys-libs/readline
42
43
44
45 1.192 sys-devel/gdb/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.192&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.192&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?r1=1.191&r2=1.192
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v
54 retrieving revision 1.191
55 retrieving revision 1.192
56 diff -u -r1.191 -r1.192
57 --- ChangeLog 7 Sep 2011 00:07:54 -0000 1.191
58 +++ ChangeLog 2 Dec 2011 21:08:12 -0000 1.192
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sys-devel/gdb
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.191 2011/09/07 00:07:54 vapier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.192 2011/12/02 21:08:12 vapier Exp $
64 +
65 + 02 Dec 2011; Mike Frysinger <vapier@g.o> gdb-7.3.1.ebuild,
66 + gdb-9999.ebuild, metadata.xml:
67 + Enable python support by default #386141 by Ben Longbons.
68
69 *gdb-7.3.1 (07 Sep 2011)
70
71
72
73
74 1.8 sys-devel/gdb/metadata.xml
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/metadata.xml?rev=1.8&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/metadata.xml?rev=1.8&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/metadata.xml?r1=1.7&r2=1.8
79
80 Index: metadata.xml
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/metadata.xml,v
83 retrieving revision 1.7
84 retrieving revision 1.8
85 diff -u -r1.7 -r1.8
86 --- metadata.xml 12 Oct 2009 06:33:22 -0000 1.7
87 +++ metadata.xml 2 Dec 2011 21:08:12 -0000 1.8
88 @@ -4,5 +4,6 @@
89 <herd>toolchain</herd>
90 <use>
91 <flag name='multitarget'>Support all known targets in one gdb binary</flag>
92 + <flag name='python'>Enable support for the new internal scripting language, as well as extended pretty printers</flag>
93 </use>
94 </pkgmetadata>
95
96
97
98 1.2 sys-devel/gdb/gdb-7.3.1.ebuild
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild?rev=1.2&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild?rev=1.2&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild?r1=1.1&r2=1.2
103
104 Index: gdb-7.3.1.ebuild
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v
107 retrieving revision 1.1
108 retrieving revision 1.2
109 diff -u -r1.1 -r1.2
110 --- gdb-7.3.1.ebuild 7 Sep 2011 00:07:54 -0000 1.1
111 +++ gdb-7.3.1.ebuild 2 Dec 2011 21:08:12 -0000 1.2
112 @@ -1,6 +1,6 @@
113 # Copyright 1999-2011 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v 1.1 2011/09/07 00:07:54 vapier Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v 1.2 2011/12/02 21:08:12 vapier Exp $
117
118 EAPI="3"
119
120 @@ -54,7 +54,7 @@
121 if [[ ${PV} != 9999* ]] ; then
122 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
123 fi
124 -IUSE="expat multitarget nls python test vanilla"
125 +IUSE="expat multitarget nls +python test vanilla"
126
127 RDEPEND=">=sys-libs/ncurses-5.2-r2
128 sys-libs/readline