pesa        15/06/04 18:19:35

  Modified:             qbittorrent-3.2.0.ebuild qbittorrent-9999.ebuild
                        ChangeLog
  Log:
  Add missing dep wrt bug #550480
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  Changes    Path
1.2                  net-p2p/qbittorrent/qbittorrent-3.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.2.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.2.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.2.0.ebuild?r1=1.1&r2=1.2

Index: qbittorrent-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qbittorrent-3.2.0.ebuild    17 May 2015 09:21:39 -0000      1.1
+++ qbittorrent-3.2.0.ebuild    4 Jun 2015 18:19:35 -0000       1.2
@@ -1,6 +1,6 @@
 # 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-3.2.0.ebuild,v 1.1 
2015/05/17 09:21:39 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.2.0.ebuild,v 1.2 
2015/06/04 18:19:35 pesa Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -9,11 +9,11 @@
 
 DESCRIPTION="BitTorrent client in C++ and Qt"
 HOMEPAGE="http://www.qbittorrent.org/";
+
 MY_P=${P/_}
 if [[ ${PV} == *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git";
-       KEYWORDS=""
 else
        SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
        KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
@@ -22,25 +22,30 @@
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="+dbus debug +qt4 qt5 webui +X"
-REQUIRED_USE="^^ ( qt4 qt5 )
-       dbus? ( X )"
+REQUIRED_USE="
+       ^^ ( qt4 qt5 )
+       dbus? ( X )
+"
 
 CDEPEND="
        dev-libs/boost:=
        >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt4?,qt5?,X?]
        >=net-libs/rb_libtorrent-1.0.0
        sys-libs/zlib
-       qt4? ( dev-qt/qtcore:4
+       qt4? (
+               dev-qt/qtcore:4
                dbus? ( dev-qt/qtdbus:4 )
                X? ( dev-qt/qtgui:4 )
-               )
-       qt5? ( dev-qt/qtcore:5
+       )
+       qt5? (
+               dev-qt/linguist-tools:5
+               dev-qt/qtcore:5
                dev-qt/qtnetwork:5
                dev-qt/qtxml:5
                dbus? ( dev-qt/qtdbus:5 )
                X? ( dev-qt/qtgui:5
                        dev-qt/qtwidgets:5 )
-               )
+       )
 "
 DEPEND="${CDEPEND}
        virtual/pkgconfig



1.25                 net-p2p/qbittorrent/qbittorrent-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild?r1=1.24&r2=1.25

Index: qbittorrent-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- qbittorrent-9999.ebuild     10 May 2015 13:12:13 -0000      1.24
+++ qbittorrent-9999.ebuild     4 Jun 2015 18:19:35 -0000       1.25
@@ -1,6 +1,6 @@
 # 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.24 
2015/05/10 13:12:13 pesa Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.25 
2015/06/04 18:19:35 pesa Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -9,38 +9,43 @@
 
 DESCRIPTION="BitTorrent client in C++ and Qt"
 HOMEPAGE="http://www.qbittorrent.org/";
+
 MY_P=${P/_}
 if [[ ${PV} == *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git";
-       KEYWORDS=""
 else
        SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-       KEYWORDS="~amd64 ~arm ~x86"
+       KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="+dbus debug +qt4 qt5 webui +X"
-REQUIRED_USE="^^ ( qt4 qt5 )
-       dbus? ( X )"
+REQUIRED_USE="
+       ^^ ( qt4 qt5 )
+       dbus? ( X )
+"
 
 CDEPEND="
        dev-libs/boost:=
        >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt4?,qt5?,X?]
        >=net-libs/rb_libtorrent-1.0.0
        sys-libs/zlib
-       qt4? ( dev-qt/qtcore:4
+       qt4? (
+               dev-qt/qtcore:4
                dbus? ( dev-qt/qtdbus:4 )
                X? ( dev-qt/qtgui:4 )
-               )
-       qt5? ( dev-qt/qtcore:5
+       )
+       qt5? (
+               dev-qt/linguist-tools:5
+               dev-qt/qtcore:5
                dev-qt/qtnetwork:5
                dev-qt/qtxml:5
                dbus? ( dev-qt/qtdbus:5 )
                X? ( dev-qt/qtgui:5
                        dev-qt/qtwidgets:5 )
-               )
+       )
 "
 DEPEND="${CDEPEND}
        virtual/pkgconfig



1.250                net-p2p/qbittorrent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.250&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.250&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.249&r2=1.250

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog   17 May 2015 09:21:39 -0000      1.249
+++ ChangeLog   4 Jun 2015 18:19:35 -0000       1.250
@@ -1,6 +1,10 @@
 # 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.249 
2015/05/17 09:21:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.250 
2015/06/04 18:19:35 pesa Exp $
+
+  04 Jun 2015; Davide Pesavento <[email protected]> qbittorrent-3.2.0.ebuild,
+  qbittorrent-9999.ebuild:
+  Add missing dep wrt bug #550480
 
 *qbittorrent-3.2.0 (17 May 2015)
 




Reply via email to