From 513763ed2de1f425edf982041c31a6df63fa0949 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Wed, 4 Apr 2007 09:32:58 +0000 Subject: Version bump, upstream fixed the issue wrt the configure script (Portage version: 2.1.2.3) --- net-p2p/qbittorrent/ChangeLog | 9 +++- .../files/0.9.0-libtorrent-includepatch.patch | 10 ----- net-p2p/qbittorrent/files/digest-qbittorrent-0.9.0 | 3 -- net-p2p/qbittorrent/files/digest-qbittorrent-0.9.1 | 3 ++ net-p2p/qbittorrent/qbittorrent-0.9.0.ebuild | 49 ---------------------- net-p2p/qbittorrent/qbittorrent-0.9.1.ebuild | 41 ++++++++++++++++++ 6 files changed, 52 insertions(+), 63 deletions(-) delete mode 100644 net-p2p/qbittorrent/files/0.9.0-libtorrent-includepatch.patch delete mode 100644 net-p2p/qbittorrent/files/digest-qbittorrent-0.9.0 create mode 100644 net-p2p/qbittorrent/files/digest-qbittorrent-0.9.1 delete mode 100644 net-p2p/qbittorrent/qbittorrent-0.9.0.ebuild create mode 100644 net-p2p/qbittorrent/qbittorrent-0.9.1.ebuild (limited to 'net-p2p') diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index efe840ec9362..0812b9eab733 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.3 2007/04/03 17:46:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.4 2007/04/04 09:32:58 armin76 Exp $ + +*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) diff --git a/net-p2p/qbittorrent/files/0.9.0-libtorrent-includepatch.patch b/net-p2p/qbittorrent/files/0.9.0-libtorrent-includepatch.patch deleted file mode 100644 index 3442fec4876e..000000000000 --- a/net-p2p/qbittorrent/files/0.9.0-libtorrent-includepatch.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/src.pro.orig 2007-04-03 18:04:33.000000000 +0200 -+++ src/src.pro 2007-04-03 18:04:47.000000000 +0200 -@@ -9,6 +9,7 @@ - TEMPLATE = app - TARGET = qbittorrent - CONFIG += qt thread x11 -+INCLUDEPATH += /usr/include/libtorrent - - # Update this VERSION for each release - DEFINES += VERSION=\\\"v0.9.0\\\" diff --git a/net-p2p/qbittorrent/files/digest-qbittorrent-0.9.0 b/net-p2p/qbittorrent/files/digest-qbittorrent-0.9.0 deleted file mode 100644 index 669d1594a446..000000000000 --- a/net-p2p/qbittorrent/files/digest-qbittorrent-0.9.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 aed78e396246faf90bc90ca281696371 qbittorrent-0.9.0.tar.gz 802936 -RMD160 919f32c9d6b4a2c206da36f6a39af1c569833096 qbittorrent-0.9.0.tar.gz 802936 -SHA256 b2ca780b91201b59397cc934a1df2d1d08cbdb3974457d0b17e5bdf09dc4e9cf qbittorrent-0.9.0.tar.gz 802936 diff --git a/net-p2p/qbittorrent/files/digest-qbittorrent-0.9.1 b/net-p2p/qbittorrent/files/digest-qbittorrent-0.9.1 new file mode 100644 index 000000000000..336cd5d9955b --- /dev/null +++ b/net-p2p/qbittorrent/files/digest-qbittorrent-0.9.1 @@ -0,0 +1,3 @@ +MD5 ee5a0ee8677d09569355195f8b2e55a9 qbittorrent-0.9.1.tar.gz 803209 +RMD160 7d040a1979829d2d4fd9006a6902ed9f41c6be9a qbittorrent-0.9.1.tar.gz 803209 +SHA256 51b839ba0c7a34586886506350cd2c56f97ab3b04f2ea902776a9866b1d3743d qbittorrent-0.9.1.tar.gz 803209 diff --git a/net-p2p/qbittorrent/qbittorrent-0.9.0.ebuild b/net-p2p/qbittorrent/qbittorrent-0.9.0.ebuild deleted file mode 100644 index ebd86950babe..000000000000 --- a/net-p2p/qbittorrent/qbittorrent-0.9.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.0.ebuild,v 1.1 2007/04/03 17:46:47 armin76 Exp $ - -inherit eutils qt4 - -DESCRIPTION="BitTorrent client in C++ and Qt." -HOMEPAGE="http://www.qbittorrent.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=net-libs/rb_libtorrent-0.12_rc2 - $(qt4_min_version 4.2) - >=dev-lang/python-2.3 - dev-libs/boost - net-misc/curl" - -pkg_setup() { - if ! built_with_use "dev-libs/boost" threads && ! built_with_use "dev-libs/boost" threadsonly; then - eerror "dev-libs/boost has to be built with threads or threadsonly USE-flag." - die "Missing threads/threadsonly USE-flag for dev-libs/boost" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - # seems the includes doesn't work very well, upstream will fix this - epatch "${FILESDIR}"/${PV}-libtorrent-includepatch.patch -} - -src_compile() { - # econf fails, since this uses qconf - ./configure --prefix=/usr --qtdir=/usr \ - --with-libtorrent-inc=/usr/include \ - --with-libtorrent-lib=/usr/lib \ - || die "configure failed" - emake || die "emake failed" -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die "emake install failed" - dodoc AUTHORS Changelog NEWS README TODO -} diff --git a/net-p2p/qbittorrent/qbittorrent-0.9.1.ebuild b/net-p2p/qbittorrent/qbittorrent-0.9.1.ebuild new file mode 100644 index 000000000000..985f7c4f6237 --- /dev/null +++ b/net-p2p/qbittorrent/qbittorrent-0.9.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.1.ebuild,v 1.1 2007/04/04 09:32:58 armin76 Exp $ + +inherit eutils qt4 + +DESCRIPTION="BitTorrent client in C++ and Qt." +HOMEPAGE="http://www.qbittorrent.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=net-libs/rb_libtorrent-0.12_rc2 + $(qt4_min_version 4.2) + >=dev-lang/python-2.3 + dev-libs/boost + net-misc/curl" + +pkg_setup() { + if ! built_with_use "dev-libs/boost" threads && ! built_with_use "dev-libs/boost" threadsonly; then + eerror "dev-libs/boost has to be built with threads or threadsonly USE-flag." + die "Missing threads/threadsonly USE-flag for dev-libs/boost" + fi +} + +src_compile() { + # econf fails, since this uses qconf + ./configure --prefix=/usr --qtdir=/usr \ + --with-libtorrent-inc=/usr/include \ + --with-libtorrent-lib=/usr/lib \ + || die "configure failed" + emake || die "emake failed" +} + +src_install() { + emake INSTALL_ROOT="${D}" install || die "emake install failed" + dodoc AUTHORS Changelog NEWS README TODO +} -- cgit v1.2.3-65-gdbad