summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-06 13:17:39 +0000
committerMichał Górny <mgorny@gentoo.org>2014-07-06 13:17:39 +0000
commitaacd532b3acf4df2762cae52b75dd3152c5b8158 (patch)
tree7df5547743a41816e94a2cc98bf23d176e6e920b /dev-python/django-auth-ldap
parentReplace obsolete mirror://bitbucket with the real URI. (diff)
downloadgentoo-2-aacd532b3acf4df2762cae52b75dd3152c5b8158.tar.gz
gentoo-2-aacd532b3acf4df2762cae52b75dd3152c5b8158.tar.bz2
gentoo-2-aacd532b3acf4df2762cae52b75dd3152c5b8158.zip
Replace obsolete mirror://bitbucket with the real URI.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/django-auth-ldap')
-rw-r--r--dev-python/django-auth-ldap/ChangeLog6
-rw-r--r--dev-python/django-auth-ldap/django-auth-ldap-1.1.4-r1.ebuild4
-rw-r--r--dev-python/django-auth-ldap/django-auth-ldap-1.2.0.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/django-auth-ldap/ChangeLog b/dev-python/django-auth-ldap/ChangeLog
index 311f8017bc12..0fc380d3286b 100644
--- a/dev-python/django-auth-ldap/ChangeLog
+++ b/dev-python/django-auth-ldap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/django-auth-ldap
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v 1.12 2014/07/01 04:52:03 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v 1.13 2014/07/06 13:17:39 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org>
+ django-auth-ldap-1.1.4-r1.ebuild, django-auth-ldap-1.2.0.ebuild:
+ Replace obsolete mirror://bitbucket with the real URI.
01 Jul 2014; Ian Delaney <idella4@gentoo.org>
django-auth-ldap-1.1.4-r1.ebuild, django-auth-ldap-1.2.0.ebuild:
diff --git a/dev-python/django-auth-ldap/django-auth-ldap-1.1.4-r1.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-1.1.4-r1.ebuild
index 12adf3b69f20..a894aaceabb4 100644
--- a/dev-python/django-auth-ldap/django-auth-ldap-1.1.4-r1.ebuild
+++ b/dev-python/django-auth-ldap/django-auth-ldap-1.1.4-r1.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/django-auth-ldap/django-auth-ldap-1.1.4-r1.ebuild,v 1.3 2014/07/01 04:52:03 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.1.4-r1.ebuild,v 1.4 2014/07/06 13:17:39 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -9,7 +9,7 @@ inherit distutils-r1 vcs-snapshot
DESCRIPTION="Django LDAP authentication backend"
HOMEPAGE="http://pypi.python.org/pypi/django-auth-ldap http://bitbucket.org/psagers/django-auth-ldap/"
-SRC_URI="mirror://bitbucket.org/psagers/django-auth-ldap/get/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://www.bitbucket.org.org/psagers/django-auth-ldap/get/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
diff --git a/dev-python/django-auth-ldap/django-auth-ldap-1.2.0.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-1.2.0.ebuild
index 7e95f8f45437..4aa03ca8e15b 100644
--- a/dev-python/django-auth-ldap/django-auth-ldap-1.2.0.ebuild
+++ b/dev-python/django-auth-ldap/django-auth-ldap-1.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/django-auth-ldap/django-auth-ldap-1.2.0.ebuild,v 1.2 2014/07/01 04:52:03 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.2.0.ebuild,v 1.3 2014/07/06 13:17:39 mgorny Exp $
EAPI=5
# Although setup.py claims to support py3, python-ldap does not
@@ -10,8 +10,8 @@ inherit distutils-r1
DESCRIPTION="Django LDAP authentication backend"
HOMEPAGE="http://pypi.python.org/pypi/django-auth-ldap http://bitbucket.org/psagers/django-auth-ldap/"
-SRC_URI="hmirror://bitbucket.org/psagers/django-auth-ldap/get/80379ce59e6b.zip -> ${P}.zip"
-#mirror://bitbucket/psagers/django-auth-ldap/get/80379ce59e6b.zip
+SRC_URI="hhttps://www.bitbucket.org.org/psagers/django-auth-ldap/get/80379ce59e6b.zip -> ${P}.zip"
+#https://www.bitbucket.org/psagers/django-auth-ldap/get/80379ce59e6b.zip
KEYWORDS="~amd64 ~x86"
IUSE="doc test"