diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-01 21:15:03 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-01 21:15:03 +0000 |
commit | d79b2948d3e322363f388249379babf0d21e544e (patch) | |
tree | 8a3a8d9a2369a6e2374bc436e7629c46118875a0 /dev-python | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-d79b2948d3e322363f388249379babf0d21e544e.tar.gz gentoo-2-d79b2948d3e322363f388249379babf0d21e544e.tar.bz2 gentoo-2-d79b2948d3e322363f388249379babf0d21e544e.zip |
Fix deprecation warnings.
(Portage version: 2.2.0_alpha11_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pycuda/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pycuda/pycuda-0.94.2.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pycuda/pycuda-9999.ebuild | 7 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-python/pycuda/ChangeLog b/dev-python/pycuda/ChangeLog index e1b4cc378f71..23956c9e6a40 100644 --- a/dev-python/pycuda/ChangeLog +++ b/dev-python/pycuda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pycuda # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/ChangeLog,v 1.9 2011/01/01 21:13:26 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/ChangeLog,v 1.10 2011/01/01 21:15:03 arfrever Exp $ + + 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + pycuda-0.94.2.ebuild, pycuda-9999.ebuild: + Fix deprecation warnings. 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> -pycuda-0.92.ebuild, -pycuda-0.93.ebuild, diff --git a/dev-python/pycuda/pycuda-0.94.2.ebuild b/dev-python/pycuda/pycuda-0.94.2.ebuild index a73185387cc2..ca624419160f 100644 --- a/dev-python/pycuda/pycuda-0.94.2.ebuild +++ b/dev-python/pycuda/pycuda-0.94.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-0.94.2.ebuild,v 1.2 2010/12/12 19:54:08 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-0.94.2.ebuild,v 1.3 2011/01/01 21:15:03 arfrever Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="2" inherit distutils eutils diff --git a/dev-python/pycuda/pycuda-9999.ebuild b/dev-python/pycuda/pycuda-9999.ebuild index 0072ef952a3e..21fb31c390ab 100644 --- a/dev-python/pycuda/pycuda-9999.ebuild +++ b/dev-python/pycuda/pycuda-9999.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-9999.ebuild,v 1.6 2010/12/12 19:54:08 spock Exp $ -# Ebuild generated by g-pypi 0.2.1 (rev. 204) +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-9999.ebuild,v 1.7 2011/01/01 21:15:03 arfrever Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="2" inherit git distutils |