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-r1.ebuild
@ 2010-01-31 12:37 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-01-31 12:37 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/01/31 12:37:16

  Modified:             ChangeLog
  Added:                libunwind-0.99-r1.ebuild
  Log:
  Disable building of libunwind-setjmp library as imcompatible with GLIBC >= 2.11 wrt #299344 (from Fedora). Fix implicit declaration wrt #289445.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  sys-libs/libunwind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	24 Nov 2009 19:10:14 -0000	1.8
+++ ChangeLog	31 Jan 2010 12:37:15 -0000	1.9
@@ -1,6 +1,14 @@
 # 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.8 2009/11/24 19:10:14 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.9 2010/01/31 12:37:15 ssuominen Exp $
+
+*libunwind-0.99-r1 (31 Jan 2010)
+
+  31 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +libunwind-0.99-r1.ebuild, +files/libunwind-0.99-disable-setjmp.patch,
+  +files/libunwind-0.99-implicit-declaration.patch:
+  Disable building of libunwind-setjmp library as imcompatible with GLIBC >=
+  2.11 wrt #299344 (from Fedora). Fix implicit declaration wrt #289445.
 
   24 Nov 2009; Raúl Porcel <armin76@gentoo.org> libunwind-0.99.ebuild:
   ia64 stable wrt #289445



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

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

Index: libunwind-0.99-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99-r1.ebuild,v 1.1 2010/01/31 12:37:15 ssuominen Exp $

inherit autotools eutils

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}"
	epatch "${FILESDIR}"/${P}-disable-setjmp.patch \
		"${FILESDIR}"/${P}-implicit-declaration.patch
	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-r1.ebuild
@ 2010-05-15 13:23 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2010-05-15 13:23 UTC (permalink / raw
  To: gentoo-commits

maekke      10/05/15 13:23:08

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

Revision  Changes    Path
1.12                 sys-libs/libunwind/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 May 2010 10:59:48 -0000	1.11
+++ ChangeLog	15 May 2010 13:23:08 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/libunwind
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.11 2010/05/07 10:59:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.12 2010/05/15 13:23:08 maekke Exp $
+
+  15 May 2010; Markus Meier <maekke@gentoo.org> libunwind-0.99-r1.ebuild:
+  x86 stable, bug #318613
 
   07 May 2010; Samuli Suominen <ssuominen@gentoo.org>
   libunwind-0.99-r1.ebuild:



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

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

Index: libunwind-0.99-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libunwind-0.99-r1.ebuild	7 May 2010 10:59:48 -0000	1.2
+++ libunwind-0.99-r1.ebuild	15 May 2010 13:23:08 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99-r1.ebuild,v 1.2 2010/05/07 10:59:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99-r1.ebuild,v 1.3 2010/05/15 13:23:08 maekke Exp $
 
 inherit autotools eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="7"
-KEYWORDS="amd64 ~ia64 ~x86"
+KEYWORDS="amd64 ~ia64 x86"
 IUSE=""
 
 RESTRICT="test"		 # https://savannah.nongnu.org/bugs/?22368






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

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

armin76     10/05/19 20:27:30

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

Revision  Changes    Path
1.13                 sys-libs/libunwind/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	15 May 2010 13:23:08 -0000	1.12
+++ ChangeLog	19 May 2010 20:27:30 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/libunwind
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.12 2010/05/15 13:23:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.13 2010/05/19 20:27:30 armin76 Exp $
+
+  19 May 2010; Raúl Porcel <armin76@gentoo.org> libunwind-0.99-r1.ebuild:
+  ia64 stable wrt #318613
 
   15 May 2010; Markus Meier <maekke@gentoo.org> libunwind-0.99-r1.ebuild:
   x86 stable, bug #318613



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

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

Index: libunwind-0.99-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libunwind-0.99-r1.ebuild	15 May 2010 13:23:08 -0000	1.3
+++ libunwind-0.99-r1.ebuild	19 May 2010 20:27:30 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99-r1.ebuild,v 1.3 2010/05/15 13:23:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99-r1.ebuild,v 1.4 2010/05/19 20:27:30 armin76 Exp $
 
 inherit autotools eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="7"
-KEYWORDS="amd64 ~ia64 x86"
+KEYWORDS="amd64 ia64 x86"
 IUSE=""
 
 RESTRICT="test"		 # https://savannah.nongnu.org/bugs/?22368






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

* [gentoo-commits] gentoo-x86 commit in sys-libs/libunwind: ChangeLog libunwind-0.99-r1.ebuild
@ 2011-08-04 14:01 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-08-04 14:01 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/08/04 14:01:50

  Modified:             ChangeLog libunwind-0.99-r1.ebuild
  Log:
  USE="static-libs" and remove unnecessary libtool files
  
  (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 sys-libs/libunwind/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libunwind/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	19 May 2010 20:27:30 -0000	1.13
+++ ChangeLog	4 Aug 2011 14:01:47 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/libunwind
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.13 2010/05/19 20:27:30 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.14 2011/08/04 14:01:47 ssuominen Exp $
+
+  04 Aug 2011; Samuli Suominen <ssuominen@gentoo.org> libunwind-0.99-r1.ebuild:
+  USE="static-libs" and remove unnecessary libtool files
 
   19 May 2010; Raúl Porcel <armin76@gentoo.org> libunwind-0.99-r1.ebuild:
   ia64 stable wrt #318613



1.5                  sys-libs/libunwind/libunwind-0.99-r1.ebuild

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

Index: libunwind-0.99-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libunwind-0.99-r1.ebuild	19 May 2010 20:27:30 -0000	1.4
+++ libunwind-0.99-r1.ebuild	4 Aug 2011 14:01:47 -0000	1.5
@@ -1,7 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99-r1.ebuild,v 1.4 2010/05/19 20:27:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99-r1.ebuild,v 1.5 2011/08/04 14:01:47 ssuominen Exp $
 
+EAPI=4
 inherit autotools eutils
 
 DESCRIPTION="Portable and efficient API to determine the call-chain of a program"
@@ -11,20 +12,27 @@
 LICENSE="MIT"
 SLOT="7"
 KEYWORDS="amd64 ia64 x86"
-IUSE=""
+IUSE="static-libs"
 
 RESTRICT="test"		 # https://savannah.nongnu.org/bugs/?22368
 					 # https://bugs.gentoo.org/273372
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-disable-setjmp.patch \
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_prepare() {
+	epatch \
+		"${FILESDIR}"/${P}-disable-setjmp.patch \
 		"${FILESDIR}"/${P}-implicit-declaration.patch
 	eautoreconf
 }
 
+src_configure() {
+	econf $(use_enable static-libs static)
+}
+
 src_install() {
-	emake install DESTDIR="${D}" || die
-	dodoc AUTHORS ChangeLog NEWS README TODO
+	default
+	# libunwind-ptrace.a (and libunwind-ptrace.h) is separate API and without
+	# shared library, so we keep it in any case
+	use static-libs || rm -f "${D}"usr/lib*/libunwind{-generic.a,*.la}
 }






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

end of thread, other threads:[~2011-08-04 14:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-15 13:23 [gentoo-commits] gentoo-x86 commit in sys-libs/libunwind: ChangeLog libunwind-0.99-r1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-04 14:01 Samuli Suominen (ssuominen)
2010-05-19 20:27 Raul Porcel (armin76)
2010-01-31 12:37 Samuli Suominen (ssuominen)

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