commit:     9c2dcda81afe398fb9f0e635168e73919e59ecb1
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 03:10:19 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 20:30:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2dcda8

net-libs/rb_libtorrent: remove a few old versions

Package-Manager: portage-2.3.0

 net-libs/rb_libtorrent/Manifest                    |   1 -
 .../rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild  |  73 -------------
 net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild  | 109 -------------------
 net-libs/rb_libtorrent/rb_libtorrent-1.0.9.ebuild  | 116 ---------------------
 4 files changed, 299 deletions(-)

diff --git a/net-libs/rb_libtorrent/Manifest b/net-libs/rb_libtorrent/Manifest
index eece58d..e13d166 100644
--- a/net-libs/rb_libtorrent/Manifest
+++ b/net-libs/rb_libtorrent/Manifest
@@ -1,5 +1,4 @@
 DIST libtorrent-rasterbar-0.16.17.tar.gz 3018881 SHA256 
67a1d29c626d991d6e39c2f9828ca70c4053d057070ce01fff9b4ad37e64aff0 SHA512 
532b2438e24c3ecad239480a1bd6241a0d73d40f8d5bdcf61ddfcee1a41f1644c9004d4f234968efd50158224219b78852ec936a05b75b15f3442b594460cdd6
 WHIRLPOOL 
755e201741ed77cf91cb0976cbaa83c645647341d2cfe40564552599f2792ba76bd02e82a94669d80b199f1a1d6290824686d2bb52d6b0da8663d2274176f3eb
 DIST libtorrent-rasterbar-0.16.19.tar.gz 3030253 SHA256 
9ebd3fa8accfa27d0c81cdbbe15d7b411ea1deec34ac6325dec7197f05d82982 SHA512 
8e605802cb1ae80228d253adba44da6f5af39e7d65c59f65e15444ed1122500529ee068f6d3608b1c2a249f18b4de695073f7b67772fa445618757697d779340
 WHIRLPOOL 
4429d07bd95f398a09f283a7cbcf6611aeb8ac5d2b8ed76d98f89d601aa6ed66e6eb8f044b351fad6cca3606351ccc67081dba7c8dd8d9c3c433eae84aedeb2c
 DIST libtorrent-rasterbar-1.0.7.tar.gz 3298005 SHA256 
3e16e024b175fefada17471c659fdbcfab235f9619d4f0913faa13cb02ca8d83 SHA512 
d60736af4b7c38317821810995dd9bec21688a9506e9b908394c2a1a87acd2abf23000856dedcad487b9ecc7b5680f83cfc09ff9db79af00fe21e94337daeacf
 WHIRLPOOL 
aff289e3ca85eedf688e8a898f0164a4d692e8c813b04dbae6323bc56003f5c3af862167a1d00a8bfe193dfda15d20a18a48bcbeac9313e29d6f2de35d20e621
-DIST rb_libtorrent-1.0.8.tar.gz 2977324 SHA256 
24498625d946b80b2269789fb666196240fe805a0b6417d83d1f4dd9ee5f9a7a SHA512 
7ab98712225e19224c969fe4c6cd2f21f0aff3f5130dc1b3a0ea1b339b23b3cd303e76aeec9ac23e253c77865c60fd6623f7c8cd4e336c5a16fdf3d4627b88e2
 WHIRLPOOL 
23c3f84f304e642c7c25239a8a209d37afde41454f8688ef1b24c680d0d268e9163244dc06b973a49a8173f7e1cd7b7bf4f359fb89294cee5868060a64dbb2eb
 DIST rb_libtorrent-1.0.9.tar.gz 2977503 SHA256 
f4eadcbc779edc590d0162b0188c1b179d2cc72519c3756989ef925e376ddecd SHA512 
0980ebb5567310ad6f235899770cfc7a23ef754f5a8513e1baa8bbec139ff26006a6b47a1cca62e45da496b901c6646eee3dd76ab4bb5410ce3fc119e717c072
 WHIRLPOOL 
