Gentoo Archives: gentoo-commits

From: "Paul Varner (fuzzyray)" <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/gentoolkit: ChangeLog gentoolkit-0.3.0.5.ebuild
Date: Thu, 01 Mar 2012 23:07:40
Message-Id: 20120301230729.C15992004E@flycatcher.gentoo.org
1 fuzzyray 12/03/01 23:07:29
2
3 Modified: ChangeLog gentoolkit-0.3.0.5.ebuild
4 Log:
5 Drop the prefix keywords for gentoolkit-0.3.0.5 since equery is currently
6 broken. The keywords will be re-added after fixing the code and retesting on
7 the prefix enviroments (Bug 406495).
8
9 (Portage version: 2.1.10.49/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.251 app-portage/gentoolkit/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/ChangeLog?rev=1.251&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/ChangeLog?rev=1.251&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/ChangeLog?r1=1.250&r2=1.251
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v
21 retrieving revision 1.250
22 retrieving revision 1.251
23 diff -u -r1.250 -r1.251
24 --- ChangeLog 29 Feb 2012 01:16:33 -0000 1.250
25 +++ ChangeLog 1 Mar 2012 23:07:29 -0000 1.251
26 @@ -1,6 +1,11 @@
27 # ChangeLog for app-portage/gentoolkit
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.250 2012/02/29 01:16:33 fuzzyray Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.251 2012/03/01 23:07:29 fuzzyray Exp $
31 +
32 + 01 Mar 2012; Paul Varner <fuzzyray@g.o> gentoolkit-0.3.0.5.ebuild:
33 + Drop the prefix keywords for gentoolkit-0.3.0.5 since equery is currently
34 + broken. The keywords will be re-added after fixing the code and retesting on
35 + the prefix enviroments (Bug 406495).
36
37 *gentoolkit-0.3.0.5 (29 Feb 2012)
38
39
40
41
42 1.2 app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild?r1=1.1&r2=1.2
47
48 Index: gentoolkit-0.3.0.5.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- gentoolkit-0.3.0.5.ebuild 29 Feb 2012 01:16:33 -0000 1.1
55 +++ gentoolkit-0.3.0.5.ebuild 1 Mar 2012 23:07:29 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild,v 1.1 2012/02/29 01:16:33 fuzzyray Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.5.ebuild,v 1.2 2012/03/01 23:07:29 fuzzyray Exp $
61
62 EAPI="3"
63 SUPPORT_PYTHON_ABIS="1"
64 @@ -18,7 +18,9 @@
65 SLOT="0"
66 IUSE=""
67
68 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
69 +# Drop the prefix keywords since equery is currently broken on prefix Bug 406495
70 +#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
71 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
72
73 # Note: argparse is provided in python 2.7 and 3.2 (Bug 346005)
74 # Note: dev-lang/python dependencies are so emerge will print a blocker if any