mgorny      14/05/01 10:33:41

  Modified:             boost-numpy-0_pre20131206.ebuild
                        boost-numpy-9999.ebuild ChangeLog
  Log:
  Kill non-working multilib support since neither boost nor python supports 
multilib atm.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.2                  dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild?r1=1.1&r2=1.2

Index: boost-numpy-0_pre20131206.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boost-numpy-0_pre20131206.ebuild    6 Dec 2013 13:06:15 -0000       1.1
+++ boost-numpy-0_pre20131206.ebuild    1 May 2014 10:33:41 -0000       1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild,v 
1.1 2013/12/06 13:06:15 heroxbd Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild,v 
1.2 2014/05/01 10:33:41 mgorny Exp $
 
 EAPI=5
 
-inherit cmake-multilib
+inherit cmake-utils
 
 DESCRIPTION="Boost.Python interface for NumPy"
 HOMEPAGE="https://github.com/ndarray/Boost.NumPy";
@@ -27,7 +27,7 @@
 RDEPEND="${CDEPEND}"
 
 src_install() {
-       cmake-multilib_src_install
+       cmake-utils_src_install
 
        use doc && dodoc -r libs/numpy/doc/*
        use examples && dodoc -r libs/numpy/example



1.2                  dev-libs/boost-numpy/boost-numpy-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild?r1=1.1&r2=1.2

Index: boost-numpy-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boost-numpy-9999.ebuild     6 Dec 2013 13:06:15 -0000       1.1
+++ boost-numpy-9999.ebuild     1 May 2014 10:33:41 -0000       1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild,v 1.1 
2013/12/06 13:06:15 heroxbd Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/boost-numpy/boost-numpy-9999.ebuild,v 1.2 
2014/05/01 10:33:41 mgorny Exp $
 
 EAPI=5
 
-inherit cmake-multilib
+inherit cmake-utils
 
 DESCRIPTION="Boost.Python interface for NumPy"
 HOMEPAGE="https://github.com/ndarray/Boost.NumPy";
@@ -27,7 +27,7 @@
 RDEPEND="${CDEPEND}"
 
 src_install() {
-       cmake-multilib_src_install
+       cmake-utils_src_install
 
        use doc && dodoc -r libs/numpy/doc/*
        use examples && dodoc -r libs/numpy/example



1.2                  dev-libs/boost-numpy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost-numpy/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   6 Dec 2013 13:06:15 -0000       1.1
+++ ChangeLog   1 May 2014 10:33:41 -0000       1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/boost-numpy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/ChangeLog,v 1.1 
2013/12/06 13:06:15 heroxbd Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost-numpy/ChangeLog,v 1.2 
2014/05/01 10:33:41 mgorny Exp $
+
+  01 May 2014; Michał Górny <[email protected]>
+  boost-numpy-0_pre20131206.ebuild, boost-numpy-9999.ebuild:
+  Kill non-working multilib support since neither boost nor python supports
+  multilib atm.
 
 *boost-numpy-0_pre20131206 (06 Dec 2013)
 *boost-numpy-9999 (06 Dec 2013)




Reply via email to