Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gdb: ChangeLog gdb-7.5.ebuild
Date: Tue, 01 Jan 2013 19:07:50
Message-Id: 20130101190740.D82D52171D@flycatcher.gentoo.org
1 armin76 13/01/01 19:07:40
2
3 Modified: ChangeLog gdb-7.5.ebuild
4 Log:
5 s390 stable wrt #444902
6
7 (Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
8
9 Revision Changes Path
10 1.226 sys-devel/gdb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.226&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.226&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?r1=1.225&r2=1.226
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v
19 retrieving revision 1.225
20 retrieving revision 1.226
21 diff -u -r1.225 -r1.226
22 --- ChangeLog 30 Dec 2012 15:05:44 -0000 1.225
23 +++ ChangeLog 1 Jan 2013 19:07:40 -0000 1.226
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-devel/gdb
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.225 2012/12/30 15:05:44 ago Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.226 2013/01/01 19:07:40 armin76 Exp $
30 +
31 + 01 Jan 2013; Raúl Porcel <armin76@g.o> gdb-7.5.ebuild:
32 + s390 stable wrt #444902
33
34 30 Dec 2012; Agostino Sarubbo <ago@g.o> gdb-7.5.ebuild:
35 Stable for alpha, wrt bug #444902
36
37
38
39 1.10 sys-devel/gdb/gdb-7.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.5.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.5.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.5.ebuild?r1=1.9&r2=1.10
44
45 Index: gdb-7.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.5.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -u -r1.9 -r1.10
51 --- gdb-7.5.ebuild 30 Dec 2012 15:05:44 -0000 1.9
52 +++ gdb-7.5.ebuild 1 Jan 2013 19:07:40 -0000 1.10
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.5.ebuild,v 1.9 2012/12/30 15:05:44 ago Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.5.ebuild,v 1.10 2013/01/01 19:07:40 armin76 Exp $
59
60 EAPI="3"
61
62 @@ -50,7 +50,7 @@
63 LICENSE="GPL-2 LGPL-2"
64 SLOT="0"
65 if [[ ${PV} != 9999* ]] ; then
66 - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
67 + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
68 fi
69 IUSE="+client expat multitarget nls +python +server test vanilla zlib"