diff options
Diffstat (limited to 'dev-java/java-config/java-config-2.0.26-r4.ebuild')
-rw-r--r-- | dev-java/java-config/java-config-2.0.26-r4.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/dev-java/java-config/java-config-2.0.26-r4.ebuild b/dev-java/java-config/java-config-2.0.26-r4.ebuild deleted file mode 100644 index 4bb858c6a41b..000000000000 --- a/dev-java/java-config/java-config-2.0.26-r4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.0.26-r4.ebuild,v 1.2 2006/07/21 00:21:10 flameeyes Exp $ - -inherit base distutils eutils - -DESCRIPTION="Java environment configuration tool" -HOMEPAGE="http://www.gentoo.org/proj/en/java/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="virtual/python" -RDEPEND="virtual/python - dev-java/java-config-wrapper" - -PATCHES="${FILESDIR}/${P}-nsplugin.patch ${FILESDIR}/${P}-set_number.patch \ - ${FILESDIR}/${P}-nsplugin_ls_stderr.patch" - -src_install() { - distutils_src_install - - insinto /usr/share/java-config-2/config/ - for i in alpha amd64 hppa ia64 ppc ppc64 sparc x86; do - if use ${i}; then - newins config/jdk-defaults-${i}.conf jdk-defaults.conf || die "arch config not found" - fi - done - - for tool in $(< config/symlink-tools); do - dosym /usr/bin/run-java-tool /usr/bin/${tool} - done -} - - -pkg_postrm() { - python_mod_cleanup /usr/share/java-config-2/pym/java_config -} - -pkg_postinst() { - python_mod_optimize /usr/share/java-config-2/pym/java_config - einfo "The way Java is handled on Gentoo has been recently updated." - einfo "If you have not done so already, you should follow the" - einfo "instructions available at:" - einfo "http://www.gentoo.org/proj/en/java/java-upgrade.xml" -} |