diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:42:26 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:42:26 +0000 |
commit | 0b019b026503c5b5dffd15c6e86397c8b550b089 (patch) | |
tree | 3d1bb6d107989ba0ef1140db91f42050e81a7143 /dev-vcs/tortoisehg | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-0b019b026503c5b5dffd15c6e86397c8b550b089.tar.gz gentoo-2-0b019b026503c5b5dffd15c6e86397c8b550b089.tar.bz2 gentoo-2-0b019b026503c5b5dffd15c6e86397c8b550b089.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.7.2.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.8.2.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.9.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
5 files changed, 13 insertions, 9 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog index ec4784180330..9e87c6c4cdd2 100644 --- a/dev-vcs/tortoisehg/ChangeLog +++ b/dev-vcs/tortoisehg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/tortoisehg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.43 2013/08/11 21:35:32 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.44 2013/09/05 18:42:25 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> tortoisehg-2.7.2.ebuild, + tortoisehg-2.8.2.ebuild, tortoisehg-2.9.ebuild, tortoisehg-9999.ebuild: + Clean up PYTHON_COMPAT from old implementations. *tortoisehg-2.9 (11 Aug 2013) diff --git a/dev-vcs/tortoisehg/tortoisehg-2.7.2.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.7.2.ebuild index 108eb6d6e8a8..1dd4d7432856 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.7.2.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.7.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.2.ebuild,v 1.1 2013/05/03 07:46:20 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.2.ebuild,v 1.2 2013/09/05 18:42:25 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 eutils diff --git a/dev-vcs/tortoisehg/tortoisehg-2.8.2.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.8.2.ebuild index e1c71b68b0b3..77ecbf53eb40 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.8.2.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.8.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.8.2.ebuild,v 1.1 2013/07/15 06:54:09 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.8.2.ebuild,v 1.2 2013/09/05 18:42:25 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 eutils diff --git a/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild index 8c4135a11c3f..9b3401dbe653 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild,v 1.1 2013/08/11 21:35:32 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild,v 1.2 2013/09/05 18:42:25 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 eutils diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 1ecc12fa8426..55e85b1bcbed 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.21 2013/05/23 13:48:59 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.22 2013/09/05 18:42:25 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 eutils |