public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: libtorrent-0.12.6.ebuild ChangeLog
@ 2010-07-04 13:22 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-04 13:22 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/04 13:22:34

  Modified:             libtorrent-0.12.6.ebuild ChangeLog
  Log:
  ppc64 stable wrt #311143
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-libs/libtorrent/libtorrent-0.12.6.ebuild

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

Index: libtorrent-0.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libtorrent-0.12.6.ebuild	4 May 2010 10:12:20 -0000	1.5
+++ libtorrent-0.12.6.ebuild	4 Jul 2010 13:22:34 -0000	1.6
@@ -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/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.5 2010/05/04 10:12:20 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.6 2010/07/04 13:22:34 ssuominen Exp $
 
 EAPI=2
 inherit eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="debug ipv6 ssl"
 
 RDEPEND=">=dev-libs/libsigc++-2.2.2:2



1.152                net-libs/libtorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.151&r2=1.152

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog	4 May 2010 10:12:20 -0000	1.151
+++ ChangeLog	4 Jul 2010 13:22:34 -0000	1.152
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.151 2010/05/04 10:12:20 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.152 2010/07/04 13:22:34 ssuominen Exp $
+
+  04 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+  libtorrent-0.12.6.ebuild:
+  ppc64 stable wrt #311143
 
   04 May 2010; <angelos@gentoo.org> libtorrent-0.12.6.ebuild:
   amd64 stable, thanks to Roeland Douma (bug #311143)






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: libtorrent-0.12.6.ebuild ChangeLog
@ 2010-12-08  2:50 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2010-12-08  2:50 UTC (permalink / raw
  To: gentoo-commits

vapier      10/12/08 02:50:00

  Modified:             libtorrent-0.12.6.ebuild ChangeLog
  Log:
  Fix building on systems that lack posix_fallocate().
  
  (Portage version: 2.2.0_alpha5/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-libs/libtorrent/libtorrent-0.12.6.ebuild

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

Index: libtorrent-0.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libtorrent-0.12.6.ebuild	18 Aug 2010 04:39:47 -0000	1.7
+++ libtorrent-0.12.6.ebuild	8 Dec 2010 02:50:00 -0000	1.8
@@ -1,11 +1,11 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.7 2010/08/18 04:39:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.8 2010/12/08 02:50:00 vapier Exp $
 
 EAPI=2
-inherit eutils libtool
+inherit eutils libtool toolchain-funcs
 
-DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix."
+DESCRIPTION="BitTorrent library written in C++ for *nix"
 HOMEPAGE="http://libtorrent.rakshasa.no/"
 SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"
 
@@ -25,13 +25,23 @@
 }
 
 src_configure() {
+	# the configure check for posix_fallocate is wrong.
+	# reported upstream as Ticket 2416.
+	local myconf
+	echo "int main(){return posix_fallocate();}" > "${T}"/posix_fallocate.c
+	if $(tc-getCC) ${CFLAGS} ${LDFLAGS} "${T}"/posix_fallocate.c -o /dev/null 2>/dev/null ; then
+		myconf="--with-posix-fallocate"
+	else
+		myconf="--without-posix-fallocate"
+	fi
+
 	econf \
 		--disable-dependency-tracking \
 		--enable-aligned \
 		$(use_enable debug) \
 		$(use_enable ipv6) \
 		$(use_enable ssl openssl) \
-		--with-posix-fallocate
+		${myconf}
 }
 
 src_install() {



1.154                net-libs/libtorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.153&r2=1.154

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	18 Aug 2010 04:39:47 -0000	1.153
+++ ChangeLog	8 Dec 2010 02:50:00 -0000	1.154
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.153 2010/08/18 04:39:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.154 2010/12/08 02:50:00 vapier Exp $
+
+  08 Dec 2010; Mike Frysinger <vapier@gentoo.org> libtorrent-0.12.6.ebuild:
+  Fix building on systems that lack posix_fallocate().
 
   18 Aug 2010; Jeroen Roovers <jer@gentoo.org> libtorrent-0.12.6.ebuild:
   Stable for HPPA (bug #311143).






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: libtorrent-0.12.6.ebuild ChangeLog
@ 2010-08-18  4:39 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-18  4:39 UTC (permalink / raw
  To: gentoo-commits

jer         10/08/18 04:39:47

  Modified:             libtorrent-0.12.6.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #311143).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.7                  net-libs/libtorrent/libtorrent-0.12.6.ebuild

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

Index: libtorrent-0.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libtorrent-0.12.6.ebuild	4 Jul 2010 13:22:34 -0000	1.6
+++ libtorrent-0.12.6.ebuild	18 Aug 2010 04:39:47 -0000	1.7
@@ -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/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.6 2010/07/04 13:22:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.7 2010/08/18 04:39:47 jer Exp $
 
 EAPI=2
 inherit eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="debug ipv6 ssl"
 
 RDEPEND=">=dev-libs/libsigc++-2.2.2:2



1.153                net-libs/libtorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	4 Jul 2010 13:22:34 -0000	1.152
+++ ChangeLog	18 Aug 2010 04:39:47 -0000	1.153
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.152 2010/07/04 13:22:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.153 2010/08/18 04:39:47 jer Exp $
+
+  18 Aug 2010; Jeroen Roovers <jer@gentoo.org> libtorrent-0.12.6.ebuild:
+  Stable for HPPA (bug #311143).
 
   04 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
   libtorrent-0.12.6.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: libtorrent-0.12.6.ebuild ChangeLog
@ 2010-05-04 10:12 Christoph Mende (angelos)
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Mende (angelos) @ 2010-05-04 10:12 UTC (permalink / raw
  To: gentoo-commits

angelos     10/05/04 10:12:20

  Modified:             libtorrent-0.12.6.ebuild ChangeLog
  Log:
  amd64 stable, thanks to Roeland Douma (bug #311143)
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.5                  net-libs/libtorrent/libtorrent-0.12.6.ebuild

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

Index: libtorrent-0.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libtorrent-0.12.6.ebuild	18 Apr 2010 17:01:23 -0000	1.4
+++ libtorrent-0.12.6.ebuild	4 May 2010 10:12:20 -0000	1.5
@@ -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/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.4 2010/04/18 17:01:23 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.5 2010/05/04 10:12:20 angelos Exp $
 
 EAPI=2
 inherit eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="debug ipv6 ssl"
 
 RDEPEND=">=dev-libs/libsigc++-2.2.2:2



1.151                net-libs/libtorrent/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	18 Apr 2010 17:01:23 -0000	1.150
+++ ChangeLog	4 May 2010 10:12:20 -0000	1.151
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.150 2010/04/18 17:01:23 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.151 2010/05/04 10:12:20 angelos Exp $
+
+  04 May 2010; <angelos@gentoo.org> libtorrent-0.12.6.ebuild:
+  amd64 stable, thanks to Roeland Douma (bug #311143)
 
   18 Apr 2010; <nixnut@gentoo.org> libtorrent-0.12.6.ebuild:
   ppc stable #311143






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: libtorrent-0.12.6.ebuild ChangeLog
@ 2010-04-18 17:01 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-04-18 17:01 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/04/18 17:01:23

  Modified:             libtorrent-0.12.6.ebuild ChangeLog
  Log:
  ppc stable #311143
  (Portage version: 2.1.8.3/cvs/Linux ppc)

Revision  Changes    Path
1.4                  net-libs/libtorrent/libtorrent-0.12.6.ebuild

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

Index: libtorrent-0.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libtorrent-0.12.6.ebuild	3 Apr 2010 15:49:39 -0000	1.3
+++ libtorrent-0.12.6.ebuild	18 Apr 2010 17:01:23 -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/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.3 2010/04/03 15:49:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.4 2010/04/18 17:01:23 nixnut Exp $
 
 EAPI=2
 inherit eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="debug ipv6 ssl"
 
 RDEPEND=">=dev-libs/libsigc++-2.2.2:2



1.150                net-libs/libtorrent/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.149&r2=1.150

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	3 Apr 2010 15:49:39 -0000	1.149
+++ ChangeLog	18 Apr 2010 17:01:23 -0000	1.150
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.149 2010/04/03 15:49:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.150 2010/04/18 17:01:23 nixnut Exp $
+
+  18 Apr 2010; <nixnut@gentoo.org> libtorrent-0.12.6.ebuild:
+  ppc stable #311143
 
   03 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   libtorrent-0.12.6.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: libtorrent-0.12.6.ebuild ChangeLog
@ 2010-04-03 15:49 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-04-03 15:49 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/04/03 15:49:39

  Modified:             libtorrent-0.12.6.ebuild ChangeLog
  Log:
  x86 stable wrt bug #311143
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.3                  net-libs/libtorrent/libtorrent-0.12.6.ebuild

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

Index: libtorrent-0.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libtorrent-0.12.6.ebuild	28 Dec 2009 20:34:24 -0000	1.2
+++ libtorrent-0.12.6.ebuild	3 Apr 2010 15:49:39 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.2 2009/12/28 20:34:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.3 2010/04/03 15:49:39 phajdan.jr Exp $
 
 EAPI=2
 inherit eutils libtool
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="debug ipv6 ssl"
 
 RDEPEND=">=dev-libs/libsigc++-2.2.2:2



1.149                net-libs/libtorrent/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.148&r2=1.149

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	28 Dec 2009 20:34:24 -0000	1.148
+++ ChangeLog	3 Apr 2010 15:49:39 -0000	1.149
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libtorrent
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.148 2009/12/28 20:34:24 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.149 2010/04/03 15:49:39 phajdan.jr Exp $
+
+  03 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  libtorrent-0.12.6.ebuild:
+  x86 stable wrt bug #311143
 
   28 Dec 2009; Raúl Porcel <armin76@gentoo.org> libtorrent-0.12.5.ebuild,
   libtorrent-0.12.6.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: libtorrent-0.12.6.ebuild ChangeLog
@ 2009-12-22 20:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-22 20:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/22 20:07:40

  Modified:             ChangeLog
  Added:                libtorrent-0.12.6.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.147                net-libs/libtorrent/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.146&r2=1.147

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog	9 Dec 2009 19:27:47 -0000	1.146
+++ ChangeLog	22 Dec 2009 20:07:40 -0000	1.147
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.146 2009/12/09 19:27:47 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.147 2009/12/22 20:07:40 ssuominen Exp $
+
+*libtorrent-0.12.6 (22 Dec 2009)
+
+  22 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +libtorrent-0.12.6.ebuild, +files/libtorrent-0.12.6-gcc44.patch:
+  Version bump.
 
   09 Dec 2009; nixnut <nixnut@gentoo.org> libtorrent-0.12.5.ebuild:
   ppc stable #291036



1.1                  net-libs/libtorrent/libtorrent-0.12.6.ebuild

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

Index: libtorrent-0.12.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.6.ebuild,v 1.1 2009/12/22 20:07:40 ssuominen Exp $

EAPI=2
inherit eutils libtool

DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix."
HOMEPAGE="http://libtorrent.rakshasa.no/"
SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug ipv6 ssl"

RDEPEND=">=dev-libs/libsigc++-2.2.2:2
	ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_prepare() {
	epatch "${FILESDIR}"/${P}-gcc44.patch
	elibtoolize
}

src_configure() {
	econf \
		--disable-dependency-tracking \
		--enable-aligned \
		$(use_enable debug) \
		$(use_enable ipv6) \
		$(use_enable ssl openssl) \
		--with-posix-fallocate
}

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






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

end of thread, other threads:[~2010-12-08  2:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-04 13:22 [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: libtorrent-0.12.6.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-08  2:50 Mike Frysinger (vapier)
2010-08-18  4:39 Jeroen Roovers (jer)
2010-05-04 10:12 Christoph Mende (angelos)
2010-04-18 17:01 Gysbert Wassenaar (nixnut)
2010-04-03 15:49 PaweA Hajdan (phajdan.jr)
2009-12-22 20:07 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