summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-08-05 16:39:55 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-08-05 16:39:55 +0000
commit67b5c429355f28e720477719b79d59d58dfd0db2 (patch)
tree411a7ce3c15e95be9faa551310fe49ca6f551762 /net-p2p
parentAdd USE flag description to metadata wrt GLEP 56. (diff)
downloadgentoo-2-67b5c429355f28e720477719b79d59d58dfd0db2.tar.gz
gentoo-2-67b5c429355f28e720477719b79d59d58dfd0db2.tar.bz2
gentoo-2-67b5c429355f28e720477719b79d59d58dfd0db2.zip
x86 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/ChangeLog6
-rw-r--r--net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild44
-rw-r--r--net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild4
3 files changed, 7 insertions, 47 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog
index b8deb6450223..aeef71e07df6 100644
--- a/net-p2p/qbittorrent/ChangeLog
+++ b/net-p2p/qbittorrent/ChangeLog
@@ -1,6 +1,10 @@
# 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.41 2008/08/01 17:32:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.42 2008/08/05 16:39:55 armin76 Exp $
+
+ 05 Aug 2008; Raúl Porcel <armin76@gentoo.org> -qbittorrent-0.9.3.ebuild,
+ qbittorrent-1.0.0.ebuild:
+ x86 stable
*qbittorrent-1.2.0_beta1 (01 Aug 2008)
*qbittorrent-1.1.1 (01 Aug 2008)
diff --git a/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild b/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild
deleted file mode 100644
index 6445d58f2fcd..000000000000
--- a/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild
+++ /dev/null
@@ -1,44 +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-0.9.3.ebuild,v 1.7 2008/07/28 21:35:35 carlo Exp $
-
-EAPI=1
-
-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*
- =x11-libs/qt-4.3*:4
- >=dev-lang/python-2.3
- dev-libs/boost
- net-misc/curl"
-
-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_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-1.0.0.ebuild b/net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild
index 6c48a4c5e8b9..265bc9c923f6 100644
--- a/net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-1.0.0.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.0.0.ebuild,v 1.4 2008/07/27 01:16:26 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild,v 1.5 2008/08/05 16:39:55 armin76 Exp $
EAPI="1"
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3*:4 )