diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-01-21 21:33:36 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-01-21 21:33:36 +0000 |
commit | cdfd0fb91f6bf0b52f07122e696c712add5b7a77 (patch) | |
tree | 7b94bd250dea3a480be765e22fb40c160983ee1d | |
parent | Stable on IA64, bug 156662. (diff) | |
download | gentoo-2-cdfd0fb91f6bf0b52f07122e696c712add5b7a77.tar.gz gentoo-2-cdfd0fb91f6bf0b52f07122e696c712add5b7a77.tar.bz2 gentoo-2-cdfd0fb91f6bf0b52f07122e696c712add5b7a77.zip |
ECLASS and INHERITED variables are not needed any more and removed trailing whitespace.
-rw-r--r-- | eclass/ant-tasks.eclass | 7 |
1 files 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 <caster@gentoo.org> -# $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. -# +# # ----------------------------------------------------------------------------- # ----------------------------------------------------------------------------- |