public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libunwind: ChangeLog libunwind-0.99.ebuild
@ 2009-07-26  3:51 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 4+ messages in thread
From: Ryan Hill (dirtyepic) @ 2009-07-26  3:51 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    09/07/26 03:51:14

  Modified:             ChangeLog
  Added:                libunwind-0.99.ebuild
  Log:
  Version bump (bug #273372).
  Also fix license (bug #273366) and disable tests.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-libs/libunwind/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	14 Oct 2008 09:58:27 -0000	1.4
+++ ChangeLog	26 Jul 2009 03:51:14 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/libunwind
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.4 2008/10/14 09:58:27 robbat2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.5 2009/07/26 03:51:14 dirtyepic Exp $
+
+*libunwind-0.99 (26 Jul 2009)
+
+  26 Jul 2009; Ryan Hill <dirtyepic@gentoo.org> +libunwind-0.99.ebuild:
+  Version bump (bug #273372).
+  Also fix license (bug #273366) and disable tests.
 
 *libunwind-0.98.5-r1 (14 Oct 2008)
 



1.1                  sys-libs/libunwind/libunwind-0.99.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild?rev=1.1&content-type=text/plain

Index: libunwind-0.99.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild,v 1.1 2009/07/26 03:51:14 dirtyepic Exp $

inherit autotools

DESCRIPTION="Portable and efficient API to determine the call-chain of a program"
HOMEPAGE="http://savannah.nongnu.org/projects/libunwind"
SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${P}.tar.gz"

LICENSE="MIT"
SLOT="7"
KEYWORDS="~amd64 ~ia64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

RESTRICT="test"		 # https://savannah.nongnu.org/bugs/?22368
					 # https://bugs.gentoo.org/273372

src_unpack() {
	unpack ${A}
	cd "${S}"
	eautoreconf
}

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc AUTHORS ChangeLog NEWS README TODO
}






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/libunwind: ChangeLog libunwind-0.99.ebuild
@ 2009-10-18 15:28 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-18 15:28 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/18 15:28:03

  Modified:             ChangeLog libunwind-0.99.ebuild
  Log:
  amd64 stable wrt #289445
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sys-libs/libunwind/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	26 Jul 2009 03:51:14 -0000	1.5
+++ ChangeLog	18 Oct 2009 15:28:02 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/libunwind
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.5 2009/07/26 03:51:14 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.6 2009/10/18 15:28:02 ssuominen Exp $
+
+  18 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> libunwind-0.99.ebuild:
+  amd64 stable wrt #289445
 
 *libunwind-0.99 (26 Jul 2009)
 



1.2                  sys-libs/libunwind/libunwind-0.99.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild?r1=1.1&r2=1.2

Index: libunwind-0.99.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libunwind-0.99.ebuild	26 Jul 2009 03:51:14 -0000	1.1
+++ libunwind-0.99.ebuild	18 Oct 2009 15:28:02 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild,v 1.1 2009/07/26 03:51:14 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild,v 1.2 2009/10/18 15:28:02 ssuominen Exp $
 
 inherit autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="7"
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="amd64 ~ia64 ~x86"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/libunwind: ChangeLog libunwind-0.99.ebuild
@ 2009-11-21 17:23 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-11-21 17:23 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/21 17:23:50

  Modified:             ChangeLog libunwind-0.99.ebuild
  Log:
  x86 stable, bug #289445
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sys-libs/libunwind/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	18 Oct 2009 15:28:02 -0000	1.6
+++ ChangeLog	21 Nov 2009 17:23:50 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/libunwind
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.6 2009/10/18 15:28:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.7 2009/11/21 17:23:50 maekke Exp $
+
+  21 Nov 2009; Markus Meier <maekke@gentoo.org> libunwind-0.99.ebuild:
+  x86 stable, bug #289445
 
   18 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> libunwind-0.99.ebuild:
   amd64 stable wrt #289445



1.3                  sys-libs/libunwind/libunwind-0.99.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild?r1=1.2&r2=1.3

Index: libunwind-0.99.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libunwind-0.99.ebuild	18 Oct 2009 15:28:02 -0000	1.2
+++ libunwind-0.99.ebuild	21 Nov 2009 17:23:50 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild,v 1.2 2009/10/18 15:28:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild,v 1.3 2009/11/21 17:23:50 maekke Exp $
 
 inherit autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="7"
-KEYWORDS="amd64 ~ia64 ~x86"
+KEYWORDS="amd64 ~ia64 x86"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/libunwind: ChangeLog libunwind-0.99.ebuild
@ 2009-11-24 19:10 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2009-11-24 19:10 UTC (permalink / raw
  To: gentoo-commits

armin76     09/11/24 19:10:14

  Modified:             ChangeLog libunwind-0.99.ebuild
  Log:
  ia64 stable wrt #289445
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.8                  sys-libs/libunwind/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	21 Nov 2009 17:23:50 -0000	1.7
+++ ChangeLog	24 Nov 2009 19:10:14 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/libunwind
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.7 2009/11/21 17:23:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.8 2009/11/24 19:10:14 armin76 Exp $
+
+  24 Nov 2009; Raúl Porcel <armin76@gentoo.org> libunwind-0.99.ebuild:
+  ia64 stable wrt #289445
 
   21 Nov 2009; Markus Meier <maekke@gentoo.org> libunwind-0.99.ebuild:
   x86 stable, bug #289445



1.4                  sys-libs/libunwind/libunwind-0.99.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild?r1=1.3&r2=1.4

Index: libunwind-0.99.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libunwind-0.99.ebuild	21 Nov 2009 17:23:50 -0000	1.3
+++ libunwind-0.99.ebuild	24 Nov 2009 19:10:14 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild,v 1.3 2009/11/21 17:23:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild,v 1.4 2009/11/24 19:10:14 armin76 Exp $
 
 inherit autotools
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="7"
-KEYWORDS="amd64 ~ia64 x86"
+KEYWORDS="amd64 ia64 x86"
 IUSE=""
 
 DEPEND=""






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

end of thread, other threads:[~2009-11-24 19:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-21 17:23 [gentoo-commits] gentoo-x86 commit in sys-libs/libunwind: ChangeLog libunwind-0.99.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-24 19:10 Raul Porcel (armin76)
2009-10-18 15:28 Samuli Suominen (ssuominen)
2009-07-26  3:51 Ryan Hill (dirtyepic)

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