7c6862d9d4fbc27d6de04cba8ac605dbffafcf1b26a3519bc94964727416655450b74cb62928f27fa568dcc163c8a599ca78f080a86171b6e1283d9b794924b8

diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild 
b/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild
deleted file mode 100644
index f11971e..0000000
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-PYTHON_REQ_USE="threads"
-DISTUTILS_OPTIONAL=true
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils multilib distutils-r1
-
-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://libtorrent.org";
-SRC_URI="mirror://sourceforge/libtorrent/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug doc examples python ssl static-libs test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       >=dev-libs/boost-1.48:=[threads]
-       sys-libs/zlib
-       examples? ( !net-p2p/mldonkey )
-       ssl? ( dev-libs/openssl:0= )
-       python? (
-               ${PYTHON_DEPS}
-               dev-libs/boost[python,${PYTHON_USEDEP}]
-       )"
-DEPEND="${RDEPEND}
-       >=sys-devel/libtool-2.2"
-
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/${P}-python.patch )
-
-src_configure() {
-       local myeconfargs=(
-               --disable-silent-rules # bug 441842
-               --with-boost-libdir=/usr/$(get_libdir)
-               $(use_enable debug)
-               $(use_enable test tests)
-               $(use_enable examples)
-               $(use_enable ssl encryption)
-               $(use_enable python python-binding)
-               $(usex debug "--enable-logging=verbose" "")
-       )
-
-       use python && python_setup
-
-       autotools-utils_src_configure
-       use python && cd "${BUILD_DIR}"/bindings/python && 
distutils-r1_src_configure
-}
-
-src_compile() {
-       autotools-utils_src_compile
-       use python && cd "${BUILD_DIR}"/bindings/python && 
distutils-r1_src_compile
-}
-
-src_install() {
-       use doc && HTML_DOCS=( docs/. )
-
-       autotools-utils_src_install
-       use python && cd "${BUILD_DIR}"/bindings/python && 
distutils-r1_src_install
-}

diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild 
b/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild
deleted file mode 100644
index 40a8610..0000000
--- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-PYTHON_REQ_USE="threads"
-DISTUTILS_OPTIONAL=true
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils multilib distutils-r1 versionator
-
-MY_PV=$(replace_all_version_separators '_' )
-S=${WORKDIR}/libtorrent-libtorrent-${MY_PV}
-
-DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and 
scalability"
-HOMEPAGE="http://libtorrent.org";
-SRC_URI="https://github.com/arvidn/libtorrent/archive/libtorrent-${MY_PV}.tar.gz
 -> rb_libtorrent-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug doc examples python ssl static-libs test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       >=dev-libs/boost-1.53:=[threads]
