diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-10-28 22:29:14 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-10-28 22:29:14 +0000 |
commit | 308808ed3759dddccf2462f4f878474c04e04295 (patch) | |
tree | eab3d7ea8c62b827a34d5fc23e75c6cf331d3b8d /eclass/java-wsdp.eclass | |
parent | punt eselect (diff) | |
download | gentoo-2-308808ed3759dddccf2462f4f878474c04e04295.tar.gz gentoo-2-308808ed3759dddccf2462f4f878474c04e04295.tar.bz2 gentoo-2-308808ed3759dddccf2462f4f878474c04e04295.zip |
Drop ECLASS and INHERITED, portage handles it.
Diffstat (limited to 'eclass/java-wsdp.eclass')
-rw-r--r-- | eclass/java-wsdp.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/java-wsdp.eclass b/eclass/java-wsdp.eclass index 31e534319c12..7863f78638d9 100644 --- a/eclass/java-wsdp.eclass +++ b/eclass/java-wsdp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/java-wsdp.eclass,v 1.3 2006/09/09 20:32:30 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-wsdp.eclass,v 1.4 2006/10/28 22:29:14 swegener Exp $ # # Original Author: Krzysiek Pawlik <nelchael@gentoo.org> @@ -9,9 +9,6 @@ inherit java-pkg-2 -ECLASS="java-wsdp" -INHERITED="$INHERITED $ECLASS" - EXPORT_FUNCTIONS src_unpack src_install pkg_nofetch pkg_setup JWSDP_VERSION="${JWSDP_VERSION/./_}" |