diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
commit | 8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch) | |
tree | 1781f0242b83e446554db1ade147758513eab1c5 /net-mail | |
parent | updating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff) | |
download | gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.gz gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.bz2 gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.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-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.36.0.ebuild | 4 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.39.1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.40.1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.40.3.ebuild | 4 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.41.0.ebuild | 4 | ||||
-rw-r--r-- | net-mail/mpop/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/mpop/mpop-1.0.28.ebuild | 4 |
8 files changed, 22 insertions, 15 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index 4f4f94f5e6a1..aa28496ca229 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/getmail # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.229 2013/07/27 22:08:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.230 2013/09/05 19:44:46 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> getmail-4.36.0.ebuild, + getmail-4.39.1.ebuild, getmail-4.40.1.ebuild, getmail-4.40.3.ebuild, + getmail-4.41.0.ebuild: + Clean up PYTHON_COMPAT from old implementations. 27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> getmail-4.41.0.ebuild: Stable for x86, wrt bug #477576 diff --git a/net-mail/getmail/getmail-4.36.0.ebuild b/net-mail/getmail/getmail-4.36.0.ebuild index 245a5a6207b1..c2dfa138df8c 100644 --- a/net-mail/getmail/getmail-4.36.0.ebuild +++ b/net-mail/getmail/getmail-4.36.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.36.0.ebuild,v 1.4 2013/02/14 22:10:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.36.0.ebuild,v 1.5 2013/09/05 19:44:46 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 diff --git a/net-mail/getmail/getmail-4.39.1.ebuild b/net-mail/getmail/getmail-4.39.1.ebuild index bbc624bcb9a3..f1c65b3aa24d 100644 --- a/net-mail/getmail/getmail-4.39.1.ebuild +++ b/net-mail/getmail/getmail-4.39.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.39.1.ebuild,v 1.1 2013/03/12 03:41:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.39.1.ebuild,v 1.2 2013/09/05 19:44:46 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 diff --git a/net-mail/getmail/getmail-4.40.1.ebuild b/net-mail/getmail/getmail-4.40.1.ebuild index 1418fa418576..33ce8426dcf9 100644 --- a/net-mail/getmail/getmail-4.40.1.ebuild +++ b/net-mail/getmail/getmail-4.40.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.40.1.ebuild,v 1.1 2013/05/02 07:26:04 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.40.1.ebuild,v 1.2 2013/09/05 19:44:46 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 diff --git a/net-mail/getmail/getmail-4.40.3.ebuild b/net-mail/getmail/getmail-4.40.3.ebuild index 6785a8fea8dc..6ff76a355483 100644 --- a/net-mail/getmail/getmail-4.40.3.ebuild +++ b/net-mail/getmail/getmail-4.40.3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.40.3.ebuild,v 1.1 2013/05/11 11:27:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.40.3.ebuild,v 1.2 2013/09/05 19:44:46 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 diff --git a/net-mail/getmail/getmail-4.41.0.ebuild b/net-mail/getmail/getmail-4.41.0.ebuild index c56ead87dca9..c7404b3592bc 100644 --- a/net-mail/getmail/getmail-4.41.0.ebuild +++ b/net-mail/getmail/getmail-4.41.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.41.0.ebuild,v 1.4 2013/07/27 22:08:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.41.0.ebuild,v 1.5 2013/09/05 19:44:46 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 diff --git a/net-mail/mpop/ChangeLog b/net-mail/mpop/ChangeLog index bde25c736038..5284dca957b1 100644 --- a/net-mail/mpop/ChangeLog +++ b/net-mail/mpop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mpop # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mpop/ChangeLog,v 1.6 2013/04/23 00:19:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpop/ChangeLog,v 1.7 2013/09/05 19:44:54 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> mpop-1.0.28.ebuild: + Clean up PYTHON_COMPAT from old implementations. *mpop-1.0.28 (23 Apr 2013) @@ -29,4 +32,3 @@ 17 Oct 2011; Tim Harder <radhermit@gentoo.org> +mpop-1.0.25.ebuild, +metadata.xml: Initial import. - diff --git a/net-mail/mpop/mpop-1.0.28.ebuild b/net-mail/mpop/mpop-1.0.28.ebuild index c4588e987eeb..bcb2f4dead69 100644 --- a/net-mail/mpop/mpop-1.0.28.ebuild +++ b/net-mail/mpop/mpop-1.0.28.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mpop/mpop-1.0.28.ebuild,v 1.1 2013/04/23 00:19:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpop/mpop-1.0.28.ebuild,v 1.2 2013/09/05 19:44:54 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-single-r1 |