summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2010-04-02 15:00:00 +0000
committerBen de Groot <yngwin@gentoo.org>2010-04-02 15:00:00 +0000
commit0594a452dc4858df7107ec02d760c818272104c0 (patch)
tree2dd199e16449aefd7044493cb6020acfab5817f4 /net-libs
parentFix rsync mirror selection, bug 312753, thanks to Donald Wallace Rouse II <ge... (diff)
downloadhistorical-0594a452dc4858df7107ec02d760c818272104c0.tar.gz
historical-0594a452dc4858df7107ec02d760c818272104c0.tar.bz2
historical-0594a452dc4858df7107ec02d760c818272104c0.zip
Remove version obsoleted by the revbump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/rb_libtorrent/ChangeLog6
-rw-r--r--net-libs/rb_libtorrent/Manifest3
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.14.9.ebuild76
3 files changed, 6 insertions, 79 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog
index 2e5169413482..c68593641242 100644
--- a/net-libs/rb_libtorrent/ChangeLog
+++ b/net-libs/rb_libtorrent/ChangeLog
@@ -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.80 2010/03/27 17:29:24 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.81 2010/04/02 15:00:00 yngwin Exp $
+
+ 02 Apr 2010; Ben de Groot <yngwin@gentoo.org>
+ -rb_libtorrent-0.14.9.ebuild:
+ Remove version obsoleted by the revbump
*rb_libtorrent-0.14.9-r1 (27 Mar 2010)
diff --git a/net-libs/rb_libtorrent/Manifest b/net-libs/rb_libtorrent/Manifest
index a3b1ad22bf30..5ca764312c98 100644
--- a/net-libs/rb_libtorrent/Manifest
+++ b/net-libs/rb_libtorrent/Manifest
@@ -6,6 +6,5 @@ DIST libtorrent-rasterbar-0.14.6.tar.gz 1995813 RMD160 454bb4550e1c8b78201721437
DIST libtorrent-rasterbar-0.14.9.tar.gz 1989956 RMD160 67f31b8dd98a3ead862a042ae226b23bdeb242a0 SHA1 cd7579100529cb2b0f0b4fcd2bee3d28c35b74c3 SHA256 08ea1eeea7d0fb8ed2ca2628c2e9c79d3bacc9f08011b4d9020a15dcd24e6ea3
EBUILD rb_libtorrent-0.14.6.ebuild 1952 RMD160 54afc7e7c855ac65d9f350e181d23e6aadb823f6 SHA1 58f89daec74bbb55db9410ddd8cdee9186685abb SHA256 ba56af343fc44ac657a3882d7f526ec28e6ee5a99d855e4e6e98e9fecaa45940
EBUILD rb_libtorrent-0.14.9-r1.ebuild 2451 RMD160 18bf07ebcdcea24b5901187c9557699035434357 SHA1 6480c0d0c41ff9de4558fc250c51d3c6905ea96a SHA256 b811ed26ec1e76af6fc54fc59498e2d9133331d52918da57bc332bb383d15bdc
-EBUILD rb_libtorrent-0.14.9.ebuild 2486 RMD160 e22fea447bfebfbd16c4290d90c0695edd3c408d SHA1 2b08af03ccd5a98b7ae64773f6c6264045971bd7 SHA256 b19603262b74cbaa83fa477e42a3d8d354dfdef3abf2c805c3731f4b3b3623f4
-MISC ChangeLog 14002 RMD160 5a2e7f4ebd466cc8553472d5385995c8d849e69b SHA1 47ffdf37f63e782cd821ce865865766f0ba5b530 SHA256 96f3c288cc8cb0ad444218add11694cb29a05d1bba3baa5e80437e3553bbb6c5
+MISC ChangeLog 14125 RMD160 9e46418213177e03baca67290be347c994b52437 SHA1 862b28bb918d064bb25a763aed3f33658a5517d4 SHA256 d98a1c59e0667d47a8ba6cf4cb930c8acbb5868ba1ce38b30c020586de46e5a2
MISC metadata.xml 180 RMD160 b3fdae264805d1dbe224d18e30b43cc9379b48c0 SHA1 3ece90b24dcd1ecd3e833660e8094afa809d2d93 SHA256 d4bbc70ee1028611e44086fc0b56d097b6945f22c66750538034bca5bf699f5c
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.14.9.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.14.9.ebuild
deleted file mode 100644
index 65b7242f4746..000000000000
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.14.9.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# 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.14.9.ebuild,v 1.2 2010/03/27 17:29:24 yngwin Exp $
-
-EAPI="2"
-inherit autotools eutils flag-o-matic 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 test"
-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-libs/zlib
- examples? ( !net-p2p/mldonkey )" #292998
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/0.14.6-configure-ldflags-fix.patch #290756
- epatch "${FILESDIR}"/${PN}-0.14.8-as-needed-fix.patch #276873
- epatch "${FILESDIR}"/${PN}-0.14.8-boost-detect.patch #295474
- eautoreconf
-}
-
-src_configure() {
- append-ldflags -pthread
-
- # use multi-threading versions of boost libs
- local BOOST_LIBS="--with-boost-system=boost_system-mt \
- --with-boost-asio=boost_system-mt \
- --with-boost-filesystem=boost_filesystem-mt \
- --with-boost-thread=boost_thread-mt \
- --with-boost-regex=boost_regex-mt \
- --with-boost-python=boost_python-mt \
- --with-boost-program_options=boost_program_options-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 \
- --with-asio=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
-}