public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.11.8.ebuild
@ 2007-09-08 14:36 Timothy Redaelli (drizzt)
  0 siblings, 0 replies; 5+ messages in thread
From: Timothy Redaelli (drizzt) @ 2007-09-08 14:36 UTC (permalink / raw
  To: gentoo-commits

drizzt      07/09/08 14:36:56

  Modified:             ChangeLog
  Added:                libtorrent-0.11.8.ebuild
  Log:
  Version bump wrt bug #182816.
  
  (Portage version: 2.1.3.7)

Revision  Changes    Path
1.98                 net-libs/libtorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	24 May 2007 15:44:46 -0000	1.97
+++ ChangeLog	8 Sep 2007 14:36:56 -0000	1.98
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.97 2007/05/24 15:44:46 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.98 2007/09/08 14:36:56 drizzt Exp $
+
+*libtorrent-0.11.8 (08 Sep 2007)
+
+  08 Sep 2007; Timothy Redaelli <drizzt@gentoo.org>
+  +libtorrent-0.11.8.ebuild:
+  Version bump wrt bug #182816.
 
   24 May 2007; Timothy Redaelli <drizzt@gentoo.org>
   libtorrent-0.11.4.ebuild:



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

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

Index: libtorrent-0.11.8.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v 1.1 2007/09/08 14:36:56 drizzt Exp $

inherit eutils toolchain-funcs flag-o-matic 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"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"

IUSE="debug"

RDEPEND=">=dev-libs/libsigc++-2"

DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.11"

src_compile() {
	replace-flags -Os -O2

	if [[ $(tc-arch) = "x86" ]]; then
		filter-flags -fomit-frame-pointer -fforce-addr
	fi

	elibtoolize
	econf \
		$(use_enable debug) \
		--disable-dependency-tracking \
		|| die "econf failed"

	emake || die "emake failed"
}

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



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.11.8.ebuild
@ 2007-11-09 15:52 Dawid Weglinski (cla)
  0 siblings, 0 replies; 5+ messages in thread
From: Dawid Weglinski (cla) @ 2007-11-09 15:52 UTC (permalink / raw
  To: gentoo-commits

cla         07/11/09 15:52:26

  Modified:             ChangeLog libtorrent-0.11.8.ebuild
  Log:
  Stable on x86, bug #198558
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.101                net-libs/libtorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	25 Oct 2007 19:23:13 -0000	1.100
+++ ChangeLog	9 Nov 2007 15:52:25 -0000	1.101
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.100 2007/10/25 19:23:13 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.101 2007/11/09 15:52:25 cla Exp $
+
+  09 Nov 2007; Dawid Węgliński <cla@gentoo.org> libtorrent-0.11.8.ebuild:
+  Stable on x86 (bug #198558)
 
   25 Oct 2007; Timothy Redaelli <drizzt@gentoo.org>
   +libtorrent-0.11.9.ebuild:



1.2                  net-libs/libtorrent/libtorrent-0.11.8.ebuild

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

Index: libtorrent-0.11.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtorrent-0.11.8.ebuild	8 Sep 2007 14:36:56 -0000	1.1
+++ libtorrent-0.11.8.ebuild	9 Nov 2007 15:52:25 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v 1.1 2007/09/08 14:36:56 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v 1.2 2007/11/09 15:52:25 cla Exp $
 
 inherit eutils toolchain-funcs flag-o-matic libtool
 
@@ -9,7 +9,7 @@
 SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 
 IUSE="debug"
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.11.8.ebuild
@ 2007-11-09 18:35 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2007-11-09 18:35 UTC (permalink / raw
  To: gentoo-commits

nixnut      07/11/09 18:35:03

  Modified:             ChangeLog libtorrent-0.11.8.ebuild
  Log:
  Stable on ppc wrt bug 198558
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.102                net-libs/libtorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	9 Nov 2007 15:52:25 -0000	1.101
+++ ChangeLog	9 Nov 2007 18:35:03 -0000	1.102
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.101 2007/11/09 15:52:25 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.102 2007/11/09 18:35:03 nixnut Exp $
+
+  09 Nov 2007; nixnut <nixnut@gentoo.org> libtorrent-0.11.8.ebuild:
+  Stable on ppc wrt bug 198558
 
   09 Nov 2007; Dawid Węgliński <cla@gentoo.org> libtorrent-0.11.8.ebuild:
   Stable on x86 (bug #198558)



1.3                  net-libs/libtorrent/libtorrent-0.11.8.ebuild

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

Index: libtorrent-0.11.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libtorrent-0.11.8.ebuild	9 Nov 2007 15:52:25 -0000	1.2
+++ libtorrent-0.11.8.ebuild	9 Nov 2007 18:35:03 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v 1.2 2007/11/09 15:52:25 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v 1.3 2007/11/09 18:35:03 nixnut Exp $
 
 inherit eutils toolchain-funcs flag-o-matic libtool
 
@@ -9,7 +9,7 @@
 SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 
 IUSE="debug"
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.11.8.ebuild
@ 2007-11-10 21:51 Markus Rothe (corsair)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Rothe (corsair) @ 2007-11-10 21:51 UTC (permalink / raw
  To: gentoo-commits

corsair     07/11/10 21:51:23

  Modified:             ChangeLog libtorrent-0.11.8.ebuild
  Log:
  Stable on ppc64; bug #198558
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.103                net-libs/libtorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	9 Nov 2007 18:35:03 -0000	1.102
+++ ChangeLog	10 Nov 2007 21:51:22 -0000	1.103
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.102 2007/11/09 18:35:03 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.103 2007/11/10 21:51:22 corsair Exp $
+
+  10 Nov 2007; Markus Rothe <corsair@gentoo.org> libtorrent-0.11.8.ebuild:
+  Stable on ppc64; bug #198558
 
   09 Nov 2007; nixnut <nixnut@gentoo.org> libtorrent-0.11.8.ebuild:
   Stable on ppc wrt bug 198558



1.4                  net-libs/libtorrent/libtorrent-0.11.8.ebuild

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

Index: libtorrent-0.11.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libtorrent-0.11.8.ebuild	9 Nov 2007 18:35:03 -0000	1.3
+++ libtorrent-0.11.8.ebuild	10 Nov 2007 21:51:22 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v 1.3 2007/11/09 18:35:03 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v 1.4 2007/11/10 21:51:22 corsair Exp $
 
 inherit eutils toolchain-funcs flag-o-matic libtool
 
@@ -9,7 +9,7 @@
 SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 
 IUSE="debug"
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.11.8.ebuild
@ 2007-11-13 16:30 Samuli Suominen (drac)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (drac) @ 2007-11-13 16:30 UTC (permalink / raw
  To: gentoo-commits

drac        07/11/13 16:30:42

  Modified:             ChangeLog libtorrent-0.11.8.ebuild
  Log:
  amd64 stable wrt #198558
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.105                net-libs/libtorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	13 Nov 2007 15:23:44 -0000	1.104
+++ ChangeLog	13 Nov 2007 16:30:42 -0000	1.105
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libtorrent
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.104 2007/11/13 15:23:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.105 2007/11/13 16:30:42 drac Exp $
+
+  13 Nov 2007; Samuli Suominen <drac@gentoo.org> libtorrent-0.11.8.ebuild:
+  amd64 stable wrt #198558
 
   13 Nov 2007; Raúl Porcel <armin76@gentoo.org> libtorrent-0.11.9.ebuild:
   Add ~ia64 wrt #198844



1.5                  net-libs/libtorrent/libtorrent-0.11.8.ebuild

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

Index: libtorrent-0.11.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libtorrent-0.11.8.ebuild	10 Nov 2007 21:51:22 -0000	1.4
+++ libtorrent-0.11.8.ebuild	13 Nov 2007 16:30:42 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v 1.4 2007/11/10 21:51:22 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v 1.5 2007/11/13 16:30:42 drac Exp $
 
 inherit eutils toolchain-funcs flag-o-matic libtool
 
@@ -9,7 +9,7 @@
 SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 
 IUSE="debug"
 



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-11-13 16:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-13 16:30 [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.11.8.ebuild Samuli Suominen (drac)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-10 21:51 Markus Rothe (corsair)
2007-11-09 18:35 Gysbert Wassenaar (nixnut)
2007-11-09 15:52 Dawid Weglinski (cla)
2007-09-08 14:36 Timothy Redaelli (drizzt)

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