diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:53:04 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:53:04 +0000 |
commit | ea0f9db54ecf536523201a5572c242e4c450e470 (patch) | |
tree | c54be1e96e5ec7b024e14146fd7139b6f5646f2a /dev-vcs/tortoisehg | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-ea0f9db54ecf536523201a5572c242e4c450e470.tar.gz gentoo-2-ea0f9db54ecf536523201a5572c242e4c450e470.tar.bz2 gentoo-2-ea0f9db54ecf536523201a5572c242e4c450e470.zip |
Drop old Python implementations
(Portage version: 2.2.18/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-3.2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-3.3.2.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 6 |
4 files changed, 12 insertions, 8 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog index 875b197664a4..706a29e6943e 100644 --- a/dev-vcs/tortoisehg/ChangeLog +++ b/dev-vcs/tortoisehg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/tortoisehg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.73 2015/03/24 17:34:12 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.74 2015/04/08 17:53:03 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> tortoisehg-3.2.2.ebuild, + tortoisehg-3.3.2.ebuild, tortoisehg-9999.ebuild: + Drop old Python implementations *tortoisehg-3.3.2 (24 Mar 2015) diff --git a/dev-vcs/tortoisehg/tortoisehg-3.2.2.ebuild b/dev-vcs/tortoisehg/tortoisehg-3.2.2.ebuild index 9c1688f91a52..7c41ea80a19c 100644 --- a/dev-vcs/tortoisehg/tortoisehg-3.2.2.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-3.2.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.2.2.ebuild,v 1.2 2015/01/15 06:22:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.2.2.ebuild,v 1.3 2015/04/08 17:53:03 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils diff --git a/dev-vcs/tortoisehg/tortoisehg-3.3.2.ebuild b/dev-vcs/tortoisehg/tortoisehg-3.3.2.ebuild index fc591cfd0f73..84bfaf36c2eb 100644 --- a/dev-vcs/tortoisehg/tortoisehg-3.3.2.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-3.3.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.3.2.ebuild,v 1.1 2015/03/24 17:34:12 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.3.2.ebuild,v 1.2 2015/04/08 17:53:02 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index c921442587f8..32591155f9a3 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.23 2014/07/06 13:20:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.24 2015/04/08 17:53:02 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils |