diff options
author | 2015-04-08 18:20:12 +0000 | |
---|---|---|
committer | 2015-04-08 18:20:12 +0000 | |
commit | 5ca253e8cae10b73bf626e825c7b6edc97dd69f4 (patch) | |
tree | 674c78076b2e73a9a5694b6ffd3392caec13e0ed /net-voip/telepathy-gabble | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-5ca253e8cae10b73bf626e825c7b6edc97dd69f4.tar.gz gentoo-2-5ca253e8cae10b73bf626e825c7b6edc97dd69f4.tar.bz2 gentoo-2-5ca253e8cae10b73bf626e825c7b6edc97dd69f4.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-voip/telepathy-gabble')
-rw-r--r-- | net-voip/telepathy-gabble/ChangeLog | 7 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog index b1c323e60b68..2761af21bdc9 100644 --- a/net-voip/telepathy-gabble/ChangeLog +++ b/net-voip/telepathy-gabble/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/telepathy-gabble -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.140 2014/11/13 12:35:02 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.141 2015/04/08 18:20:12 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> telepathy-gabble-0.18.3.ebuild: + Drop old Python implementations 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -telepathy-gabble-0.16.6.ebuild, -telepathy-gabble-0.18.2.ebuild: diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild index 94f57328016a..7daedde178c0 100644 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild @@ -1,10 +1,10 @@ -# 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-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild,v 1.3 2014/07/23 15:24:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild,v 1.4 2015/04/08 18:20:12 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit gnome2 eutils python-any-r1 |