Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Module-Metadata: ChangeLog Module-Metadata-1.0.4.ebuild
Date: Wed, 06 Jul 2011 06:15:21
Message-Id: 20110706034716.763482004B@flycatcher.gentoo.org
1 aballier 11/07/06 03:47:16
2
3 Modified: ChangeLog Module-Metadata-1.0.4.ebuild
4 Log:
5 keyword ~x86-fbsd, bug #357599
6
7 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 perl-core/Module-Metadata/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 13 Jun 2011 00:18:25 -0000 1.9
23 +++ ChangeLog 6 Jul 2011 03:47:16 -0000 1.10
24 @@ -1,6 +1,10 @@
25 # ChangeLog for perl-core/Module-Metadata
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/ChangeLog,v 1.9 2011/06/13 00:18:25 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/ChangeLog,v 1.10 2011/07/06 03:47:16 aballier Exp $
29 +
30 + 06 Jul 2011; Alexis Ballier <aballier@g.o>
31 + Module-Metadata-1.0.4.ebuild:
32 + keyword ~x86-fbsd, bug #357599
33
34 13 Jun 2011; Matt Turner <mattst88@g.o> Module-Metadata-1.0.4.ebuild:
35 Added ~mips, bug 357599
36
37
38
39 1.6 perl-core/Module-Metadata/Module-Metadata-1.0.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.4.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.4.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.4.ebuild?r1=1.5&r2=1.6
44
45 Index: Module-Metadata-1.0.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.4.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- Module-Metadata-1.0.4.ebuild 13 Jun 2011 00:18:25 -0000 1.5
52 +++ Module-Metadata-1.0.4.ebuild 6 Jul 2011 03:47:16 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.4.ebuild,v 1.5 2011/06/13 00:18:25 mattst88 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Metadata/Module-Metadata-1.0.4.ebuild,v 1.6 2011/07/06 03:47:16 aballier Exp $
58
59 EAPI=3
60
61 @@ -11,7 +11,7 @@
62 DESCRIPTION="Gather package and POD information from perl module files"
63
64 SLOT="0"
65 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
67 IUSE=""
68
69 RDEPEND=">=virtual/perl-version-0.870"