diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:01:55 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:01:55 +0000 |
commit | 26d9b62647f68a2f5ac7511d7b66b7d08bdbecfa (patch) | |
tree | 879465a4cb67568c070f187e664fbbc35f152404 /net-irc/telepathy-idle | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-26d9b62647f68a2f5ac7511d7b66b7d08bdbecfa.tar.gz gentoo-2-26d9b62647f68a2f5ac7511d7b66b7d08bdbecfa.tar.bz2 gentoo-2-26d9b62647f68a2f5ac7511d7b66b7d08bdbecfa.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-irc/telepathy-idle')
-rw-r--r-- | net-irc/telepathy-idle/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/telepathy-idle/ChangeLog b/net-irc/telepathy-idle/ChangeLog index ce98b74084a0..cd7dae89af1e 100644 --- a/net-irc/telepathy-idle/ChangeLog +++ b/net-irc/telepathy-idle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/telepathy-idle -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/ChangeLog,v 1.67 2014/11/13 13:09:45 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/ChangeLog,v 1.68 2015/04/08 18:01:55 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> telepathy-idle-0.2.0.ebuild: + Drop old Python implementations 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -telepathy-idle-0.1.16.ebuild: Drop old (#508854) diff --git a/net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild index 1d2516743b6c..66a2d1365401 100644 --- a/net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild +++ b/net-irc/telepathy-idle/telepathy-idle-0.2.0.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/net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild,v 1.4 2014/05/04 12:11:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.2.0.ebuild,v 1.5 2015/04/08 18:01:55 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 |