diff options
Diffstat (limited to 'dev-java/java-config/java-config-0.2.4-r1.ebuild')
-rw-r--r-- | dev-java/java-config/java-config-0.2.4-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-java/java-config/java-config-0.2.4-r1.ebuild b/dev-java/java-config/java-config-0.2.4-r1.ebuild index 41dfadf82310..0474e0e4db6f 100644 --- a/dev-java/java-config/java-config-0.2.4-r1.ebuild +++ b/dev-java/java-config/java-config-0.2.4-r1.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-0.2.4-r1.ebuild,v 1.3 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-0.2.4-r1.ebuild,v 1.4 2002/08/01 17:54:33 karltk Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gentoo-specific configuration for Java" SRC_URI="" -HOMEPAGE="http://www.gentoo.org/~karltk/java-config" +HOMEPAGE="http://www.gentoo.org/~karltk/projects/java-config" DEPEND="" #RDEPEND="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" src_install () { dobin ${FILESDIR}/java-config |