summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-15 17:56:20 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-15 17:56:20 +0000
commita90a194826f2c534d7436779c7dc11c3faf115d8 (patch)
treeee3ed70f0cb3ce69e2700605185ebde2104e1b11 /dev-vcs/bzrtools
parentVersion bumped. (diff)
downloadgentoo-2-a90a194826f2c534d7436779c7dc11c3faf115d8.tar.gz
gentoo-2-a90a194826f2c534d7436779c7dc11c3faf115d8.tar.bz2
gentoo-2-a90a194826f2c534d7436779c7dc11c3faf115d8.zip
Delete calls to deprecated python_version().
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/bzrtools')
-rw-r--r--dev-vcs/bzrtools/ChangeLog6
-rw-r--r--dev-vcs/bzrtools/bzrtools-2.0.1.ebuild3
-rw-r--r--dev-vcs/bzrtools/bzrtools-2.1.0.ebuild3
3 files changed, 7 insertions, 5 deletions
diff --git a/dev-vcs/bzrtools/ChangeLog b/dev-vcs/bzrtools/ChangeLog
index 8c3e2fcfcba1..e84ab09050c0 100644
--- a/dev-vcs/bzrtools/ChangeLog
+++ b/dev-vcs/bzrtools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/bzrtools
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzrtools/ChangeLog,v 1.3 2010/03/05 09:56:49 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzrtools/ChangeLog,v 1.4 2010/06/15 17:56:20 arfrever Exp $
+
+ 15 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ bzrtools-2.0.1.ebuild, bzrtools-2.1.0.ebuild:
+ Delete calls to deprecated python_version().
05 Mar 2010; Christian Faulhammer <fauli@gentoo.org> metadata.xml:
hand maintenance over to bazaar team
diff --git a/dev-vcs/bzrtools/bzrtools-2.0.1.ebuild b/dev-vcs/bzrtools/bzrtools-2.0.1.ebuild
index 4672b1812ac5..be76d6fdfea4 100644
--- a/dev-vcs/bzrtools/bzrtools-2.0.1.ebuild
+++ b/dev-vcs/bzrtools/bzrtools-2.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzrtools/bzrtools-2.0.1.ebuild,v 1.2 2010/03/05 09:52:20 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzrtools/bzrtools-2.0.1.ebuild,v 1.3 2010/06/15 17:56:20 arfrever Exp $
EAPI="2"
@@ -28,7 +28,6 @@ S=${WORKDIR}/${PN}
PYTHON_MODNAME=bzrlib
src_test() {
- python_version
einfo "Running testsuite..."
# put a linked copy of the bzr core into the build directory to properly
# test the "built" version of bzrtools
diff --git a/dev-vcs/bzrtools/bzrtools-2.1.0.ebuild b/dev-vcs/bzrtools/bzrtools-2.1.0.ebuild
index 2028ae33512d..304999d8be6d 100644
--- a/dev-vcs/bzrtools/bzrtools-2.1.0.ebuild
+++ b/dev-vcs/bzrtools/bzrtools-2.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzrtools/bzrtools-2.1.0.ebuild,v 1.2 2010/03/05 09:52:20 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzrtools/bzrtools-2.1.0.ebuild,v 1.3 2010/06/15 17:56:20 arfrever Exp $
EAPI="2"
@@ -28,7 +28,6 @@ S=${WORKDIR}/${PN}
PYTHON_MODNAME=bzrlib
src_test() {
- python_version
einfo "Running testsuite..."
# put a linked copy of the bzr core into the build directory to properly
# test the "built" version of bzrtools