From be28b62933b5d53f8141ac5d7e60c40d98acca40 Mon Sep 17 00:00:00 2001
From: Raúl Porcel <armin76@gentoo.org>
Date: Thu, 26 Jul 2007 11:42:11 +0000
Subject: Version bump (Portage version: 2.1.3_rc9)

---
 net-p2p/qbittorrent/ChangeLog                      |  8 +++-
 .../files/digest-qbittorrent-1.0.0_beta1           |  3 --
 .../files/digest-qbittorrent-1.0.0_beta2           |  3 ++
 net-p2p/qbittorrent/qbittorrent-1.0.0_beta1.ebuild | 46 ---------------------
 net-p2p/qbittorrent/qbittorrent-1.0.0_beta2.ebuild | 47 ++++++++++++++++++++++
 5 files changed, 57 insertions(+), 50 deletions(-)
 delete mode 100644 net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta1
 create mode 100644 net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta2
 delete mode 100644 net-p2p/qbittorrent/qbittorrent-1.0.0_beta1.ebuild
 create mode 100644 net-p2p/qbittorrent/qbittorrent-1.0.0_beta2.ebuild

(limited to 'net-p2p/qbittorrent')

diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog
index 20393bff606c..6a3f5fd636ae 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.11 2007/07/19 12:44:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.12 2007/07/26 11:42:11 armin76 Exp $
+
+*qbittorrent-1.0.0_beta2 (26 Jul 2007)
+
+  26 Jul 2007; Raúl Porcel <armin76@gentoo.org>
+  -qbittorrent-1.0.0_beta1.ebuild, +qbittorrent-1.0.0_beta2.ebuild:
+  Version bump
 
   19 Jul 2007; Raúl Porcel <armin76@gentoo.org> qbittorrent-0.9.3.ebuild:
   Fix 0.9.3 dep on rb_libtorrent
diff --git a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta1 b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta1
deleted file mode 100644
index 1c19f2b18fb0..000000000000
--- a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8b1ba67f2c32e014315928e013da2256 qbittorrent-1.0.0beta1.tar.gz 1059140
-RMD160 5cfc6d8e06671adf1a5d82f7abd6cec4deb13f61 qbittorrent-1.0.0beta1.tar.gz 1059140
-SHA256 67f7799cf52626595b5aaa350b98eb38eecabcdc190c8086c632402ec2db3545 qbittorrent-1.0.0beta1.tar.gz 1059140
diff --git a/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta2 b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta2
new file mode 100644
index 000000000000..ecec5f174099
--- /dev/null
+++ b/net-p2p/qbittorrent/files/digest-qbittorrent-1.0.0_beta2
@@ -0,0 +1,3 @@
+MD5 b7d6b0650b8838b9dd6fdd5336d2ebb5 qbittorrent-1.0.0beta2.tar.gz 1111846
+RMD160 e3b874fdac0bd20966c25f930398d69f684c4e91 qbittorrent-1.0.0beta2.tar.gz 1111846
+SHA256 d653fe7c1a783bda42770b6ae12deae1571cb435a82b2c6f1bba502d130de3dc qbittorrent-1.0.0beta2.tar.gz 1111846
diff --git a/net-p2p/qbittorrent/qbittorrent-1.0.0_beta1.ebuild b/net-p2p/qbittorrent/qbittorrent-1.0.0_beta1.ebuild
deleted file mode 100644
index dd6d3db94b39..000000000000
--- a/net-p2p/qbittorrent/qbittorrent-1.0.0_beta1.ebuild
+++ /dev/null
@@ -1,46 +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_beta1.ebuild,v 1.1 2007/07/19 09:00:14 armin76 Exp $
-
-inherit eutils qt4
-
-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_pre1049
-	$(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-1.0.0_beta2.ebuild b/net-p2p/qbittorrent/qbittorrent-1.0.0_beta2.ebuild
new file mode 100644
index 000000000000..428313f26b0c
--- /dev/null
+++ b/net-p2p/qbittorrent/qbittorrent-1.0.0_beta2.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_beta2.ebuild,v 1.1 2007/07/26 11:42:11 armin76 Exp $
+
+inherit eutils qt4
+
+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_pre1415
+	$(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/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