-       sys-libs/zlib
-       examples? ( !net-p2p/mldonkey )
-       ssl? ( dev-libs/openssl:0= )
-       python? (
-               ${PYTHON_DEPS}
-               dev-libs/boost:=[python,${PYTHON_USEDEP}]
-       )"
-DEPEND="${RDEPEND}
-       >=sys-devel/libtool-2.2"
-
-RESTRICT="test"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-       chmod a-x docs/*.rst docs/*.htm* src/*.cpp include/libtorrent/*.hpp || 
die
-       ./autotool.sh
-}
-
-src_configure() {
-       if use python_targets_python3_4 ;then
-               boost_py3="--with-boost-python=3.4"
-       elif use python_targets_python3_5 ;then
-               boost_py3="--with-boost-python=3.5"
-       else
-               boost_py3=""
-       fi
-
-       if use python_targets_python2_7 ;then
-               boost_py2="--with-boost-python=2.7"
-       else
-               boost_py2=""
-       fi
-
-       local myeconfargs=(
-               --disable-silent-rules # bug 441842
-               --with-boost-system=mt
-               $(use_enable debug)
-               $(use_enable test tests)
-               $(use_enable examples)
-               $(use_enable ssl encryption)
-               $(use_enable python python-binding)
-               $(usex debug "--enable-logging=verbose" "")
-               ${boost_py3}
-               ${boost_py2}
-       )
-
-       if use python ;then
-               python_setup
-       fi
-
-       autotools-utils_src_configure
-
-       if use python ;then
-               cd "${BUILD_DIR}"/bindings/python || die && \
-               distutils-r1_src_configure
-       fi
-}
-
-src_compile() {
-       autotools-utils_src_compile
-
-       if use python ;then
-               cd "${BUILD_DIR}"/bindings/python || die && \
-               distutils-r1_src_compile
-       fi
-}
-
-src_install() {
-       if use doc ;then
-               HTML_DOCS=( "${S}"/docs/. )
-       fi
-
-       autotools-utils_src_install
-
-       if use python ;then
-               cd "${BUILD_DIR}"/bindings/python || die && \
-               distutils-r1_src_install
-       fi
-}

diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.9.ebuild 
b/net-libs/rb_libtorrent/rb_libtorrent-1.0.9.ebuild
deleted file mode 100644
index 1bf582f..0000000
--- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.9.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-PYTHON_REQ_USE="threads"
-DISTUTILS_OPTIONAL=true
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools multilib distutils-r1 versionator
-
-MY_PV=$(replace_all_version_separators '_' )
-S=${WORKDIR}/libtorrent-libtorrent-${MY_PV}
-
-DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and 
scalability"
-HOMEPAGE="http://libtorrent.org";
-SRC_URI="https://github.com/arvidn/libtorrent/archive/libtorrent-${MY_PV}.tar.gz
 -> rb_libtorrent-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="debug doc examples python ssl static-libs test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-       >=dev-libs/boost-1.53:=[threads]
-       sys-libs/zlib
-       examples? ( !net-p2p/mldonkey )
-       ssl? ( dev-libs/openssl:0= )
-       python? (
-               ${PYTHON_DEPS}
-               dev-libs/boost:=[python,${PYTHON_USEDEP}]
-       )"
-DEPEND="${RDEPEND}
-       >=sys-devel/libtool-2.2"
-
-RESTRICT="test"
-
-src_prepare() {
-       default
-       chmod a-x docs/*.rst docs/*.htm* src/*.cpp include/libtorrent/*.hpp || 
die
-
-       # needed or else eautoreconf fails
-       mkdir build-aux || die
-       cp {m4,build-aux}/config.rpath || die
-
-       eautoreconf
-}
-
-src_configure() {
-       local boost_py2 boost_py3
-
-       if use python_targets_python3_5 ;then
-               boost_py3="--with-boost-python=3.5"
-       elif use python_targets_python3_4 ;then
-               boost_py3="--with-boost-python=3.4"
-       fi
-
-       if use python_targets_python2_7 ;then
-               boost_py2="--with-boost-python=2.7"
-       fi
-
-       local myeconfargs=(
-               --enable-shared
-               --disable-silent-rules # bug 441842
-               --with-boost-system=mt
-               $(use_enable debug)
-               $(use_enable test tests)
-               $(use_enable examples)
-               $(use_enable ssl encryption)
-               $(use_enable static-libs static)
-               $(use_enable python python-binding)
-               $(usex debug "--enable-logging=verbose" "")
-               ${boost_py3}
-               ${boost_py2}
-       )
-
-       if use python ;then
-               python_setup
-       fi
-
-       econf ${myeconfargs[@]}
-
-       if use python ;then
-               cd "${S}"/bindings/python || die
-               distutils-r1_src_configure
-       fi
-}
-
-src_compile() {
-       default
-
-       if use python ;then
-               cd "${S}"/bindings/python || die
-               distutils-r1_src_compile
-       fi
-}
-
-src_install() {
-       default
-
-       if use python ;then
-               cd "${S}"/bindings/python || die
-               distutils-r1_src_install
-       fi
-
-       if use doc ;then
-               docinto html
-               pushd "${S}"/docs &>/dev/null || die
-               dodoc -r img
-               dodoc *.{css,gif,html,jpg,png}
-       fi
-}

Reply via email to