Gentoo Archives: gentoo-commits

From: "Timothy Redaelli (drizzt)" <drizzt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libtorrent: ChangeLog libtorrent-0.11.9.ebuild
Date: Thu, 25 Oct 2007 19:22:25
Message-Id: E1Il8Hc-0007Sq-QZ@stork.gentoo.org
1 drizzt 07/10/25 19:22:20
2
3 Modified: ChangeLog
4 Added: libtorrent-0.11.9.ebuild
5 Log:
6 Version bump, thanks to Flameeyes for poking me.
7
8 (Portage version: 2.1.3.16)
9
10 Revision Changes Path
11 1.99 net-libs/libtorrent/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.99&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.99&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.98&r2=1.99
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
20 retrieving revision 1.98
21 retrieving revision 1.99
22 diff -u -r1.98 -r1.99
23 --- ChangeLog 8 Sep 2007 14:36:56 -0000 1.98
24 +++ ChangeLog 25 Oct 2007 19:22:20 -0000 1.99
25 @@ -1,6 +1,16 @@
26 # ChangeLog for net-libs/libtorrent
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.98 2007/09/08 14:36:56 drizzt Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.99 2007/10/25 19:22:20 drizzt Exp $
30 +
31 + 25 Oct 2007; Timothy Redaelli <drizzt@g.o>
32 + +libtorrent-0.11.9.ebuild:
33 + Version bump, thanks to Flameeyes for poking me.
34 +
35 +*libtorrent-0.11.9 (25 Oct 2007)
36 +
37 + 25 Oct 2007; Timothy Redaelli <drizzt@g.o>
38 + +libtorrent-0.11.9.ebuild:
39 + Version bump, thanks to Flameeyes for poking me.
40
41 *libtorrent-0.11.8 (08 Sep 2007)
42
43
44
45
46 1.1 net-libs/libtorrent/libtorrent-0.11.9.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild?rev=1.1&content-type=text/plain
50
51 Index: libtorrent-0.11.9.ebuild
52 ===================================================================
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.9.ebuild,v 1.1 2007/10/25 19:22:20 drizzt Exp $
56
57 inherit eutils toolchain-funcs flag-o-matic libtool
58
59 DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix."
60 HOMEPAGE="http://libtorrent.rakshasa.no/"
61 SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"
62 SLOT="0"
63 LICENSE="GPL-2"
64 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65
66 IUSE="debug"
67
68 RDEPEND=">=dev-libs/libsigc++-2"
69
70 DEPEND="${RDEPEND}
71 >=dev-util/pkgconfig-0.11"
72
73 src_compile() {
74 replace-flags -Os -O2
75
76 if [[ $(tc-arch) = "x86" ]]; then
77 filter-flags -fomit-frame-pointer -fforce-addr
78 fi
79
80 elibtoolize
81 econf \
82 $(use_enable debug) \
83 --enable-static \
84 --enable-shared \
85 --disable-dependency-tracking \
86 || die "econf failed"
87
88 emake || die "emake failed"
89 }
90
91 src_install() {
92 emake DESTDIR="${D}" install || die "make install failed"
93 dodoc AUTHORS ChangeLog NEWS README TODO
94 }
95
96
97
98 --
99 gentoo-commits@g.o mailing list