Gentoo Archives: gentoo-commits

From: "Benda XU (heroxbd)" <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-0.15.10.ebuild rb_libtorrent-0.16.0.ebuild ChangeLog
Date: Sat, 28 Apr 2012 15:52:02
Message-Id: 20120428155139.75A272004B@flycatcher.gentoo.org
1 heroxbd 12/04/28 15:51:39
2
3 Modified: rb_libtorrent-0.15.10.ebuild
4 rb_libtorrent-0.16.0.ebuild ChangeLog
5 Log:
6 fix boost dirs with EPREFIX for Prefix
7
8 (Portage version: 2.1.10.56/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild?r1=1.1&r2=1.2
16
17 Index: rb_libtorrent-0.15.10.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- rb_libtorrent-0.15.10.ebuild 25 Feb 2012 16:18:06 -0000 1.1
24 +++ rb_libtorrent-0.15.10.ebuild 28 Apr 2012 15:51:39 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild,v 1.1 2012/02/25 16:18:06 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.10.ebuild,v 1.2 2012/04/28 15:51:39 heroxbd Exp $
30
31 EAPI="4"
32 PYTHON_DEPEND="python? 2:2.6"
33 @@ -52,8 +52,8 @@
34 BOOST_PKG="$(best_version ">=dev-libs/boost-1.34.1")"
35 BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
36 BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
37 - BOOST_INC="/usr/include/boost-${BOOST_VER}"
38 - BOOST_LIB="/usr/$(get_libdir)/boost-${BOOST_VER}"
39 + BOOST_INC="${EPREFIX}/usr/include/boost-${BOOST_VER}"
40 + BOOST_LIB="${EPREFIX}/usr/$(get_libdir)/boost-${BOOST_VER}"
41
42 local LOGGING
43 use debug && LOGGING="--enable-logging=verbose"
44
45
46
47 1.2 net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild?r1=1.1&r2=1.2
52
53 Index: rb_libtorrent-0.16.0.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- rb_libtorrent-0.16.0.ebuild 17 Apr 2012 15:42:02 -0000 1.1
60 +++ rb_libtorrent-0.16.0.ebuild 28 Apr 2012 15:51:39 -0000 1.2
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2012 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild,v 1.1 2012/04/17 15:42:02 hwoarang Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.0.ebuild,v 1.2 2012/04/28 15:51:39 heroxbd Exp $
66
67 EAPI="4"
68 PYTHON_DEPEND="python? 2:2.6"
69 @@ -50,8 +50,8 @@
70 BOOST_PKG="$(best_version ">=dev-libs/boost-1.34.1")"
71 BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
72 BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
73 - BOOST_INC="/usr/include/boost-${BOOST_VER}"
74 - BOOST_LIB="/usr/$(get_libdir)/boost-${BOOST_VER}"
75 + BOOST_INC="${EPREFIX}/usr/include/boost-${BOOST_VER}"
76 + BOOST_LIB="${EPREFIX}/usr/$(get_libdir)/boost-${BOOST_VER}"
77
78 local LOGGING
79 use debug && LOGGING="--enable-logging=verbose"
80
81
82
83 1.125 net-libs/rb_libtorrent/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.125&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.125&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.124&r2=1.125
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
92 retrieving revision 1.124
93 retrieving revision 1.125
94 diff -u -r1.124 -r1.125
95 --- ChangeLog 19 Apr 2012 14:40:00 -0000 1.124
96 +++ ChangeLog 28 Apr 2012 15:51:39 -0000 1.125
97 @@ -1,6 +1,10 @@
98 # ChangeLog for net-libs/rb_libtorrent
99 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.124 2012/04/19 14:40:00 ranger Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.125 2012/04/28 15:51:39 heroxbd Exp $
102 +
103 + 28 Apr 2012; <heroxbd@g.o> rb_libtorrent-0.15.10.ebuild,
104 + rb_libtorrent-0.16.0.ebuild:
105 + fix boost dirs with EPREFIX for Prefix
106
107 19 Apr 2012; Brent Baude <ranger@g.o> rb_libtorrent-0.15.9.ebuild:
108 Marking rb_libtorrent-0.15.9 ppc64 for bug 411871