public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/pth: ChangeLog pth-2.0.7-r3.ebuild
@ 2011-04-09 13:49 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-09 13:49 UTC (permalink / raw
  To: gentoo-commits

armin76     11/04/09 13:49:35

  Modified:             ChangeLog
  Added:                pth-2.0.7-r3.ebuild
  Log:
  Add a new revision that provides a workaround for bug #350815, and a patch for ia64. Straight to stable for arm/ia64/sh
  
  (Portage version: 2.1.9.44/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.64                 dev-libs/pth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	25 Jan 2011 19:11:15 -0000	1.63
+++ ChangeLog	9 Apr 2011 13:49:35 -0000	1.64
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/pth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.63 2011/01/25 19:11:15 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.64 2011/04/09 13:49:35 armin76 Exp $
+
+*pth-2.0.7-r3 (09 Apr 2011)
+
+  09 Apr 2011; Raúl Porcel <armin76@gentoo.org> +pth-2.0.7-r3.ebuild,
+  +files/pth-2.0.7-ia64.patch:
+  Add a new revision that provides a workaround for bug #350815, and a patch
+  for ia64. Straight to stable for arm/ia64/sh
 
   25 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   -pth-2.0.7.ebuild, -pth-2.0.7-r1.ebuild:



1.1                  dev-libs/pth/pth-2.0.7-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild?rev=1.1&content-type=text/plain

Index: pth-2.0.7-r3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.1 2011/04/09 13:49:35 armin76 Exp $

inherit eutils fixheadtails libtool flag-o-matic

DESCRIPTION="GNU Portable Threads"
HOMEPAGE="http://www.gnu.org/software/pth/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug"

DEPEND=""
RDEPEND="${DEPEND}"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${PN}-2.0.5-parallelfix.patch
	epatch "${FILESDIR}"/${PN}-2.0.6-ldflags.patch
	epatch "${FILESDIR}"/${PN}-2.0.6-sigstack.patch
	epatch "${FILESDIR}"/${PN}-2.0.7-parallel-install.patch
	epatch "${FILESDIR}"/${PN}-2.0.7-ia64.patch

	ht_fix_file aclocal.m4 configure

	elibtoolize
}

src_compile() {
	# bug 350815
	( use arm || use sh ) && append-flags -U_FORTIFY_SOURCE

	local conf
	use debug && conf="${conf} --enable-debug"	# have a bug --disable-debug and shared
	econf ${conf} || die
	emake || die
}

src_install() {
	#Parallel install issuse fixed with parallel-install.patch.
	#Submitted upstream on 12-13-2010.
	emake DESTDIR="${D}" install || die
	dodoc ANNOUNCE AUTHORS ChangeLog NEWS README THANKS USERS || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/pth: ChangeLog pth-2.0.7-r3.ebuild
@ 2011-05-11 18:21 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-11 18:21 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/05/11 18:21:41

  Modified:             ChangeLog pth-2.0.7-r3.ebuild
  Log:
  Stable on amd64 wrt bug #366665
  
  (Portage version: 2.1.9.47/cvs/Linux x86_64)

Revision  Changes    Path
1.65                 dev-libs/pth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	9 Apr 2011 13:49:35 -0000	1.64
+++ ChangeLog	11 May 2011 18:21:41 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/pth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.64 2011/04/09 13:49:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.65 2011/05/11 18:21:41 hwoarang Exp $
+
+  11 May 2011; Markos Chandras <hwoarang@gentoo.org> pth-2.0.7-r3.ebuild:
+  Stable on amd64 wrt bug #366665
 
 *pth-2.0.7-r3 (09 Apr 2011)
 



1.2                  dev-libs/pth/pth-2.0.7-r3.ebuild

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

Index: pth-2.0.7-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pth-2.0.7-r3.ebuild	9 Apr 2011 13:49:35 -0000	1.1
+++ pth-2.0.7-r3.ebuild	11 May 2011 18:21:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.1 2011/04/09 13:49:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.2 2011/05/11 18:21:41 hwoarang Exp $
 
 inherit eutils fixheadtails libtool flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sh ~sparc ~x86 ~x86-fbsd"
 IUSE="debug"
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/pth: ChangeLog pth-2.0.7-r3.ebuild
@ 2011-05-13 15:35 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-05-13 15:35 UTC (permalink / raw
  To: gentoo-commits

jer         11/05/13 15:35:48

  Modified:             ChangeLog pth-2.0.7-r3.ebuild
  Log:
  Stable for HPPA (bug #366665).
  
  (Portage version: 2.2.0_alpha33/cvs/Linux i686)

Revision  Changes    Path
1.66                 dev-libs/pth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	11 May 2011 18:21:41 -0000	1.65
+++ ChangeLog	13 May 2011 15:35:48 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/pth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.65 2011/05/11 18:21:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.66 2011/05/13 15:35:48 jer Exp $
+
+  13 May 2011; Jeroen Roovers <jer@gentoo.org> pth-2.0.7-r3.ebuild:
+  Stable for HPPA (bug #366665).
 
   11 May 2011; Markos Chandras <hwoarang@gentoo.org> pth-2.0.7-r3.ebuild:
   Stable on amd64 wrt bug #366665



1.3                  dev-libs/pth/pth-2.0.7-r3.ebuild

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

Index: pth-2.0.7-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pth-2.0.7-r3.ebuild	11 May 2011 18:21:41 -0000	1.2
+++ pth-2.0.7-r3.ebuild	13 May 2011 15:35:48 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.2 2011/05/11 18:21:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.3 2011/05/13 15:35:48 jer Exp $
 
 inherit eutils fixheadtails libtool flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sh ~sparc ~x86 ~x86-fbsd"
 IUSE="debug"
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/pth: ChangeLog pth-2.0.7-r3.ebuild
@ 2011-05-21 17:39 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-05-21 17:39 UTC (permalink / raw
  To: gentoo-commits

armin76     11/05/21 17:39:14

  Modified:             ChangeLog pth-2.0.7-r3.ebuild
  Log:
  alpha/m68k/s390/sh/sparc/x86 stable wrt #366665
  
  (Portage version: 2.1.9.49/cvs/Linux ia64)

Revision  Changes    Path
1.67                 dev-libs/pth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	13 May 2011 15:35:48 -0000	1.66
+++ ChangeLog	21 May 2011 17:39:12 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/pth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.66 2011/05/13 15:35:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.67 2011/05/21 17:39:12 armin76 Exp $
+
+  21 May 2011; Raúl Porcel <armin76@gentoo.org> pth-2.0.7-r3.ebuild:
+  alpha/m68k/s390/sh/sparc/x86 stable wrt #366665
 
   13 May 2011; Jeroen Roovers <jer@gentoo.org> pth-2.0.7-r3.ebuild:
   Stable for HPPA (bug #366665).



1.4                  dev-libs/pth/pth-2.0.7-r3.ebuild

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

Index: pth-2.0.7-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pth-2.0.7-r3.ebuild	13 May 2011 15:35:48 -0000	1.3
+++ pth-2.0.7-r3.ebuild	21 May 2011 17:39:12 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.3 2011/05/13 15:35:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.4 2011/05/21 17:39:12 armin76 Exp $
 
 inherit eutils fixheadtails libtool flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE="debug"
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/pth: ChangeLog pth-2.0.7-r3.ebuild
@ 2011-05-21 19:57 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-05-21 19:57 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/05/21 19:57:39

  Modified:             ChangeLog pth-2.0.7-r3.ebuild
  Log:
  ppc/ppc64 stable wrt #366665
  
  (Portage version: 2.2.0_alpha34/cvs/Linux x86_64)

Revision  Changes    Path
1.68                 dev-libs/pth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	21 May 2011 17:39:12 -0000	1.67
+++ ChangeLog	21 May 2011 19:57:38 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/pth
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.67 2011/05/21 17:39:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.68 2011/05/21 19:57:38 xarthisius Exp $
+
+  21 May 2011; Kacper Kowalik <xarthisius@gentoo.org> pth-2.0.7-r3.ebuild:
+  ppc/ppc64 stable wrt #366665
 
   21 May 2011; Raúl Porcel <armin76@gentoo.org> pth-2.0.7-r3.ebuild:
   alpha/m68k/s390/sh/sparc/x86 stable wrt #366665



1.5                  dev-libs/pth/pth-2.0.7-r3.ebuild

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

Index: pth-2.0.7-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pth-2.0.7-r3.ebuild	21 May 2011 17:39:12 -0000	1.4
+++ pth-2.0.7-r3.ebuild	21 May 2011 19:57:38 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.4 2011/05/21 17:39:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.5 2011/05/21 19:57:38 xarthisius Exp $
 
 inherit eutils fixheadtails libtool flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE="debug"
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/pth: ChangeLog pth-2.0.7-r3.ebuild
@ 2012-01-11 11:03 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 8+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-01-11 11:03 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/01/11 11:03:18

  Modified:             ChangeLog pth-2.0.7-r3.ebuild
  Log:
  Bump to eapi4 and make static libs optional.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 dev-libs/pth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	23 Jun 2011 14:44:10 -0000	1.69
+++ ChangeLog	11 Jan 2012 11:03:18 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/pth
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.69 2011/06/23 14:44:10 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.70 2012/01/11 11:03:18 scarabeus Exp $
+
+  11 Jan 2012; Tomáš Chvátal <scarabeus@gentoo.org> pth-2.0.7-r3.ebuild:
+  Bump to eapi4 and make static libs optional.
 
   23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -pth-2.0.7-r2.ebuild:
   Remove old ebuilds. Requested by Arfrever



1.6                  dev-libs/pth/pth-2.0.7-r3.ebuild

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

Index: pth-2.0.7-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pth-2.0.7-r3.ebuild	21 May 2011 19:57:38 -0000	1.5
+++ pth-2.0.7-r3.ebuild	11 Jan 2012 11:03:18 -0000	1.6
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.5 2011/05/21 19:57:38 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.6 2012/01/11 11:03:18 scarabeus Exp $
+
+EAPI=4
 
 inherit eutils fixheadtails libtool flag-o-matic
 
@@ -11,14 +13,14 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="debug"
+IUSE="debug static-libs"
 
 DEPEND=""
 RDEPEND="${DEPEND}"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+DOCS="ANNOUNCE AUTHORS ChangeLog NEWS README THANKS USERS"
+
+src_prepare() {
 	epatch "${FILESDIR}"/${PN}-2.0.5-parallelfix.patch
 	epatch "${FILESDIR}"/${PN}-2.0.6-ldflags.patch
 	epatch "${FILESDIR}"/${PN}-2.0.6-sigstack.patch
@@ -30,19 +32,18 @@
 	elibtoolize
 }
 
-src_compile() {
+src_configure() {
 	# bug 350815
 	( use arm || use sh ) && append-flags -U_FORTIFY_SOURCE
 
 	local conf
 	use debug && conf="${conf} --enable-debug"	# have a bug --disable-debug and shared
-	econf ${conf} || die
-	emake || die
+	econf \
+		${conf} \
+		$(use_enable static-libs static)
 }
 
 src_install() {
-	#Parallel install issuse fixed with parallel-install.patch.
-	#Submitted upstream on 12-13-2010.
-	emake DESTDIR="${D}" install || die
-	dodoc ANNOUNCE AUTHORS ChangeLog NEWS README THANKS USERS || die
+	default
+	find "${ED}" -name '*.la' -exec rm -f {} +
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/pth: ChangeLog pth-2.0.7-r3.ebuild
@ 2012-05-09 15:21 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 15:21 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/09 15:21:08

  Modified:             ChangeLog pth-2.0.7-r3.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha102/cvs/Linux x86_64)

Revision  Changes    Path
1.71                 dev-libs/pth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	11 Jan 2012 11:03:18 -0000	1.70
+++ ChangeLog	9 May 2012 15:21:08 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/pth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.70 2012/01/11 11:03:18 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.71 2012/05/09 15:21:08 aballier Exp $
+
+  09 May 2012; Alexis Ballier <aballier@gentoo.org> pth-2.0.7-r3.ebuild:
+  keyword ~amd64-fbsd
 
   11 Jan 2012; Tomáš Chvátal <scarabeus@gentoo.org> pth-2.0.7-r3.ebuild:
   Bump to eapi4 and make static libs optional.



1.7                  dev-libs/pth/pth-2.0.7-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild?r1=1.6&r2=1.7

Index: pth-2.0.7-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pth-2.0.7-r3.ebuild	11 Jan 2012 11:03:18 -0000	1.6
+++ pth-2.0.7-r3.ebuild	9 May 2012 15:21:08 -0000	1.7
@@ -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-libs/pth/pth-2.0.7-r3.ebuild,v 1.6 2012/01/11 11:03:18 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.7 2012/05/09 15:21:08 aballier Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="debug static-libs"
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/pth: ChangeLog pth-2.0.7-r3.ebuild
@ 2012-08-08 15:01 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2012-08-08 15:01 UTC (permalink / raw
  To: gentoo-commits

armin76     12/08/08 15:01:43

  Modified:             ChangeLog pth-2.0.7-r3.ebuild
  Log:
  Add patch to fix building in some arches with kernel-3
  
  (Portage version: 2.1.11.5/cvs/Linux ia64)

Revision  Changes    Path
1.72                 dev-libs/pth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	9 May 2012 15:21:08 -0000	1.71
+++ ChangeLog	8 Aug 2012 15:01:43 -0000	1.72
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/pth
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.71 2012/05/09 15:21:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.72 2012/08/08 15:01:43 armin76 Exp $
+
+  08 Aug 2012; Raúl Porcel <armin76@gentoo.org> pth-2.0.7-r3.ebuild,
+  +files/pth-2.0.7-kernel-3.patch:
+  Add patch to fix building in some arches with kernel-3
 
   09 May 2012; Alexis Ballier <aballier@gentoo.org> pth-2.0.7-r3.ebuild:
   keyword ~amd64-fbsd



1.8                  dev-libs/pth/pth-2.0.7-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild?r1=1.7&r2=1.8

Index: pth-2.0.7-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pth-2.0.7-r3.ebuild	9 May 2012 15:21:08 -0000	1.7
+++ pth-2.0.7-r3.ebuild	8 Aug 2012 15:01:43 -0000	1.8
@@ -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-libs/pth/pth-2.0.7-r3.ebuild,v 1.7 2012/05/09 15:21:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7-r3.ebuild,v 1.8 2012/08/08 15:01:43 armin76 Exp $
 
 EAPI=4
 
@@ -26,6 +26,7 @@
 	epatch "${FILESDIR}"/${PN}-2.0.6-sigstack.patch
 	epatch "${FILESDIR}"/${PN}-2.0.7-parallel-install.patch
 	epatch "${FILESDIR}"/${PN}-2.0.7-ia64.patch
+	epatch "${FILESDIR}"/${PN}-2.0.7-kernel-3.patch
 
 	ht_fix_file aclocal.m4 configure
 





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

end of thread, other threads:[~2012-08-08 15:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11 18:21 [gentoo-commits] gentoo-x86 commit in dev-libs/pth: ChangeLog pth-2.0.7-r3.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-08 15:01 Raul Porcel (armin76)
2012-05-09 15:21 Alexis Ballier (aballier)
2012-01-11 11:03 Tomas Chvatal (scarabeus)
2011-05-21 19:57 Kacper Kowalik (xarthisius)
2011-05-21 17:39 Raul Porcel (armin76)
2011-05-13 15:35 Jeroen Roovers (jer)
2011-04-09 13:49 Raul Porcel (armin76)

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