From 916f32de64febe7a94a3915aa81c0bebc7f14c5a Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Thu, 15 Nov 2007 16:10:47 +0000 Subject: Version bump (Portage version: 2.1.3.19) --- net-p2p/qbittorrent/ChangeLog | 8 +++- .../qbittorrent/files/digest-qbittorrent-1.0.0_rc7 | 3 -- .../qbittorrent/files/digest-qbittorrent-1.0.0_rc8 | 3 ++ net-p2p/qbittorrent/qbittorrent-1.0.0_rc7.ebuild | 47 ---------------------- net-p2p/qbittorrent/qbittorrent-1.0.0_rc8.ebuild | 47 ++++++++++++++++++++++ 5 files changed, 57 insertions(+), 51 deletions(-) delete mode 100644 net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc7 create mode 100644 net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc8 delete mode 100644 net-p2p/qbittorrent/qbittorrent-1.0.0_rc7.ebuild create mode 100644 net-p2p/qbittorrent/qbittorrent-1.0.0_rc8.ebuild diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index a92d2633bb5a..efd87eb7db67 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,12 @@ # 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.25 2007/11/06 10:23:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.26 2007/11/15 16:10:46 armin76 Exp $ + +*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: diff --git a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc7 b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc7 deleted file mode 100644 index f7a8f2cb18d6..000000000000 --- a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 eaaa1840ba68471fdfc2114b8794a45c qbittorrent-1.0.0rc7.tar.gz 1387393 -RMD160 1d74a8107bf37522ff06a8cf09729f9ba735d111 qbittorrent-1.0.0rc7.tar.gz 1387393 -SHA256 03dea4da74a378b73e74a96c26ef00a856cdabc7e8cf15f21a26f6932e071f97 qbittorrent-1.0.0rc7.tar.gz 1387393 diff --git a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc8 b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc8 new file mode 100644 index 000000000000..7c47f8638c72 --- /dev/null +++ b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_rc8 @@ -0,0 +1,3 @@ +MD5 aaf7dfc80db0b0f10547799367a141a0 qbittorrent-1.0.0rc8.tar.gz 1386348 +RMD160 533457817dc9a694380cec15ae3d2c47082e06ca qbittorrent-1.0.0rc8.tar.gz 1386348 +SHA256 b05c411107b1dfabfb5e7a3323549987fee58cb79878bc95644dfc120f9cf24c qbittorrent-1.0.0rc8.tar.gz 1386348 diff --git a/net-p2p/qbittorrent/qbittorrent-1.0.0_rc7.ebuild b/net-p2p/qbittorrent/qbittorrent-1.0.0_rc7.ebuild deleted file mode 100644 index 80ef19b325ee..000000000000 --- a/net-p2p/qbittorrent/qbittorrent-1.0.0_rc7.ebuild +++ /dev/null @@ -1,47 +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-1.0.0_rc7.ebuild,v 1.2 2007/11/06 10:23:12 armin76 Exp $ - -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" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=net-libs/rb_libtorrent-0.13_pre1720 - $(qt4_min_version 4.2) - >=dev-lang/python-2.3 - dev-libs/boost - net-misc/curl - dev-cpp/commoncpp2" - -pkg_setup() { - # We need boost built with threads - if ! has_version ">=dev-libs/boost-1.34_pre20061214" && \ - ! built_with_use "dev-libs/boost" threads; then - eerror "${PN} needs dev-libs/boost built with threads USE flag" - die "dev-libs/boost is built without threads USE flag" - fi -} - -src_compile() { - # econf fails, since this uses qconf - ./configure --prefix=/usr --qtdir=/usr \ - --with-libtorrent-inc=/usr/include \ - --with-libtorrent-lib=/usr/$(get_libdir) \ - || 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-1.0.0_rc8.ebuild b/net-p2p/qbittorrent/qbittorrent-1.0.0_rc8.ebuild new file mode 100644 index 000000000000..284243d5690d --- /dev/null +++ b/net-p2p/qbittorrent/qbittorrent-1.0.0_rc8.ebuild @@ -0,0 +1,47 @@ +# 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-1.0.0_rc8.ebuild,v 1.1 2007/11/15 16:10:46 armin76 Exp $ + +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" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=net-libs/rb_libtorrent-0.13_pre1724 + $(qt4_min_version 4.2) + >=dev-lang/python-2.3 + dev-libs/boost + net-misc/curl + dev-cpp/commoncpp2" + +pkg_setup() { + # We need boost built with threads + if ! has_version ">=dev-libs/boost-1.34_pre20061214" && \ + ! built_with_use "dev-libs/boost" threads; then + eerror "${PN} needs dev-libs/boost built with threads USE flag" + die "dev-libs/boost is built without threads USE flag" + fi +} + +src_compile() { + # econf fails, since this uses qconf + ./configure --prefix=/usr --qtdir=/usr \ + --with-libtorrent-inc=/usr/include \ + --with-libtorrent-lib=/usr/$(get_libdir) \ + || 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