diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-07-28 18:14:19 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-07-28 18:14:19 +0000 |
commit | ebfc4d553089658322e3f0d1d2b8e740ffd71b7d (patch) | |
tree | 5859ca9a43d4062d7ba436ba479f5d8b32c670d9 /net-p2p/qbittorrent | |
parent | Fix typo in metadata.xml (diff) | |
download | gentoo-2-ebfc4d553089658322e3f0d1d2b8e740ffd71b7d.tar.gz gentoo-2-ebfc4d553089658322e3f0d1d2b8e740ffd71b7d.tar.bz2 gentoo-2-ebfc4d553089658322e3f0d1d2b8e740ffd71b7d.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 9 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-1.1.0_beta1.ebuild | 49 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-1.1.0_rc2.ebuild (renamed from net-p2p/qbittorrent/qbittorrent-1.1.0_beta3.ebuild) | 2 |
3 files changed, 9 insertions, 51 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 9143ec793210..28d45e0aee4d 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,13 @@ # 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.38 2008/07/27 01:16:26 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.39 2008/07/28 18:14:19 armin76 Exp $ + +*qbittorrent-1.1.0_rc2 (28 Jul 2008) + + 28 Jul 2008; Raúl Porcel <armin76@gentoo.org> + -qbittorrent-1.1.0_beta1.ebuild, -qbittorrent-1.1.0_beta3.ebuild, + +qbittorrent-1.1.0_rc2.ebuild: + Version bump 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qbittorrent-1.0.0.ebuild, qbittorrent-1.1.0_beta1.ebuild, qbittorrent-1.1.0_beta3.ebuild: diff --git a/net-p2p/qbittorrent/qbittorrent-1.1.0_beta1.ebuild b/net-p2p/qbittorrent/qbittorrent-1.1.0_beta1.ebuild deleted file mode 100644 index d0990adca6e3..000000000000 --- a/net-p2p/qbittorrent/qbittorrent-1.1.0_beta1.ebuild +++ /dev/null @@ -1,49 +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.1.0_beta1.ebuild,v 1.2 2008/07/27 01:16:26 carlo 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_p2335 - 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_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.0_beta3.ebuild b/net-p2p/qbittorrent/qbittorrent-1.1.0_rc2.ebuild index 079c45dd6145..06a6fcd535c8 100644 --- a/net-p2p/qbittorrent/qbittorrent-1.1.0_beta3.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-1.1.0_rc2.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.0_beta3.ebuild,v 1.2 2008/07/27 01:16:26 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.1.0_rc2.ebuild,v 1.1 2008/07/28 18:14:19 armin76 Exp $ EAPI="1" |