summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/java-config/java-config-1.3.1.ebuild')
-rw-r--r--dev-java/java-config/java-config-1.3.1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-java/java-config/java-config-1.3.1.ebuild b/dev-java/java-config/java-config-1.3.1.ebuild
deleted file mode 100644
index dfd6546a6ecf..000000000000
--- a/dev-java/java-config/java-config-1.3.1.ebuild
+++ /dev/null
@@ -1,32 +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-1.3.1.ebuild,v 1.1 2006/08/24 18:19:24 nichoj Exp $
-
-inherit 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="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="virtual/python
- dev-java/java-config-wrapper"
-
-src_install() {
- distutils_src_install
- newbin java-config java-config-1
- doman java-config.1
-
- doenvd 30java-finalclasspath
-}
-
-pkg_postinst() {
- 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"
-}