1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
# 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.16 2014/10/06 16:08:04 ercpe Exp $
06 Oct 2014; Johann Schmitz <ercpe@gentoo.org> django-auth-ldap-1.2.2.ebuild:
Added missing die to test call. Thanks jlec for catching that.
*django-auth-ldap-1.2.2 (06 Oct 2014)
06 Oct 2014; Johann Schmitz <ercpe@gentoo.org> +django-auth-ldap-1.2.2.ebuild:
Version bump of django-auth-ldap
23 Jul 2014; Ian Delaney <idella4@gentoo.org> django-auth-ldap-1.2.0.ebuild:
typo
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:
correction to SRC_URI, add missing dep, fixes bug #515730 by Patrick
*django-auth-ldap-1.2.0 (26 Jun 2014)
26 Jun 2014; Ian Delaney <idella4@gentoo.org> +django-auth-ldap-1.2.0.ebuild,
-django-auth-ldap-1.0.19.ebuild, -django-auth-ldap-1.1.ebuild:
major version bump; add pypy support, virtual re-write, rm old.
Closes bug Bug #514938
31 May 2013; Mike Gilbert <floppym@gentoo.org> -django-auth-ldap-1.1.4.ebuild,
django-auth-ldap-1.1.4-r1.ebuild:
Use bitbucket tarball and fix python_test.
*django-auth-ldap-1.1.4-r1 (18 May 2013)
18 May 2013; Ian Delaney <idella4@gentoo.org>
+django-auth-ldap-1.1.4-r1.ebuild, +files/docs.patch:
revbump; migrate -> distutils-r1, updated test phase, patch to avoid d'loading
in doc build
*django-auth-ldap-1.1.4 (05 May 2013)
05 May 2013; Theo Chatzimichos <tampakrap@gentoo.org>
+django-auth-ldap-1.1.4.ebuild:
Version bump
04 Feb 2013; Ian Delaney <idella4@gentoo.org> metadata.xml:
Correct typo to my email add. in metadata.xml
14 Nov 2012; Ian Delaney <idella4@gentoo.org> metadata.xml:
Updating maintainer, metadata.xml
*django-auth-ldap-1.1 (19 May 2012)
19 May 2012; Theo Chatzimichos <tampakrap@gentoo.org>
+django-auth-ldap-1.1.ebuild:
Version bump, build & install of docs simplified, test phase cleanup. All done
by idella4
04 May 2012; Corentin Chary <iksaif@gentoo.org>
django-auth-ldap-1.0.19.ebuild:
Fix DESCRIPTION
25 Apr 2012; Theo Chatzimichos <tampakrap@gentoo.org>
django-auth-ldap-1.0.19.ebuild:
Added condition to report effective testing()
*django-auth-ldap-1.0.19 (18 Apr 2012)
18 Apr 2012; Theo Chatzimichos <tampakrap@gentoo.org>
+django-auth-ldap-1.0.19.ebuild, +metadata.xml:
Initial commit, ebuild by idella4
|