summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2015-03-03 22:11:55 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2015-03-03 22:11:55 +0000
commit45c2d2edb0b97ac9cd72e73b0650c277e1f21e4e (patch)
tree612cee7b10ec31b3b681de54a7f209e6442e3d5a /net-libs
parentAdd 20140525d release - bug 541918 (CVE-2015-2172). (diff)
downloadgentoo-2-45c2d2edb0b97ac9cd72e73b0650c277e1f21e4e.tar.gz
gentoo-2-45c2d2edb0b97ac9cd72e73b0650c277e1f21e4e.tar.bz2
gentoo-2-45c2d2edb0b97ac9cd72e73b0650c277e1f21e4e.zip
Add epatch_user. Bug #541690
(Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/rb_libtorrent/ChangeLog6
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r1.ebuild7
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-1.0.3.ebuild7
3 files changed, 13 insertions, 7 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog
index 41cfc52d2d19..9eb9845b0179 100644
--- a/net-libs/rb_libtorrent/ChangeLog
+++ b/net-libs/rb_libtorrent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/rb_libtorrent
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.184 2015/03/02 09:20:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.185 2015/03/03 22:11:55 hwoarang Exp $
+
+ 03 Mar 2015; Markos Chandras <hwoarang@gentoo.org>
+ rb_libtorrent-0.16.17-r1.ebuild, rb_libtorrent-1.0.3.ebuild:
+ Add epatch_user. Bug #541690
02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> rb_libtorrent-0.16.17.ebuild:
Stable for ppc, wrt bug #522764
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r1.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r1.ebuild
index 36da9bed4f61..863453bad139 100644
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r1.ebuild
+++ b/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r1.ebuild,v 1.1 2014/11/15 08:33:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.17-r1.ebuild,v 1.2 2015/03/03 22:11:55 hwoarang Exp $
EAPI="5"
PYTHON_DEPEND="python? 2:2.7"
PYTHON_USE_WITH="threads"
PYTHON_USE_WITH_OPT="python"
-inherit multilib python versionator
+inherit eutils multilib python versionator
MY_P=${P/rb_/}
MY_P=${MY_P/torrent/torrent-rasterbar}
@@ -39,6 +39,7 @@ pkg_setup() {
src_prepare() {
use python && python_convert_shebangs -r 2 .
+ epatch_user
}
src_configure() {
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.3.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.0.3.ebuild
index fae4d93d61ec..bebed1555b2d 100644
--- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.3.ebuild
+++ b/net-libs/rb_libtorrent/rb_libtorrent-1.0.3.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.3.ebuild,v 1.1 2014/12/19 21:07:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-1.0.3.ebuild,v 1.2 2015/03/03 22:11:55 hwoarang Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="threads"
-inherit multilib python-r1
+inherit eutils multilib python-r1
MY_P=${P/rb_/}
MY_P=${MY_P/torrent/torrent-rasterbar}
@@ -36,6 +36,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
use python && python_copy_sources
+ epatch_user
}
src_configure() {