From b8308dc6886338095214e84e4045872d9130f19c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petteri=20R=C3=A4ty?= Date: Sun, 21 Jan 2007 21:33:36 +0000 Subject: [PATCH] ECLASS and INHERITED variables are not needed any more and removed trailing whitespace. --- eclass/ant-tasks.eclass | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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. -# +# # ----------------------------------------------------------------------------- # ----------------------------------------------------------------------------- -- 2.26.2