diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-02 08:31:51 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-02 08:31:51 +0000 |
commit | 1eaef114f773a56cf7630709b0474745ea37341d (patch) | |
tree | 4cf09bb015d35c137e45f9934ee7f2e5653a83d7 /dev-java | |
parent | Added dependencies (diff) | |
download | historical-1eaef114f773a56cf7630709b0474745ea37341d.tar.gz historical-1eaef114f773a56cf7630709b0474745ea37341d.tar.bz2 historical-1eaef114f773a56cf7630709b0474745ea37341d.zip |
Added dependencies
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/fesi/fesi-1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/jndi/jndi-1.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-java/xt/xt-1.ebuild | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/dev-java/fesi/fesi-1.ebuild b/dev-java/fesi/fesi-1.ebuild index 7261e6514208..805001ecd763 100644 --- a/dev-java/fesi/fesi-1.ebuild +++ b/dev-java/fesi/fesi-1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi/fesi-1.ebuild,v 1.3 2000/11/01 06:27:07 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fesi/fesi-1.ebuild,v 1.4 2000/11/02 08:31:50 achim Exp $ P=fesi A="fesikit.zip" @@ -22,7 +22,7 @@ src_compile() { src_install() { cd ${S} - insinto /opt/java/lib + insinto /usr/lib/java doins fesi.jar into /usr dodoc COPYRIGHT.TXT Readme.txt diff --git a/dev-java/jndi/jndi-1.2.1-r1.ebuild b/dev-java/jndi/jndi-1.2.1-r1.ebuild index c4067907801f..716743de602f 100644 --- a/dev-java/jndi/jndi-1.2.1-r1.ebuild +++ b/dev-java/jndi/jndi-1.2.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-java/jndi/jndi-1.2.1-r1.ebuild,v 1.3 2000/11/01 06:27:08 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jndi/jndi-1.2.1-r1.ebuild,v 1.4 2000/11/02 08:31:50 achim Exp $ P=jndi-1.2.1 A=jndi1_2_1.zip @@ -26,7 +26,7 @@ src_compile() { src_install() { cd ${S} - insinto /opt/java/lib + insinto /usr/lib/java doins lib/jndi.jar dodoc COPYRIGHT README.txt docinto html diff --git a/dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild b/dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild index 2fe3842ff320..44a7a907eecf 100644 --- a/dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild +++ b/dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild,v 1.2 2000/11/01 06:27:08 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild,v 1.3 2000/11/02 08:31:50 achim Exp $ P=mysql-jdbc-1.2c A=mm.mysql.jdbc-1.2c.tar.gz @@ -23,8 +23,8 @@ src_compile() { src_install() { cd ${S} - dodir /opt/java/lib/ - cp -a mysql-jdbc.jar ${D}/opt/java/lib + insinto /usr/lib/java + doins mysql-jdbc.jar cd doc docinto html dodoc *.html *.gif diff --git a/dev-java/xt/xt-1.ebuild b/dev-java/xt/xt-1.ebuild index 51c03c2c7920..f9205df3ca8e 100644 --- a/dev-java/xt/xt-1.ebuild +++ b/dev-java/xt/xt-1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-java/xt/xt-1.ebuild,v 1.2 2000/11/01 06:27:08 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xt/xt-1.ebuild,v 1.3 2000/11/02 08:31:51 achim Exp $ P=xt A=${P}.zip @@ -23,7 +23,7 @@ src_compile() { src_install() { cd ${S} - insinto /opt/java/lib + insinto /usr/lib/java doins xt.jar sax.jar docinto html dodoc xt.htm |