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 | b8308dc6886338095214e84e4045872d9130f19c (patch) | |
tree | 5be4b6081a89c172ce93e5e1b73a84695ce5d214 /eclass | |
parent | Stable on IA64, bug 156662. (diff) | |
download | historical-b8308dc6886338095214e84e4045872d9130f19c.tar.gz historical-b8308dc6886338095214e84e4045872d9130f19c.tar.bz2 historical-b8308dc6886338095214e84e4045872d9130f19c.zip |
ECLASS and INHERITED variables are not needed any more and removed trailing whitespace.
Diffstat (limited to 'eclass')
-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. -# +# # ----------------------------------------------------------------------------- # ----------------------------------------------------------------------------- |