summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2010-03-18 20:41:28 +0000
committerBen de Groot <yngwin@gentoo.org>2010-03-18 20:41:28 +0000
commitd6bceb059a413f3081986508e239099d2520ad6c (patch)
treed6706d034a70886907d5df91705a51e04845e202 /net-p2p
parentInitial import from kde overlay. First version by hwoarang. (diff)
downloadgentoo-2-d6bceb059a413f3081986508e239099d2520ad6c.tar.gz
gentoo-2-d6bceb059a413f3081986508e239099d2520ad6c.tar.bz2
gentoo-2-d6bceb059a413f3081986508e239099d2520ad6c.zip
Version bump. Remove obsolete versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qbittorrent/ChangeLog12
-rw-r--r--net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild44
-rw-r--r--net-p2p/qbittorrent/qbittorrent-2.1.5.ebuild51
-rw-r--r--net-p2p/qbittorrent/qbittorrent-2.2.0.ebuild (renamed from net-p2p/qbittorrent/qbittorrent-2.1.1.ebuild)2
4 files changed, 12 insertions, 97 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog
index 50f936481d65..3a360cb86644 100644
--- a/net-p2p/qbittorrent/ChangeLog
+++ b/net-p2p/qbittorrent/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for net-p2p/qbittorrent
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.74 2010/03/11 11:11:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.75 2010/03/18 20:41:28 yngwin Exp $
+
+ 18 Mar 2010; Ben de Groot <yngwin@gentoo.org> -qbittorrent-2.0.6.ebuild,
+ -qbittorrent-2.1.1.ebuild, -qbittorrent-2.1.5.ebuild,
+ +qbittorrent-2.2.0.ebuild:
+ Remove obsolete versions
+
+*qbittorrent-2.2.0 (18 Mar 2010)
+
+ 18 Mar 2010; Ben de Groot <yngwin@gentoo.org> +qbittorrent-2.2.0.ebuild:
+ Version bump
11 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
qbittorrent-2.1.2.ebuild:
diff --git a/net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild b/net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild
deleted file mode 100644
index f623ec8abb64..000000000000
--- a/net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.0.6.ebuild,v 1.1 2010/01/09 17:19:58 armin76 Exp $
-
-EAPI="2"
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="geoip libnotify"
-
-# boost version so that we always have thread support
-DEPEND=" x11-libs/qt-gui:4
- >=net-libs/rb_libtorrent-0.14.7
- >=dev-libs/boost-1.34.1"
-RDEPEND="${DEPEND}
- >=dev-lang/python-2.3
- geoip? ( dev-libs/geoip )
- libnotify? ( x11-libs/libnotify )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- # Respect LDFLAGS
- sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro
- qt4_src_prepare
-}
-
-src_configure() {
- # econf fails, since this uses qconf
- ./configure --prefix=/usr --qtdir=/usr || die "configure failed"
- eqmake4
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "emake install failed"
- dodoc AUTHORS Changelog NEWS README TODO
-}
diff --git a/net-p2p/qbittorrent/qbittorrent-2.1.5.ebuild b/net-p2p/qbittorrent/qbittorrent-2.1.5.ebuild
deleted file mode 100644
index 165784f6bab2..000000000000
--- a/net-p2p/qbittorrent/qbittorrent-2.1.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.1.5.ebuild,v 1.1 2010/02/14 17:57:01 yngwin Exp $
-
-EAPI="2"
-inherit confutils qt4-r2
-
-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="+X geoip libnotify"
-
-# boost version so that we always have thread support
-CDEPEND="net-libs/rb_libtorrent
- x11-libs/qt-core:4
- X? ( x11-libs/qt-gui:4
- libnotify? ( x11-libs/qt-gui:4[glib] ) )
- >=dev-libs/boost-1.34.1"
-DEPEND="${CDEPEND}
- dev-util/pkgconfig"
-RDEPEND="${CDEPEND}
- >=dev-lang/python-2.3
- geoip? ( dev-libs/geoip )
- libnotify? ( x11-libs/libnotify )"
-
-DOCS="AUTHORS Changelog NEWS README TODO"
-
-pkg_setup() {
- confutils_use_depend_all libnotify X
-}
-
-src_prepare() {
- # Respect LDFLAGS
- sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro
- qt4-r2_src_prepare
-}
-
-src_configure() {
- local myconf
- use X || myconf+=" --disable-gui"
- use geoip || myconf+=" --disable-geoip-database"
- use libnotify || myconf+=" --disable-libnotify"
-
- # econf fails, since this uses qconf
- ./configure --prefix=/usr --qtdir=/usr ${myconf} || die "configure failed"
- eqmake4
-}
diff --git a/net-p2p/qbittorrent/qbittorrent-2.1.1.ebuild b/net-p2p/qbittorrent/qbittorrent-2.2.0.ebuild
index 3dcfbc77f7d8..c381072ef5a8 100644
--- a/net-p2p/qbittorrent/qbittorrent-2.1.1.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.1.1.ebuild,v 1.1 2010/01/23 13:55:06 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.2.0.ebuild,v 1.1 2010/03/18 20:41:28 yngwin Exp $
EAPI="2"
inherit confutils qt4-r2