public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/cgdb: cgdb-0.6.6.ebuild ChangeLog
@ 2012-02-14 15:49 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2012-02-14 15:49 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/02/14 15:49:32

  Modified:             ChangeLog
  Added:                cgdb-0.6.6.ebuild
  Log:
  Version bump that contains fix for implicit cgdb_malloc. Fixes bug 390895 by David Flogeras <dflogeras2@gmail.com>
  
  (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 dev-util/cgdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	7 Aug 2011 10:55:13 -0000	1.43
+++ ChangeLog	14 Feb 2012 15:49:32 -0000	1.44
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/cgdb
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.43 2011/08/07 10:55:13 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.44 2012/02/14 15:49:32 xarthisius Exp $
+
+*cgdb-0.6.6 (14 Feb 2012)
+
+  14 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> +cgdb-0.6.6.ebuild:
+  Version bump that contains fix for implicit cgdb_malloc. Fixes bug 390895 by
+  David Flogeras <dflogeras2@gmail.com>
 
   07 Aug 2011; Fabian Groffen <grobian@gentoo.org> cgdb-0.6.5.ebuild:
   Marked ~amd64-linux, bug #375095



1.1                  dev-util/cgdb/cgdb-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?rev=1.1&content-type=text/plain

Index: cgdb-0.6.6.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v 1.1 2012/02/14 15:49:32 xarthisius Exp $

EAPI=4

DESCRIPTION="A curses front-end for GDB, the GNU debugger"
HOMEPAGE="http://cgdb.sourceforge.net/"
SRC_URI="mirror://sourceforge/cgdb/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
IUSE=""

DEPEND="sys-libs/ncurses
	>=sys-libs/readline-5.1-r2"
RDEPEND="${DEPEND}
	sys-devel/gdb"






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/cgdb: cgdb-0.6.6.ebuild ChangeLog
@ 2012-05-24 21:11 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-24 21:11 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/24 21:11:16

  Modified:             cgdb-0.6.6.ebuild ChangeLog
  Log:
  marked x86 per bug 403735
  
  (Portage version: 2.2.0_alpha107/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-util/cgdb/cgdb-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?r1=1.1&r2=1.2

Index: cgdb-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cgdb-0.6.6.ebuild	14 Feb 2012 15:49:32 -0000	1.1
+++ cgdb-0.6.6.ebuild	24 May 2012 21:11:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v 1.1 2012/02/14 15:49:32 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v 1.2 2012/05/24 21:11:16 jdhore Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux"
 IUSE=""
 
 DEPEND="sys-libs/ncurses



1.45                 dev-util/cgdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	14 Feb 2012 15:49:32 -0000	1.44
+++ ChangeLog	24 May 2012 21:11:16 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cgdb
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.44 2012/02/14 15:49:32 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.45 2012/05/24 21:11:16 jdhore Exp $
+
+  24 May 2012; Jeff Horelick <jdhore@gentoo.org> cgdb-0.6.6.ebuild:
+  marked x86 per bug 403735
 
 *cgdb-0.6.6 (14 Feb 2012)
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/cgdb: cgdb-0.6.6.ebuild ChangeLog
@ 2012-05-25 11:34 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-25 11:34 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/25 11:34:52

  Modified:             cgdb-0.6.6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #403735
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-util/cgdb/cgdb-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?r1=1.2&r2=1.3

Index: cgdb-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cgdb-0.6.6.ebuild	24 May 2012 21:11:16 -0000	1.2
+++ cgdb-0.6.6.ebuild	25 May 2012 11:34:52 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v 1.2 2012/05/24 21:11:16 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v 1.3 2012/05/25 11:34:52 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux"
 IUSE=""
 
 DEPEND="sys-libs/ncurses



1.46                 dev-util/cgdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	24 May 2012 21:11:16 -0000	1.45
+++ ChangeLog	25 May 2012 11:34:52 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cgdb
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.45 2012/05/24 21:11:16 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.46 2012/05/25 11:34:52 ago Exp $
+
+  25 May 2012; Agostino Sarubbo <ago@gentoo.org> cgdb-0.6.6.ebuild:
+  Stable for amd64, wrt bug #403735
 
   24 May 2012; Jeff Horelick <jdhore@gentoo.org> cgdb-0.6.6.ebuild:
   marked x86 per bug 403735






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/cgdb: cgdb-0.6.6.ebuild ChangeLog
@ 2012-06-14 15:40 Michael Weber (xmw)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber (xmw) @ 2012-06-14 15:40 UTC (permalink / raw
  To: gentoo-commits

xmw         12/06/14 15:40:24

  Modified:             cgdb-0.6.6.ebuild ChangeLog
  Log:
  ppc stable (bug 403735)
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-util/cgdb/cgdb-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?r1=1.3&r2=1.4

Index: cgdb-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cgdb-0.6.6.ebuild	25 May 2012 11:34:52 -0000	1.3
+++ cgdb-0.6.6.ebuild	14 Jun 2012 15:40:24 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v 1.3 2012/05/25 11:34:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v 1.4 2012/06/14 15:40:24 xmw Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux"
 IUSE=""
 
 DEPEND="sys-libs/ncurses



1.47                 dev-util/cgdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	25 May 2012 11:34:52 -0000	1.46
+++ ChangeLog	14 Jun 2012 15:40:24 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cgdb
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.46 2012/05/25 11:34:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.47 2012/06/14 15:40:24 xmw Exp $
+
+  14 Jun 2012; Michael Weber <xmw@gentoo.org> cgdb-0.6.6.ebuild:
+  ppc stable (bug 403735)
 
   25 May 2012; Agostino Sarubbo <ago@gentoo.org> cgdb-0.6.6.ebuild:
   Stable for amd64, wrt bug #403735






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/cgdb: cgdb-0.6.6.ebuild ChangeLog
@ 2012-10-14 20:10 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2012-10-14 20:10 UTC (permalink / raw
  To: gentoo-commits

maekke      12/10/14 20:10:39

  Modified:             cgdb-0.6.6.ebuild ChangeLog
  Log:
  add ~arm, bug #433653
  
  (Portage version: 2.1.11.25/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-util/cgdb/cgdb-0.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild?r1=1.5&r2=1.6

Index: cgdb-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cgdb-0.6.6.ebuild	14 Jun 2012 16:28:12 -0000	1.5
+++ cgdb-0.6.6.ebuild	14 Oct 2012 20:10:39 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v 1.5 2012/06/14 16:28:12 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/cgdb-0.6.6.ebuild,v 1.6 2012/10/14 20:10:39 maekke Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux"
 IUSE=""
 
 DEPEND="sys-libs/ncurses



1.49                 dev-util/cgdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cgdb/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	14 Jun 2012 16:28:12 -0000	1.48
+++ ChangeLog	14 Oct 2012 20:10:39 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cgdb
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.48 2012/06/14 16:28:12 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cgdb/ChangeLog,v 1.49 2012/10/14 20:10:39 maekke Exp $
+
+  14 Oct 2012; Markus Meier <maekke@gentoo.org> cgdb-0.6.6.ebuild:
+  add ~arm, bug #433653
 
   14 Jun 2012; Kacper Kowalik <xarthisius@gentoo.org> -cgdb-0.6.4.ebuild,
   -cgdb-0.6.5.ebuild, -files/cgdb-0.6.4-64bit.patch,





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-14 20:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24 21:11 [gentoo-commits] gentoo-x86 commit in dev-util/cgdb: cgdb-0.6.6.ebuild ChangeLog Jeff Horelick (jdhore)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-14 20:10 Markus Meier (maekke)
2012-06-14 15:40 Michael Weber (xmw)
2012-05-25 11:34 Agostino Sarubbo (ago)
2012-02-14 15:49 Kacper Kowalik (xarthisius)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox