summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-06-08 10:21:38 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-06-08 10:21:38 +0000
commit7f3e127793ed7a7d326e4bc0c1c7620781b86f3d (patch)
treefbc03f5fdef3fb073f65312e60bf8c5b6ebbfd29 /net-p2p
parentx86 stable (diff)
downloadhistorical-7f3e127793ed7a7d326e4bc0c1c7620781b86f3d.tar.gz
historical-7f3e127793ed7a7d326e4bc0c1c7620781b86f3d.tar.bz2
historical-7f3e127793ed7a7d326e4bc0c1c7620781b86f3d.zip
x86 stable and remove old
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/ChangeLog6
-rw-r--r--net-p2p/qbittorrent/files/digest-qbittorrent-0.8.03
-rw-r--r--net-p2p/qbittorrent/files/digest-qbittorrent-0.9.23
-rw-r--r--net-p2p/qbittorrent/qbittorrent-0.8.0.ebuild41
-rw-r--r--net-p2p/qbittorrent/qbittorrent-0.9.2.ebuild43
-rw-r--r--net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild4
6 files changed, 7 insertions, 93 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog
index 8ffbaaf843a9..6d5b83f11de9 100644
--- a/net-p2p/qbittorrent/ChangeLog
+++ b/net-p2p/qbittorrent/ChangeLog
@@ -1,6 +1,10 @@
# 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.8 2007/05/30 17:40:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.9 2007/06/08 10:21:38 armin76 Exp $
+
+ 08 Jun 2007; Raúl Porcel <armin76@gentoo.org> -qbittorrent-0.8.0.ebuild,
+ -qbittorrent-0.9.2.ebuild, qbittorrent-0.9.3.ebuild:
+ x86 stable and remove old
30 May 2007; Raúl Porcel <armin76@gentoo.org> qbittorrent-0.8.0.ebuild,
qbittorrent-0.9.2.ebuild, qbittorrent-0.9.3.ebuild:
diff --git a/net-p2p/qbittorrent/files/digest-qbittorrent-0.8.0 b/net-p2p/qbittorrent/files/digest-qbittorrent-0.8.0
deleted file mode 100644
index ee5d7f285a72..000000000000
--- a/net-p2p/qbittorrent/files/digest-qbittorrent-0.8.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 becedcfea8ddf82a100551c42d1e0f2d qbittorrent-0.8.0.tar.gz 727017
-RMD160 ca60963475ea768b9c5724e187ee0c5d4a1cb950 qbittorrent-0.8.0.tar.gz 727017
-SHA256 3ff1406dae52b7831aa50550000221bd75a6aa86dc5817176a14322e46f24057 qbittorrent-0.8.0.tar.gz 727017
diff --git a/net-p2p/qbittorrent/files/digest-qbittorrent-0.9.2 b/net-p2p/qbittorrent/files/digest-qbittorrent-0.9.2
deleted file mode 100644
index a1ad14bebbe3..000000000000
--- a/net-p2p/qbittorrent/files/digest-qbittorrent-0.9.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 31fbe5628739877683cecbf7fcc0f5b4 qbittorrent-0.9.2.tar.gz 833382
-RMD160 30c689d3c47701336f7110165757102d6262ce09 qbittorrent-0.9.2.tar.gz 833382
-SHA256 d200e03558fb8aff586bfb98fb8c59e4984e700ac3c5a4d26791e04fbe18153a qbittorrent-0.9.2.tar.gz 833382
diff --git a/net-p2p/qbittorrent/qbittorrent-0.8.0.ebuild b/net-p2p/qbittorrent/qbittorrent-0.8.0.ebuild
deleted file mode 100644
index 646e26e81691..000000000000
--- a/net-p2p/qbittorrent/qbittorrent-0.8.0.ebuild
+++ /dev/null
@@ -1,41 +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.8.0.ebuild,v 1.4 2007/05/30 17:40:42 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.11
- $(qt4_min_version 4.1)
- >=dev-lang/python-2.3
- dev-libs/boost
- net-misc/curl"
-RDEPEND="${DEPEND}"
-
-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 || 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.2.ebuild b/net-p2p/qbittorrent/qbittorrent-0.9.2.ebuild
deleted file mode 100644
index 6f7e6fc037de..000000000000
--- a/net-p2p/qbittorrent/qbittorrent-0.9.2.ebuild
+++ /dev/null
@@ -1,43 +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.2.ebuild,v 1.3 2007/05/30 17:40:42 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() {
- # 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/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.3.ebuild b/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild
index b5d4e9ccf81d..4324ba31ca72 100644
--- a/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild
@@ -1,6 +1,6 @@
# 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.3.ebuild,v 1.2 2007/05/30 17:40:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild,v 1.3 2007/06/08 10:21:38 armin76 Exp $
inherit eutils qt4
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=">=net-libs/rb_libtorrent-0.12_rc2