summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2013-05-28 20:34:25 +0200
committerBertrand Jacquin <beber@meleeweb.net>2013-05-28 23:30:13 +0200
commit8189e80cd75e27213f08f501269482c5e13d2c43 (patch)
tree0a1e1b4b5911e49e6adb50893fd12a333fad5222
parentdelete old media-sound/pulseaudio work (diff)
downloadportage-8189e80cd75e27213f08f501269482c5e13d2c43.tar.xz
delete old net-libs/rb_libtorrent work
-rw-r--r--net-libs/rb_libtorrent/Manifest4
-rw-r--r--net-libs/rb_libtorrent/files/boost-1.37-fix.patch11
-rw-r--r--net-libs/rb_libtorrent/files/rb_libtorrent-0.14.1-ax_python_path.patch21
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild55
4 files changed, 0 insertions, 91 deletions
diff --git a/net-libs/rb_libtorrent/Manifest b/net-libs/rb_libtorrent/Manifest
deleted file mode 100644
index 3f8e4e4d..00000000
--- a/net-libs/rb_libtorrent/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX boost-1.37-fix.patch 519 RMD160 3126c253c5b330a99b93bcadb803145a751df248 SHA1 9745aee26b0ad9801c517086805ee064a3d82a95 SHA256 1f6d979590f8873717c78cdf5fe0214f4f7f8ccd5b0e417b1de233e6875367f8
-AUX rb_libtorrent-0.14.1-ax_python_path.patch 1084 RMD160 13f8d86ced91b9c617c3d5cd256056c9ae799dd3 SHA1 38165920f011971146d20feeb801df48e9fe664e SHA256 689cbb500e2bc7bd2a0ca7d48a84916497a7cba1cc65689b492e2d3dfddcaa20
-DIST libtorrent-0.13.tar.gz 1502517 RMD160 40b97552ca2b664facf864e48cc09a0cf4d84809 SHA1 010c02e350dc68263bb791bc8c37df341301e9bb SHA256 b187e6af2d2adc90417f991431fab5b0d6e61d71d0164345fad940a79cc45ee2
-EBUILD rb_libtorrent-0.13.ebuild 1457 RMD160 af83307b6f7e716230c5d165b0961a14b2c359c2 SHA1 f06781e2809a04f9728a9dfca101489dc320fbbe SHA256 3ae0781bb8fc0804263adcf01347570a03067d4afe8d81bcce5889672ce5ab4b
diff --git a/net-libs/rb_libtorrent/files/boost-1.37-fix.patch b/net-libs/rb_libtorrent/files/boost-1.37-fix.patch
deleted file mode 100644
index f1b95d8d..00000000
--- a/net-libs/rb_libtorrent/files/boost-1.37-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur libtorrent-0.13.orig/include/libtorrent/disk_io_thread.hpp libtorrent-0.13/include/libtorrent/disk_io_thread.hpp
---- libtorrent-0.13.orig/include/libtorrent/disk_io_thread.hpp 2009-05-27 10:45:06.000000000 +0200
-+++ libtorrent-0.13/include/libtorrent/disk_io_thread.hpp 2009-05-27 11:33:50.000000000 +0200
-@@ -38,6 +38,7 @@
- #endif
-
- #include "libtorrent/storage.hpp"
-+#include <boost/thread/condition.hpp>
- #include <boost/thread/thread.hpp>
- #include <boost/function.hpp>
- #include <boost/thread/mutex.hpp>
diff --git a/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.1-ax_python_path.patch b/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.1-ax_python_path.patch
deleted file mode 100644
index 0d1f48ef..00000000
--- a/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.1-ax_python_path.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Source: Santiago M. Mola <coldwind@gentoo.org>
-Upstream: The 'locate' part is merged.
-Reason: Support Python 2.6 and stop using locate to find Python headers.
---- libtorrent-rasterbar-0.14.1.orig/m4/ax_python.m4 2008-12-28 15:07:42.000000000 +0100
-+++ libtorrent-rasterbar-0.14.1/m4/ax_python.m4 2008-12-28 18:48:54.000000000 +0100
-@@ -58,13 +58,13 @@
- AC_DEFUN([AX_PYTHON],
- [AC_MSG_CHECKING(for python build information)
- AC_MSG_RESULT([])
--for python in python2.5 python2.4 python2.3 python2.2 python2.1 python; do
-+for python in python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
- AC_CHECK_PROGS(PYTHON_BIN, [$python])
- ax_python_bin=$PYTHON_BIN
- if test x$ax_python_bin != x; then
- AC_CHECK_LIB($ax_python_bin, main, ax_python_lib=$ax_python_bin, ax_python_lib=no)
- AC_CHECK_HEADER([$ax_python_bin/Python.h],
-- [[ax_python_header=`locate $ax_python_bin/Python.h | sed -e s,/Python.h,,`]],
-+ [[ax_python_header=/usr/include/$ax_python_bin]],
- ax_python_header=no)
- if test $ax_python_lib != no; then
- if test $ax_python_header != no; then
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild
deleted file mode 100644
index f4efb4e9..00000000
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild
+++ /dev/null
@@ -1,55 +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.ebuild,v 1.4 2008/08/09 16:59:27 coldwind Exp $
-
-inherit eutils autotools
-
-MY_P=${P/rb_/}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="BitTorrent library written in C++ for *nix."
-HOMEPAGE="http://www.rasterbar.com/products/libtorrent/"
-SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
-
-IUSE="debug"
-
-DEPEND="dev-libs/boost
- !net-libs/libtorrent"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${FILESDIR}/boost-1.37-fix.patch
-}
-
-pkg_setup() {
- # We need boost built with threads
- if ! built_with_use --missing true "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"
-
- 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
-}