Gentoo Archives: gentoo-commits

From: "Markus Rothe (corsair)" <corsair@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Email-Date-Format: Email-Date-Format-1.002.ebuild ChangeLog
Date: Sun, 24 Aug 2008 14:23:09
Message-Id: E1KXGUk-00075c-DL@stork.gentoo.org
1 corsair 08/08/24 14:23:06
2
3 Modified: Email-Date-Format-1.002.ebuild ChangeLog
4 Log:
5 Added ~ppc64; bug #235557
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 dev-perl/Email-Date-Format/Email-Date-Format-1.002.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Date-Format/Email-Date-Format-1.002.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Date-Format/Email-Date-Format-1.002.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Date-Format/Email-Date-Format-1.002.ebuild?r1=1.3&r2=1.4
14
15 Index: Email-Date-Format-1.002.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Date-Format/Email-Date-Format-1.002.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- Email-Date-Format-1.002.ebuild 24 Aug 2008 12:55:45 -0000 1.3
22 +++ Email-Date-Format-1.002.ebuild 24 Aug 2008 14:23:05 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Date-Format/Email-Date-Format-1.002.ebuild,v 1.3 2008/08/24 12:55:45 bluebird Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Date-Format/Email-Date-Format-1.002.ebuild,v 1.4 2008/08/24 14:23:05 corsair Exp $
28
29 MODULE_AUTHOR=RJBS
30 inherit perl-module
31 @@ -9,7 +9,7 @@
32
33 LICENSE="|| ( Artistic GPL-2 )"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~sparc ~x86"
36 +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
37 IUSE="test"
38
39 RDEPEND="dev-lang/perl"
40
41
42
43 1.4 dev-perl/Email-Date-Format/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Date-Format/ChangeLog?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Date-Format/ChangeLog?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Email-Date-Format/ChangeLog?r1=1.3&r2=1.4
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Date-Format/ChangeLog,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- ChangeLog 24 Aug 2008 12:55:45 -0000 1.3
56 +++ ChangeLog 24 Aug 2008 14:23:05 -0000 1.4
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-perl/Email-Date-Format
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Date-Format/ChangeLog,v 1.3 2008/08/24 12:55:45 bluebird Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Date-Format/ChangeLog,v 1.4 2008/08/24 14:23:05 corsair Exp $
62 +
63 + 24 Aug 2008; Markus Rothe <corsair@g.o>
64 + Email-Date-Format-1.002.ebuild:
65 + Added ~ppc64; bug #235557
66
67 24 Aug 2008; <bluebird@g.o> Email-Date-Format-1.002.ebuild:
68 Add ~sparc keyword, bug #235557