public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-2013.1.3-r3.ebuild ChangeLog
@ 2013-10-18 15:40 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2013-10-18 15:40 UTC (permalink / raw
  To: gentoo-commits

idella4     13/10/18 15:40:51

  Modified:             keystone-2013.1.3-r3.ebuild ChangeLog
  Log:
  test suite dep added, test phase code corrected, re-invoked
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.4                  sys-auth/keystone/keystone-2013.1.3-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild?r1=1.3&r2=1.4

Index: keystone-2013.1.3-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- keystone-2013.1.3-r3.ebuild	7 Oct 2013 14:51:48 -0000	1.3
+++ keystone-2013.1.3-r3.ebuild	18 Oct 2013 15:40:51 -0000	1.4
@@ -1,10 +1,8 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild,v 1.3 2013/10/07 14:51:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild,v 1.4 2013/10/18 15:40:51 idella4 Exp $
 
 EAPI=5
-#test restricted becaues of bad requirements given (old webob for instance)
-RESTRICT="test"
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
@@ -16,8 +14,7 @@
 LICENSE="Apache-2.0"
 SLOT="grizzly"
 KEYWORDS="~amd64 ~x86"
-IUSE="+sqlite mysql postgres ldap"
-#IUSE="+sqlite mysql postgres ldap test"
+IUSE="+sqlite mysql postgres ldap test"
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 
 #todo, seperate out rdepend via use flags
@@ -46,38 +43,39 @@
 	         <dev-python/sqlalchemy-0.7.10[mysql,${PYTHON_USEDEP}] )
 	postgres? ( >=dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}]
 	            <dev-python/sqlalchemy-0.7.10[postgres,${PYTHON_USEDEP}] )
-	ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )"
-#	test? ( dev-python/Babel
-#			dev-python/decorator
-#			dev-python/eventlet
-#			dev-python/greenlet
-#			dev-python/httplib2
-#			dev-python/iso8601
-#			dev-python/lxml
-#			dev-python/netifaces
-#			dev-python/nose
-#			dev-python/nosexcover
-#			dev-python/passlib
-#			dev-python/paste
-#			dev-python/pastedeploy
-#			dev-python/python-pam
-#			dev-python/repoze-lru
-#			dev-python/routes
-#			dev-python/sphinx
-#			>=dev-python/sqlalchemy-migrate-0.7
-#			dev-python/tempita
-#			>=dev-python/webob-1.0.8
-#			dev-python/webtest
-#			)
+	ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
+	test? ( dev-python/Babel
+			dev-python/decorator
+			dev-python/eventlet
+			dev-python/greenlet
+			dev-python/httplib2
+			dev-python/iso8601
+			dev-python/lxml
+			dev-python/netifaces
+			dev-python/nose
+			dev-python/nosexcover
+			dev-python/passlib
+			dev-python/paste
+			dev-python/pastedeploy
+			dev-python/python-pam
+			dev-python/repoze-lru
+			dev-python/routes
+			dev-python/sphinx
+			>=dev-python/sqlalchemy-migrate-0.7
+			dev-python/tempita
+			>=dev-python/webob-1.0.8
+			dev-python/webtest
+			dev-python/python-memcached
+			)"
 PATCHES=(
 	"${FILESDIR}/2013.1.3-CVE-2013-4222.patch"
 	"${FILESDIR}/keystone-cve-2013-4294-grizzly.patch"
 )
 #	"${FILESDIR}/keystone-grizzly-2-CVE-2013-2157.patch"
 #
-#python_test() {
-#	"${PYTHON}" setup.py nosetests || die
-#}
+python_test() {
+	nosetests || die "testsuite failed under ${EPYTHON}"
+}
 
 python_install() {
 	distutils-r1_python_install



1.37                 sys-auth/keystone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	7 Oct 2013 14:51:48 -0000	1.36
+++ ChangeLog	18 Oct 2013 15:40:51 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/keystone
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.36 2013/10/07 14:51:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.37 2013/10/18 15:40:51 idella4 Exp $
+
+  18 Oct 2013; Ian Delaney <idella4@gentoo.org> keystone-2013.1.3-r3.ebuild:
+  test suite dep added, test phase code corrected, re-invoked
 
   07 Oct 2013; Ian Delaney <idella4@gentoo.org> keystone-2013.1.3-r3.ebuild,
   metadata.xml:





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-2013.1.3-r3.ebuild ChangeLog
@ 2013-10-18 16:22 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2013-10-18 16:22 UTC (permalink / raw
  To: gentoo-commits

idella4     13/10/18 16:22:55

  Modified:             keystone-2013.1.3-r3.ebuild ChangeLog
  Log:
  test deps shifted to DEPEND, test_keystoneclient set to exclude in test phase due to horrendous failures
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.5                  sys-auth/keystone/keystone-2013.1.3-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild?r1=1.4&r2=1.5

Index: keystone-2013.1.3-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- keystone-2013.1.3-r3.ebuild	18 Oct 2013 15:40:51 -0000	1.4
+++ keystone-2013.1.3-r3.ebuild	18 Oct 2013 16:22:55 -0000	1.5
@@ -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/sys-auth/keystone/keystone-2013.1.3-r3.ebuild,v 1.4 2013/10/18 15:40:51 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild,v 1.5 2013/10/18 16:22:55 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -18,7 +18,30 @@
 REQUIRED_USE="|| ( mysql postgres sqlite )"
 
 #todo, seperate out rdepend via use flags
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/Babel
+			dev-python/decorator
+			dev-python/eventlet
+			dev-python/greenlet
+			dev-python/httplib2
+			dev-python/iso8601
+			dev-python/lxml
+			dev-python/netifaces
+			dev-python/nose
+			dev-python/nosexcover
+			dev-python/passlib
+			dev-python/paste
+			dev-python/pastedeploy
+			dev-python/python-pam
+			dev-python/repoze-lru
+			dev-python/routes
+			dev-python/sphinx
+			>=dev-python/sqlalchemy-migrate-0.7
+			dev-python/tempita
+			>=dev-python/webob-1.0.8
+			dev-python/webtest
+			dev-python/python-memcached
+			)"
 RDEPEND="${DEPEND}
 	dev-python/eventlet[${PYTHON_USEDEP}]
 	dev-python/greenlet[${PYTHON_USEDEP}]
@@ -43,30 +66,7 @@
 	         <dev-python/sqlalchemy-0.7.10[mysql,${PYTHON_USEDEP}] )
 	postgres? ( >=dev-python/sqlalchemy-0.7.8[postgres,${PYTHON_USEDEP}]
 	            <dev-python/sqlalchemy-0.7.10[postgres,${PYTHON_USEDEP}] )
