Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pretend: pretend-1.0.7.ebuild pretend-1.0.8.ebuild ChangeLog
Date: Sun, 08 Jun 2014 11:06:09
Message-Id: 20140608110605.E7A8F2004E@flycatcher.gentoo.org
1 hattya 14/06/08 11:06:05
2
3 Modified: pretend-1.0.7.ebuild pretend-1.0.8.ebuild ChangeLog
4 Log:
5 keyword ~ia64 wrt bug #503094
6
7 (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key EC917A6D)
8
9 Revision Changes Path
10 1.8 dev-python/pretend/pretend-1.0.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pretend/pretend-1.0.7.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pretend/pretend-1.0.7.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pretend/pretend-1.0.7.ebuild?r1=1.7&r2=1.8
15
16 Index: pretend-1.0.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.7.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- pretend-1.0.7.ebuild 31 Mar 2014 20:45:10 -0000 1.7
23 +++ pretend-1.0.7.ebuild 8 Jun 2014 11:06:05 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.7.ebuild,v 1.7 2014/03/31 20:45:10 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.7.ebuild,v 1.8 2014/06/08 11:06:05 hattya Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
32 @@ -13,7 +13,7 @@
33
34 LICENSE="BSD"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd"
37 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
38 IUSE="test"
39
40 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
41
42
43
44 1.3 dev-python/pretend/pretend-1.0.8.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild?r1=1.2&r2=1.3
49
50 Index: pretend-1.0.8.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- pretend-1.0.8.ebuild 20 Apr 2014 06:36:01 -0000 1.2
57 +++ pretend-1.0.8.ebuild 8 Jun 2014 11:06:05 -0000 1.3
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild,v 1.2 2014/04/20 06:36:01 idella4 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild,v 1.3 2014/06/08 11:06:05 hattya Exp $
63
64 EAPI=5
65 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
66 @@ -13,7 +13,7 @@
67
68 LICENSE="BSD"
69 SLOT="0"
70 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd"
71 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
72 IUSE=""
73
74 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
75
76
77
78 1.10 dev-python/pretend/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pretend/ChangeLog?rev=1.10&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pretend/ChangeLog?rev=1.10&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pretend/ChangeLog?r1=1.9&r2=1.10
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v
87 retrieving revision 1.9
88 retrieving revision 1.10
89 diff -u -r1.9 -r1.10
90 --- ChangeLog 20 Apr 2014 06:36:01 -0000 1.9
91 +++ ChangeLog 8 Jun 2014 11:06:05 -0000 1.10
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-python/pretend
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.9 2014/04/20 06:36:01 idella4 Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.10 2014/06/08 11:06:05 hattya Exp $
97 +
98 + 08 Jun 2014; Akinori Hattori <hattya@g.o> pretend-1.0.7.ebuild,
99 + pretend-1.0.8.ebuild:
100 + keyword ~ia64 wrt bug #503094
101
102 20 Apr 2014; Ian Delaney <idella4@g.o> pretend-1.0.8.ebuild:
103 remove unused IUSE test