radhermit    15/01/21 16:37:51

  Modified:             graph-tool-9999.ebuild ChangeLog
                        graph-tool-2.2.36-r1.ebuild
  Log:
  Use has_version instead of built_with_use.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.12                 dev-python/graph-tool/graph-tool-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild?r1=1.11&r2=1.12

Index: graph-tool-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- graph-tool-9999.ebuild      21 Jan 2015 16:35:09 -0000      1.11
+++ graph-tool-9999.ebuild      21 Jan 2015 16:37:51 -0000      1.12
@@ -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/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.11 
2015/01/21 16:35:09 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.12 
2015/01/21 16:37:51 radhermit Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
-inherit check-reqs toolchain-funcs python-r1 eutils
+inherit check-reqs toolchain-funcs python-r1
 
 if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/count0/graph-tool.git";
@@ -59,7 +59,7 @@
 
 src_configure() {
        local threads
-       built_with_use dev-libs/boost threads && threads="-mt"
+       has_version dev-libs/boost[threads] && threads="-mt"
 
        configure() {
                econf \



1.23                 dev-python/graph-tool/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   21 Jan 2015 16:35:09 -0000      1.22
+++ ChangeLog   21 Jan 2015 16:37:51 -0000      1.23
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/graph-tool
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.22 
2015/01/21 16:35:09 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/ChangeLog,v 1.23 
2015/01/21 16:37:51 radhermit Exp $
+
+  21 Jan 2015; Tim Harder <[email protected]> graph-tool-2.2.36-r1.ebuild,
+  graph-tool-9999.ebuild:
+  Use has_version instead of built_with_use.
 
 *graph-tool-2.2.36-r1 (21 Jan 2015)
 



1.2                  dev-python/graph-tool/graph-tool-2.2.36-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.36-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.36-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.36-r1.ebuild?r1=1.1&r2=1.2

Index: graph-tool-2.2.36-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.36-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- graph-tool-2.2.36-r1.ebuild 21 Jan 2015 16:35:09 -0000      1.1
+++ graph-tool-2.2.36-r1.ebuild 21 Jan 2015 16:37:51 -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/dev-python/graph-tool/graph-tool-2.2.36-r1.ebuild,v 1.1 
2015/01/21 16:35:09 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.36-r1.ebuild,v 1.2 
2015/01/21 16:37:51 radhermit Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
-inherit check-reqs toolchain-funcs python-r1 eutils
+inherit check-reqs toolchain-funcs python-r1
 
 if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/count0/graph-tool.git";
@@ -59,7 +59,7 @@
 
 src_configure() {
        local threads
-       built_with_use dev-libs/boost threads && threads="-mt"
+       has_version dev-libs/boost[threads] && threads="-mt"
 
        configure() {
                econf \




Reply via email to