Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/munge: munge-0.5.9.ebuild ChangeLog
Date: Tue, 04 Jan 2011 00:37:30
Message-Id: 20110104003720.3051120057@flycatcher.gentoo.org
1 xmw 11/01/04 00:37:20
2
3 Modified: munge-0.5.9.ebuild ChangeLog
4 Log:
5 added ~sparc (bug 345465)
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 sys-auth/munge/munge-0.5.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/munge-0.5.9.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/munge-0.5.9.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/munge-0.5.9.ebuild?r1=1.5&r2=1.6
15
16 Index: munge-0.5.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.9.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- munge-0.5.9.ebuild 26 Dec 2010 06:02:33 -0000 1.5
23 +++ munge-0.5.9.ebuild 4 Jan 2011 00:37:20 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.9.ebuild,v 1.5 2010/12/26 06:02:33 mattst88 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.9.ebuild,v 1.6 2011/01/04 00:37:20 xmw Exp $
30
31 EAPI=3
32 inherit eutils
33 @@ -11,7 +11,7 @@
34
35 LICENSE="GPL-3"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
38 +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
39 IUSE="gcrypt"
40
41 DEPEND="app-arch/bzip2
42
43
44
45 1.6 sys-auth/munge/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/ChangeLog?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/ChangeLog?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/ChangeLog?r1=1.5&r2=1.6
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- ChangeLog 26 Dec 2010 06:02:33 -0000 1.5
58 +++ ChangeLog 4 Jan 2011 00:37:20 -0000 1.6
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sys-auth/munge
61 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.5 2010/12/26 06:02:33 mattst88 Exp $
63 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.6 2011/01/04 00:37:20 xmw Exp $
65 +
66 + 04 Jan 2011; Michael Weber <xmw@g.o> munge-0.5.9.ebuild:
67 + added ~sparc (bug 345465)
68
69 26 Dec 2010; Matt Turner <mattst88@g.o> munge-0.5.9.ebuild:
70 Added ~mips, bug 345465