diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:03:12 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:03:12 +0000 |
commit | ccb9cefa92ff689e59e309ae6e2173d396485453 (patch) | |
tree | 8fb8e982355e80a165141778dad654daf4e826b3 /net-im/telepathy-mission-control | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-ccb9cefa92ff689e59e309ae6e2173d396485453.tar.gz gentoo-2-ccb9cefa92ff689e59e309ae6e2173d396485453.tar.bz2 gentoo-2-ccb9cefa92ff689e59e309ae6e2173d396485453.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-im/telepathy-mission-control')
3 files changed, 11 insertions, 6 deletions
diff --git a/net-im/telepathy-mission-control/ChangeLog b/net-im/telepathy-mission-control/ChangeLog index 1502be79ac62..4fc9e2ef3031 100644 --- a/net-im/telepathy-mission-control/ChangeLog +++ b/net-im/telepathy-mission-control/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/telepathy-mission-control # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.126 2015/01/02 12:10:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.127 2015/04/08 18:03:12 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> + telepathy-mission-control-5.16.2.ebuild, + telepathy-mission-control-5.16.3.ebuild: + Drop old Python implementations 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> telepathy-mission-control-5.16.3.ebuild: diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.2.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.2.ebuild index e2dcaf02d1f0..743cfec8f7bf 100644 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.2.ebuild +++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.2.ebuild @@ -1,12 +1,12 @@ -# 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/net-im/telepathy-mission-control/telepathy-mission-control-5.16.2.ebuild,v 1.11 2014/10/11 12:23:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.16.2.ebuild,v 1.12 2015/04/08 18:03:12 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" # Needed for tests and build #489466 -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit gnome2 python-any-r1 diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild index d43266481ef1..059fcfc86bcc 100644 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild +++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild,v 1.10 2015/01/02 12:10:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild,v 1.11 2015/04/08 18:03:12 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" # Needed for tests and build #489466 -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit gnome2 python-any-r1 |