diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2015-04-19 09:27:25 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2015-04-19 09:27:25 +0000 |
commit | 599df1c76d65353139bf969e5eb8f99589fc43bb (patch) | |
tree | 4eb1b5418ad677503183f259ac69d37311217800 /net-p2p | |
parent | Stable for alpha/amd64/arm/ia64/ppc/ppc64/sparc/x86, wrt bug #546652 (diff) | |
download | gentoo-2-599df1c76d65353139bf969e5eb8f99589fc43bb.tar.gz gentoo-2-599df1c76d65353139bf969e5eb8f99589fc43bb.tar.bz2 gentoo-2-599df1c76d65353139bf969e5eb8f99589fc43bb.zip |
A bit of cleanup and sync with regular ebuilds
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-9999.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index a2e9dede5701..d7a755427452 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.243 2015/04/19 09:05:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.244 2015/04/19 09:27:25 hwoarang Exp $ + + 19 Apr 2015; Markos Chandras <hwoarang@gentoo.org> qbittorrent-9999.ebuild: + A bit of cleanup and sync with regular ebuilds 19 Apr 2015; Markos Chandras <hwoarang@gentoo.org> qbittorrent-9999.ebuild: Bump rb_libtorrent dep. Drop geoip support. Bug #546440 diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild index c09309affd42..4082fb8f931d 100644 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.22 2015/04/19 09:05:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.23 2015/04/19 09:27:25 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit eutils python-r1 qmake-utils +inherit eutils python-r1 qt4-r2 DESCRIPTION="BitTorrent client in C++ and Qt" HOMEPAGE="http://www.qbittorrent.org/" @@ -53,6 +53,7 @@ DOCS=(AUTHORS Changelog README.md TODO) src_prepare() { epatch_user + qt4-r2_src_prepare } src_configure() { @@ -73,7 +74,3 @@ src_configure() { use qt4 && eqmake4 use qt5 && eqmake5 } - -src_install() { - emake INSTALL_ROOT="${D}" install -} |