-	ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
-	test? ( dev-python/Babel
-			dev-python/decorator
-			dev-python/eventlet
-			dev-python/greenlet
-			dev-python/httplib2
-			dev-python/iso8601
-			dev-python/lxml
-			dev-python/netifaces
-			dev-python/nose
-			dev-python/nosexcover
-			dev-python/passlib
-			dev-python/paste
-			dev-python/pastedeploy
-			dev-python/python-pam
-			dev-python/repoze-lru
-			dev-python/routes
-			dev-python/sphinx
-			>=dev-python/sqlalchemy-migrate-0.7
-			dev-python/tempita
-			>=dev-python/webob-1.0.8
-			dev-python/webtest
-			dev-python/python-memcached
-			)"
+	ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )"
 PATCHES=(
 	"${FILESDIR}/2013.1.3-CVE-2013-4222.patch"
 	"${FILESDIR}/keystone-cve-2013-4294-grizzly.patch"
@@ -74,7 +74,7 @@
 #	"${FILESDIR}/keystone-grizzly-2-CVE-2013-2157.patch"
 #
 python_test() {
-	nosetests || die "testsuite failed under ${EPYTHON}"
+	nosetests -e 'test_keystoneclient*' || die "testsuite failed under ${EPYTHON}"
 }
 
 python_install() {



1.38                 sys-auth/keystone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	18 Oct 2013 15:40:51 -0000	1.37
+++ ChangeLog	18 Oct 2013 16:22:55 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/keystone
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.37 2013/10/18 15:40:51 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.38 2013/10/18 16:22:55 idella4 Exp $
+
+  18 Oct 2013; Ian Delaney <idella4@gentoo.org> keystone-2013.1.3-r3.ebuild:
+  test deps shifted to DEPEND, test_keystoneclient set to exclude in test phase
+  due to horrendous failures
 
   18 Oct 2013; Ian Delaney <idella4@gentoo.org> keystone-2013.1.3-r3.ebuild:
   test suite dep added, test phase code corrected, re-invoked





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

* [gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-2013.1.3-r3.ebuild ChangeLog
@ 2013-10-19  8:12 Ian Delaney (idella4)
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2013-10-19  8:12 UTC (permalink / raw
  To: gentoo-commits

idella4     13/10/19 08:12:03

  Modified:             keystone-2013.1.3-r3.ebuild ChangeLog
  Log:
  Cited bug citing bug filed upstream re test failure issue
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.6                  sys-auth/keystone/keystone-2013.1.3-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild?r1=1.5&r2=1.6

Index: keystone-2013.1.3-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- keystone-2013.1.3-r3.ebuild	18 Oct 2013 16:22:55 -0000	1.5
+++ keystone-2013.1.3-r3.ebuild	19 Oct 2013 08:12:03 -0000	1.6
@@ -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/sys-auth/keystone/keystone-2013.1.3-r3.ebuild,v 1.5 2013/10/18 16:22:55 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2013.1.3-r3.ebuild,v 1.6 2013/10/19 08:12:03 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -74,6 +74,7 @@
 #	"${FILESDIR}/keystone-grizzly-2-CVE-2013-2157.patch"
 #
 python_test() {
+	# https://bugs.launchpad.net/keystone/+bug/1241956
 	nosetests -e 'test_keystoneclient*' || die "testsuite failed under ${EPYTHON}"
 }
 



1.39                 sys-auth/keystone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	18 Oct 2013 16:22:55 -0000	1.38
+++ ChangeLog	19 Oct 2013 08:12:03 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/keystone
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.38 2013/10/18 16:22:55 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.39 2013/10/19 08:12:03 idella4 Exp $
+
+  19 Oct 2013; Ian Delaney <idella4@gentoo.org> keystone-2013.1.3-r3.ebuild:
+  Cited bug citing bug filed upstream re test failure issue
 
   18 Oct 2013; Ian Delaney <idella4@gentoo.org> keystone-2013.1.3-r3.ebuild:
   test deps shifted to DEPEND, test_keystoneclient set to exclude in test phase





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

end of thread, other threads:[~2013-10-19  8:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-19  8:12 [gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-2013.1.3-r3.ebuild ChangeLog Ian Delaney (idella4)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-18 16:22 Ian Delaney (idella4)
2013-10-18 15:40 Ian Delaney (idella4)

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