hwoarang 14/03/15 16:49:36
Modified: rb_libtorrent-0.16.10.ebuild
rb_libtorrent-0.16.15.ebuild ChangeLog
Removed: rb_libtorrent-0.16.13.ebuild
rb_libtorrent-0.16.12.ebuild
rb_libtorrent-0.16.14.ebuild
Log:
Make sure the correct boot library path is used. Bug #503746. Patch by Georgi
Georgiev
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
C2BA7F3C!)
Revision Changes Path
1.8 net-libs/rb_libtorrent/rb_libtorrent-0.16.10.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.10.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.10.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.10.ebuild?r1=1.7&r2=1.8
Index: rb_libtorrent-0.16.10.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.10.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rb_libtorrent-0.16.10.ebuild 7 Sep 2013 20:11:40 -0000 1.7
+++ rb_libtorrent-0.16.10.ebuild 15 Mar 2014 16:49:36 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.10.ebuild,v
1.7 2013/09/07 20:11:40 ago Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.10.ebuild,v
1.8 2014/03/15 16:49:36 hwoarang Exp $
EAPI="4"
PYTHON_DEPEND="python? 2:2.6"
@@ -64,6 +64,7 @@
$(use_enable python python-binding) \
$(use_enable ssl encryption) \
$(use_enable static-libs static) \
+ --with-boost-libdir=/usr/$(get_libdir) \
${myconf}
}
1.2 net-libs/rb_libtorrent/rb_libtorrent-0.16.15.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.15.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.15.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.15.ebuild?r1=1.1&r2=1.2
Index: rb_libtorrent-0.16.15.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rb_libtorrent-0.16.15.ebuild 3 Mar 2014 20:26:27 -0000 1.1
+++ rb_libtorrent-0.16.15.ebuild 15 Mar 2014 16:49:36 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.15.ebuild,v
1.1 2014/03/03 20:26:27 hwoarang Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.15.ebuild,v
1.2 2014/03/15 16:49:36 hwoarang Exp $
EAPI="4"
PYTHON_DEPEND="python? 2:2.6"
@@ -64,6 +64,7 @@
$(use_enable python python-binding) \
$(use_enable ssl encryption) \
$(use_enable static-libs static) \
+ --with-boost-libdir=/usr/$(get_libdir) \
${myconf}
}
1.172 net-libs/rb_libtorrent/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.172&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.172&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.171&r2=1.172
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog 3 Mar 2014 20:26:27 -0000 1.171
+++ ChangeLog 15 Mar 2014 16:49:36 -0000 1.172
@@ -1,6 +1,13 @@
# ChangeLog for net-libs/rb_libtorrent
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.171
2014/03/03 20:26:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.172
2014/03/15 16:49:36 hwoarang Exp $
+
+ 15 Mar 2014; Markos Chandras <[email protected]>
+ -rb_libtorrent-0.16.12.ebuild, -rb_libtorrent-0.16.13.ebuild,
+ -rb_libtorrent-0.16.14.ebuild, rb_libtorrent-0.16.10.ebuild,
+ rb_libtorrent-0.16.15.ebuild:
+ Make sure the correct boot library path is used. Bug #503746. Patch by Georgi
+ Georgiev
*rb_libtorrent-0.16.15 (03 Mar 2014)