vapier      15/06/03 17:03:41

  Modified:             samba-3.6.24.ebuild samba-4.1.17.ebuild
                        samba-3.5.21.ebuild samba-4.0.26.ebuild
                        samba-4.1.18.ebuild samba-4.0.25.ebuild
                        samba-3.5.22.ebuild samba-4.2.0.ebuild ChangeLog
  Log:
  Use SYSROOT when looking for et headers to help cross-compiling; fix by Nam 
Nguyen from Chromium OS.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.12                 net-fs/samba/samba-3.6.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?r1=1.11&r2=1.12

Index: samba-3.6.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- samba-3.6.24.ebuild 26 Dec 2014 09:18:35 -0000      1.11
+++ samba-3.6.24.ebuild 3 Jun 2015 17:03:40 -0000       1.12
@@ -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/net-fs/samba/samba-3.6.24.ebuild,v 1.11 
2014/12/26 09:18:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v 1.12 
2015/06/03 17:03:40 vapier Exp $
 
 EAPI=5
 



1.3                  net-fs/samba/samba-4.1.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.17.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.17.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.17.ebuild?r1=1.2&r2=1.3

Index: samba-4.1.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.17.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- samba-4.1.17.ebuild 3 Mar 2015 09:24:11 -0000       1.2
+++ samba-4.1.17.ebuild 3 Jun 2015 17:03:40 -0000       1.3
@@ -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-fs/samba/samba-4.1.17.ebuild,v 1.2 
2015/03/03 09:24:11 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.17.ebuild,v 1.3 
2015/06/03 17:03:40 vapier Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -131,7 +131,7 @@
                "
        use "ads" && myconf+=" --with-shared-modules=idmap_ad"
 
-       CPPFLAGS="-I/usr/include/et ${CPPFLAGS}" \
+       CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \
                waf-utils_src_configure ${myconf}
 }
 



1.16                 net-fs/samba/samba-3.5.21.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild?r1=1.15&r2=1.16

Index: samba-3.5.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- samba-3.5.21.ebuild 26 Jul 2013 07:57:32 -0000      1.15
+++ samba-3.5.21.ebuild 3 Jun 2015 17:03:40 -0000       1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild,v 1.15 
2013/07/26 07:57:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild,v 1.16 
2015/06/03 17:03:40 vapier Exp $
 
 EAPI=4
 



1.2                  net-fs/samba/samba-4.0.26.ebuild

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

Index: samba-4.0.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba-4.0.26.ebuild 14 May 2015 00:15:06 -0000      1.1
+++ samba-4.0.26.ebuild 3 Jun 2015 17:03:40 -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-fs/samba/samba-4.0.26.ebuild,v 1.1 
2015/05/14 00:15:06 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild,v 1.2 
2015/06/03 17:03:40 vapier Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -135,7 +135,7 @@
                "
        use "ads" && myconf+=" --with-shared-modules=idmap_ad"
 
-       CPPFLAGS="-I/usr/include/et ${CPPFLAGS}" \
+       CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \
                waf-utils_src_configure ${myconf}
 }
 



1.3                  net-fs/samba/samba-4.1.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild?r1=1.2&r2=1.3

Index: samba-4.1.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- samba-4.1.18.ebuild 14 May 2015 12:36:22 -0000      1.2
+++ samba-4.1.18.ebuild 3 Jun 2015 17:03:40 -0000       1.3
@@ -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-fs/samba/samba-4.1.18.ebuild,v 1.2 
2015/05/14 12:36:22 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild,v 1.3 
2015/06/03 17:03:40 vapier Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -131,7 +131,7 @@
                "
        use "ads" && myconf+=" --with-shared-modules=idmap_ad"
 
-       CPPFLAGS="-I/usr/include/et ${CPPFLAGS}" \
+       CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \
                waf-utils_src_configure ${myconf}
 }
 



1.2                  net-fs/samba/samba-4.0.25.ebuild

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

Index: samba-4.0.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.25.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba-4.0.25.ebuild 23 Feb 2015 22:43:37 -0000      1.1
+++ samba-4.0.25.ebuild 3 Jun 2015 17:03:40 -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-fs/samba/samba-4.0.25.ebuild,v 1.1 
2015/02/23 22:43:37 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.25.ebuild,v 1.2 
2015/06/03 17:03:40 vapier Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -135,7 +135,7 @@
                "
        use "ads" && myconf+=" --with-shared-modules=idmap_ad"
 
-       CPPFLAGS="-I/usr/include/et ${CPPFLAGS}" \
+       CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \
                waf-utils_src_configure ${myconf}
 }
 



1.10                 net-fs/samba/samba-3.5.22.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.22.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.22.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.22.ebuild?r1=1.9&r2=1.10

Index: samba-3.5.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.22.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- samba-3.5.22.ebuild 11 Oct 2013 14:07:46 -0000      1.9
+++ samba-3.5.22.ebuild 3 Jun 2015 17:03:40 -0000       1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.22.ebuild,v 1.9 
2013/10/11 14:07:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.22.ebuild,v 1.10 
2015/06/03 17:03:40 vapier Exp $
 
 EAPI=4
 



1.2                  net-fs/samba/samba-4.2.0.ebuild

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

Index: samba-4.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- samba-4.2.0.ebuild  8 Mar 2015 13:21:55 -0000       1.1
+++ samba-4.2.0.ebuild  3 Jun 2015 17:03:40 -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-fs/samba/samba-4.2.0.ebuild,v 1.1 
2015/03/08 13:21:55 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild,v 1.2 
2015/06/03 17:03:40 vapier Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -131,7 +131,7 @@
                "
        use "ads" && myconf+=" --with-shared-modules=idmap_ad"
 
-       CPPFLAGS="-I/usr/include/et ${CPPFLAGS}" \
+       CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \
                waf-utils_src_configure ${myconf}
 }
 



1.716                net-fs/samba/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.716&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.716&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.715&r2=1.716

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.715
retrieving revision 1.716
diff -u -r1.715 -r1.716
--- ChangeLog   14 May 2015 12:36:22 -0000      1.715
+++ ChangeLog   3 Jun 2015 17:03:40 -0000       1.716
@@ -1,6 +1,13 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.715 2015/05/14 
12:36:22 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.716 2015/06/03 
17:03:40 vapier Exp $
+
+  03 Jun 2015; Mike Frysinger <[email protected]> samba-3.5.21.ebuild,
+  samba-3.5.22.ebuild, samba-3.6.24.ebuild, samba-3.6.25.ebuild,
+  samba-4.0.25.ebuild, samba-4.0.26.ebuild, samba-4.1.17.ebuild,
+  samba-4.1.18.ebuild, samba-4.2.0.ebuild:
+  Use SYSROOT when looking for et headers to help cross-compiling; fix by Nam
+  Nguyen from Chromium OS.
 
   14 May 2015; Lars Wendler <[email protected]> samba-4.1.18.ebuild:
   Fixed dependency on talloc (bug #549452).




Reply via email to