diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2001-12-15 01:20:18 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2001-12-15 01:20:18 +0000 |
commit | fe72e2c8525024cd6ff398c2454b46ebd1a3d335 (patch) | |
tree | ac79cf679df86ef2110ddb0b716d4d3c6a08d2cc /dev-java/kissme-classpath | |
parent | Major Java overhaul in progress (diff) | |
download | gentoo-2-fe72e2c8525024cd6ff398c2454b46ebd1a3d335.tar.gz gentoo-2-fe72e2c8525024cd6ff398c2454b46ebd1a3d335.tar.bz2 gentoo-2-fe72e2c8525024cd6ff398c2454b46ebd1a3d335.zip |
Renamed eclasspath to classpath.env
Diffstat (limited to 'dev-java/kissme-classpath')
-rw-r--r-- | dev-java/kissme-classpath/kissme-classpath-0.18-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/kissme-classpath/kissme-classpath-0.19.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/kissme-classpath/kissme-classpath-0.18-r1.ebuild b/dev-java/kissme-classpath/kissme-classpath-0.18-r1.ebuild index 001302740a13..1abeb4e42464 100644 --- a/dev-java/kissme-classpath/kissme-classpath-0.18-r1.ebuild +++ b/dev-java/kissme-classpath/kissme-classpath-0.18-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-java/kissme-classpath/kissme-classpath-0.18-r1.ebuild,v 1.1 2001/12/15 01:07:52 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/kissme-classpath/kissme-classpath-0.18-r1.ebuild,v 1.2 2001/12/15 01:20:18 karltk Exp $ S=${WORKDIR}/${P} @@ -25,6 +25,6 @@ src_install () { dodir usr/share/kissme/classpath dodoc src/README DESTDIR=${D} sh install.sh || die - echo "/usr/share/kissme/classpath" > ${D}/usr/share/kissme/eclasspath + echo "/usr/share/kissme/classpath" > ${D}/usr/share/kissme/classpath.env } diff --git a/dev-java/kissme-classpath/kissme-classpath-0.19.ebuild b/dev-java/kissme-classpath/kissme-classpath-0.19.ebuild index 143cf32917c5..5be58635284d 100644 --- a/dev-java/kissme-classpath/kissme-classpath-0.19.ebuild +++ b/dev-java/kissme-classpath/kissme-classpath-0.19.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-java/kissme-classpath/kissme-classpath-0.19.ebuild,v 1.1 2001/12/15 01:07:52 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/kissme-classpath/kissme-classpath-0.19.ebuild,v 1.2 2001/12/15 01:20:18 karltk Exp $ S=${WORKDIR}/${P} @@ -25,6 +25,6 @@ src_install () { dodir usr/share/kissme/classpath dodoc src/README DESTDIR=${D} sh install.sh || die - echo "/usr/share/kissme/classpath" > ${D}/usr/share/kissme/eclasspath + echo "/usr/share/kissme/classpath" > ${D}/usr/share/kissme/classpath.env } |