summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-24 17:55:15 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-24 17:55:15 +0000
commitbc76f29fa75996b0e4da92f9c54314d9952506bb (patch)
tree4462dd71879123e57a89f891ead8cbf6ed8178d3 /net-libs/rb_libtorrent
parentStable for HPPA (bug #214456). (diff)
downloadgentoo-2-bc76f29fa75996b0e4da92f9c54314d9952506bb.tar.gz
gentoo-2-bc76f29fa75996b0e4da92f9c54314d9952506bb.tar.bz2
gentoo-2-bc76f29fa75996b0e4da92f9c54314d9952506bb.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r--net-libs/rb_libtorrent/ChangeLog9
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1912.ebuild52
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.13_rc3.ebuild (renamed from net-libs/rb_libtorrent/rb_libtorrent-0.13_rc1.ebuild)2
3 files changed, 9 insertions, 54 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog
index 44a559335855..0d175586b696 100644
--- a/net-libs/rb_libtorrent/ChangeLog
+++ b/net-libs/rb_libtorrent/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-libs/rb_libtorrent
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.45 2008/03/22 14:38:57 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.46 2008/03/24 17:55:15 armin76 Exp $
+
+*rb_libtorrent-0.13_rc3 (24 Mar 2008)
+
+ 24 Mar 2008; Raúl Porcel <armin76@gentoo.org>
+ -rb_libtorrent-0.13_pre1912.ebuild, -rb_libtorrent-0.13_rc1.ebuild,
+ +rb_libtorrent-0.13_rc3.ebuild:
+ Version bump
22 Mar 2008; Markus Rothe <corsair@gentoo.org>
rb_libtorrent-0.13_rc1.ebuild:
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1912.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1912.ebuild
deleted file mode 100644
index b4eca9548c26..000000000000
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.13_pre1912.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2008 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_pre1912.ebuild,v 1.2 2008/03/11 16:09:22 ranger 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 ~ppc64 ~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_rc1.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.13_rc3.ebuild
index 551baf05a1fe..b45f5b25c58d 100644
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.13_rc1.ebuild
+++ b/net-libs/rb_libtorrent/rb_libtorrent-0.13_rc3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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_rc1.ebuild,v 1.2 2008/03/22 14:38:57 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13_rc3.ebuild,v 1.1 2008/03/24 17:55:15 armin76 Exp $
inherit eutils autotools