Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/django-tastypie: ChangeLog
Date: Mon, 03 Jun 2013 07:17:54
Message-Id: 20130603071751.5E5992171D@flycatcher.gentoo.org
1 idella4 13/06/03 07:17:51
2
3 Modified: ChangeLog
4 Log:
5 Correct Changelog
6
7 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.6 dev-python/django-tastypie/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-tastypie/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 30 May 2013 21:16:59 -0000 1.5
23 +++ ChangeLog 3 Jun 2013 07:17:51 -0000 1.6
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-python/django-tastypie
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/ChangeLog,v 1.5 2013/05/30 21:16:59 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/ChangeLog,v 1.6 2013/06/03 07:17:51 idella4 Exp $
29 +
30 + 3 June 2013; Ian Delaney <idella4@g.o> +runtests.patch,
31 + django-tastypie-0.9.15.ebuild:
32 + Added needed deps, tarball from pypi substituted with 'proper' one
33 + from home site, patch for running testsuite to die on fail (shifts
34 + code from ebuild back to run script), tests unrestricted and
35 + test phase reduced accordingly
36
37 30 May 2013; Mike Gilbert <floppym@g.o> django-tastypie-0.9.15.ebuild:
38 Replace python_test with something that actually runs tests. Restrict them