From 0b18ba15b897c3831486029e32ab9a69bc24994b Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Sat, 24 Nov 2007 15:33:25 +0000 Subject: Version bump (Portage version: 2.1.4_rc3) --- net-libs/rb_libtorrent/ChangeLog | 8 +++- .../files/digest-rb_libtorrent-0.13_pre1724 | 3 -- .../files/digest-rb_libtorrent-0.13_pre1762 | 3 ++ .../rb_libtorrent-0.13_pre1724.ebuild | 52 ---------------------- .../rb_libtorrent-0.13_pre1762.ebuild | 52 ++++++++++++++++++++++ 5 files changed, 62 insertions(+), 56 deletions(-) delete mode 100644 net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1724 create mode 100644 net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1762 delete mode 100644 net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1724.ebuild create mode 100644 net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1762.ebuild (limited to 'net-libs') diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index e628348ff76a..af4f34ca2b5d 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -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.33 2007/11/15 16:01:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.34 2007/11/24 15:33:25 armin76 Exp $ + +*rb_libtorrent-0.13_pre1762 (24 Nov 2007) + + 24 Nov 2007; Raúl Porcel + -rb_libtorrent-0.13_pre1724.ebuild, +rb_libtorrent-0.13_pre1762.ebuild: + Version bump *rb_libtorrent-0.13_pre1724 (15 Nov 2007) diff --git a/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1724 b/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1724 deleted file mode 100644 index c2e55a9313ba..000000000000 --- a/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1724 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d221a0e8f78b9288d946f49584e8b320 libtorrent-0.13_pre1724.tar.bz2 1441981 -RMD160 c1d11cae04ab1f81944086f08cf988f78e26d7f8 libtorrent-0.13_pre1724.tar.bz2 1441981 -SHA256 29a91f1c3c916c1446092c1da4440dd0605009d20f04217f9dff9b2efd5d0da5 libtorrent-0.13_pre1724.tar.bz2 1441981 diff --git a/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1762 b/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1762 new file mode 100644 index 000000000000..b2ae4b48e863 --- /dev/null +++ b/net-libs/rb_libtorrent/files/digest-rb_libtorrent-0.13_pre1762 @@ -0,0 +1,3 @@ +MD5 306e1d8904847ed518d801b2a834b1a1 libtorrent-0.13_pre1762.tar.bz2 1439199 +RMD160 2c516a13fb05d44cacf354521091234027d8258c libtorrent-0.13_pre1762.tar.bz2 1439199 +SHA256 57d13d9c8efc9e46d423f7307db6bdadda959da4d53705d73496b4344241b59b libtorrent-0.13_pre1762.tar.bz2 1439199 diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1724.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1724.ebuild deleted file mode 100644 index 56bfcd394854..000000000000 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1724.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# 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_pre1724.ebuild,v 1.1 2007/11/15 16:01:44 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 -} diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1762.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1762.ebuild new file mode 100644 index 000000000000..388a780ebad1 --- /dev/null +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1762.ebuild @@ -0,0 +1,52 @@ +# 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_pre1762.ebuild,v 1.1 2007/11/24 15:33:25 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 +} -- cgit v1.2.3-65-gdbad