summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-02-25 09:55:49 +0000
committerIan Delaney <idella4@gentoo.org>2013-02-25 09:55:49 +0000
commitf72bf013bc24cc726f5cf61c99ec79c3cf491c41 (patch)
tree2997c366fcea632f4af9ebbe1ae87d9da41c198e /dev-python/flask-openid
parentcorrect comment (diff)
downloadgentoo-2-f72bf013bc24cc726f5cf61c99ec79c3cf491c41.tar.gz
gentoo-2-f72bf013bc24cc726f5cf61c99ec79c3cf491c41.tar.bz2
gentoo-2-f72bf013bc24cc726f5cf61c99ec79c3cf491c41.zip
IUSE flag dropped due to upstream support for building them dropped, fixes Bug #449974 by M. von Gagern
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/flask-openid')
-rw-r--r--dev-python/flask-openid/ChangeLog7
-rw-r--r--dev-python/flask-openid/flask-openid-1.1.1.ebuild4
-rw-r--r--dev-python/flask-openid/flask-openid-1.1.ebuild6
3 files changed, 11 insertions, 6 deletions
diff --git a/dev-python/flask-openid/ChangeLog b/dev-python/flask-openid/ChangeLog
index 1690dea12879..5e867c1979f7 100644
--- a/dev-python/flask-openid/ChangeLog
+++ b/dev-python/flask-openid/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/flask-openid
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/ChangeLog,v 1.4 2013/01/25 06:58:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/ChangeLog,v 1.5 2013/02/25 09:55:49 idella4 Exp $
+
+ 25 Feb 2013; Ian Delaney <idella4@gentoo.org> flask-openid-1.1.1.ebuild,
+ flask-openid-1.1.ebuild:
+ IUSE flag dropped due to upstream support for building them dropped, fixes Bug
+ #449974 by M. von Gagern
*flask-openid-1.1.1 (25 Jan 2013)
diff --git a/dev-python/flask-openid/flask-openid-1.1.1.ebuild b/dev-python/flask-openid/flask-openid-1.1.1.ebuild
index 47fc7545ce75..2402e123e794 100644
--- a/dev-python/flask-openid/flask-openid-1.1.1.ebuild
+++ b/dev-python/flask-openid/flask-openid-1.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.1.ebuild,v 1.1 2013/01/25 06:58:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.1.ebuild,v 1.2 2013/02/25 09:55:49 idella4 Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
+IUSE="examples"
RDEPEND=">=dev-python/flask-0.3
>=dev-python/python-openid-2.0"
diff --git a/dev-python/flask-openid/flask-openid-1.1.ebuild b/dev-python/flask-openid/flask-openid-1.1.ebuild
index b5f1279cb4f4..e69a24462e7a 100644
--- a/dev-python/flask-openid/flask-openid-1.1.ebuild
+++ b/dev-python/flask-openid/flask-openid-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.ebuild,v 1.1 2012/10/31 07:10:04 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-openid/flask-openid-1.1.ebuild,v 1.2 2013/02/25 09:55:49 idella4 Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
+IUSE="examples"
RDEPEND=">=dev-python/flask-0.3
>=dev-python/python-openid-2.0"