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-gnome.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-gnome.eclass')
-rw-r--r-- | eclass/java-gnome.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/java-gnome.eclass b/eclass/java-gnome.eclass index d1a4e57a07fc..2e7f74c95bbf 100644 --- a/eclass/java-gnome.eclass +++ b/eclass/java-gnome.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-gnome.eclass,v 1.2 2006/10/14 20:27:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-gnome.eclass,v 1.3 2006/10/28 22:29:14 swegener Exp $ # # Original Author: Joshua Nichols <nichoj@gentoo.org> @@ -13,9 +13,6 @@ GNOME_TARBALL_SUFFIX=${GNOME_TARBALL_SUFFIX:=gz} inherit java-pkg-2 eutils gnome.org -ECLASS="java-gnome" -INHERITED="${INHERITED} ${ECLASS}" - HOMEPAGE="http://java-gnome.sourceforge.net/" LICENSE="LGPL-2.1" |