summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-10-04 18:14:38 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-10-04 18:14:38 +0000
commit7a191b4dcd71decdf393cdb64e844bf676c7474a (patch)
treeb2553788214ddf6bff4576591e1be042b5850160 /net-p2p
parentalpha/ia64 stable wrt #239102 (diff)
downloadgentoo-2-7a191b4dcd71decdf393cdb64e844bf676c7474a.tar.gz
gentoo-2-7a191b4dcd71decdf393cdb64e844bf676c7474a.tar.bz2
gentoo-2-7a191b4dcd71decdf393cdb64e844bf676c7474a.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/ChangeLog8
-rw-r--r--net-p2p/qbittorrent/qbittorrent-1.2.0_beta6.ebuild57
-rw-r--r--net-p2p/qbittorrent/qbittorrent-1.2.0_rc3.ebuild (renamed from net-p2p/qbittorrent/qbittorrent-1.1.3.ebuild)2
3 files changed, 8 insertions, 59 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog
index 2b8001aa8d72..cbd1fb361a4e 100644
--- a/net-p2p/qbittorrent/ChangeLog
+++ b/net-p2p/qbittorrent/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/qbittorrent
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.45 2008/09/15 10:57:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.46 2008/10/04 18:14:38 armin76 Exp $
+
+*qbittorrent-1.2.0_rc3 (04 Oct 2008)
+
+ 04 Oct 2008; Raúl Porcel <armin76@gentoo.org> -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)
diff --git a/net-p2p/qbittorrent/qbittorrent-1.2.0_beta6.ebuild b/net-p2p/qbittorrent/qbittorrent-1.2.0_beta6.ebuild
deleted file mode 100644
index 2a5d3e7bab9b..000000000000
--- a/net-p2p/qbittorrent/qbittorrent-1.2.0_beta6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.2.0_beta6.ebuild,v 1.1 2008/09/15 10:57:13 armin76 Exp $
-
-EAPI="1"
-
-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="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3*:4 )
- >=net-libs/rb_libtorrent-0.13.1
- dev-libs/boost
- net-misc/curl
- dev-cpp/commoncpp2"
-RDEPEND="${DEPEND}
- >=dev-lang/python-2.3"
-
-pkg_setup() {
- # We need boost built with threads
- if ! built_with_use --missing true "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_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Respect LDFLAGS
- sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro
-}
-
-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.1.3.ebuild b/net-p2p/qbittorrent/qbittorrent-1.2.0_rc3.ebuild
index 5890e6324642..5387378fd85b 100644
--- a/net-p2p/qbittorrent/qbittorrent-1.1.3.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-1.2.0_rc3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.1.3.ebuild,v 1.1 2008/08/26 10:03:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.2.0_rc3.ebuild,v 1.1 2008/10/04 18:14:38 armin76 Exp $
EAPI="1"