Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.11.9.ebuild libtorrent-0.11.3.ebuild libtorrent-0.11.1.ebuild libtorrent-0.11.4.ebuild libtorrent-0.11.2.ebuild
Date: Wed, 06 Feb 2008 14:03:11
Message-Id: E1JMkrk-0005jy-HR@stork.gentoo.org
1 armin76 08/02/06 14:03:08
2
3 Modified: ChangeLog libtorrent-0.11.9.ebuild
4 Removed: libtorrent-0.11.3.ebuild libtorrent-0.11.1.ebuild
5 libtorrent-0.11.4.ebuild libtorrent-0.11.2.ebuild
6 Log:
7 Add missing ipv6 support, bug #207581, remove old
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.108 net-libs/libtorrent/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.108&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.108&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.107&r2=1.108
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
20 retrieving revision 1.107
21 retrieving revision 1.108
22 diff -u -r1.107 -r1.108
23 --- ChangeLog 5 Feb 2008 11:06:17 -0000 1.107
24 +++ ChangeLog 6 Feb 2008 14:03:07 -0000 1.108
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-libs/libtorrent
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.107 2008/02/05 11:06:17 corsair Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.108 2008/02/06 14:03:07 armin76 Exp $
30 +
31 + 06 Feb 2008; Raúl Porcel <armin76@g.o> -libtorrent-0.11.1.ebuild,
32 + -libtorrent-0.11.2.ebuild, -libtorrent-0.11.3.ebuild,
33 + -libtorrent-0.11.4.ebuild, libtorrent-0.11.9.ebuild:
34 + Add missing ipv6 support, bug #207581, remove old
35
36 05 Feb 2008; Markus Rothe <corsair@g.o> libtorrent-0.11.9.ebuild:
37 Stable on ppc64
38
39
40
41 1.5 net-libs/libtorrent/libtorrent-0.11.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild?r1=1.4&r2=1.5
46
47 Index: libtorrent-0.11.9.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- libtorrent-0.11.9.ebuild 5 Feb 2008 11:06:17 -0000 1.4
54 +++ libtorrent-0.11.9.ebuild 6 Feb 2008 14:03:07 -0000 1.5
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v 1.4 2008/02/05 11:06:17 corsair Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v 1.5 2008/02/06 14:03:07 armin76 Exp $
60
61 inherit eutils toolchain-funcs flag-o-matic libtool
62
63 @@ -9,9 +9,9 @@
64 SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"
65 SLOT="0"
66 LICENSE="GPL-2"
67 -KEYWORDS="~amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
68 +KEYWORDS="~amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
69
70 -IUSE="debug"
71 +IUSE="debug ipv6"
72
73 RDEPEND=">=dev-libs/libsigc++-2"
74
75 @@ -28,6 +28,7 @@
76 elibtoolize
77 econf \
78 $(use_enable debug) \
79 + $(use_enable ipv6) \
80 --enable-static \
81 --enable-shared \
82 --disable-dependency-tracking \
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list