Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Raul Porcel (armin76)" <armin76@g.o>
|
|
Subject:
|
gentoo-x86 commit in net-p2p/qbittorrent: ChangeLog qbittorrent-1.0.0_rc7.ebuild qbittorrent-1.0.0_rc6.ebuild
|
|
Date:
|
Sat, 03 Nov 2007 15:00:28 +0000
|
|
armin76 07/11/03 15:00:28
Modified: ChangeLog
Added: qbittorrent-1.0.0_rc7.ebuild
Removed: qbittorrent-1.0.0_rc6.ebuild
Log:
Version bump
(Portage version: 2.1.3.16)
Revision Changes Path
1.24 net-p2p/qbittorrent/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 2 Nov 2007 15:50:53 -0000 1.23
+++ ChangeLog 3 Nov 2007 15:00:27 -0000 1.24
@@ -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.23 2007/11/02 15:50:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.24 2007/11/03 15:00:27 armin76 Exp $
+
+*qbittorrent-1.0.0_rc7 (03 Nov 2007)
+
+ 03 Nov 2007; Raúl Porcel <armin76@g.o>
+ -qbittorrent-1.0.0_rc6.ebuild, +qbittorrent-1.0.0_rc7.ebuild:
+ Version bump
02 Nov 2007; Raúl Porcel <armin76@g.o>
qbittorrent-1.0.0_rc6.ebuild:
1.1 net-p2p/qbittorrent/qbittorrent-1.0.0_rc7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc7.ebuild?rev=1.1&content-type=text/plain
Index: qbittorrent-1.0.0_rc7.ebuild
===================================================================
# 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.1 2007/11/03 15:00:27 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_pre1719
$(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
}
--
gentoo-commits@g.o mailing list
|
|