From 99ea9dde8c2c8a2262f25ce92133b159064e83f4 Mon Sep 17 00:00:00 2001 From: Iskren Slavov Date: Wed, 2 Feb 2011 14:55:16 +0200 Subject: updated flush to 0.9.9, added patched qbittorrent --- net-p2p/flush/Manifest | 4 +- net-p2p/flush/flush-0.9.8.ebuild | 55 -- net-p2p/flush/flush-0.9.9.ebuild | 56 ++ net-p2p/qbittorrent/ChangeLog | 778 +++++++++++++++++++++ net-p2p/qbittorrent/Manifest | 5 + .../files/qbittorrent_spoof_utorrent.diff | 17 + net-p2p/qbittorrent/metadata.xml | 10 + net-p2p/qbittorrent/qbittorrent-2.6.4-r1.ebuild | 68 ++ 8 files changed, 936 insertions(+), 57 deletions(-) delete mode 100644 net-p2p/flush/flush-0.9.8.ebuild create mode 100644 net-p2p/flush/flush-0.9.9.ebuild create mode 100644 net-p2p/qbittorrent/ChangeLog create mode 100644 net-p2p/qbittorrent/Manifest create mode 100644 net-p2p/qbittorrent/files/qbittorrent_spoof_utorrent.diff create mode 100644 net-p2p/qbittorrent/metadata.xml create mode 100644 net-p2p/qbittorrent/qbittorrent-2.6.4-r1.ebuild diff --git a/net-p2p/flush/Manifest b/net-p2p/flush/Manifest index 0c8dee4..3febd4c 100644 --- a/net-p2p/flush/Manifest +++ b/net-p2p/flush/Manifest @@ -1,3 +1,3 @@ -DIST flush-0.9.8.tar.bz2 800362 RMD160 0deb729c5b01db7a108a7ad1ad0287944825c689 SHA1 2ee4b27022f8f30143f47e08e6cc11dcc150c294 SHA256 fc45b6fa2e0f13ba3155580023950be26c5cf847672f2189af3bcd5066a95938 -EBUILD flush-0.9.8.ebuild 1315 RMD160 86d9f98b30d0466a8fc88b6a59819dcb0c2cb25e SHA1 d40485f93295463ce18f32683beaefb1899c329a SHA256 34502fcc5f09accaac5bb44a76b611156867c7ed82fd2f5f9ffc1aeedc1b115a +DIST flush-0.9.9.tar.bz2 805679 RMD160 d1ccdeb81e1389d00b61b6cc5e494222254cde09 SHA1 94dc1e83c4cd9a36ab47298102557b26d06c2649 SHA256 0859b3362b4ff91e97c16188b99111c1ab88b28c8bd312dea03798762d98935d +EBUILD flush-0.9.9.ebuild 1342 RMD160 0d6146bd1e6cfea1a7e53d1c5fff0ab47b2833e9 SHA1 11159e476b8d7dde891fed9741e954df38aaad8a SHA256 ef6f578942b9c01f93d50ec9e48c3031999160a53563705622097ffda0513d27 MISC metadata.xml 288 RMD160 1721c235b8b60c27e22f38cf1c70446b9dfb89a6 SHA1 922b7464824f1c63dfda090aa082f61b47cbc8ba SHA256 0b009300e70c1e4120ab58796cf22e44474a7053e903bf111b6e3f0cc1e0e71b diff --git a/net-p2p/flush/flush-0.9.8.ebuild b/net-p2p/flush/flush-0.9.8.ebuild deleted file mode 100644 index 168c158..0000000 --- a/net-p2p/flush/flush-0.9.8.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit eutils distutils flag-o-matic - -DESCRIPTION="A GTK-based BitTorrent client by Dmitry Konishchev" -HOMEPAGE="http://sourceforge.net/projects/flush/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" -IUSE="" - -DEPEND=">=x11-libs/gtk+-2.16.6 - >=dev-cpp/gtkmm-2.16.0 - >=dev-cpp/glibmm-2.20.1 - >=x11-libs/libnotify-0.4.5 - - >=sys-devel/gettext-0.17 - >=dev-libs/libconfig-1.3.2 - >=dev-libs/boost-1.35.0 - >=sys-apps/dbus-1.2.3 - - >=net-libs/rb_libtorrent-0.14.8" -RDEPEND="${DEPEND}" - -src_configure() { - econf --disable-bundle-package \ - --enable-system-libconfig \ - --enable-system-libtorrent -} - -src_compile() { - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc COPYING ChangeLog - - # Fix icon if using different icon theme in GNOME - insinto /usr/share/pixmaps - doins ./icons/hicolor/72x72/apps/flush.png - - ewarn - ewarn There seems to be some incompability with older version - ewarn configuration files. If Flush seems to be unstable or - ewarn too slow you can fix this with 'rm -rf ~/.flush'. - ewarn - ewarn WARNING: This will remove all your loaded torrent files. - ewarn -} diff --git a/net-p2p/flush/flush-0.9.9.ebuild b/net-p2p/flush/flush-0.9.9.ebuild new file mode 100644 index 0000000..75c0aa2 --- /dev/null +++ b/net-p2p/flush/flush-0.9.9.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="2" + +inherit eutils distutils flag-o-matic + +DESCRIPTION="A GTK-based BitTorrent client by Dmitry Konishchev" +HOMEPAGE="http://sourceforge.net/projects/flush/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.16.6 + >=dev-cpp/gtkmm-2.16.0 + >=dev-cpp/glibmm-2.20.1 + >=dev-cpp/libglademm-2.6.7 + >=x11-libs/libnotify-0.4.5 + + >=sys-devel/gettext-0.17 + >=dev-libs/libconfig-1.3.2 + >=dev-libs/boost-1.35.0 + >=sys-apps/dbus-1.2.3 + + >=net-libs/rb_libtorrent-0.14.8" +RDEPEND="${DEPEND}" + +src_configure() { + econf --disable-bundle-package \ + --enable-system-libconfig \ + --enable-system-libtorrent +} + +src_compile() { + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc COPYING ChangeLog + + # Fix icon if using different icon theme in GNOME + insinto /usr/share/pixmaps + doins ./icons/hicolor/72x72/apps/flush.png + + ewarn + ewarn There seems to be some incompability with older version + ewarn configuration files. If Flush seems to be unstable or + ewarn too slow you can fix this with 'rm -rf ~/.flush'. + ewarn + ewarn WARNING: This will remove all your loaded torrent files. + ewarn +} diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog new file mode 100644 index 0000000..9cdfe98 --- /dev/null +++ b/net-p2p/qbittorrent/ChangeLog @@ -0,0 +1,778 @@ +# ChangeLog for net-p2p/qbittorrent +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.137 2011/01/23 16:06:14 hwoarang Exp $ + +*qbittorrent-2.6.4 (23 Jan 2011) + + 23 Jan 2011; Markos Chandras +qbittorrent-2.6.4.ebuild: + version bump + +*qbittorrent-2.6.3 (15 Jan 2011) + + 15 Jan 2011; Markos Chandras -qbittorrent-2.6.2.ebuild, + +qbittorrent-2.6.3.ebuild: + Version bump + +*qbittorrent-2.6.2 (13 Jan 2011) + + 13 Jan 2011; Markos Chandras -qbittorrent-2.6.1.ebuild, + +qbittorrent-2.6.2.ebuild: + Version bump + +*qbittorrent-2.6.1 (11 Jan 2011) + + 11 Jan 2011; Markos Chandras -qbittorrent-2.6.0.ebuild, + +qbittorrent-2.6.1.ebuild: + Version bump + +*qbittorrent-2.6.0 (09 Jan 2011) + + 09 Jan 2011; Markos Chandras + -qbittorrent-2.6.0_rc2.ebuild, +qbittorrent-2.6.0.ebuild: + Version bump + +*qbittorrent-2.6.0_rc2 (08 Jan 2011) +*qbittorrent-2.5.5 (08 Jan 2011) + + 08 Jan 2011; Markos Chandras -qbittorrent-2.5.3.ebuild, + +qbittorrent-2.5.5.ebuild, -qbittorrent-2.6.0_beta4.ebuild, + +qbittorrent-2.6.0_rc2.ebuild: + Version bump + +*qbittorrent-2.6.0_beta4 (02 Jan 2011) +*qbittorrent-2.5.3 (02 Jan 2011) + + 02 Jan 2011; Markos Chandras -qbittorrent-2.5.1.ebuild, + -qbittorrent-2.5.2.ebuild, +qbittorrent-2.5.3.ebuild, + -qbittorrent-2.6.0_beta3.ebuild, +qbittorrent-2.6.0_beta4.ebuild: + Version bump + +*qbittorrent-2.6.0_beta3 (29 Dec 2010) + + 29 Dec 2010; Markos Chandras + -qbittorrent-2.6.0_beta2.ebuild, +qbittorrent-2.6.0_beta3.ebuild: + Version bump. Remove old ebuild + +*qbittorrent-2.6.0_beta2 (26 Dec 2010) + + 26 Dec 2010; Markos Chandras + -qbittorrent-2.6.0_beta1.ebuild, +qbittorrent-2.6.0_beta2.ebuild: + Version bump + +*qbittorrent-2.6.0_beta1 (20 Dec 2010) +*qbittorrent-2.5.2 (20 Dec 2010) + + 20 Dec 2010; Markos Chandras +qbittorrent-2.5.2.ebuild, + +qbittorrent-2.6.0_beta1.ebuild: + Version bump. New beta ebuild + +*qbittorrent-2.5.1 (06 Dec 2010) + + 06 Dec 2010; Markos Chandras + -qbittorrent-2.4.10.ebuild, -qbittorrent-2.5.0_rc3.ebuild, + +qbittorrent-2.5.1.ebuild: + Version bump + +*qbittorrent-2.5.0_rc3 (29 Nov 2010) + + 29 Nov 2010; Markos Chandras + -qbittorrent-2.5.0_rc2.ebuild, +qbittorrent-2.5.0_rc3.ebuild: + Version bump + +*qbittorrent-2.5.0_rc2 (27 Nov 2010) + + 27 Nov 2010; Markos Chandras + -qbittorrent-2.5.0_beta7.ebuild, +qbittorrent-2.5.0_rc2.ebuild: + Version bump. Remove old ebuild + +*qbittorrent-2.5.0_beta7 (23 Nov 2010) +*qbittorrent-2.4.11 (23 Nov 2010) + + 23 Nov 2010; Markos Chandras + +qbittorrent-2.4.11.ebuild, -qbittorrent-2.5.0_beta6.ebuild, + +qbittorrent-2.5.0_beta7.ebuild: + Version bump + +*qbittorrent-2.5.0_beta6 (21 Nov 2010) + + 21 Nov 2010; Markos Chandras + -qbittorrent-2.5.0_beta4.ebuild, +qbittorrent-2.5.0_beta6.ebuild: + Version bump + +*qbittorrent-9999 (20 Nov 2010) +*qbittorrent-2.5.0_beta4 (20 Nov 2010) + + 20 Nov 2010; Markos Chandras + -qbittorrent-2.5.0_beta1.ebuild, +qbittorrent-2.5.0_beta4.ebuild, + +qbittorrent-9999.ebuild: + Version bump. Introduce live ebuild. Thanks to Ishan Arora + + +*qbittorrent-2.4.10 (11 Nov 2010) + + 11 Nov 2010; Markos Chandras + -qbittorrent-2.4.9.ebuild, +qbittorrent-2.4.10.ebuild: + Version bump + +*qbittorrent-2.4.9 (01 Nov 2010) + + 01 Nov 2010; Markos Chandras + -qbittorrent-2.3.0.ebuild, -qbittorrent-2.3.1.ebuild, + -qbittorrent-2.4.7.ebuild, -qbittorrent-2.4.8.ebuild, + +qbittorrent-2.4.9.ebuild: + Version bump. Remove old ebuilds + +*qbittorrent-2.4.8 (25 Oct 2010) + + 25 Oct 2010; Markos Chandras + -qbittorrent-2.4.6.ebuild, +qbittorrent-2.4.8.ebuild: + Version bump + +*qbittorrent-2.4.7 (19 Oct 2010) + + 19 Oct 2010; Markos Chandras + +qbittorrent-2.4.7.ebuild: + Version bump + +*qbittorrent-2.5.0_beta1 (17 Oct 2010) +*qbittorrent-2.4.6 (17 Oct 2010) + + 17 Oct 2010; Markos Chandras + -qbittorrent-2.4.4.ebuild, -qbittorrent-2.4.5.ebuild, + +qbittorrent-2.4.6.ebuild, +qbittorrent-2.5.0_beta1.ebuild: + Version bump + +*qbittorrent-2.4.5 (13 Oct 2010) + + 13 Oct 2010; Markos Chandras + +qbittorrent-2.4.5.ebuild: + Version bump + +*qbittorrent-2.4.4 (03 Oct 2010) + + 03 Oct 2010; Markos Chandras + -qbittorrent-2.4.2.ebuild, -qbittorrent-2.4.3.ebuild, + +qbittorrent-2.4.4.ebuild: + Version bump. Remove old ebuilds + +*qbittorrent-2.4.3 (29 Sep 2010) + + 29 Sep 2010; Markos Chandras + +qbittorrent-2.4.3.ebuild: + Version bump + + 27 Sep 2010; Markos Chandras + -qbittorrent-2.4.0.ebuild, -qbittorrent-2.4.1.ebuild: + Remove old ebuilds + +*qbittorrent-2.4.2 (27 Sep 2010) + + 27 Sep 2010; Theo Chatzimichos + +qbittorrent-2.4.2.ebuild: + Version bump + +*qbittorrent-2.4.1 (26 Sep 2010) + + 26 Sep 2010; Markos Chandras + +qbittorrent-2.4.1.ebuild: + Version bump + + 28 Aug 2010; Markos Chandras + -qbittorrent-2.2.8.ebuild, -qbittorrent-2.2.10.ebuild: + Remove old ebuilds + + 26 Aug 2010; Markos Chandras + qbittorrent-2.4.0.ebuild: + Fix my latest commit. qt-dbus is NOT an optional dependency + + 26 Aug 2010; Markos Chandras + qbittorrent-2.4.0.ebuild: + Add dbus use dependency for qt-gui + +*qbittorrent-2.4.0 (26 Aug 2010) + + 26 Aug 2010; Markos Chandras + -qbittorrent-2.4.0_rc2.ebuild, +qbittorrent-2.4.0.ebuild: + Version bump. Remove _rc release. Bug #334515 + + 23 Aug 2010; Markus Meier qbittorrent-2.2.11.ebuild: + amd64/x86 stable, bug #333777 + +*qbittorrent-2.4.0_rc2 (22 Aug 2010) + + 22 Aug 2010; Markos Chandras + -qbittorrent-2.4.0_beta1.ebuild, -qbittorrent-2.4.0_rc1.ebuild, + +qbittorrent-2.4.0_rc2.ebuild: + Version bump to 2.4.0_rc2. Remove old ebuilds + +*qbittorrent-2.4.0_rc1 (21 Aug 2010) + + 21 Aug 2010; Markos Chandras + +qbittorrent-2.4.0_rc1.ebuild: + Version bump to 2.4.0_rc1 + +*qbittorrent-2.4.0_beta1 (19 Aug 2010) +*qbittorrent-2.3.1 (19 Aug 2010) + + 19 Aug 2010; Markos Chandras + +qbittorrent-2.3.1.ebuild, +qbittorrent-2.4.0_beta1.ebuild: + Version bump to 2.3.1 and 2.4.0_beta1 + +*qbittorrent-2.3.0 (28 Jul 2010) + + 28 Jul 2010; Markos Chandras + -qbittorrent-2.3.0_rc4.ebuild, -qbittorrent-2.3.0_rc7.ebuild, + +qbittorrent-2.3.0.ebuild: + Version bump, remove rc releases + +*qbittorrent-2.3.0_rc7 (22 Jul 2010) +*qbittorrent-2.2.11 (22 Jul 2010) + + 22 Jul 2010; Markos Chandras + +qbittorrent-2.2.11.ebuild, +qbittorrent-2.3.0_rc7.ebuild: + Version bump + +*qbittorrent-2.3.0_rc4 (17 Jul 2010) + + 17 Jul 2010; Markos Chandras + -qbittorrent-2.3.0_rc2.ebuild, -qbittorrent-2.3.0_rc3.ebuild, + +qbittorrent-2.3.0_rc4.ebuild: + Version bump. Remove old ebuilds + +*qbittorrent-2.3.0_rc3 (17 Jul 2010) + + 17 Jul 2010; Markos Chandras + +qbittorrent-2.3.0_rc3.ebuild: + Version bump + + 16 Jul 2010; Markos Chandras + -qbittorrent-2.2.2.ebuild, -qbittorrent-2.2.5.ebuild, + -qbittorrent-2.2.6.ebuild, -qbittorrent-2.2.7.ebuild, + -qbittorrent-2.2.9-r1.ebuild, -qbittorrent-2.3.0_rc1.ebuild, + -files/moc_bug_workaround.patch, -files/moc_bug_workaround2.patch, + -files/nox-webui-fix.patch: + Remove old ebuilds and patches + + 16 Jul 2010; Christian Faulhammer + qbittorrent-2.2.8.ebuild: + stable x86, bug 326567 + +*qbittorrent-2.3.0_rc2 (08 Jul 2010) + + 08 Jul 2010; Markos Chandras + +qbittorrent-2.3.0_rc2.ebuild: + Version bump to rc2 + +*qbittorrent-2.3.0_rc1 (08 Jul 2010) + + 08 Jul 2010; Markos Chandras + -qbittorrent-2.3.0_beta3.ebuild, -qbittorrent-2.3.0_beta4.ebuild, + +qbittorrent-2.3.0_rc1.ebuild: + Version bump to 2.3.0_rc1. Remove beta ebuilds + + 04 Jul 2010; Markos Chandras + qbittorrent-2.2.8.ebuild: + Stable on amd64 wrt bug #326567 + +*qbittorrent-2.3.0_beta4 (29 Jun 2010) + + 29 Jun 2010; Markos Chandras + -qbittorrent-2.3.0_beta2.ebuild, +qbittorrent-2.3.0_beta4.ebuild: + Version bump to beta4. Remove old beta release + +*qbittorrent-2.3.0_beta3 (26 Jun 2010) +*qbittorrent-2.2.10 (26 Jun 2010) + + 26 Jun 2010; Markos Chandras + +qbittorrent-2.2.10.ebuild, -qbittorrent-2.3.0_beta1.ebuild, + +qbittorrent-2.3.0_beta3.ebuild: + Version bump to 2.2.10 and 2.3.0_beta3 + + 20 Jun 2010; Markos Chandras + +files/moc_bug_workaround2.patch, qbittorrent-2.2.9-r1.ebuild: + Patch for trackerlist moc issue. Fixes bug #324669 + +*qbittorrent-2.3.0_beta2 (17 Jun 2010) + + 17 Jun 2010; Markos Chandras + +qbittorrent-2.3.0_beta2.ebuild: + Bumping beta release + +*qbittorrent-2.2.9-r1 (17 Jun 2010) + + 17 Jun 2010; Markos Chandras + -qbittorrent-2.2.9.ebuild, +qbittorrent-2.2.9-r1.ebuild, + +files/nox-webui-fix.patch: + Revbump which fixes broken WebUI for nox binaries. Thanks to upstream for + the quick patch + +*qbittorrent-2.2.9 (17 Jun 2010) + + 17 Jun 2010; Markos Chandras + +qbittorrent-2.2.9.ebuild, +files/moc_bug_workaround.patch: + Version bump + + 12 Jun 2010; Markos Chandras metadata.xml: + Taking over maintainership + +*qbittorrent-2.3.0_beta1 (02 Jun 2010) +*qbittorrent-2.2.8 (02 Jun 2010) + + 02 Jun 2010; Markos Chandras + +qbittorrent-2.2.8.ebuild, +qbittorrent-2.3.0_beta1.ebuild: + Version bump. Fixes bug #322173. Thanks to Michael Weber + for the patch + + 31 May 2010; Pawel Hajdan jr + qbittorrent-2.2.6.ebuild: + x86 stable wrt bug #320839 + + 21 May 2010; Markos Chandras + qbittorrent-2.2.6.ebuild: + Stable on amd64 wrt bug #320839 + +*qbittorrent-2.2.7 (21 May 2010) + + 21 May 2010; Markos Chandras + +qbittorrent-2.2.7.ebuild: + Version bump. Fixes bug #320701 + +*qbittorrent-2.2.6 (19 Apr 2010) + + 19 Apr 2010; Markos Chandras + +qbittorrent-2.2.6.ebuild: + Version bump wrt bug #316115 + + 12 Apr 2010; Ben de Groot -qbittorrent-2.1.2.ebuild: + Remove obsolete version. Newer ebuilds have several fixes. + + 11 Apr 2010; Markos Chandras + qbittorrent-2.2.2.ebuild: + Stable on amd64 wrt bug #312825 + +*qbittorrent-2.2.5 (10 Apr 2010) + + 10 Apr 2010; Ben de Groot +qbittorrent-2.2.5.ebuild: + Version bump. Drop conf.pri hack, as the correct values are now detected + from the arguments we pass to configure. Fixes bug #313811. + + 08 Apr 2010; Christian Faulhammer + qbittorrent-2.2.2.ebuild: + stable x86, bug 312825 + + 26 Mar 2010; Ben de Groot -qbittorrent-1.5.5.ebuild, + -qbittorrent-2.1.6.ebuild, -qbittorrent-2.2.0.ebuild, + qbittorrent-2.2.2.ebuild: + Remove old versions. Add slotted boost detection to fix bug #309415. + +*qbittorrent-2.2.2 (25 Mar 2010) + + 25 Mar 2010; Ben de Groot +qbittorrent-2.2.2.ebuild: + Version bump, fixes bug #311275 + + 18 Mar 2010; Ben de Groot -qbittorrent-2.0.6.ebuild, + -qbittorrent-2.1.1.ebuild, -qbittorrent-2.1.5.ebuild, + +qbittorrent-2.2.0.ebuild: + Remove obsolete versions + +*qbittorrent-2.2.0 (18 Mar 2010) + + 18 Mar 2010; Ben de Groot +qbittorrent-2.2.0.ebuild: + Version bump + + 11 Mar 2010; Pawel Hajdan jr + qbittorrent-2.1.2.ebuild: + x86 stable wrt bug #306471 + +*qbittorrent-2.1.6 (07 Mar 2010) + + 07 Mar 2010; Alex Alexander +qbittorrent-2.1.6.ebuild: + version bump, bug #308125 + + 23 Feb 2010; Markos Chandras + qbittorrent-2.1.2.ebuild: + Stable on amd64 wrt bug #306741 + +*qbittorrent-2.1.5 (14 Feb 2010) + + 14 Feb 2010; Ben de Groot +qbittorrent-2.1.5.ebuild: + Version bump + +*qbittorrent-2.1.2 (26 Jan 2010) + + 26 Jan 2010; Ben de Groot +qbittorrent-2.1.2.ebuild: + Version bump + +*qbittorrent-2.1.1 (23 Jan 2010) + + 23 Jan 2010; Ben de Groot +qbittorrent-2.1.1.ebuild: + Version bump. Add X useflag to make building without gui possible. Add + configure flags for gui, geoip and libnotify. Update dependencies. Migrate + to qt4-r2.eclass. + +*qbittorrent-2.0.6 (09 Jan 2010) + + 09 Jan 2010; Raúl Porcel -qbittorrent-2.0.2.ebuild, + +qbittorrent-2.0.6.ebuild: + Version bump, fix deps wrt #300269 + + 28 Dec 2009; Markus Meier qbittorrent-1.5.5.ebuild: + amd64/x86 stable, bug #290708 + +*qbittorrent-2.0.2 (18 Dec 2009) + + 18 Dec 2009; Raúl Porcel -qbittorrent-2.0.1.ebuild, + +qbittorrent-2.0.2.ebuild: + Version bump + + 18 Dec 2009; Raúl Porcel +qbittorrent-2.0.1.ebuild: + Version bump + +*qbittorrent-2.0.1 (18 Dec 2009) + + 18 Dec 2009; Raúl Porcel +qbittorrent-2.0.1.ebuild: + Version bump + + 18 Dec 2009; Ben de Groot -qbittorrent-1.0.0.ebuild, + -qbittorrent-1.3.3-r1.ebuild, -qbittorrent-1.4.0.ebuild: + Remove obsolete versions + + 17 Dec 2009; Markus Meier qbittorrent-1.5.3.ebuild: + x86 stable, bug #290708 + + 10 Nov 2009; Dror Levin qbittorrent-1.5.5.ebuild: + Fix pre-stripping of binaries, bug 265209. + +*qbittorrent-1.5.5 (05 Nov 2009) + + 05 Nov 2009; Raúl Porcel +qbittorrent-1.5.5.ebuild: + Version bump + +*qbittorrent-1.5.3 (30 Sep 2009) + + 30 Sep 2009; Ben de Groot +qbittorrent-1.5.3.ebuild: + Version bump + +*qbittorrent-1.4.0 (15 Aug 2009) + + 15 Aug 2009; Ben de Groot qbittorrent-1.0.0.ebuild, + -qbittorrent-1.2.1.ebuild, -qbittorrent-1.3.2.ebuild, + -qbittorrent-1.3.3.ebuild, qbittorrent-1.3.3-r1.ebuild, + +qbittorrent-1.4.0.ebuild: + Remove old. Version bump. Patch applied upstream. Add zziplib dependency. + +*qbittorrent-1.3.3-r1 (10 Jul 2009) + + 10 Jul 2009; Markos Chandras + +qbittorrent-1.3.3-r1.ebuild, +files/qbittorrent-1.3.3-no-strip.patch: + Fix Pre-stripped files issue ( bug 265209 ) + + 27 Jun 2009; Ben de Groot metadata.xml: + Add qt herd as co-maintainer + + 13 Jun 2009; Raúl Porcel metadata.xml: + Remove me as maintainer, adding net-p2p, feel free to maintain this + package + +*qbittorrent-1.3.3 (08 Apr 2009) + + 08 Apr 2009; Raúl Porcel +qbittorrent-1.3.3.ebuild: + Version bump + +*qbittorrent-1.3.2 (09 Mar 2009) + + 09 Mar 2009; Raúl Porcel -qbittorrent-1.3.1.ebuild, + +qbittorrent-1.3.2.ebuild: + Version bump + + 07 Mar 2009; Petteri Räty + qbittorrent-1.0.0.ebuild, qbittorrent-1.2.1.ebuild, + qbittorrent-1.3.1.ebuild: + Depend on a newer boost so that we always have threads support. + + 07 Mar 2009; Petteri Räty + -qbittorrent-1.1.4.ebuild: + Remove old version. + +*qbittorrent-1.3.1 (04 Mar 2009) + + 04 Mar 2009; Raúl Porcel -qbittorrent-1.3.0.ebuild, + +qbittorrent-1.3.1.ebuild: + Version bump + +*qbittorrent-1.3.0 (10 Jan 2009) + + 10 Jan 2009; Raúl Porcel + -qbittorrent-1.3.0_rc3.ebuild, +qbittorrent-1.3.0.ebuild: + Version bump + +*qbittorrent-1.3.0_rc3 (29 Dec 2008) + + 29 Dec 2008; Raúl Porcel -qbittorrent-1.2.0.ebuild, + +qbittorrent-1.3.0_rc3.ebuild: + Version bump + +*qbittorrent-1.2.1 (10 Nov 2008) + + 10 Nov 2008; Raúl Porcel +qbittorrent-1.2.1.ebuild: + Version bump + +*qbittorrent-1.2.0 (30 Oct 2008) + + 30 Oct 2008; Raúl Porcel + -qbittorrent-1.2.0_rc3.ebuild, +qbittorrent-1.2.0.ebuild: + Version bump + +*qbittorrent-1.2.0_rc3 (04 Oct 2008) + + 04 Oct 2008; Raúl Porcel -qbittorrent-1.1.3.ebuild, + -qbittorrent-1.2.0_beta6.ebuild, +qbittorrent-1.2.0_rc3.ebuild: + Version bump + +*qbittorrent-1.2.0_beta6 (15 Sep 2008) +*qbittorrent-1.1.4 (15 Sep 2008) + + 15 Sep 2008; Raúl Porcel +qbittorrent-1.1.4.ebuild, + -qbittorrent-1.2.0_beta5.ebuild, +qbittorrent-1.2.0_beta6.ebuild: + Version bump + +*qbittorrent-1.2.0_beta5 (26 Aug 2008) +*qbittorrent-1.1.3 (26 Aug 2008) + + 26 Aug 2008; Raúl Porcel -qbittorrent-1.1.1.ebuild, + -qbittorrent-1.1.2.ebuild, +qbittorrent-1.1.3.ebuild, + -qbittorrent-1.2.0_beta4.ebuild, +qbittorrent-1.2.0_beta5.ebuild: + Version bump + +*qbittorrent-1.2.0_beta4 (25 Aug 2008) +*qbittorrent-1.1.2 (25 Aug 2008) + + 25 Aug 2008; Raúl Porcel +qbittorrent-1.1.2.ebuild, + -qbittorrent-1.2.0_beta1.ebuild, +qbittorrent-1.2.0_beta4.ebuild: + Version bump + + 05 Aug 2008; Raúl Porcel -qbittorrent-0.9.3.ebuild, + qbittorrent-1.0.0.ebuild: + x86 stable + +*qbittorrent-1.2.0_beta1 (01 Aug 2008) +*qbittorrent-1.1.1 (01 Aug 2008) + + 01 Aug 2008; Raúl Porcel + -qbittorrent-1.1.0_rc2.ebuild, +qbittorrent-1.1.1.ebuild, + +qbittorrent-1.2.0_beta1.ebuild: + Version bump + + 28 Jul 2008; Carsten Lohrke qbittorrent-0.9.3.ebuild: + QA: Get rid of deprecated qt4_min_version(). + +*qbittorrent-1.1.0_rc2 (28 Jul 2008) + + 28 Jul 2008; Raúl Porcel + -qbittorrent-1.1.0_beta1.ebuild, -qbittorrent-1.1.0_beta3.ebuild, + +qbittorrent-1.1.0_rc2.ebuild: + Version bump + + 27 Jul 2008; Carsten Lohrke qbittorrent-1.0.0.ebuild, + qbittorrent-1.1.0_beta1.ebuild, qbittorrent-1.1.0_beta3.ebuild: + Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11. + +*qbittorrent-1.1.0_beta3 (12 Jul 2008) + + 12 Jul 2008; Raúl Porcel + +qbittorrent-1.1.0_beta3.ebuild: + Version bump + +*qbittorrent-1.1.0_beta1 (03 Jun 2008) + + 03 Jun 2008; Raúl Porcel qbittorrent-1.0.0.ebuild, + +qbittorrent-1.1.0_beta1.ebuild: + Version bump, fix qt4 split dependencies, bug #217181 + + 19 Apr 2008; Raúl Porcel qbittorrent-0.9.3.ebuild, + qbittorrent-1.0.0.ebuild: + Some tweaks + +*qbittorrent-1.0.0 (12 Apr 2008) + + 12 Apr 2008; Raúl Porcel + -qbittorrent-1.0.0_rc11-r1.ebuild, +qbittorrent-1.0.0.ebuild: + Version bump + + 04 Feb 2008; Raúl Porcel qbittorrent-0.9.3.ebuild: + Fix DEPEND on rb_libtorrent + +*qbittorrent-1.0.0_rc11-r1 (09 Jan 2008) + + 09 Jan 2008; Raúl Porcel + -qbittorrent-1.0.0_rc11.ebuild, +qbittorrent-1.0.0_rc11-r1.ebuild: + Revision bump to use newer rb_libtorrent + + 03 Jan 2008; Raúl Porcel + qbittorrent-1.0.0_rc11.ebuild: + Move python to RDEPEND, thanks to ishanarora + +*qbittorrent-1.0.0_rc11 (31 Dec 2007) + + 31 Dec 2007; Raúl Porcel + -qbittorrent-1.0.0_rc10.ebuild, +qbittorrent-1.0.0_rc11.ebuild: + Version bump + +*qbittorrent-1.0.0_rc10 (09 Dec 2007) + + 09 Dec 2007; Raúl Porcel + -qbittorrent-1.0.0_rc9-r1.ebuild, +qbittorrent-1.0.0_rc10.ebuild: + Version bump + +*qbittorrent-1.0.0_rc9-r1 (04 Dec 2007) + + 04 Dec 2007; Raúl Porcel + -qbittorrent-1.0.0_rc9.ebuild, +qbittorrent-1.0.0_rc9-r1.ebuild: + Revision bump to raise rb_libtorrent dependency + +*qbittorrent-1.0.0_rc9 (24 Nov 2007) + + 24 Nov 2007; Raúl Porcel + -qbittorrent-1.0.0_rc8.ebuild, +qbittorrent-1.0.0_rc9.ebuild: + Version bump + +*qbittorrent-1.0.0_rc8 (15 Nov 2007) + + 15 Nov 2007; Raúl Porcel + -qbittorrent-1.0.0_rc7.ebuild, +qbittorrent-1.0.0_rc8.ebuild: + Version bump + + 06 Nov 2007; Raúl Porcel + qbittorrent-1.0.0_rc7.ebuild: + Fix DEPEND + +*qbittorrent-1.0.0_rc7 (03 Nov 2007) + + 03 Nov 2007; Raúl Porcel + -qbittorrent-1.0.0_rc6.ebuild, +qbittorrent-1.0.0_rc7.ebuild: + Version bump + + 02 Nov 2007; Raúl Porcel + qbittorrent-1.0.0_rc6.ebuild: + Fix DEPEND + +*qbittorrent-1.0.0_rc6 (22 Oct 2007) + + 22 Oct 2007; Raúl Porcel + -qbittorrent-1.0.0_rc4.ebuild, +qbittorrent-1.0.0_rc6.ebuild: + Version bump + +*qbittorrent-1.0.0_rc4 (08 Oct 2007) + + 08 Oct 2007; Raúl Porcel + -qbittorrent-1.0.0_rc3.ebuild, +qbittorrent-1.0.0_rc4.ebuild: + Version bump + +*qbittorrent-1.0.0_rc3 (01 Oct 2007) + + 01 Oct 2007; Raúl Porcel + -qbittorrent-1.0.0_rc2.ebuild, +qbittorrent-1.0.0_rc3.ebuild: + Version bump + +*qbittorrent-1.0.0_rc2 (28 Sep 2007) + + 28 Sep 2007; Raúl Porcel + -qbittorrent-1.0.0_rc1.ebuild, +qbittorrent-1.0.0_rc2.ebuild: + Version bump + +*qbittorrent-1.0.0_rc1 (25 Sep 2007) + + 25 Sep 2007; Raúl Porcel + -qbittorrent-1.0.0_beta7.ebuild, +qbittorrent-1.0.0_rc1.ebuild: + Version bump + +*qbittorrent-1.0.0_beta7 (19 Sep 2007) + + 19 Sep 2007; Raúl Porcel + -qbittorrent-1.0.0_beta6.ebuild, +qbittorrent-1.0.0_beta7.ebuild: + Version bump + +*qbittorrent-1.0.0_beta6 (02 Sep 2007) + + 02 Sep 2007; Raúl Porcel + -qbittorrent-1.0.0_beta5.ebuild, +qbittorrent-1.0.0_beta6.ebuild: + Version bump + +*qbittorrent-1.0.0_beta5 (24 Aug 2007) + + 24 Aug 2007; Raúl Porcel + -qbittorrent-1.0.0_beta4.ebuild, +qbittorrent-1.0.0_beta5.ebuild: + Version bump + +*qbittorrent-1.0.0_beta4 (05 Aug 2007) + + 05 Aug 2007; Raúl Porcel + +qbittorrent-1.0.0_beta4.ebuild, -qbittorrent-1.0.0_beta3_p1149.ebuild: + Version bump, drop old + +*qbittorrent-1.0.0_beta3_p1149 (01 Aug 2007) + + 01 Aug 2007; Raúl Porcel + -qbittorrent-1.0.0_beta2.ebuild, +qbittorrent-1.0.0_beta3_p1149.ebuild: + Version bump, old + +*qbittorrent-1.0.0_beta2 (26 Jul 2007) + + 26 Jul 2007; Raúl Porcel + -qbittorrent-1.0.0_beta1.ebuild, +qbittorrent-1.0.0_beta2.ebuild: + Version bump + + 19 Jul 2007; Raúl Porcel qbittorrent-0.9.3.ebuild: + Fix 0.9.3 dep on rb_libtorrent + +*qbittorrent-1.0.0_beta1 (19 Jul 2007) + + 19 Jul 2007; Raúl Porcel + +qbittorrent-1.0.0_beta1.ebuild: + Version bump + + 08 Jun 2007; Raúl Porcel -qbittorrent-0.8.0.ebuild, + -qbittorrent-0.9.2.ebuild, qbittorrent-0.9.3.ebuild: + x86 stable and remove old + + 30 May 2007; Raúl Porcel qbittorrent-0.8.0.ebuild, + qbittorrent-0.9.2.ebuild, qbittorrent-0.9.3.ebuild: + Re-fix threads use-flag check if >boost-1.33, bug 180322 + +*qbittorrent-0.9.3 (08 May 2007) + + 08 May 2007; Raúl Porcel +qbittorrent-0.9.3.ebuild: + Version bump + + 20 Apr 2007; Raúl Porcel qbittorrent-0.8.0.ebuild, + qbittorrent-0.9.2.ebuild: + Fix threads USE-flag check if boost >1.33, bug 174714 + +*qbittorrent-0.9.2 (13 Apr 2007) + + 13 Apr 2007; Raúl Porcel -qbittorrent-0.9.1.ebuild, + +qbittorrent-0.9.2.ebuild: + Version bump, drop old + +*qbittorrent-0.9.1 (04 Apr 2007) + + 04 Apr 2007; Raúl Porcel + -files/0.9.0-libtorrent-includepatch.patch, -qbittorrent-0.9.0.ebuild, + +qbittorrent-0.9.1.ebuild: + Version bump, upstream fixed the issue wrt the configure script + +*qbittorrent-0.9.0 (03 Apr 2007) + + 03 Apr 2007; Raúl Porcel + +files/0.9.0-libtorrent-includepatch.patch, +qbittorrent-0.9.0.ebuild: + Version bump + + 13 Feb 2007; Raúl Porcel qbittorrent-0.8.0.ebuild: + x86 stable + +*qbittorrent-0.8.0 (08 Jan 2007) + + 08 Jan 2007; Raúl Porcel (armin76) + +qbittorrent-0.8.0.ebuild: + New ebuild for bug 148696 + diff --git a/net-p2p/qbittorrent/Manifest b/net-p2p/qbittorrent/Manifest new file mode 100644 index 0000000..5072fdf --- /dev/null +++ b/net-p2p/qbittorrent/Manifest @@ -0,0 +1,5 @@ +AUX qbittorrent_spoof_utorrent.diff 699 RMD160 69a32111f23fcd3d92b95e12d24a3592e35bccc1 SHA1 7d556c52ab9d035a075c4fadf846663b60b2d799 SHA256 50ba37c9d63b1f8e0d839a66e29ce9911eae7728539b46b65a36741af96b763d +DIST qbittorrent-2.6.4.tar.gz 2833616 RMD160 bda68fcb741baf4d238941c8c278033d3b85a945 SHA1 846f40566095387d4358ff968c7fdd87daab7e78 SHA256 3204942587c2c9aacd35d0deb0059a742716ffdccbcdd1e9fb5ee176989f5e9f +EBUILD qbittorrent-2.6.4-r1.ebuild 1880 RMD160 c5655de1ece020b08b7deaf75cfbc18a6ff87d00 SHA1 5c1a7c5910100e65fab50e06ddcc15b0f2ae5361 SHA256 7bd64ab81ccb1999ee6e6865eece9242306157809d3fa82bee0e477039d9b2a8 +MISC ChangeLog 23862 RMD160 4eb652afeb05b916805c04f374186b6c58730e28 SHA1 b2b3b24d0bd7cb09fe453b60907483c8fd481321 SHA256 7ff845642eeb8420c876902e0accc2e7526462832ac78e6126bd6ae85f533173 +MISC metadata.xml 280 RMD160 25c947a1034c150a136911351c7da9ed8783ee44 SHA1 17a16b5a0ddc3de88d81a1493cd5cb4c1aa795aa SHA256 07e3116f2c52c06760e21dc1b8bd3b318b7d9a140fb1b8942736aedd0d750b73 diff --git a/net-p2p/qbittorrent/files/qbittorrent_spoof_utorrent.diff b/net-p2p/qbittorrent/files/qbittorrent_spoof_utorrent.diff new file mode 100644 index 0000000..9607880 --- /dev/null +++ b/net-p2p/qbittorrent/files/qbittorrent_spoof_utorrent.diff @@ -0,0 +1,17 @@ +diff -U0 -r qbittorrent-2.6.4.orig/src/qtlibtorrent/qbtsession.cpp qbittorrent-2.6.4/src/qtlibtorrent/qbtsession.cpp +--- qbittorrent-2.6.4.orig/src/qtlibtorrent/qbtsession.cpp 2011-02-02 14:30:43.295000066 +0200 ++++ qbittorrent-2.6.4/src/qtlibtorrent/qbtsession.cpp 2011-02-02 14:40:54.988000061 +0200 +@@ -104,5 +104,5 @@ +- version << VERSION_MAJOR; +- version << VERSION_MINOR; +- version << VERSION_BUGFIX; +- version << VERSION_TYPE; +- const QString peer_id = "qB"; ++ version << 2; ++ version << 2; ++ version << 0; ++ version << 0; ++ const QString peer_id = "UT"; +@@ -371 +371 @@ +- sessionSettings.user_agent = "qBittorrent "VERSION; ++ sessionSettings.user_agent = "uTorrent/2200(24402)"; diff --git a/net-p2p/qbittorrent/metadata.xml b/net-p2p/qbittorrent/metadata.xml new file mode 100644 index 0000000..35405d4 --- /dev/null +++ b/net-p2p/qbittorrent/metadata.xml @@ -0,0 +1,10 @@ + + + + net-p2p + qt + + hwoarang@gentoo.org + Markos Chandras + + diff --git a/net-p2p/qbittorrent/qbittorrent-2.6.4-r1.ebuild b/net-p2p/qbittorrent/qbittorrent-2.6.4-r1.ebuild new file mode 100644 index 0000000..61ab8ad --- /dev/null +++ b/net-p2p/qbittorrent/qbittorrent-2.6.4-r1.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.6.4.ebuild,v 1.1 2011/01/23 16:06:14 hwoarang Exp $ + +EAPI="2" +PYTHON_DEPEND="2" + +inherit python confutils qt4-r2 versionator + +MY_P="${P/_/}" +DESCRIPTION="BitTorrent client in C++ and Qt" +HOMEPAGE="http://www.qbittorrent.org/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+X +spoof_utorrent geoip libnotify" + +# boost version so that we always have thread support +CDEPEND="net-libs/rb_libtorrent + x11-libs/qt-core:4 + x11-libs/qt-dbus:4 + X? ( x11-libs/qt-gui:4 + libnotify? ( x11-libs/qt-gui:4[glib] ) ) + dev-libs/boost" +DEPEND="${CDEPEND} + dev-util/pkgconfig" +RDEPEND="${CDEPEND} + geoip? ( dev-libs/geoip ) + libnotify? ( x11-libs/libnotify )" + +DOCS="AUTHORS Changelog NEWS README TODO" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + confutils_use_depend_all libnotify X + python_set_active_version 2 + python_pkg_setup +} + +src_prepare() { + # Respect LDFLAGS + sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro + + # Spoof uTorrent if user selects this + use spoof_utorrent && epatch "${FILESDIR}"/qbittorrent_spoof_utorrent.diff + + qt4-r2_src_prepare +} + +src_configure() { + local myconf + use X || myconf+=" --disable-gui" + use geoip || myconf+=" --disable-geoip-database" + use libnotify || myconf+=" --disable-libnotify" + + # slotted boost detection, bug #309415 + 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}")" + myconf+=" --with-libboost-inc=/usr/include/boost-${BOOST_VER}" + + # econf fails, since this uses qconf + ./configure --prefix=/usr --qtdir=/usr ${myconf} || die "configure failed" + eqmake4 +} -- cgit v1.2.3-65-gdbad