mgorny      15/01/24 23:18:14

  Modified:             distcc-3.1-r10.ebuild distcc-3.2_rc1-r2.ebuild
                        ChangeLog
  Log:
  Add missing epatch_user.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.3                  sys-devel/distcc/distcc-3.1-r10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r10.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r10.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.1-r10.ebuild?r1=1.2&r2=1.3

Index: distcc-3.1-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- distcc-3.1-r10.ebuild       2 Nov 2014 10:10:01 -0000       1.2
+++ distcc-3.1-r10.ebuild       24 Jan 2015 23:18:13 -0000      1.3
@@ -1,6 +1,6 @@
-# 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/sys-devel/distcc/distcc-3.1-r10.ebuild,v 
1.2 2014/11/02 10:10:01 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r10.ebuild,v 
1.3 2015/01/24 23:18:13 mgorny Exp $
 
 EAPI=5
 
@@ -52,6 +52,7 @@
        epatch "${FILESDIR}/${P}-python.patch"
        # bug #351979
        epatch "${FILESDIR}/${P}-argc-fix.patch"
+       epatch_user
 
        sed -i -e "/PATH/s:\$distcc_location:${DCCC_PATH}:" pump.in || die
 



1.2                  sys-devel/distcc/distcc-3.2_rc1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild?r1=1.1&r2=1.2

Index: distcc-3.2_rc1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- distcc-3.2_rc1-r2.ebuild    1 Jan 2015 23:31:50 -0000       1.1
+++ distcc-3.2_rc1-r2.ebuild    24 Jan 2015 23:18:13 -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/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild,v 
1.1 2015/01/01 23:31:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild,v 
1.2 2015/01/24 23:18:13 mgorny Exp $
 
 EAPI=5
 
@@ -61,6 +61,7 @@
        epatch "${FILESDIR}/${PN}-3.2_rc1-python.patch"
        # for net-libs/libgssglue
        epatch "${FILESDIR}/${PN}-3.2_rc1-gssapi.patch"
+       epatch_user
 
        # Bugs #120001, #167844 and probably more. See patch for description.
        use hardened && epatch "${FILESDIR}/distcc-hardened.patch"



1.240                sys-devel/distcc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.240&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.240&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/distcc/ChangeLog?r1=1.239&r2=1.240

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- ChangeLog   1 Jan 2015 23:31:50 -0000       1.239
+++ ChangeLog   24 Jan 2015 23:18:13 -0000      1.240
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/distcc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.239 
2015/01/01 23:31:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.240 
2015/01/24 23:18:13 mgorny Exp $
+
+  24 Jan 2015; Michał Górny <mgo...@gentoo.org> distcc-3.1-r10.ebuild,
+  distcc-3.2_rc1-r2.ebuild:
+  Add missing epatch_user.
 
 *distcc-3.2_rc1-r2 (01 Jan 2015)
 




Reply via email to