public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/django-auth-ldap: django-auth-ldap-1.0.19.ebuild ChangeLog
@ 2012-04-25 12:55 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 2+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2012-04-25 12:55 UTC (permalink / raw
  To: gentoo-commits

tampakrap    12/04/25 12:55:49

  Modified:             django-auth-ldap-1.0.19.ebuild ChangeLog
  Log:
  Added condition to report effective testing()
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/django-auth-ldap/django-auth-ldap-1.0.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.0.19.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.0.19.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.0.19.ebuild?r1=1.1&r2=1.2

Index: django-auth-ldap-1.0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.0.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-auth-ldap-1.0.19.ebuild	18 Apr 2012 16:34:36 -0000	1.1
+++ django-auth-ldap-1.0.19.ebuild	25 Apr 2012 12:55:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.0.19.ebuild,v 1.1 2012/04/18 16:34:36 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.0.19.ebuild,v 1.2 2012/04/25 12:55:49 tampakrap Exp $
 
 EAPI=4
 PYTHON_DEPEND="2"
@@ -9,16 +9,14 @@
 inherit distutils
 
 DESCRIPTION="A flexible and capable API layer for Django utilising serialisers"
-HOMEPAGE="http://pypi.python.org/pypi/django-auth-ldap
-	http://bitbucket.org/psagers/django-auth-ldap/"
-SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
+HOMEPAGE="http://pypi.python.org/pypi/django-auth-ldap http://bitbucket.org/psagers/django-auth-ldap/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
 LICENSE="BSD"
 SLOT="0"
 PYTHON_MODNAME="django_auth_ldap"
-DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
 
 RDEPEND=""
 DEPEND="${RDEPEND} >=dev-python/django-1.0
@@ -28,10 +26,10 @@
 src_test() {
 	export DJANGO_SETTINGS_MODULE="django.conf"
 	testing() {
-		$(PYTHON) django_auth_ldap/tests.py
-		einfo "tests completed for	python"$(python_get_version)
+		"$(PYTHON)" build-$(python_get_version)/lib/django_auth_ldap/tests.py
+		echo "tests completed for python"$(python_get_version)
 	}
-	python_execute_function -s testing
+	python_execute_function testing
 }
 
 src_compile() {
@@ -43,6 +41,7 @@
 
 src_install() {
 	distutils_src_install
+
 	if use doc; then
 		dohtml -r docs/_build/html/*
 	fi



1.2                  dev-python/django-auth-ldap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	18 Apr 2012 16:34:36 -0000	1.1
+++ ChangeLog	25 Apr 2012 12:55:49 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/django-auth-ldap
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v 1.1 2012/04/18 16:34:36 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v 1.2 2012/04/25 12:55:49 tampakrap Exp $
+
+  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)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/django-auth-ldap: django-auth-ldap-1.0.19.ebuild ChangeLog
@ 2012-05-04  8:07 Corentin Chary (iksaif)
  0 siblings, 0 replies; 2+ messages in thread
From: Corentin Chary (iksaif) @ 2012-05-04  8:07 UTC (permalink / raw
  To: gentoo-commits

iksaif      12/05/04 08:07:58

  Modified:             django-auth-ldap-1.0.19.ebuild ChangeLog
  Log:
  Fix DESCRIPTION
  
  (Portage version: 2.1.10.57/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/django-auth-ldap/django-auth-ldap-1.0.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.0.19.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.0.19.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.0.19.ebuild?r1=1.2&r2=1.3

Index: django-auth-ldap-1.0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.0.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- django-auth-ldap-1.0.19.ebuild	25 Apr 2012 12:55:49 -0000	1.2
+++ django-auth-ldap-1.0.19.ebuild	4 May 2012 08:07:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.0.19.ebuild,v 1.2 2012/04/25 12:55:49 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/django-auth-ldap-1.0.19.ebuild,v 1.3 2012/05/04 08:07:57 iksaif Exp $
 
 EAPI=4
 PYTHON_DEPEND="2"
@@ -8,7 +8,7 @@
 RESTRICT_PYTHON_ABIS="3.*"
 inherit distutils
 
-DESCRIPTION="A flexible and capable API layer for Django utilising serialisers"
+DESCRIPTION="Django LDAP authentication backend"
 HOMEPAGE="http://pypi.python.org/pypi/django-auth-ldap http://bitbucket.org/psagers/django-auth-ldap/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 KEYWORDS="~amd64 ~x86"



1.3                  dev-python/django-auth-ldap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-auth-ldap/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	25 Apr 2012 12:55:49 -0000	1.2
+++ ChangeLog	4 May 2012 08:07:57 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/django-auth-ldap
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v 1.2 2012/04/25 12:55:49 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-auth-ldap/ChangeLog,v 1.3 2012/05/04 08:07:57 iksaif Exp $
+
+  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:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-04  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04  8:07 [gentoo-commits] gentoo-x86 commit in dev-python/django-auth-ldap: django-auth-ldap-1.0.19.ebuild ChangeLog Corentin Chary (iksaif)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-25 12:55 Theo Chatzimichos (tampakrap)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox