summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-12-18 01:04:30 +0000
committerBen de Groot <yngwin@gentoo.org>2009-12-18 01:04:30 +0000
commitcbf53779c03697bf6917d02c8543e1194fe12176 (patch)
tree265840dc560f1a22190d78111cc2289b1ad8bc29 /net-p2p/qbittorrent
parentas stated in bug #296947, this breaks VDPAU, but apparently peper, who's not ... (diff)
downloadgentoo-2-cbf53779c03697bf6917d02c8543e1194fe12176.tar.gz
gentoo-2-cbf53779c03697bf6917d02c8543e1194fe12176.tar.bz2
gentoo-2-cbf53779c03697bf6917d02c8543e1194fe12176.zip
Remove obsolete versions
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r--net-p2p/qbittorrent/ChangeLog6
-rw-r--r--net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild43
-rw-r--r--net-p2p/qbittorrent/qbittorrent-1.3.3-r1.ebuild51
-rw-r--r--net-p2p/qbittorrent/qbittorrent-1.4.0.ebuild44
4 files changed, 5 insertions, 139 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog
index 05f45d9031ae..418f3e78ee70 100644
--- a/net-p2p/qbittorrent/ChangeLog
+++ b/net-p2p/qbittorrent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/qbittorrent
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.63 2009/12/17 20:12:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.64 2009/12/18 01:04:30 yngwin Exp $
+
+ 18 Dec 2009; Ben de Groot <yngwin@gentoo.org> -qbittorrent-1.0.0.ebuild,
+ -qbittorrent-1.3.3-r1.ebuild, -qbittorrent-1.4.0.ebuild:
+ Remove obsolete versions
17 Dec 2009; Markus Meier <maekke@gentoo.org> qbittorrent-1.5.3.ebuild:
x86 stable, bug #290708
diff --git a/net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild b/net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild
deleted file mode 100644
index d5f76925d2eb..000000000000
--- a/net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2009 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.ebuild,v 1.7 2009/08/15 23:21:49 yngwin Exp $
-
-EAPI="1"
-
-inherit eutils qt4 multilib
-
-MY_P="${P/_/}"
-
-DESCRIPTION="A C++/Qt4 BitTorrent client"
-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=""
-
-# boost version so that we always have threads support
-DEPEND="x11-libs/qt-gui:4
- ~net-libs/rb_libtorrent-0.13
- >=dev-libs/boost-1.34.1
- dev-libs/zziplib
- net-misc/curl
- dev-cpp/commoncpp2"
-RDEPEND="${DEPEND}
- >=dev-lang/python-2.3"
-
-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.3.3-r1.ebuild b/net-p2p/qbittorrent/qbittorrent-1.3.3-r1.ebuild
deleted file mode 100644
index 3a8696b924ac..000000000000
--- a/net-p2p/qbittorrent/qbittorrent-1.3.3-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.3.3-r1.ebuild,v 1.2 2009/08/15 23:21:49 yngwin 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=""
-
-# boost version so that we always have thread support
-DEPEND=" x11-libs/qt-gui:4
- >=net-libs/rb_libtorrent-0.14.1
- >=dev-libs/boost-1.34.1
- dev-libs/zziplib
- net-misc/curl
- dev-cpp/commoncpp2"
-RDEPEND="${DEPEND}
- >=dev-lang/python-2.3"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- "${FILESDIR}/${P}-no-strip.patch"
-)
-
-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 \
- --with-libtorrent-inc=/usr/include \
- --with-libtorrent-lib=/usr/$(get_libdir) \
- || die "configure 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.4.0.ebuild b/net-p2p/qbittorrent/qbittorrent-1.4.0.ebuild
deleted file mode 100644
index f977f3026a4f..000000000000
--- a/net-p2p/qbittorrent/qbittorrent-1.4.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.4.0.ebuild,v 1.1 2009/08/15 23:21:49 yngwin 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=""
-
-# boost version so that we always have thread support
-DEPEND=" x11-libs/qt-gui:4
- >=net-libs/rb_libtorrent-0.14.1
- >=dev-libs/boost-1.34.1
- dev-libs/zziplib
- net-misc/curl
- dev-cpp/commoncpp2"
-RDEPEND="${DEPEND}
- >=dev-lang/python-2.3"
-
-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"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "emake install failed"
- dodoc AUTHORS Changelog NEWS README TODO
-}