Gentoo Archives: gentoo-commits

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