diff options
-rw-r--r-- | eclass/ChangeLog | 3 | ||||
-rw-r--r-- | eclass/monotone.eclass | 4 | ||||
-rw-r--r-- | eclass/mv_mozextension.eclass | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 1e36362b..5e858dc8 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 22 Sep 2012; Martin Väth <martin@mvath.de> + Use AUTHOR tag. Use $ECLASS for message + 21 Sep 2012; Martin Väth <martin@mvath.de> mv_mozextension: Use slot dependencies; requires at least EAPI=5 monotone: Remove useless DESCRIPTION diff --git a/eclass/monotone.eclass b/eclass/monotone.eclass index f27dc874..f23ed0b6 100644 --- a/eclass/monotone.eclass +++ b/eclass/monotone.eclass @@ -5,8 +5,8 @@ # @ECLASS: monotone.eclass # @MAINTAINER: # Martin Väth <martin@mvath.de> -# -# Original Author: Martin Väth <martin@mvath.de> +# @AUTHOR: +# Martin Väth <martin@mvath.de> # @BLURB: The monotone eclass is written to fetch software sources from monotone repositories # @DESCRIPTION: # The monotone eclass provides functions to fetch software sources from diff --git a/eclass/mv_mozextension.eclass b/eclass/mv_mozextension.eclass index 60a10928..3dee69a8 100644 --- a/eclass/mv_mozextension.eclass +++ b/eclass/mv_mozextension.eclass @@ -39,7 +39,7 @@ inherit eutils multilib case ${EAPI:-0} in [01234]) - die "EAPI ${EAPI} no longer supported by mv_mozextension";; + die "EAPI ${EAPI} no longer supported by ${ECLASS}";; esac |