summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Riley <justin.t.riley@gmail.com>2013-07-30 12:40:48 -0400
committerJustin Riley <justin.t.riley@gmail.com>2013-08-19 11:00:18 -0400
commitff0629bf11af9e8f76c1e8ac89e29b37175f470f (patch)
tree25b5ed7a4705cff484f45a6fca2f52c68ae978b7
parentfontypython: dep on virtual/python-imaging (diff)
downloadjtriley-ff0629bf11af9e8f76c1e8ac89e29b37175f470f.tar.gz
jtriley-ff0629bf11af9e8f76c1e8ac89e29b37175f470f.tar.bz2
jtriley-ff0629bf11af9e8f76c1e8ac89e29b37175f470f.zip
more unused ebuild cleanup
-rw-r--r--dev-python/workerpool/Manifest1
-rw-r--r--dev-python/workerpool/workerpool-0.9.2.ebuild23
-rw-r--r--media-gfx/sxiv/ChangeLog39
-rw-r--r--media-gfx/sxiv/metadata.xml5
-rw-r--r--media-gfx/sxiv/sxiv-9999.ebuild37
-rw-r--r--net-libs/rb_libtorrent/ChangeLog627
-rw-r--r--net-libs/rb_libtorrent/Manifest2
-rw-r--r--net-libs/rb_libtorrent/files/rb_libtorrent-0.14.12_boost-1.45.patch13
-rw-r--r--net-libs/rb_libtorrent/files/rb_libtorrent-0.14.8-boost-detect.patch33
-rw-r--r--net-libs/rb_libtorrent/files/rb_libtorrent-0.14.9-as-needed-fix.patch20
-rw-r--r--net-libs/rb_libtorrent/files/rb_libtorrent-0.15.1-ax_pthread_asneeded.patch122
-rw-r--r--net-libs/rb_libtorrent/metadata.xml10
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild75
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild78
14 files changed, 0 insertions, 1085 deletions
diff --git a/dev-python/workerpool/Manifest b/dev-python/workerpool/Manifest
deleted file mode 100644
index a81e394..0000000
--- a/dev-python/workerpool/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST workerpool-0.9.2.tar.gz 7747 SHA256 ab2eaf05e236140c62c7411d13ecc4ddedc365966282719a35afc53043c00f82 SHA512 d5ce36ff48b297adb40baf40a53823cc8b6e39b0c7eb880541dffb5ea1d0849e50c344e63f1ac3089d51fc1fe6e73ff2a26df03f9d68f24980222fe3ef7f01c5 WHIRLPOOL 093221fb442abe017591fa79b85abbd1824b63ec89aaf62eb87cb50975dd5164cd3a1ef36c51336e2dcb97aef3fdd18695691e73bfaaa168077172bcc5a49db3
diff --git a/dev-python/workerpool/workerpool-0.9.2.ebuild b/dev-python/workerpool/workerpool-0.9.2.ebuild
deleted file mode 100644
index 5394db5..0000000
--- a/dev-python/workerpool/workerpool-0.9.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Module for distributing jobs to a pool of worker threads."
-HOMEPAGE="http://github.com/shazow/workerpool"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools"
diff --git a/media-gfx/sxiv/ChangeLog b/media-gfx/sxiv/ChangeLog
deleted file mode 100644
index 3df29c7..0000000
--- a/media-gfx/sxiv/ChangeLog
+++ /dev/null
@@ -1,39 +0,0 @@
-# ChangeLog for media-gfx/sxiv
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/ChangeLog,v 1.8 2012/04/23 20:25:56 mgorny Exp $
-
- 23 Apr 2012; Michał Górny <mgorny@gentoo.org> sxiv-0.9-r1.ebuild,
- sxiv-1.0.ebuild:
- Use mirror://github.
-
- 05 Apr 2012; Jeff Horelick <jdhore@gentoo.org> sxiv-1.0.ebuild:
- marked x86 per bug 409879
-
- 29 Mar 2012; Agostino Sarubbo <ago@gentoo.org> sxiv-1.0.ebuild:
- Stable for amd64, wrt bug #409879
-
-*sxiv-1.0 (14 Nov 2011)
-
- 14 Nov 2011; Michael Weber <xmw@gentoo.org> +sxiv-1.0.ebuild:
- Version bump
-
- 26 Aug 2011; Tim Harder <radhermit@gentoo.org> -sxiv-0.8.2.ebuild,
- -sxiv-0.9.ebuild:
- Remove old.
-
-*sxiv-0.9-r1 (26 Aug 2011)
-
- 26 Aug 2011; Tim Harder <radhermit@gentoo.org> +sxiv-0.9-r1.ebuild:
- Revbump to add support for savedconfig (bug #380419 by James Rowe).
-
-*sxiv-0.9 (17 Aug 2011)
-
- 17 Aug 2011; Tim Harder <radhermit@gentoo.org> +sxiv-0.9.ebuild:
- Version bump
-
-*sxiv-0.8.2 (11 Aug 2011)
-
- 11 Aug 2011; Tim Harder <radhermit@gentoo.org> +sxiv-0.8.2.ebuild,
- +metadata.xml:
- Initial import (bug #366871). Ebuild based on work by Petr Sabata.
-
diff --git a/media-gfx/sxiv/metadata.xml b/media-gfx/sxiv/metadata.xml
deleted file mode 100644
index 9be90a2..0000000
--- a/media-gfx/sxiv/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>graphics</herd>
-</pkgmetadata>
diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild
deleted file mode 100644
index b9aa578..0000000
--- a/media-gfx/sxiv/sxiv-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/sxiv-1.0.ebuild,v 1.4 2012/04/23 20:25:56 mgorny Exp $
-
-EAPI=4
-
-inherit eutils savedconfig toolchain-funcs git-2
-
-DESCRIPTION="Simple (or small or suckless) X Image Viewer"
-HOMEPAGE="https://github.com/muennich/sxiv/"
-EGIT_REPO_URI="http://github.com/muennich/${PN}.git"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="media-libs/imlib2[X]
- x11-libs/libX11"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed -i -e "s:^\(\(C\|LD\)FLAGS\) =:\1 +=:" \
- -e "s:-O2::" Makefile || die
-
- restore_config config.h
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- emake DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr install
- dodoc README.md
-
- save_config config.h
-}
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog
deleted file mode 100644
index dfca345..0000000
--- a/net-libs/rb_libtorrent/ChangeLog
+++ /dev/null
@@ -1,627 +0,0 @@
-# ChangeLog for net-libs/rb_libtorrent
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.119 2012/02/05 03:32:12 floppym Exp $
-
- 05 Feb 2012; Mike Gilbert <floppym@gentoo.org> rb_libtorrent-0.15.9-r1.ebuild:
- Drop duplicate multilib (oops).
-
- 05 Feb 2012; Mike Gilbert <floppym@gentoo.org> rb_libtorrent-0.15.5.ebuild,
- rb_libtorrent-0.15.6.ebuild, rb_libtorrent-0.15.8.ebuild,
- rb_libtorrent-0.15.9-r1.ebuild, rb_libtorrent-0.15.9.ebuild:
- Inherit multilib.
-
-*rb_libtorrent-0.15.9-r1 (28 Jan 2012)
-
- 28 Jan 2012; Mike Gilbert <floppym@gentoo.org>
- +rb_libtorrent-0.15.9-r1.ebuild, rb_libtorrent-0.15.5.ebuild,
- rb_libtorrent-0.15.6.ebuild, rb_libtorrent-0.15.8.ebuild,
- rb_libtorrent-0.15.9.ebuild:
- Prepare for PYTHON_ABI-versioned Boost Python libraries in Boost 1.48. Patch
- by Arfrever.
-
-*rb_libtorrent-0.15.9 (22 Nov 2011)
-
- 22 Nov 2011; Markos Chandras <hwoarang@gentoo.org>
- +rb_libtorrent-0.15.9.ebuild, -rb_libtorrent-0.15.7.ebuild,
- -rb_libtorrent-0.15.7-r1.ebuild:
- version bump. remove old
-
-*rb_libtorrent-0.15.8 (30 Sep 2011)
-
- 30 Sep 2011; Markos Chandras <hwoarang@gentoo.org>
- +rb_libtorrent-0.15.8.ebuild:
- Version bump
-
-*rb_libtorrent-0.15.7-r1 (25 Sep 2011)
-
- 25 Sep 2011; Markos Chandras <hwoarang@gentoo.org>
- +rb_libtorrent-0.15.7-r1.ebuild:
- Add static-libs useflag. Drop .la files. BUg #384433. Thanks to Hans
- <immerdabeiundnie@abwesend.de>
-
-*rb_libtorrent-0.15.7 (02 Aug 2011)
-
- 02 Aug 2011; Markos Chandras <hwoarang@gentoo.org>
- -rb_libtorrent-0.14.9-r1.ebuild, -rb_libtorrent-0.14.12.ebuild,
- +rb_libtorrent-0.15.7.ebuild:
- Version bump. remove old ebuilds
-
- 30 May 2011; Markos Chandras <hwoarang@gentoo.org>
- rb_libtorrent-0.14.12.ebuild:
- Revert my previous commit
-
- 30 May 2011; Markos Chandras <hwoarang@gentoo.org>
- rb_libtorrent-0.14.12.ebuild:
- Fix python dependency
-
- 26 May 2011; Markus Meier <maekke@gentoo.org> rb_libtorrent-0.15.6.ebuild:
- x86 stable, bug #365393
-
- 11 May 2011; Markos Chandras <hwoarang@gentoo.org>
- rb_libtorrent-0.15.6.ebuild:
- Stable on amd64 wrt bug #365393
-
- 15 Apr 2011; Pacho Ramos <pacho@gentoo.org> rb_libtorrent-0.15.6.ebuild:
- Needs python2 to compile ok (bug #315321 with Markos Chandras permission).
-
-*rb_libtorrent-0.15.6 (11 Apr 2011)
-
- 11 Apr 2011; Markos Chandras <hwoarang@gentoo.org>
- -rb_libtorrent-0.15.1.ebuild, -rb_libtorrent-0.15.4.ebuild,
- +rb_libtorrent-0.15.6.ebuild:
- Version bump. Remove old ebuilds
-
- 23 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
- rb_libtorrent-0.15.5.ebuild:
- ppc64 stable wrt #354519
-
- 05 Mar 2011; Michael Weber <xmw@gentoo.org> rb_libtorrent-0.15.5.ebuild:
- ppc/sparc stable (bug 354519)
-
- 14 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
- rb_libtorrent-0.15.5.ebuild:
- x86 stable wrt bug #354519
-
- 12 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
- rb_libtorrent-0.15.5.ebuild:
- Stable on amd64 wrt bug #354519
-
- 31 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
- rb_libtorrent-0.14.12.ebuild, +files/rb_libtorrent-0.14.12_boost-1.45.patch:
- Make it build against dev-libs/boost-1.45. Bug #352001
-
- 13 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
- rb_libtorrent-0.15.1.ebuild:
- ppc64 stable wrt #333775
-
-*rb_libtorrent-0.15.5 (08 Jan 2011)
-
- 08 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
- -rb_libtorrent-0.15.0.ebuild, -rb_libtorrent-0.15.3.ebuild,
- +rb_libtorrent-0.15.5.ebuild:
- Version bump
-
- 06 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
- rb_libtorrent-0.15.1.ebuild, rb_libtorrent-0.15.3.ebuild,
- rb_libtorrent-0.15.4.ebuild:
- Adjust boost dependencies. Bug #342589
-
- 09 Dec 2010; Michael Weber <xmw@gentoo.org> rb_libtorrent-0.15.1.ebuild,
- rb_libtorrent-0.15.3.ebuild, rb_libtorrent-0.15.4.ebuild:
- add ~sparc (bug 348217)
-
- 03 Dec 2010; Bernard Cafarelli <voyageur@gentoo.org>
- rb_libtorrent-0.15.3.ebuild, rb_libtorrent-0.15.4.ebuild:
- Also allow python:2.7
-
- 11 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
- rb_libtorrent-0.14.9-r1.ebuild, rb_libtorrent-0.14.12.ebuild,
- rb_libtorrent-0.15.0.ebuild, rb_libtorrent-0.15.1.ebuild,
- rb_libtorrent-0.15.3.ebuild, rb_libtorrent-0.15.4.ebuild:
- Fix sys-devel/libtool depend from = to >= wrt #345115 by Attila Jecs.
-
- 21 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
- rb_libtorrent-0.15.4.ebuild:
- Fix my latest commit and remove useless --enable-statistics switch
-
- 20 Oct 2010; Brent Baude <ranger@gentoo.org> rb_libtorrent-0.15.1.ebuild:
- stable ppc, bug 333775
-
- 17 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
- rb_libtorrent-0.15.4.ebuild:
- Add ssl useflag for encryption purposes. Fix debug useflag usage
-
-*rb_libtorrent-0.15.4 (05 Oct 2010)
-
- 05 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
- +rb_libtorrent-0.15.4.ebuild:
- Version bump
-
-*rb_libtorrent-0.15.3 (08 Sep 2010)
-*rb_libtorrent-0.14.12 (08 Sep 2010)
-
- 08 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
- -rb_libtorrent-0.14.10.ebuild, -rb_libtorrent-0.14.11.ebuild,
- +rb_libtorrent-0.14.12.ebuild, -rb_libtorrent-0.15.2.ebuild,
- +rb_libtorrent-0.15.3.ebuild:
- Version bump. Remove old ebuilds
-
- 23 Aug 2010; Markus Meier <maekke@gentoo.org> rb_libtorrent-0.15.1.ebuild:
- amd64/x86 stable, bug #333775
-
- 21 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
- -files/0.14.6-configure-ldflags-fix.patch,
- -files/rb_libtorrent-0.14.8-as-needed-fix.patch:
- Remove unused files
-
-*rb_libtorrent-0.15.2 (21 Aug 2010)
-*rb_libtorrent-0.14.11 (21 Aug 2010)
-
- 21 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
- +rb_libtorrent-0.14.11.ebuild, +rb_libtorrent-0.15.2.ebuild:
- Version bump
-
-*rb_libtorrent-0.15.1 (01 Jul 2010)
-
- 01 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
- +rb_libtorrent-0.15.1.ebuild,
- +files/rb_libtorrent-0.15.1-ax_pthread_asneeded.patch:
- Version bump. Fixes tracker announcement bug wrt bug #325313. Remove
- obsolete configure options. Proper fix for lpthread linking
-
-*rb_libtorrent-0.15.0 (16 Jun 2010)
-
- 16 Jun 2010; Markos Chandras <hwoarang@gentoo.org>
- +rb_libtorrent-0.15.0.ebuild:
- Version bump
-
- 12 Apr 2010; Ben de Groot <yngwin@gentoo.org>
- -rb_libtorrent-0.14.6.ebuild:
- Remove obsolete version. >=0.14.9-r1 ebuilds have several fixes.
-
- 11 Apr 2010; Markos Chandras <hwoarang@gentoo.org>
- rb_libtorrent-0.14.9-r1.ebuild:
- Stable on amd64 wrt bug #312825
-
-*rb_libtorrent-0.14.10 (10 Apr 2010)
-
- 10 Apr 2010; Ben de Groot <yngwin@gentoo.org>
- +rb_libtorrent-0.14.10.ebuild:
- Version bump. Fixes bug #313457.
-
- 08 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
- rb_libtorrent-0.14.9-r1.ebuild:
- stable x86, bug 312825
-
- 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)
-
- 27 Mar 2010; Ben de Groot <yngwin@gentoo.org> rb_libtorrent-0.14.6.ebuild,
- -rb_libtorrent-0.14.8-r2.ebuild, rb_libtorrent-0.14.9.ebuild,
- +rb_libtorrent-0.14.9-r1.ebuild,
- +files/rb_libtorrent-0.14.9-as-needed-fix.patch:
- Revbump to fix bugs with as-needed (#276873) and mixed libtool (#298069).
- Add blocker to mldonkey when examples useflag is enabled (#292998). Remove
- older ~arch ebuild.
-
-*rb_libtorrent-0.14.9 (27 Feb 2010)
-
- 27 Feb 2010; Raúl Porcel <armin76@gentoo.org>
- +rb_libtorrent-0.14.9.ebuild:
- Version bump
-
-*rb_libtorrent-0.14.8-r2 (15 Jan 2010)
-
- 15 Jan 2010; Ben de Groot <yngwin@gentoo.org>
- -rb_libtorrent-0.14.8-r1.ebuild, +rb_libtorrent-0.14.8-r2.ebuild,
- +files/rb_libtorrent-0.14.8-boost-detect.patch:
- Add new boost detection patch to really fix bug 295474
-
- 14 Jan 2010; Ben de Groot <yngwin@gentoo.org>
- rb_libtorrent-0.14.8-r1.ebuild,
- +files/rb_libtorrent-0.14.8-as-needed-fix.patch:
- Add a patch to fix as-needed issues (bug 276873).
-
-*rb_libtorrent-0.14.8-r1 (14 Jan 2010)
-
- 14 Jan 2010; Ben de Groot <yngwin@gentoo.org>
- -rb_libtorrent-0.14.7.ebuild, -rb_libtorrent-0.14.8.ebuild,
- +rb_libtorrent-0.14.8-r1.ebuild:
- Fix boost detection, thanks to Sebastian Mingramm in bug 295474. Remove
- previous version. 0.14.8-r1 is next stable candidate.
-
-*rb_libtorrent-0.14.8 (11 Jan 2010)
-
- 11 Jan 2010; Raúl Porcel <armin76@gentoo.org>
- +rb_libtorrent-0.14.8.ebuild:
- Version bump
-
- 09 Jan 2010; Raúl Porcel <armin76@gentoo.org>
- rb_libtorrent-0.14.6.ebuild, rb_libtorrent-0.14.7.ebuild:
- Add ~arm
-
- 09 Jan 2010; Raúl Porcel <armin76@gentoo.org>
- rb_libtorrent-0.14.6.ebuild, rb_libtorrent-0.14.7.ebuild:
- Fix python dependency
-
- 19 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
- rb_libtorrent-0.14.6.ebuild, rb_libtorrent-0.14.7.ebuild:
- Remove block to net-libs/libtorrent wrt #190171.
-
-*rb_libtorrent-0.14.7 (18 Dec 2009)
-
- 18 Dec 2009; Raúl Porcel <armin76@gentoo.org>
- +rb_libtorrent-0.14.7.ebuild:
- Version bump
-
- 17 Dec 2009; Markus Meier <maekke@gentoo.org> rb_libtorrent-0.14.6.ebuild:
- x86 stable, bug #290705
-
- 17 Dec 2009; Markus Meier <maekke@gentoo.org> rb_libtorrent-0.14.6.ebuild:
- restrict test as they fail
-
- 10 Nov 2009; Ben de Groot <yngwin@gentoo.org>
- +files/0.14.6-configure-ldflags-fix.patch, rb_libtorrent-0.14.6.ebuild:
- Adding patch to fix problematic ldflags use in configure, bug 290756.
-
- 27 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
- rb_libtorrent-0.14.6.ebuild:
- amd64 stable wrt #290705
-
- 04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
- rb_libtorrent-0.13-r1.ebuild:
- Replace -Wl,--no-as-needed with function from flag-o-matic eclass.
-
-*rb_libtorrent-0.14.6 (30 Sep 2009)
-
- 30 Sep 2009; Ben de Groot <yngwin@gentoo.org>
- +rb_libtorrent-0.14.6.ebuild:
- Version bump
-
-*rb_libtorrent-0.14.5 (15 Aug 2009)
-
- 15 Aug 2009; Ben de Groot <yngwin@gentoo.org> -rb_libtorrent-0.13.ebuild,
- +rb_libtorrent-0.14.5.ebuild:
- Remove unpatched ebuild. Add version bump (bug 280967).
-
- 29 Jun 2009; Markus Meier <maekke@gentoo.org>
- rb_libtorrent-0.13-r1.ebuild:
- amd64/x86 stable, bug #273156
-
- 29 Jun 2009; Ben de Groot <yngwin@gentoo.org>
- rb_libtorrent-0.13-r1.ebuild,
- +files/rb_libtorrent-0.13-CVE-2009-1760-test-fix.patch,
- -files/rb_libtorrent-0.14.1-ax_python_path.patch:
- Add patch to fix the tests complementing the CVE patch. Remove no longer
- used patch from filesdir.
-
- 29 Jun 2009; Ben de Groot <yngwin@gentoo.org>
- rb_libtorrent-0.13-r1.ebuild, -rb_libtorrent-0.14.4.ebuild:
- Restrict test on 0.13-r1, which breaks due to CVE patch. Remove old
- ebuild.
-
-*rb_libtorrent-0.14.4-r1 (28 Jun 2009)
-
- 28 Jun 2009; Ben de Groot <yngwin@gentoo.org>
- +rb_libtorrent-0.14.4-r1.ebuild:
- Update ebuild for version 0.14.4:
- - migrate to eapi-2
- - add doc useflag to install HTML documentation
- - check for python-enabled boost if USE=python (bug 270608)
- - add switch for verbose logging if USE=debug (todo from previous
- revision)
-
-*rb_libtorrent-0.13-r1 (27 Jun 2009)
-
- 27 Jun 2009; Ben de Groot <yngwin@gentoo.org>
- -rb_libtorrent-0.12.1.ebuild, +rb_libtorrent-0.13-r1.ebuild,
- -rb_libtorrent-0.13_p2335.ebuild,
- +files/rb_libtorrent-0.13-CVE-2009-1760.patch,
- -rb_libtorrent-0.13.1.ebuild, +files/rb_libtorrent-0.13-boost-1.37.patch,
- +files/rb_libtorrent-0.13-gcc44.patch, -rb_libtorrent-0.14.1.ebuild,
- -rb_libtorrent-0.14.2.ebuild:
- Remove all older ebuilds, except for latest stable.
- Add 0.13-r1 with the following changes:
- - add security patch for CVE-2009-1760 (bug 273156)
- - add patch to fix building with boost-1.37 (bug 270447)
- - migrate to EAPI=2 and general cleanup
- - use append-ldflags from flag-o-matic.eclass
- - disable as-needed for now (bug 271818)
- - add minor patch to fix compilation with gcc-4.4
- - add doc useflag to install HTML documentation
-
- 27 Jun 2009; Ben de Groot <yngwin@gentoo.org> metadata.xml:
- Add qt herd as co-maintainer, as this is a dependency of qbittorrent
-
- 13 Jun 2009; Raúl Porcel <armin76@gentoo.org> metadata.xml:
- Remove me as maintainer, adding net-p2p, feel free to maintain this
- package
-
-*rb_libtorrent-0.14.4 (06 Jun 2009)
-
- 06 Jun 2009; Raúl Porcel <armin76@gentoo.org>
- +rb_libtorrent-0.14.4.ebuild:
- Version bump
-
- 29 Mar 2009; Raúl Porcel <armin76@gentoo.org>
- rb_libtorrent-0.14.2.ebuild:
- Remove epatch line, its not needed
-
-*rb_libtorrent-0.14.2 (28 Mar 2009)
-
- 28 Mar 2009; Raúl Porcel <armin76@gentoo.org>
- +rb_libtorrent-0.14.2.ebuild:
- Version bump wrt #263785
-
-*rb_libtorrent-0.14.1 (28 Dec 2008)
-
- 28 Dec 2008; Santiago M. Mola <coldwind@gentoo.org>
- +files/rb_libtorrent-0.14.1-ax_python_path.patch,
- +rb_libtorrent-0.14.1.ebuild:
- Version bump (bug #245731), thanks to Atman Sense <atman.sense@zise.de>.
- Closes bug #225931 too.
-
- 09 Aug 2008; Santiago M. Mola <coldwind@gentoo.org>
- rb_libtorrent-0.13.ebuild:
- amd64 stable wrt bug #231595
-
- 05 Aug 2008; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.13.ebuild:
- x86 stable
-
-*rb_libtorrent-0.13.1 (05 Jul 2008)
-
- 05 Jul 2008; Raúl Porcel <armin76@gentoo.org>
- +rb_libtorrent-0.13.1.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_p2335 (03 Jun 2008)
-
- 03 Jun 2008; Raúl Porcel <armin76@gentoo.org>
- +rb_libtorrent-0.13_p2335.ebuild:
- New snapshot
-
- 19 Apr 2008; Raúl Porcel <armin76@gentoo.org>
- rb_libtorrent-0.12.1.ebuild, rb_libtorrent-0.13.ebuild:
- Some tweaks
-
-*rb_libtorrent-0.13 (09 Apr 2008)
-
- 09 Apr 2008; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_rc3.ebuild, +rb_libtorrent-0.13.ebuild:
- Version bump
-
-*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:
- Added ~ppc/~ppc64 (ranger missed the latest version for ~ppc64); bug #211992
-
- 11 Mar 2008; Brent Baude <ranger@gentoo.org>
- rb_libtorrent-0.13_pre1912.ebuild:
- Marking rb_libtorrent-0.13_pre1912 ~ppc64 for bug 211992
-
-*rb_libtorrent-0.13_rc1 (09 Mar 2008)
-
- 09 Mar 2008; Raúl Porcel <armin76@gentoo.org>
- +rb_libtorrent-0.13_rc1.ebuild:
- Version bump
-
- 10 Feb 2008; Raúl Porcel <armin76@gentoo.org> -rb_libtorrent-0.12.ebuild:
- old
-
- 05 Feb 2008; Samuli Suominen <drac@gentoo.org>
- rb_libtorrent-0.12.1.ebuild:
- amd64 stable wrt security #208854
-
- 04 Feb 2008; Dawid Węgliński <cla@gentoo.org>
- rb_libtorrent-0.12.1.ebuild:
- Stable on x86 (bug #208854)
-
-*rb_libtorrent-0.12.1 (04 Feb 2008)
-
- 04 Feb 2008; Raúl Porcel <armin76@gentoo.org>
- +rb_libtorrent-0.12.1.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1912 (09 Jan 2008)
-
- 09 Jan 2008; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1876.ebuild, +rb_libtorrent-0.13_pre1912.ebuild:
- Version bump, remove old
-
-*rb_libtorrent-0.13_pre1876 (31 Dec 2007)
-
- 31 Dec 2007; Raúl Porcel <armin76@gentoo.org>
- +rb_libtorrent-0.13_pre1876.ebuild, -rb_libtorrent-0.13_pre1806_p1.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1806_p1 (09 Dec 2007)
-
- 09 Dec 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1791.ebuild, +rb_libtorrent-0.13_pre1806_p1.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1791 (04 Dec 2007)
-
- 04 Dec 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1762.ebuild, +rb_libtorrent-0.13_pre1791.ebuild:
- Version bump, remove old
-
-*rb_libtorrent-0.13_pre1762 (24 Nov 2007)
-
- 24 Nov 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1724.ebuild, +rb_libtorrent-0.13_pre1762.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1724 (15 Nov 2007)
-
- 15 Nov 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1720.ebuild, +rb_libtorrent-0.13_pre1724.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1720 (06 Nov 2007)
-
- 06 Nov 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1719.ebuild, +rb_libtorrent-0.13_pre1720.ebuild:
- Version bump, remove old
-
-*rb_libtorrent-0.13_pre1719 (02 Nov 2007)
-
- 02 Nov 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1683.ebuild, +rb_libtorrent-0.13_pre1719.ebuild:
- Version bump, remove old
-
-*rb_libtorrent-0.13_pre1683 (22 Oct 2007)
-
- 22 Oct 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1651.ebuild, +rb_libtorrent-0.13_pre1683.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1651 (08 Oct 2007)
-
- 08 Oct 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1615.ebuild, +rb_libtorrent-0.13_pre1651.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1615 (01 Oct 2007)
-
- 01 Oct 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1610.ebuild, +rb_libtorrent-0.13_pre1615.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1610 (28 Sep 2007)
-
- 28 Sep 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1606.ebuild, +rb_libtorrent-0.13_pre1610.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1606 (25 Sep 2007)
-
- 25 Sep 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1578.ebuild, +rb_libtorrent-0.13_pre1606.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1578 (19 Sep 2007)
-
- 19 Sep 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1520.ebuild, +rb_libtorrent-0.13_pre1578.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1520 (02 Sep 2007)
-
- 02 Sep 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1496.ebuild, +rb_libtorrent-0.13_pre1520.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1496 (24 Aug 2007)
-
- 24 Aug 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1437.ebuild, +rb_libtorrent-0.13_pre1496.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1437 (11 Aug 2007)
-
- 11 Aug 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1429.ebuild, +rb_libtorrent-0.13_pre1437.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1429 (05 Aug 2007)
-
- 05 Aug 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1422.ebuild, +rb_libtorrent-0.13_pre1429.ebuild:
- Version bump, drop old
-
-*rb_libtorrent-0.13_pre1422 (01 Aug 2007)
-
- 01 Aug 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1415.ebuild, +rb_libtorrent-0.13_pre1422.ebuild:
- Version bump, old
-
-*rb_libtorrent-0.13_pre1415 (26 Jul 2007)
-
- 26 Jul 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.13_pre1409.ebuild, +rb_libtorrent-0.13_pre1415.ebuild:
- Version bump
-
-*rb_libtorrent-0.13_pre1409 (19 Jul 2007)
-
- 19 Jul 2007; Raúl Porcel <armin76@gentoo.org>
- +rb_libtorrent-0.13_pre1409.ebuild:
- Version bump
-
- 27 Jun 2007; Raúl Porcel <armin76@gentoo.org> -rb_libtorrent-0.11.ebuild:
- old
-
- 27 Jun 2007; Christoph Mende <angelos@gentoo.org>
- rb_libtorrent-0.12.ebuild:
- Stable on amd64
-
- 12 Jun 2007; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.11.ebuild,
- rb_libtorrent-0.12.ebuild:
- GPL-2 -> BSD
-
- 08 Jun 2007; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.12.ebuild:
- x86 stable
-
- 30 May 2007; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.11.ebuild,
- rb_libtorrent-0.12.ebuild:
- Re-fix threads use-flag check if >boost-1.33, bug 180322
-
-*rb_libtorrent-0.12 (04 May 2007)
-
- 04 May 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.12_rc3.ebuild, +rb_libtorrent-0.12.ebuild:
- Version bump, remove rc
-
- 20 Apr 2007; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.11.ebuild,
- rb_libtorrent-0.12_rc3.ebuild:
- Fix threads USE-flag check if boost >1.33, bug 174714
-
-*rb_libtorrent-0.12_rc3 (13 Apr 2007)
-
- 13 Apr 2007; Raúl Porcel <armin76@gentoo.org>
- +rb_libtorrent-0.12_rc3.ebuild, -rb_libtorrent-0.12_rc2_p1071.ebuild:
- Version bump
-
-*rb_libtorrent-0.12_rc2_p1071 (13 Apr 2007)
-
- 13 Apr 2007; Raúl Porcel <armin76@gentoo.org>
- -rb_libtorrent-0.12_rc2.ebuild, +rb_libtorrent-0.12_rc2_p1071.ebuild:
- Version bump
-
-*rb_libtorrent-0.12_rc2 (03 Apr 2007)
-
- 03 Apr 2007; Raúl Porcel <armin76@gentoo.org>
- +rb_libtorrent-0.12_rc2.ebuild:
- Version bump
-
- 18 Mar 2007; Peter Weller <welp@gentoo.org> rb_libtorrent-0.11.ebuild:
- Stable on amd64, keyworded ~x86-fbsd
-
- 18 Mar 2007; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.11.ebuild:
- Make it work with g/fbsd, thanks to welp for testing
-
- 14 Mar 2007; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.11.ebuild:
- Use -mt prefix for the boost libs, thanks to Peter Koeleman
- <peter@peerweb.nl> for reporting, bug 170887
-
- 14 Feb 2007; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.11.ebuild:
- Fix built_with_use, thanks to Constantine D. Kardaris <ckardaris at gmail
- dot com>, bug 166834
-
- 13 Feb 2007; Raúl Porcel <armin76@gentoo.org> rb_libtorrent-0.11.ebuild:
- x86 stable
-
-*rb_libtorrent-0.11 (08 Jan 2007)
-
- 08 Jan 2007; <armin@gentoo.org> +metadata.xml, +rb_libtorrent-0.11.ebuild:
- New ebuild, from bug 148667
-
diff --git a/net-libs/rb_libtorrent/Manifest b/net-libs/rb_libtorrent/Manifest
deleted file mode 100644
index 4e61b1e..0000000
--- a/net-libs/rb_libtorrent/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST libtorrent-rasterbar-0.15.6.tar.gz 2608765 SHA256 dc84775911129942d21ed94569f7c06accffcf31dc909b26eca5f824efb63f13 SHA512 b62939fd8e067c536236bc5b96498c65de454eaeb76e23c360c848a523f6b306410164ef90ca2540324f4f6d6be88072903f6002075621e108c26550ad447e2d WHIRLPOOL c72ed103a0a618278e053c741a08f25f3725ba16f88bca469c7e191971455ef3868f2bd7c69468e2fec1bde275f17e3b2c20b9a7c34d382ea0d0ac98adfb139e
-DIST libtorrent-rasterbar-0.15.9.tar.gz 2619950 SHA256 a2ea68011e9933c7deb473268122f016171d24f0f35e744fbdadd14bf6bac23d SHA512 abbf237b03c1ca5ff0022487caea6b533254467dbc3d74450cc000a3c9fca4c88c9589e17f88534fe49e87bd29a179fa964eea821873dcab62ac07cfc6246a40 WHIRLPOOL 7de400e51564273021ca7694335e58c6e8bbe12f2a65208d7ca002def4c32e1ca744d68fb4cf74de31a8cb09d7a914206dcbbc3305ee6b7a78741e94c99b04ea
diff --git a/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.12_boost-1.45.patch b/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.12_boost-1.45.patch
deleted file mode 100644
index 7dbf230..0000000
--- a/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.12_boost-1.45.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: libtorrent-rasterbar-0.14.12/include/libtorrent/udp_socket.hpp
-===================================================================
---- libtorrent-rasterbar-0.14.12.orig/include/libtorrent/udp_socket.hpp
-+++ libtorrent-rasterbar-0.14.12/include/libtorrent/udp_socket.hpp
-@@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
- #include "libtorrent/buffer.hpp"
- #include "libtorrent/session_settings.hpp"
-
--#include <vector>
-+#include <list>
- #include <boost/function.hpp>
- #include <boost/thread/mutex.hpp>
-
diff --git a/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.8-boost-detect.patch b/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.8-boost-detect.patch
deleted file mode 100644
index 6f55754..0000000
--- a/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.8-boost-detect.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- m4/ax_boost_base-fixed.m4.orig 2010-01-16 00:10:19.000000000 +0100
-+++ m4/ax_boost_base-fixed.m4 2010-01-16 00:12:32.000000000 +0100
-@@ -89,7 +89,7 @@
- dnl or if you install boost with RPM
- if test "$ac_boost_path" != ""; then
- BOOST_LDFLAGS="-L$ac_boost_path/lib"
-- BOOST_CPPFLAGS="-I$ac_boost_path/include"
-+ BOOST_CPPFLAGS="-I$ac_boost_path"
- else
- for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
- if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then
---- bindings/python/setup.py.in.orig 2010-01-16 00:14:36.000000000 +0100
-+++ bindings/python/setup.py.in 2010-01-16 00:15:15.000000000 +0100
-@@ -62,7 +62,7 @@
- source_list = os.listdir(os.path.join(os.path.dirname(__file__), "src"))
- source_list = [os.path.join("src", s) for s in source_list if s.endswith(".cpp")]
-
--extra_cmd = '@COMPILETIME_OPTIONS@ @CPPFLAGS@ @LIBS@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @PTHREAD_LIBS@ @SSL_LIBS@ @BOOST_SYSTEM_LIB@ @SSL_LDFLAGS@ @SSL_CXXFLAGS@'
-+extra_cmd = '@COMPILETIME_OPTIONS@ @CPPFLAGS@ @LIBS@ @BOOST_LDFLAGS@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @PTHREAD_LIBS@ @SSL_LIBS@ @BOOST_SYSTEM_LIB@ @SSL_LDFLAGS@ @SSL_CXXFLAGS@'
-
- setup( name='python-libtorrent',
- version='@PACKAGE_VERSION@',
---- src/Makefile.am.orig 2010-01-16 00:16:08.000000000 +0100
-+++ src/Makefile.am 2010-01-16 00:17:16.000000000 +0100
-@@ -108,7 +108,7 @@
- $(top_srcdir)/include/libtorrent/version.hpp
-
-
--libtorrent_rasterbar_la_LDFLAGS = $(LDFLAGS) -version-info $(INTERFACE_VERSION_INFO)
-+libtorrent_rasterbar_la_LDFLAGS = $(LDFLAGS) -version-info $(INTERFACE_VERSION_INFO) @BOOST_LDFLAGS@
- libtorrent_rasterbar_la_LIBADD = @ZLIB@ @BOOST_SYSTEM_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @PTHREAD_LIBS@ @SSL_LIBS@
-
- AM_CXXFLAGS= -ftemplate-depth-100 -I$(top_srcdir)/include -I$(top_srcdir)/include/libtorrent @ZLIBINCL@ @DEBUGFLAGS@ @PTHREAD_CFLAGS@ -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION @SSL_CXXFLAGS@
diff --git a/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.9-as-needed-fix.patch b/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.9-as-needed-fix.patch
deleted file mode 100644
index fc18070..0000000
--- a/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.9-as-needed-fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.in.orig 2010-02-19 08:03:57.000000000 +0100
-+++ configure.in 2010-03-24 01:04:37.000000000 +0100
-@@ -157,7 +157,6 @@
-
- dnl Apply boost config.
- CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
--LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
-
- if [[ "x$BUILD_TESTCLIENT" != "xno" ]]; then
- CLIENT_TEST_BIN=client_test;
-@@ -519,6 +518,9 @@
- dnl Compile time options.
- AC_SUBST(COMPILETIME_OPTIONS)
-
-+dnl Check for clock_gettime
-+AC_SEARCH_LIBS([clock_gettime],[rt])
-+
- AC_OUTPUT([Makefile
- src/Makefile
- include/Makefile
diff --git a/net-libs/rb_libtorrent/files/rb_libtorrent-0.15.1-ax_pthread_asneeded.patch b/net-libs/rb_libtorrent/files/rb_libtorrent-0.15.1-ax_pthread_asneeded.patch
deleted file mode 100644
index 3171d03..0000000
--- a/net-libs/rb_libtorrent/files/rb_libtorrent-0.15.1-ax_pthread_asneeded.patch
+++ /dev/null
@@ -1,122 +0,0 @@
-http://bugs.gentoo.org/247067
-
---- m4/ax_pthread.m4
-+++ m4/ax_pthread.m4
-@@ -266,6 +266,117 @@
- else
- PTHREAD_CC=$CC
- fi
-+
-+ # The next part tries to detect GCC inconsistency with -shared on some
-+ # architectures and systems. The problem is that in certain
-+ # configurations, when -shared is specified, GCC "forgets" to
-+ # internally use various flags which are still necessary.
-+
-+ #
-+ # Prepare the flags
-+ #
-+ save_LDFLAGS="$LDFLAGS"
-+ save_CFLAGS="$CFLAGS"
-+ save_LIBS="$LIBS"
-+ save_CC="$CC"
-+
-+ # Try with the flags determined by the earlier checks.
-+ #
-+ # -Wl,-z,defs forces link-time symbol resolution, so that the
-+ # linking checks with -shared actually have any value
-+ #
-+ # FIXME: -fPIC is required for -shared on many architectures,
-+ # so we specify it here, but the right way would probably be to
-+ # properly detect whether it is actually required.
-+ CFLAGS="-shared -fPIC -Wl,-z,defs $CFLAGS $PTHREAD_CFLAGS"
-+ LIBS="$PTHREAD_LIBS $LIBS"
-+ CC="$PTHREAD_CC"
-+
-+ # In order not to create several levels of indentation, we test
-+ # the value of "$done" until we find the cure or run out of ideas.
-+ done="no"
-+
-+ # First, make sure the CFLAGS we added are actually accepted by our
-+ # compiler. If not (and OS X's ld, for instance, does not accept -z),
-+ # then we can't do this test.
-+ if test x"$done" = xno; then
-+ AC_MSG_CHECKING([whether to check for GCC pthread/shared inconsistencies])
-+ AC_TRY_LINK(,, , [done=yes])
-+
-+ if test "x$done" = xyes ; then
-+ AC_MSG_RESULT([no])
-+ else
-+ AC_MSG_RESULT([yes])
-+ fi
-+ fi
-+
-+ if test x"$done" = xyes; then
-+ done="no"
-+ AC_MSG_CHECKING([whether -pthread is sufficient with -shared])
-+ AC_TRY_LINK([#include <pthread.h>],
-+ [pthread_t th; pthread_join(th, 0);
-+ pthread_attr_init(0); pthread_cleanup_push(0, 0);
-+ pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
-+ [done=yes])
-+
-+ if test "x$done" = xyes; then
-+ AC_MSG_RESULT([yes])
-+ else
-+ AC_MSG_RESULT([no])
-+ fi
-+ fi
-+
-+ #
-+ # Linux gcc on some architectures such as mips/mipsel forgets
-+ # about -lpthread
-+ #
-+ if test x"$done" = xno; then
-+ AC_MSG_CHECKING([whether -lpthread fixes that])
-+ LIBS="-lpthread $PTHREAD_LIBS $save_LIBS"
-+ AC_TRY_LINK([#include <pthread.h>],
-+ [pthread_t th; pthread_join(th, 0);
-+ pthread_attr_init(0); pthread_cleanup_push(0, 0);
-+ pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
-+ [done=yes])
-+
-+ if test "x$done" = xyes; then
-+ AC_MSG_RESULT([yes])
-+ PTHREAD_LIBS="-lpthread $PTHREAD_LIBS"
-+ else
-+ AC_MSG_RESULT([no])
-+ fi
-+ fi
-+ #
-+ # FreeBSD 4.10 gcc forgets to use -lc_r instead of -lc
-+ #
-+ if test x"$done" = xno; then
-+ AC_MSG_CHECKING([whether -lc_r fixes that])
-+ LIBS="-lc_r $PTHREAD_LIBS $save_LIBS"
-+ AC_TRY_LINK([#include <pthread.h>],
-+ [pthread_t th; pthread_join(th, 0);
-+ pthread_attr_init(0); pthread_cleanup_push(0, 0);
-+ pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
-+ [done=yes])
-+
-+ if test "x$done" = xyes; then
-+ AC_MSG_RESULT([yes])
-+ PTHREAD_LIBS="-lc_r $PTHREAD_LIBS"
-+ else
-+ AC_MSG_RESULT([no])
-+ fi
-+ fi
-+ if test x"$done" = xno; then
-+ # OK, we have run out of ideas
-+ AC_MSG_WARN([Impossible to determine how to use pthreads with shared libraries])
-+
-+ # so it's not safe to assume that we may use pthreads
-+ acx_pthread_ok=no
-+ fi
-+
-+ CFLAGS="$save_CFLAGS"
-+ LIBS="$save_LIBS"
-+ CC="$save_CC"
-+
- else
- PTHREAD_CC="$CC"
- fi
diff --git a/net-libs/rb_libtorrent/metadata.xml b/net-libs/rb_libtorrent/metadata.xml
deleted file mode 100644
index d9be487..0000000
--- a/net-libs/rb_libtorrent/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>net-p2p</herd>
- <herd>qt</herd>
- <maintainer>
- <email>hwoarang@gentoo.org</email>
- <name>Markos Chandras</name>
- </maintainer>
-</pkgmetadata>
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild
deleted file mode 100644
index 98da8e3..0000000
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.6.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2012 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.15.6.ebuild,v 1.7 2012/02/05 01:32:54 floppym Exp $
-
-EAPI="2"
-PYTHON_DEPEND="python? 2:2.6"
-PYTHON_USE_WITH="threads"
-PYTHON_USE_WITH_OPT="python"
-
-inherit eutils multilib versionator python
-
-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 ~sparc x86 ~x86-fbsd"
-IUSE="debug doc examples python ssl"
-RESTRICT="test"
-
-DEPEND="<dev-libs/boost-1.48[python?]
- >=sys-devel/libtool-2.2
- sys-libs/zlib
- examples? ( !net-p2p/mldonkey )
- ssl? ( dev-libs/openssl )"
-
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- use python && python_set_active_version 2
-}
-
-src_prepare() {
- use python && python_convert_shebangs -r 2 .
-}
-
-src_configure() {
- # 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}"
- # use multi-threading versions of boost libs
- local BOOST_LIBS="--with-boost-system=boost_system-mt \
- --with-boost-filesystem=boost_filesystem-mt \
- --with-boost-thread=boost_thread-mt \
- --with-boost-python=boost_python-${PYTHON_ABI}-mt"
- local LOGGING
- use debug && LOGGING="--enable-logging=verbose"
-
- econf $(use_enable debug) \
- $(use_enable test tests) \
- $(use_enable examples) \
- $(use_enable python python-binding) \
- $(use_enable ssl encryption) \
- --with-zlib=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
-}
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild
deleted file mode 100644
index ff1b7c2..0000000
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.9.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2012 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.15.9.ebuild,v 1.6 2012/04/19 14:40:00 ranger Exp $
-
-EAPI="2"
-PYTHON_DEPEND="python? 2:2.6"
-PYTHON_USE_WITH="threads"
-PYTHON_USE_WITH_OPT="python"
-
-inherit eutils multilib python 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 ~sparc x86 ~x86-fbsd"
-IUSE="debug doc examples python ssl static-libs"
-RESTRICT="test"
-
-DEPEND="<dev-libs/boost-1.48[python?]
- >=sys-devel/libtool-2.2
- sys-libs/zlib
- examples? ( !net-p2p/mldonkey )
- ssl? ( dev-libs/openssl )"
-
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- use python && python_set_active_version 2
-}
-
-src_prepare() {
- use python && python_convert_shebangs -r 2 .
-}
-
-src_configure() {
- # use multi-threading versions of boost libs
- local BOOST_LIBS="--with-boost-system=boost_system-mt \
- --with-boost-filesystem=boost_filesystem-mt \
- --with-boost-thread=boost_thread-mt \
- --with-boost-python=boost_python-${PYTHON_ABI}-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="--enable-logging=verbose"
-
- econf $(use_enable debug) \
- $(use_enable test tests) \
- $(use_enable examples) \
- $(use_enable python python-binding) \
- $(use_enable ssl encryption) \
- $(use_enable static-libs static) \
- --with-zlib=system \
- ${LOGGING} \
- --with-boost=${BOOST_INC} \
- --with-boost-libdir=${BOOST_LIB} \
- ${BOOST_LIBS}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die 'emake install failed'
- use static-libs || find "${D}" -name '*.la' -exec rm -f {} +
- dodoc ChangeLog AUTHORS NEWS README || die 'dodoc failed'
- if use doc ; then
- dohtml docs/* || die "Could not install HTML documentation"
- fi
-}