Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/java-config: ChangeLog java-config-2.1.3.ebuild
Date: Wed, 28 Nov 2007 09:33:40
Message-Id: E1IxJIV-0005ow-7t@stork.gentoo.org
1 ali_bush 07/11/28 09:33:35
2
3 Modified: ChangeLog
4 Added: java-config-2.1.3.ebuild
5 Log:
6 Version bump java-config.
7 (Portage version: 2.1.4_rc3)
8
9 Revision Changes Path
10 1.177 dev-java/java-config/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.177&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.177&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/ChangeLog?r1=1.176&r2=1.177
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v
19 retrieving revision 1.176
20 retrieving revision 1.177
21 diff -u -r1.176 -r1.177
22 --- ChangeLog 27 Nov 2007 14:36:20 -0000 1.176
23 +++ ChangeLog 28 Nov 2007 09:33:34 -0000 1.177
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-java/java-config
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.176 2007/11/27 14:36:20 betelgeuse Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.177 2007/11/28 09:33:34 ali_bush Exp $
29 +
30 +*java-config-2.1.3 (28 Nov 2007)
31 +
32 + 28 Nov 2007; <alistair@g.o> +java-config-2.1.3.ebuild:
33 + New release of java-config which has better support for java-virtuals.
34
35 27 Nov 2007; Petteri Räty <betelgeuse@g.o>
36 java-config-2.0.33-r1.ebuild, java-config-2.1.2-r1.ebuild:
37
38
39
40 1.1 dev-java/java-config/java-config-2.1.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/java-config-2.1.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/java-config-2.1.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: java-config-2.1.3.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.3.ebuild,v 1.1 2007/11/28 09:33:34 ali_bush Exp $
50
51 inherit distutils eutils
52
53 DESCRIPTION="Java environment configuration tool"
54 HOMEPAGE="http://www.gentoo.org/proj/en/java/"
55 SRC_URI="mirror://gentoo/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="2"
59 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
60 IUSE=""
61
62 DEPEND="dev-lang/python"
63 RDEPEND="${DEPEND}
64 >=dev-java/java-config-wrapper-0.15"
65
66 PYTHON_MODNAME="java_config_2"
67
68 src_install() {
69 distutils_src_install
70
71 insinto /usr/share/java-config-2/config/
72 newins config/jdk-defaults-${ARCH}.conf jdk-defaults.conf || die "arch config not found"
73 }
74
75 pkg_postrm() {
76 distutils_python_version
77 distutils_pkg_postrm
78 }
79
80 pkg_postinst() {
81 distutils_pkg_postinst
82
83 elog "The way Java is handled on Gentoo has been recently updated."
84 elog "If you have not done so already, you should follow the"
85 elog "instructions available at:"
86 elog "\thttp://www.gentoo.org/proj/en/java/java-upgrade.xml"
87 elog
88 elog "While we are moving towards the new Java system, we only allow"
89 elog "1.3 or 1.4 JDKs to be used with java-config-1 to ensure"
90 elog "backwards compatibility with the old system."
91 elog "For more details about this, please see:"
92 elog "\thttp://www.gentoo.org/proj/en/java/why-we-need-java-14.xml"
93 }
94
95
96
97 --
98 gentoo-commits@g.o mailing list