Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/munge: munge-0.5.10.ebuild metadata.xml ChangeLog
Date: Tue, 04 Oct 2011 17:27:47
Message-Id: 20111004172737.5F8822004B@flycatcher.gentoo.org
1 jlec 11/10/04 17:27:37
2
3 Modified: munge-0.5.10.ebuild metadata.xml ChangeLog
4 Log:
5 Cleaned additional . and die
6
7 (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-auth/munge/munge-0.5.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/munge-0.5.10.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/munge-0.5.10.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/munge-0.5.10.ebuild?r1=1.1&r2=1.2
15
16 Index: munge-0.5.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.10.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- munge-0.5.10.ebuild 11 Sep 2011 10:07:55 -0000 1.1
23 +++ munge-0.5.10.ebuild 4 Oct 2011 17:27:37 -0000 1.2
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.10.ebuild,v 1.1 2011/09/11 10:07:55 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.10.ebuild,v 1.2 2011/10/04 17:27:37 jlec Exp $
29
30 EAPI=3
31 inherit eutils
32
33 -DESCRIPTION="An authentication service for creating and validating credentials."
34 +DESCRIPTION="An authentication service for creating and validating credentials"
35 HOMEPAGE="http://code.google.com/p/munge/"
36 SRC_URI="http://munge.googlecode.com/files/${P}.tar.bz2"
37
38 @@ -35,8 +35,7 @@
39 fi
40
41 econf ${conf} \
42 - --localstatedir=/var \
43 - || die
44 + --localstatedir=/var
45 }
46
47 src_install() {
48
49
50
51 1.2 sys-auth/munge/metadata.xml
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/metadata.xml?rev=1.2&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/metadata.xml?rev=1.2&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/metadata.xml?r1=1.1&r2=1.2
56
57 Index: metadata.xml
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-auth/munge/metadata.xml,v
60 retrieving revision 1.1
61 retrieving revision 1.2
62 diff -u -r1.1 -r1.2
63 --- metadata.xml 14 Nov 2010 23:04:40 -0000 1.1
64 +++ metadata.xml 4 Oct 2011 17:27:37 -0000 1.2
65 @@ -6,7 +6,7 @@
66 <email>jsbronder@g.o</email>
67 </maintainer>
68 <use>
69 - <flag name='gcrypt'>Use libgcrypt instead of openssl</flag>
70 + <flag name="gcrypt">Use libgcrypt instead of openssl</flag>
71 </use>
72 <longdescription>
73 MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating
74
75
76
77 1.10 sys-auth/munge/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/ChangeLog?rev=1.10&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/ChangeLog?rev=1.10&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/munge/ChangeLog?r1=1.9&r2=1.10
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v
86 retrieving revision 1.9
87 retrieving revision 1.10
88 diff -u -r1.9 -r1.10
89 --- ChangeLog 11 Sep 2011 10:07:55 -0000 1.9
90 +++ ChangeLog 4 Oct 2011 17:27:37 -0000 1.10
91 @@ -1,6 +1,10 @@
92 # ChangeLog for sys-auth/munge
93 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.9 2011/09/11 10:07:55 alexxy Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.10 2011/10/04 17:27:37 jlec Exp $
96 +
97 + 04 Oct 2011; Justin Lecher <jlec@g.o> munge-0.5.10.ebuild,
98 + metadata.xml:
99 + Cleaned additional . and die
100
101 *munge-0.5.10 (31 Aug 2011)