* [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: ChangeLog rb_libtorrent-0.15.4.ebuild
@ 2010-10-05 19:09 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-05 19:09 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/10/05 19:09:16
Modified: ChangeLog
Added: rb_libtorrent-0.15.4.ebuild
Log:
Version bump
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Revision Changes Path
1.92 net-libs/rb_libtorrent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.91&r2=1.92
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog 8 Sep 2010 23:03:43 -0000 1.91
+++ ChangeLog 5 Oct 2010 19:09:16 -0000 1.92
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/rb_libtorrent
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.91 2010/09/08 23:03:43 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.92 2010/10/05 19:09:16 hwoarang Exp $
+
+*rb_libtorrent-0.15.4 (05 Oct 2010)
+
+ 05 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
+ +rb_libtorrent-0.15.4.ebuild:
+ Version bump
*rb_libtorrent-0.15.3 (08 Sep 2010)
*rb_libtorrent-0.14.12 (08 Sep 2010)
1.1 net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?rev=1.1&content-type=text/plain
Index: rb_libtorrent-0.15.4.ebuild
===================================================================
# Copyright 1999-2010 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.15.4.ebuild,v 1.1 2010/10/05 19:09:16 hwoarang Exp $
EAPI="2"
inherit eutils versionator
MY_P=${P/rb_/}
MY_P=${MY_P/torrent/torrent-rasterbar}
S=${WORKDIR}/${MY_P}
DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability"
HOMEPAGE="http://www.rasterbar.com/products/libtorrent/"
SRC_URI="http://libtorrent.googlecode.com/files/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="debug doc examples python"
RESTRICT="test"
DEPEND="|| ( >=dev-libs/boost-1.35
( ~dev-libs/boost-1.34.1 dev-cpp/asio ) )
python? ( >=dev-libs/boost-1.35.0-r5[python] dev-lang/python:2.6[threads] )
=sys-devel/libtool-2.2*
sys-libs/zlib
examples? ( !net-p2p/mldonkey )" #292998
RDEPEND="${DEPEND}"
src_configure() {
# use multi-threading versions of boost libs
local BOOST_LIBS="--with-boost-system=boost_system-mt \
--with-boost-filesystem=boost_filesystem-mt \
--with-boost-thread=boost_thread-mt \
--with-boost-python=boost_python-mt"
# detect boost version and location, bug 295474
BOOST_PKG="$(best_version ">=dev-libs/boost-1.34.1")"
BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
BOOST_INC="/usr/include/boost-${BOOST_VER}"
BOOST_LIB="/usr/$(get_libdir)/boost-${BOOST_VER}"
local LOGGING
use debug && LOGGING="--with-logging=verbose"
econf $(use_enable debug) \
$(use_enable test tests) \
$(use_enable examples) \
$(use_enable python python-binding) \
--with-zlib=system \
${LOGGING} \
--with-boost=${BOOST_INC} \
--with-boost-libdir=${BOOST_LIB} \
${BOOST_LIBS}
}
src_install() {
emake DESTDIR="${D}" install || die 'emake install failed'
dodoc ChangeLog AUTHORS NEWS README || die 'dodoc failed'
if use doc ; then
dohtml docs/* || die "Could not install HTML documentation"
fi
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: ChangeLog rb_libtorrent-0.15.4.ebuild
@ 2010-10-17 13:17 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-17 13:17 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/10/17 13:17:40
Modified: ChangeLog rb_libtorrent-0.15.4.ebuild
Log:
Add ssl useflag for encryption purposes. Fix debug useflag usage
(Portage version: 2.2_rc97/cvs/Linux x86_64)
Revision Changes Path
1.93 net-libs/rb_libtorrent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.92&r2=1.93
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog 5 Oct 2010 19:09:16 -0000 1.92
+++ ChangeLog 17 Oct 2010 13:17:40 -0000 1.93
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/rb_libtorrent
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.92 2010/10/05 19:09:16 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.93 2010/10/17 13:17:40 hwoarang Exp $
+
+ 17 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
+ rb_libtorrent-0.15.4.ebuild:
+ Add ssl useflag for encryption purposes. Fix debug useflag usage
*rb_libtorrent-0.15.4 (05 Oct 2010)
1.2 net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?r1=1.1&r2=1.2
Index: rb_libtorrent-0.15.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rb_libtorrent-0.15.4.ebuild 5 Oct 2010 19:09:16 -0000 1.1
+++ rb_libtorrent-0.15.4.ebuild 17 Oct 2010 13:17:40 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.15.4.ebuild,v 1.1 2010/10/05 19:09:16 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild,v 1.2 2010/10/17 13:17:40 hwoarang Exp $
EAPI="2"
inherit eutils versionator
@@ -16,7 +16,7 @@
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="debug doc examples python"
+IUSE="debug doc examples python ssl"
RESTRICT="test"
DEPEND="|| ( >=dev-libs/boost-1.35
@@ -24,7 +24,9 @@
python? ( >=dev-libs/boost-1.35.0-r5[python] dev-lang/python:2.6[threads] )
=sys-devel/libtool-2.2*
sys-libs/zlib
- examples? ( !net-p2p/mldonkey )" #292998
+ examples? ( !net-p2p/mldonkey )
+ ssl? ( dev-libs/openssl )"
+
RDEPEND="${DEPEND}"
src_configure() {
@@ -42,12 +44,13 @@
BOOST_LIB="/usr/$(get_libdir)/boost-${BOOST_VER}"
local LOGGING
- use debug && LOGGING="--with-logging=verbose"
+ use debug && LOGGING="--enable-logging=verbose --enable-statistics"
econf $(use_enable debug) \
$(use_enable test tests) \
$(use_enable examples) \
$(use_enable python python-binding) \
+ $(use_enable ssl encryption) \
--with-zlib=system \
${LOGGING} \
--with-boost=${BOOST_INC} \
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: ChangeLog rb_libtorrent-0.15.4.ebuild
@ 2010-10-21 20:09 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-21 20:09 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/10/21 20:09:27
Modified: ChangeLog rb_libtorrent-0.15.4.ebuild
Log:
Fix my latest commit and remove useless --enable-statistics switch
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Revision Changes Path
1.95 net-libs/rb_libtorrent/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.94&r2=1.95
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog 20 Oct 2010 13:52:55 -0000 1.94
+++ ChangeLog 21 Oct 2010 20:09:27 -0000 1.95
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/rb_libtorrent
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.94 2010/10/20 13:52:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.95 2010/10/21 20:09:27 hwoarang Exp $
+
+ 21 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
+ rb_libtorrent-0.15.4.ebuild:
+ Fix my latest commit and remove useless --enable-statistics switch
20 Oct 2010; Brent Baude <ranger@gentoo.org> rb_libtorrent-0.15.1.ebuild:
stable ppc, bug 333775
1.3 net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?r1=1.2&r2=1.3
Index: rb_libtorrent-0.15.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rb_libtorrent-0.15.4.ebuild 17 Oct 2010 13:17:40 -0000 1.2
+++ rb_libtorrent-0.15.4.ebuild 21 Oct 2010 20:09:27 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.15.4.ebuild,v 1.2 2010/10/17 13:17:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild,v 1.3 2010/10/21 20:09:27 hwoarang Exp $
EAPI="2"
inherit eutils versionator
@@ -44,7 +44,7 @@
BOOST_LIB="/usr/$(get_libdir)/boost-${BOOST_VER}"
local LOGGING
- use debug && LOGGING="--enable-logging=verbose --enable-statistics"
+ use debug && LOGGING="--enable-logging=verbose"
econf $(use_enable debug) \
$(use_enable test tests) \
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-21 20:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21 20:09 [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: ChangeLog rb_libtorrent-0.15.4.ebuild Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2010-10-17 13:17 Markos Chandras (hwoarang)
2010-10-05 19:09 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox