Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/kdbg: ChangeLog kdbg-2.1.1.ebuild
Date: Sat, 25 Apr 2009 22:12:24
Message-Id: E1Lxq6g-0006qM-FG@stork.gentoo.org
1 patrick 09/04/25 22:12:22
2
3 Modified: ChangeLog
4 Added: kdbg-2.1.1.ebuild
5 Log:
6 Bump to 2.1.1, fixes #252440
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.61 dev-util/kdbg/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kdbg/ChangeLog?rev=1.61&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kdbg/ChangeLog?rev=1.61&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kdbg/ChangeLog?r1=1.60&r2=1.61
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/kdbg/ChangeLog,v
19 retrieving revision 1.60
20 retrieving revision 1.61
21 diff -u -r1.60 -r1.61
22 --- ChangeLog 19 May 2008 17:39:27 -0000 1.60
23 +++ ChangeLog 25 Apr 2009 22:12:22 -0000 1.61
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/kdbg
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/ChangeLog,v 1.60 2008/05/19 17:39:27 fmccor Exp $
28 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/ChangeLog,v 1.61 2009/04/25 22:12:22 patrick Exp $
30 +
31 +*kdbg-2.1.1 (25 Apr 2009)
32 +
33 + 25 Apr 2009; Patrick Lauer <patrick@g.o> +kdbg-2.1.1.ebuild:
34 + Bump to 2.1.1, fixes #252440
35
36 19 May 2008; Ferris McCormick <fmccor@g.o> kdbg-2.1.0.ebuild:
37 Sparc stable, Bug #217418. Thanks to Friedrich Oslage for testing.
38
39
40
41 1.1 dev-util/kdbg/kdbg-2.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kdbg/kdbg-2.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kdbg/kdbg-2.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kdbg-2.1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/kdbg/kdbg-2.1.1.ebuild,v 1.1 2009/04/25 22:12:22 patrick Exp $
51
52 ARTS_REQUIRED="never"
53
54 inherit kde
55
56 DESCRIPTION="A Graphical Debugger Interface to gdb."
57 HOMEPAGE="http://www.kdbg.org/"
58 SRC_URI="mirror://sourceforge/kdbg/${P}.tar.gz"
59 LICENSE="GPL-2"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE=""
64
65 RDEPEND=">=sys-devel/gdb-5.0"
66
67 need-kde 3.5