From a461472570281664228bab9f368dff0fb5661840 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Sat, 9 Jan 2010 17:19:58 +0000 Subject: Version bump, fix deps wrt #300269 (Portage version: 2.1.6.13/cvs/Linux i686) --- net-p2p/qbittorrent/ChangeLog | 10 ++++-- net-p2p/qbittorrent/qbittorrent-2.0.2.ebuild | 46 ---------------------------- net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild | 44 ++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 48 deletions(-) delete mode 100644 net-p2p/qbittorrent/qbittorrent-2.0.2.ebuild create mode 100644 net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild (limited to 'net-p2p') 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 -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 diff --git a/net-p2p/qbittorrent/qbittorrent-2.0.2.ebuild b/net-p2p/qbittorrent/qbittorrent-2.0.2.ebuild deleted file mode 100644 index 79ab51f7c2ba..000000000000 --- a/net-p2p/qbittorrent/qbittorrent-2.0.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2009 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 $ - -EAPI="2" -inherit eutils qt4 multilib - -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="geoip" - -# 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" -RDEPEND="${DEPEND} - >=dev-lang/python-2.3 - geoip? ( dev-libs/geoip )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # Respect LDFLAGS - sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro - qt4_src_prepare -} - -src_configure() { - # econf fails, since this uses qconf - ./configure --prefix=/usr --qtdir=/usr || die "configure failed" - eqmake4 -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die "emake install failed" - dodoc AUTHORS Changelog NEWS README TODO -} diff --git a/net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild b/net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild new file mode 100644 index 000000000000..f623ec8abb64 --- /dev/null +++ b/net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild @@ -0,0 +1,44 @@ +# 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.6.ebuild,v 1.1 2010/01/09 17:19:58 armin76 Exp $ + +EAPI="2" +inherit eutils qt4 multilib + +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="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" +RDEPEND="${DEPEND} + >=dev-lang/python-2.3 + geoip? ( dev-libs/geoip ) + libnotify? ( x11-libs/libnotify )" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + # Respect LDFLAGS + sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro + qt4_src_prepare +} + +src_configure() { + # econf fails, since this uses qconf + ./configure --prefix=/usr --qtdir=/usr || die "configure failed" + eqmake4 +} + +src_install() { + emake INSTALL_ROOT="${D}" install || die "emake install failed" + dodoc AUTHORS Changelog NEWS README TODO +} -- cgit v1.2.3-65-gdbad