Gentoo Archives: gentoo-commits

From: "Brent Baude (ranger)" <ranger@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/argparse: ChangeLog argparse-1.1.ebuild
Date: Wed, 29 Sep 2010 20:13:49
Message-Id: 20100929201345.0150D20051@flycatcher.gentoo.org
1 ranger 10/09/29 20:13:44
2
3 Modified: ChangeLog argparse-1.1.ebuild
4 Log:
5 Marking argparse-1.1 ~ppc for bug 330569
6 (Portage version: 2.1.8.3/cvs/Linux ppc64)
7
8 Revision Changes Path
9 1.12 dev-python/argparse/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/ChangeLog?r1=1.11&r2=1.12
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- ChangeLog 24 Sep 2010 13:37:53 -0000 1.11
22 +++ ChangeLog 29 Sep 2010 20:13:44 -0000 1.12
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/argparse
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.11 2010/09/24 13:37:53 leio Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/ChangeLog,v 1.12 2010/09/29 20:13:44 ranger Exp $
28 +
29 + 29 Sep 2010; Brent Baude <ranger@g.o> argparse-1.1.ebuild:
30 + Marking argparse-1.1 ~ppc for bug 330569
31
32 24 Sep 2010; Mart Raudsepp <leio@g.o> argparse-1.1.ebuild:
33 Add ~mips wrt #330569
34
35
36
37 1.9 dev-python/argparse/argparse-1.1.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild?r1=1.8&r2=1.9
42
43 Index: argparse-1.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v
46 retrieving revision 1.8
47 retrieving revision 1.9
48 diff -u -r1.8 -r1.9
49 --- argparse-1.1.ebuild 24 Sep 2010 13:37:53 -0000 1.8
50 +++ argparse-1.1.ebuild 29 Sep 2010 20:13:44 -0000 1.9
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.8 2010/09/24 13:37:53 leio Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.1.ebuild,v 1.9 2010/09/29 20:13:44 ranger Exp $
56
57 EAPI="2"
58 SUPPORT_PYTHON_ABIS="1"
59 @@ -13,7 +13,7 @@
60 LICENSE="Apache-2.0"
61
62 SLOT="0"
63 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
64 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
65 IUSE=""
66
67 DEPEND="app-arch/unzip"