diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-10-04 17:27:37 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-10-04 17:27:37 +0000 |
commit | e635cbb059eb41b7e016307cfd3aaaffd8a947c2 (patch) | |
tree | d7a85e4a23c978751fdb39d6416aa683ae450dc2 /sys-auth | |
parent | Version bump (diff) | |
download | gentoo-2-e635cbb059eb41b7e016307cfd3aaaffd8a947c2.tar.gz gentoo-2-e635cbb059eb41b7e016307cfd3aaaffd8a947c2.tar.bz2 gentoo-2-e635cbb059eb41b7e016307cfd3aaaffd8a947c2.zip |
Cleaned additional . and die
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/munge/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/munge/metadata.xml | 2 | ||||
-rw-r--r-- | sys-auth/munge/munge-0.5.10.ebuild | 7 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sys-auth/munge/ChangeLog b/sys-auth/munge/ChangeLog index fef8020f7ce8..3dea28863430 100644 --- a/sys-auth/munge/ChangeLog +++ b/sys-auth/munge/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/munge # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.9 2011/09/11 10:07:55 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/ChangeLog,v 1.10 2011/10/04 17:27:37 jlec Exp $ + + 04 Oct 2011; Justin Lecher <jlec@gentoo.org> munge-0.5.10.ebuild, + metadata.xml: + Cleaned additional . and die *munge-0.5.10 (31 Aug 2011) diff --git a/sys-auth/munge/metadata.xml b/sys-auth/munge/metadata.xml index edc412de1826..d74294cf1f01 100644 --- a/sys-auth/munge/metadata.xml +++ b/sys-auth/munge/metadata.xml @@ -6,7 +6,7 @@ <email>jsbronder@gentoo.org</email> </maintainer> <use> - <flag name='gcrypt'>Use libgcrypt instead of openssl</flag> + <flag name="gcrypt">Use libgcrypt instead of openssl</flag> </use> <longdescription> MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating diff --git a/sys-auth/munge/munge-0.5.10.ebuild b/sys-auth/munge/munge-0.5.10.ebuild index 9ddcd742d2d2..6e0fd7989603 100644 --- a/sys-auth/munge/munge-0.5.10.ebuild +++ b/sys-auth/munge/munge-0.5.10.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.10.ebuild,v 1.1 2011/09/11 10:07:55 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.10.ebuild,v 1.2 2011/10/04 17:27:37 jlec Exp $ EAPI=3 inherit eutils -DESCRIPTION="An authentication service for creating and validating credentials." +DESCRIPTION="An authentication service for creating and validating credentials" HOMEPAGE="http://code.google.com/p/munge/" SRC_URI="http://munge.googlecode.com/files/${P}.tar.bz2" @@ -35,8 +35,7 @@ src_configure() { fi econf ${conf} \ - --localstatedir=/var \ - || die + --localstatedir=/var } src_install() { |