Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Probe-Perl: ChangeLog Probe-Perl-0.01.ebuild
Date: Tue, 02 Aug 2011 06:08:38
Message-Id: 20110802060827.32CB32004C@flycatcher.gentoo.org
1 mattst88 11/08/02 06:08:27
2
3 Modified: ChangeLog Probe-Perl-0.01.ebuild
4 Log:
5 Added ~mips, bug 285343.
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 dev-perl/Probe-Perl/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Probe-Perl/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Probe-Perl/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Probe-Perl/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 7 Jul 2011 05:40:42 -0000 1.10
23 +++ ChangeLog 2 Aug 2011 06:08:27 -0000 1.11
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-perl/Probe-Perl
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/ChangeLog,v 1.10 2011/07/07 05:40:42 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/ChangeLog,v 1.11 2011/08/02 06:08:27 mattst88 Exp $
29 +
30 + 02 Aug 2011; Matt Turner <mattst88@g.o> Probe-Perl-0.01.ebuild:
31 + Added ~mips, bug 285343.
32
33 07 Jul 2011; Alexis Ballier <aballier@g.o> Probe-Perl-0.01.ebuild:
34 keyword ~x86-fbsd
35
36
37
38 1.11 dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild?rev=1.11&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild?rev=1.11&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild?r1=1.10&r2=1.11
43
44 Index: Probe-Perl-0.01.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild,v
47 retrieving revision 1.10
48 retrieving revision 1.11
49 diff -u -r1.10 -r1.11
50 --- Probe-Perl-0.01.ebuild 7 Jul 2011 05:40:42 -0000 1.10
51 +++ Probe-Perl-0.01.ebuild 2 Aug 2011 06:08:27 -0000 1.11
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild,v 1.10 2011/07/07 05:40:42 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Probe-Perl/Probe-Perl-0.01.ebuild,v 1.11 2011/08/02 06:08:27 mattst88 Exp $
57
58 EAPI=2
59
60 @@ -10,7 +10,7 @@
61 DESCRIPTION="Information about the currently running perl"
62
63 SLOT="0"
64 -KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
65 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
66 IUSE=""
67
68 RDEPEND=""