summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/qbittorrent/ChangeLog10
-rw-r--r--net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild (renamed from net-p2p/qbittorrent/qbittorrent-2.0.2.ebuild)14
2 files changed, 14 insertions, 10 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog
index 8122c3b033e4..f67d8638ff29 100644
--- a/net-p2p/qbittorrent/ChangeLog
+++ b/net-p2p/qbittorrent/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/qbittorrent
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.67 2009/12/28 21:29:42 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.68 2010/01/09 17:19:58 armin76 Exp $
+
+*qbittorrent-2.0.6 (09 Jan 2010)
+
+ 09 Jan 2010; Raúl Porcel <armin76@gentoo.org> -qbittorrent-2.0.2.ebuild,
+ +qbittorrent-2.0.6.ebuild:
+ Version bump, fix deps wrt #300269
28 Dec 2009; Markus Meier <maekke@gentoo.org> qbittorrent-1.5.5.ebuild:
amd64/x86 stable, bug #290708
diff --git a/net-p2p/qbittorrent/qbittorrent-2.0.2.ebuild b/net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild
index 79ab51f7c2ba..f623ec8abb64 100644
--- a/net-p2p/qbittorrent/qbittorrent-2.0.2.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.0.2.ebuild,v 1.2 2009/12/21 05:26:01 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild,v 1.1 2010/01/09 17:19:58 armin76 Exp $
EAPI="2"
inherit eutils qt4 multilib
@@ -13,18 +13,16 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="geoip"
+IUSE="geoip libnotify"
# boost version so that we always have thread support
DEPEND=" x11-libs/qt-gui:4
>=net-libs/rb_libtorrent-0.14.7
- >=dev-libs/boost-1.34.1
- dev-libs/zziplib
- net-misc/curl
- dev-cpp/commoncpp2"
+ >=dev-libs/boost-1.34.1"
RDEPEND="${DEPEND}
>=dev-lang/python-2.3
- geoip? ( dev-libs/geoip )"
+ geoip? ( dev-libs/geoip )
+ libnotify? ( x11-libs/libnotify )"
S="${WORKDIR}/${MY_P}"