From: Petteri Räty Date: Sun, 21 Jan 2007 21:33:36 +0000 (+0000) Subject: ECLASS and INHERITED variables are not needed any more and removed trailing whitespace. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b8308dc6886338095214e84e4045872d9130f19c;p=gentoo.git ECLASS and INHERITED variables are not needed any more and removed trailing whitespace. --- diff --git a/eclass/ant-tasks.eclass b/eclass/ant-tasks.eclass index 1f25d98efe8f..80aa96275148 100644 --- a/eclass/ant-tasks.eclass +++ b/eclass/ant-tasks.eclass @@ -3,13 +3,10 @@ # Copyright 2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # Author Vlastimil Babka -# $Header: /var/cvsroot/gentoo-x86/eclass/ant-tasks.eclass,v 1.1 2007/01/21 01:11:47 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ant-tasks.eclass,v 1.2 2007/01/21 21:33:36 betelgeuse Exp $ inherit java-pkg-2 versionator -ECLASS="ant-tasks" -INHERITED="$INHERITED $ECLASS" - EXPORT_FUNCTIONS src_unpack src_compile src_install # ----------------------------------------------------------------------------- @@ -19,7 +16,7 @@ EXPORT_FUNCTIONS src_unpack src_compile src_install # # This eclass provides functionality and default ebuild variables for building # dev-java/ant-* packages easily. -# +# # ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------