diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:59:51 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:59:51 +0000 |
commit | 8b9cd4dafe990c08f63d9df3fe906d5da09434bd (patch) | |
tree | 69519ea699c7f4b115932180fe43eef7034aa262 /net-im/empathy | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-8b9cd4dafe990c08f63d9df3fe906d5da09434bd.tar.gz gentoo-2-8b9cd4dafe990c08f63d9df3fe906d5da09434bd.tar.bz2 gentoo-2-8b9cd4dafe990c08f63d9df3fe906d5da09434bd.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 'net-im/empathy')
-rw-r--r-- | net-im/empathy/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/empathy/empathy-3.6.4.ebuild | 4 | ||||
-rw-r--r-- | net-im/empathy/empathy-3.8.2.ebuild | 4 | ||||
-rw-r--r-- | net-im/empathy/empathy-3.8.3.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/net-im/empathy/ChangeLog b/net-im/empathy/ChangeLog index 2c8a768b8e06..29fd5aa8c904 100644 --- a/net-im/empathy/ChangeLog +++ b/net-im/empathy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/empathy # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.132 2013/08/04 09:02:37 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.133 2013/09/05 18:59:51 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> empathy-3.6.4.ebuild, + empathy-3.8.2.ebuild, empathy-3.8.3.ebuild: + Clean up PYTHON_COMPAT from old implementations. 04 Aug 2013; Alexandre Rostovtsev <tetromino@gentoo.org> empathy-3.6.4.ebuild: diff --git a/net-im/empathy/empathy-3.6.4.ebuild b/net-im/empathy/empathy-3.6.4.ebuild index c09201bec0fd..dcf7d19b6d14 100644 --- a/net-im/empathy/empathy-3.6.4.ebuild +++ b/net-im/empathy/empathy-3.6.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.6.4.ebuild,v 1.2 2013/08/04 09:02:37 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.6.4.ebuild,v 1.3 2013/09/05 18:59:51 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit gnome2 python-any-r1 virtualx diff --git a/net-im/empathy/empathy-3.8.2.ebuild b/net-im/empathy/empathy-3.8.2.ebuild index 7ae6ec33e7c9..413974f44a71 100644 --- a/net-im/empathy/empathy-3.8.2.ebuild +++ b/net-im/empathy/empathy-3.8.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.8.2.ebuild,v 1.1 2013/05/20 18:39:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.8.2.ebuild,v 1.2 2013/09/05 18:59:51 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit gnome2 python-any-r1 virtualx diff --git a/net-im/empathy/empathy-3.8.3.ebuild b/net-im/empathy/empathy-3.8.3.ebuild index 6f2afeb209f7..4b866ecfc9c4 100644 --- a/net-im/empathy/empathy-3.8.3.ebuild +++ b/net-im/empathy/empathy-3.8.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.8.3.ebuild,v 1.2 2013/07/24 19:34:26 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.8.3.ebuild,v 1.3 2013/09/05 18:59:51 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_{5,6,7} python3_{2,3} ) +PYTHON_COMPAT=( python2_{6,7} python3_{2,3} ) inherit gnome2 python-any-r1 virtualx |