diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-11 22:22:59 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-11 22:22:59 +0000 |
commit | c2e8fed078c5fb7f6244b09d4215c8af3fcf0f4a (patch) | |
tree | 3b9dcdd96d59a7893783e9d798654ce51f255c92 /dev-python/requests | |
parent | Keyword ~ppc, ~ppc64 for bug #519618 (diff) | |
download | gentoo-2-c2e8fed078c5fb7f6244b09d4215c8af3fcf0f4a.tar.gz gentoo-2-c2e8fed078c5fb7f6244b09d4215c8af3fcf0f4a.tar.bz2 gentoo-2-c2e8fed078c5fb7f6244b09d4215c8af3fcf0f4a.zip |
Keyword ~ppc, ~ppc64 for bug #519618
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python/requests')
-rw-r--r-- | dev-python/requests/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/requests/requests-0.13.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/requests/requests-0.14.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/requests/requests-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/requests/requests-2.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/requests/requests-2.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/requests/requests-2.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/requests/requests-2.3.0.ebuild | 4 |
8 files changed, 21 insertions, 15 deletions
diff --git a/dev-python/requests/ChangeLog b/dev-python/requests/ChangeLog index 738968c43183..93d5527e3741 100644 --- a/dev-python/requests/ChangeLog +++ b/dev-python/requests/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/requests # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.66 2014/08/02 18:09:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.67 2014/08/11 22:22:59 blueness Exp $ + + 11 Aug 2014; Anthony G. Basile <blueness@gentoo.org> requests-0.13.1.ebuild, + requests-0.14.2-r1.ebuild, requests-1.2.2.ebuild, requests-1.2.3.ebuild, + requests-2.0.0.ebuild, requests-2.0.1.ebuild, requests-2.1.0.ebuild, + requests-2.2.0.ebuild, requests-2.2.1.ebuild, requests-2.3.0.ebuild: + Keyword ~ppc, ~ppc64 for bug #519618 02 Aug 2014; Raúl Porcel <armin76@gentoo.org> requests-2.3.0.ebuild: alpha/ia64/sparc stable wrt #513278 diff --git a/dev-python/requests/requests-0.13.1.ebuild b/dev-python/requests/requests-0.13.1.ebuild index 406981d2c262..3799a819d8c4 100644 --- a/dev-python/requests/requests-0.13.1.ebuild +++ b/dev-python/requests/requests-0.13.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.13.1.ebuild,v 1.4 2012/08/19 18:49:26 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.13.1.ebuild,v 1.5 2014/08/11 22:22:59 blueness Exp $ EAPI="4" PYTHON_DEPEND="*:2.6" diff --git a/dev-python/requests/requests-0.14.2-r1.ebuild b/dev-python/requests/requests-0.14.2-r1.ebuild index 4d26abd1e694..00a6bf83e4e3 100644 --- a/dev-python/requests/requests-0.14.2-r1.ebuild +++ b/dev-python/requests/requests-0.14.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.14.2-r1.ebuild,v 1.2 2013/03/28 10:18:18 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.14.2-r1.ebuild,v 1.3 2014/08/11 22:22:59 blueness Exp $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} ) diff --git a/dev-python/requests/requests-2.0.1.ebuild b/dev-python/requests/requests-2.0.1.ebuild index 8c41b0d3772f..cb2cb14bc59d 100644 --- a/dev-python/requests/requests-2.0.1.ebuild +++ b/dev-python/requests/requests-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.0.1.ebuild,v 1.3 2014/03/31 21:11:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.0.1.ebuild,v 1.4 2014/08/11 22:22:59 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="test" # bundles dev-python/urllib3 snapshot diff --git a/dev-python/requests/requests-2.1.0.ebuild b/dev-python/requests/requests-2.1.0.ebuild index 0abe0075754f..a9427dca430d 100644 --- a/dev-python/requests/requests-2.1.0.ebuild +++ b/dev-python/requests/requests-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.1.0.ebuild,v 1.3 2014/06/08 17:03:48 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.1.0.ebuild,v 1.4 2014/08/11 22:22:59 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86" IUSE="test" # bundles dev-python/urllib3 snapshot diff --git a/dev-python/requests/requests-2.2.0.ebuild b/dev-python/requests/requests-2.2.0.ebuild index 76ff04533610..17f5fcc97bc5 100644 --- a/dev-python/requests/requests-2.2.0.ebuild +++ b/dev-python/requests/requests-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.2.0.ebuild,v 1.3 2014/06/08 17:12:08 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.2.0.ebuild,v 1.4 2014/08/11 22:22:59 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86" IUSE="" # bundles dev-python/urllib3 snapshot diff --git a/dev-python/requests/requests-2.2.1.ebuild b/dev-python/requests/requests-2.2.1.ebuild index 93983d0151b2..38df6095effa 100644 --- a/dev-python/requests/requests-2.2.1.ebuild +++ b/dev-python/requests/requests-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.2.1.ebuild,v 1.5 2014/06/08 17:12:08 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.2.1.ebuild,v 1.6 2014/08/11 22:22:59 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} pypy pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" # bundles dev-python/urllib3 snapshot diff --git a/dev-python/requests/requests-2.3.0.ebuild b/dev-python/requests/requests-2.3.0.ebuild index 6a590f0770b1..3285a212e9fc 100644 --- a/dev-python/requests/requests-2.3.0.ebuild +++ b/dev-python/requests/requests-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.8 2014/08/02 18:09:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.9 2014/08/11 22:22:59 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" # bundles dev-python/urllib3 snapshot |