public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/qbittorrent: qbittorrent-9999.ebuild qbittorrent-3.1.12.ebuild ChangeLog
@ 2015-03-01 15:49 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2015-03-01 15:49 UTC (permalink / raw
  To: gentoo-commits

hwoarang    15/03/01 15:49:39

  Modified:             qbittorrent-9999.ebuild qbittorrent-3.1.12.ebuild
                        ChangeLog
  Log:
  Add epatch_user. Bug #541690
  
  (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.21                 net-p2p/qbittorrent/qbittorrent-9999.ebuild

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

Index: qbittorrent-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- qbittorrent-9999.ebuild	23 Feb 2015 19:02:33 -0000	1.20
+++ qbittorrent-9999.ebuild	1 Mar 2015 15:49:39 -0000	1.21
@@ -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.20 2015/02/23 19:02:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-9999.ebuild,v 1.21 2015/03/01 15:49:39 hwoarang Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 
-inherit python-r1 qmake-utils
+inherit eutils python-r1 qmake-utils
 
 DESCRIPTION="BitTorrent client in C++ and Qt"
 HOMEPAGE="http://www.qbittorrent.org/"
@@ -55,6 +55,10 @@
 S=${WORKDIR}/${MY_P}
 DOCS=(AUTHORS Changelog README.md TODO)
 
+src_prepare() {
+	epatch_user
+}
+
 src_configure() {
 	# Custom configure script, econf fails
 	local myconf=(



1.2                  net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild

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

Index: qbittorrent-3.1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qbittorrent-3.1.12.ebuild	27 Feb 2015 21:10:20 -0000	1.1
+++ qbittorrent-3.1.12.ebuild	1 Mar 2015 15:49:39 -0000	1.2
@@ -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-3.1.12.ebuild,v 1.1 2015/02/27 21:10:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.12.ebuild,v 1.2 2015/03/01 15:49:39 hwoarang Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit python-r1 qt4-r2
+inherit eutils python-r1 qt4-r2
 
 DESCRIPTION="BitTorrent client in C++ and Qt"
 HOMEPAGE="http://www.qbittorrent.org/"
@@ -38,6 +38,11 @@
 S=${WORKDIR}/${MY_P}
 DOCS=(AUTHORS Changelog README.md TODO)
 
+src_prepare() {
+	epatch_user
+	qt4-r2_src_prepare
+}
+
 src_configure() {
 	# Custom configure script, econf fails
 	local myconf=(



1.241                net-p2p/qbittorrent/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- ChangeLog	27 Feb 2015 21:10:20 -0000	1.240
+++ ChangeLog	1 Mar 2015 15:49:39 -0000	1.241
@@ -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.240 2015/02/27 21:10:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.241 2015/03/01 15:49:39 hwoarang Exp $
+
+  01 Mar 2015; Markos Chandras <hwoarang@gentoo.org> qbittorrent-3.1.12.ebuild,
+  qbittorrent-9999.ebuild:
+  Add epatch_user. Bug #541690
 
 *qbittorrent-3.1.12 (27 Feb 2015)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-01 15:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-01 15:49 [gentoo-commits] gentoo-x86 commit in net-p2p/qbittorrent: qbittorrent-9999.ebuild qbittorrent-3.1.12.ebuild ChangeLog Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox