Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/dogpile-cache: dogpile-cache-0.5.2.ebuild ChangeLog
Date: Sun, 08 Dec 2013 01:31:36
Message-Id: 20131208013132.792A72004B@flycatcher.gentoo.org
1 prometheanfire 13/12/08 01:31:32
2
3 Modified: dogpile-cache-0.5.2.ebuild ChangeLog
4 Log:
5 fixing bug 493508
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.3 dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild?r1=1.2&r2=1.3
15
16 Index: dogpile-cache-0.5.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- dogpile-cache-0.5.2.ebuild 7 Dec 2013 12:39:06 -0000 1.2
23 +++ dogpile-cache-0.5.2.ebuild 8 Dec 2013 01:31:32 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild,v 1.2 2013/12/07 12:39:06 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild,v 1.3 2013/12/08 01:31:32 prometheanfire Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
32 @@ -19,8 +19,9 @@
33 IUSE="test"
34
35 RDEPEND=">=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]"
36 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
37 - test? ( dev-python/mock[${PYTHON_USEDEP}]
38 +DEPEND=">=dev-python/dogpile-core-0.4.1[${PYTHON_USEDEP}]
39 + dev-python/setuptools[${PYTHON_USEDEP}]
40 + test? ( dev-python/mock[${PYTHON_USEDEP}]
41 dev-python/nose[${PYTHON_USEDEP}] )"
42
43 # for testsuite
44
45
46
47 1.4 dev-python/dogpile-cache/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/ChangeLog?rev=1.4&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/ChangeLog?rev=1.4&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/ChangeLog?r1=1.3&r2=1.4
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v
56 retrieving revision 1.3
57 retrieving revision 1.4
58 diff -u -r1.3 -r1.4
59 --- ChangeLog 7 Dec 2013 12:39:06 -0000 1.3
60 +++ ChangeLog 8 Dec 2013 01:31:32 -0000 1.4
61 @@ -1,6 +1,10 @@
62 # ChangeLog for dev-python/dogpile-cache
63 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.3 2013/12/07 12:39:06 idella4 Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.4 2013/12/08 01:31:32 prometheanfire Exp $
66 +
67 + 08 Dec 2013; Matthew Thode <prometheanfire@g.o>
68 + dogpile-cache-0.5.2.ebuild:
69 + fixing bug 493508
70
71 07 Dec 2013; Ian Delaney <idella4@g.o> dogpile-cache-0.5.2.ebuild:
72 fix typo