summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2006-08-31 04:12:42 +0000
committerJoshua Nichols <nichoj@gentoo.org>2006-08-31 04:12:42 +0000
commit056be0da9e4206c0bcae86c71ec13b564438f322 (patch)
tree14f82b13e34aee45c438f55811dd426665eefa67 /dev-java
parentNew upstream version; Remove old ebuilds; Hard mask amd64 -- there is no 64-b... (diff)
downloadgentoo-2-056be0da9e4206c0bcae86c71ec13b564438f322.tar.gz
gentoo-2-056be0da9e4206c0bcae86c71ec13b564438f322.tar.bz2
gentoo-2-056be0da9e4206c0bcae86c71ec13b564438f322.zip
Dropped alpha and hppa keywords. Improved post install message. java-config-1.3.3 now post-depends on a 1.4 or 1.3 JDK. This ensures that packages using generation-1 will be able to build properly with minimal amount of interference.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/java-config/ChangeLog19
-rw-r--r--dev-java/java-config/files/digest-java-config-1.3.3-r13
-rw-r--r--dev-java/java-config/java-config-1.3.1-r1.ebuild4
-rw-r--r--dev-java/java-config/java-config-1.3.2.ebuild4
-rw-r--r--dev-java/java-config/java-config-1.3.3-r1.ebuild39
-rw-r--r--dev-java/java-config/java-config-1.3.3.ebuild4
-rw-r--r--dev-java/java-config/java-config-2.0.27-r1.ebuild13
-rw-r--r--dev-java/java-config/java-config-2.0.27.ebuild4
8 files changed, 78 insertions, 12 deletions
diff --git a/dev-java/java-config/ChangeLog b/dev-java/java-config/ChangeLog
index b7e7b35b3e70..6178b5512d86 100644
--- a/dev-java/java-config/ChangeLog
+++ b/dev-java/java-config/ChangeLog
@@ -1,6 +1,23 @@
# ChangeLog for dev-java/java-config
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.107 2006/08/28 13:20:45 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.108 2006/08/31 04:12:42 nichoj Exp $
+
+ 31 Aug 2006; Joshua Nichols <nichoj@gentoo.org>
+ java-config-1.3.1-r1.ebuild, java-config-1.3.2.ebuild,
+ java-config-1.3.3.ebuild, +java-config-1.3.3-r1.ebuild,
+ java-config-2.0.27.ebuild, java-config-2.0.27-r1.ebuild:
+ Dropped alpha and hppa keywords. Improved post install message.
+ java-config-1.3.3 now post-depends on a 1.4 or 1.3 JDK. This ensures that
+ packages using generation-1 will be able to build properly with minimal
+ amount of interference.
+
+*java-config-1.3.3-r1 (30 Aug 2006)
+
+ 30 Aug 2006; Joshua Nichols <nichoj@gentoo.org>
+ +java-config-1.3.3-r1.ebuild, java-config-2.0.27-r1.ebuild:
+ Revision bump to java-config-1.3.3. It now post-depends on a 1.4 or 1.3 JDK
+ for compatibility with the new Java system. Also improved the post install
+ messages of both 1.x and 2.x.
*java-config-1.3.3 (28 Aug 2006)
diff --git a/dev-java/java-config/files/digest-java-config-1.3.3-r1 b/dev-java/java-config/files/digest-java-config-1.3.3-r1
new file mode 100644
index 000000000000..1b20531e70d1
--- /dev/null
+++ b/dev-java/java-config/files/digest-java-config-1.3.3-r1
@@ -0,0 +1,3 @@
+MD5 ddc2ff84cc224485a6ba0b3dd26af18e java-config-1.3.3.tar.bz2 14866
+RMD160 90698699eac250ec26b13f9196a21a18053aee65 java-config-1.3.3.tar.bz2 14866
+SHA256 3de5357c7fcc5f1f3273ecfe85da0f1c9ccaae4ce186a246d23cc12ce276f347 java-config-1.3.3.tar.bz2 14866
diff --git a/dev-java/java-config/java-config-1.3.1-r1.ebuild b/dev-java/java-config/java-config-1.3.1-r1.ebuild
index aa8b9ff36e5c..e88fd3a1c83b 100644
--- a/dev-java/java-config/java-config-1.3.1-r1.ebuild
+++ b/dev-java/java-config/java-config-1.3.1-r1.ebuild
@@ -1,6 +1,6 @@
# 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-r1.ebuild,v 1.1 2006/08/25 00:35:18 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-1.3.1-r1.ebuild,v 1.2 2006/08/31 04:12:42 nichoj Exp $
inherit base distutils eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="virtual/python
diff --git a/dev-java/java-config/java-config-1.3.2.ebuild b/dev-java/java-config/java-config-1.3.2.ebuild
index 203c2c0fb911..fb97cf836e18 100644
--- a/dev-java/java-config/java-config-1.3.2.ebuild
+++ b/dev-java/java-config/java-config-1.3.2.ebuild
@@ -1,6 +1,6 @@
# 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.2.ebuild,v 1.1 2006/08/27 19:18:07 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-1.3.2.ebuild,v 1.2 2006/08/31 04:12:42 nichoj Exp $
inherit base distutils eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="virtual/python
diff --git a/dev-java/java-config/java-config-1.3.3-r1.ebuild b/dev-java/java-config/java-config-1.3.3-r1.ebuild
new file mode 100644
index 000000000000..b22eb237b6fb
--- /dev/null
+++ b/dev-java/java-config/java-config-1.3.3-r1.ebuild
@@ -0,0 +1,39 @@
+# 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.3-r1.ebuild,v 1.1 2006/08/31 04:12:42 nichoj 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="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="virtual/python
+ dev-java/java-config-wrapper"
+PDEPEND="|| ( =virtual/jdk-1.4* =virtual/jdk-1.3* )"
+
+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 "\thttp://www.gentoo.org/proj/en/java/java-upgrade.xml"
+ echo
+ einfo "While we moving towards the new Java system, we require"
+ einfo "a 1.3 or 1.4 JDK to be installed to ensure backwards compatibility"
+ einfo "with the old system."
+ einfo "For more details about this, please see:"
+ einfo "\thttps://overlays.gentoo.org/proj/java/wiki/Why_We_Need_Java14"
+}
diff --git a/dev-java/java-config/java-config-1.3.3.ebuild b/dev-java/java-config/java-config-1.3.3.ebuild
index b17d7a9b40e4..2d18bdf299cc 100644
--- a/dev-java/java-config/java-config-1.3.3.ebuild
+++ b/dev-java/java-config/java-config-1.3.3.ebuild
@@ -1,6 +1,6 @@
# 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.3.ebuild,v 1.1 2006/08/28 13:20:45 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-1.3.3.ebuild,v 1.2 2006/08/31 04:12:42 nichoj Exp $
inherit base distutils eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="virtual/python
diff --git a/dev-java/java-config/java-config-2.0.27-r1.ebuild b/dev-java/java-config/java-config-2.0.27-r1.ebuild
index 1e722e88dc98..220464dff2c1 100644
--- a/dev-java/java-config/java-config-2.0.27-r1.ebuild
+++ b/dev-java/java-config/java-config-2.0.27-r1.ebuild
@@ -1,6 +1,6 @@
# 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.27-r1.ebuild,v 1.1 2006/08/25 02:13:17 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.0.27-r1.ebuild,v 1.2 2006/08/31 04:12:42 nichoj Exp $
inherit base distutils eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="virtual/python"
@@ -44,8 +44,15 @@ pkg_postrm() {
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"
+ einfo "\thttp://www.gentoo.org/proj/en/java/java-upgrade.xml"
+ echo
+ einfo "While we moving towards the new Java system, we require"
+ einfo "a 1.3 or 1.4 JDK to be installed to ensure backwards compatibility"
+ einfo "with the old system."
+ einfo "For more details about this, please see:"
+ einfo "\thttps://overlays.gentoo.org/proj/java/wiki/Why_We_Need_Java14"
}
diff --git a/dev-java/java-config/java-config-2.0.27.ebuild b/dev-java/java-config/java-config-2.0.27.ebuild
index aa72eb25c2ef..d21ff23d0541 100644
--- a/dev-java/java-config/java-config-2.0.27.ebuild
+++ b/dev-java/java-config/java-config-2.0.27.ebuild
@@ -1,6 +1,6 @@
# 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.27.ebuild,v 1.1 2006/08/24 18:19:24 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.0.27.ebuild,v 1.2 2006/08/31 04:12:42 nichoj Exp $
inherit base distutils eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="virtual/python"