Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Raul Porcel (armin76)" <armin76@g.o>
|
|
Subject:
|
gentoo-x86 commit in net-libs/rb_libtorrent: ChangeLog rb_libtorrent-0.13_pre1806_p1.ebuild rb_libtorrent-0.13_pre1791.ebuild
|
|
Date:
|
Sun, 09 Dec 2007 21:02:04 +0000
|
|
armin76 07/12/09 21:02:04
Modified: ChangeLog
Added: rb_libtorrent-0.13_pre1806_p1.ebuild
Removed: rb_libtorrent-0.13_pre1791.ebuild
Log:
Version bump
(Portage version: 2.1.4_rc9)
Revision Changes Path
1.36 net-libs/rb_libtorrent/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 4 Dec 2007 18:50:29 -0000 1.35
+++ ChangeLog 9 Dec 2007 21:02:04 -0000 1.36
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/rb_libtorrent
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.35 2007/12/04 18:50:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.36 2007/12/09 21:02:04 armin76 Exp $
+
+*rb_libtorrent-0.13_pre1806_p1 (09 Dec 2007)
+
+ 09 Dec 2007; Raúl Porcel <armin76@g.o>
+ -rb_libtorrent-0.13_pre1791.ebuild, +rb_libtorrent-0.13_pre1806_p1.ebuild:
+ Version bump
*rb_libtorrent-0.13_pre1791 (04 Dec 2007)
1.1 net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1806_p1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1806_p1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1806_p1.ebuild?rev=1.1&content-type=text/plain
Index: rb_libtorrent-0.13_pre1806_p1.ebuild
===================================================================
# Copyright 1999-2007 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.13_pre1806_p1.ebuild,v 1.1 2007/12/09 21:02:04 armin76 Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
inherit eutils autotools
MY_P="${P/rb_/}"
DESCRIPTION="BitTorrent library written in C++ for *nix."
HOMEPAGE="http://www.rasterbar.com/products/libtorrent/"
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="debug"
DEPEND="dev-libs/boost
!net-libs/libtorrent"
RDEPEND="${DEPEND}"
pkg_setup() {
# We need boost built with threads
if ! has_version ">=dev-libs/boost-1.34_pre20061214" && \
! built_with_use "dev-libs/boost" threads; then
eerror "${PN} needs dev-libs/boost built with threads USE flag"
die "dev-libs/boost is built without threads USE flag"
fi
}
src_compile() {
BOOST_LIBS="--with-boost-date-time=boost_date_time-mt \
--with-boost-filesystem=boost_filesystem-mt \
--with-boost-thread=boost_thread-mt \
--with-boost-regex=boost_regex-mt \
--with-boost-program_options=boost_program_options-mt"
AT_M4DIR="m4" eautoreconf
econf $(use_enable debug) \
${BOOST_LIBS} \
LDFLAGS="${LDFLAGS} -pthread" || die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc ChangeLog AUTHORS NEWS README
}
--
gentoo-commits@g.o mailing list
|
|