Gentoo Archives: gentoo-commits

From: "Serkan Kaba (serkan)" <serkan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/sun-jmx: ChangeLog sun-jmx-1.2.1-r3.ebuild
Date: Sat, 21 Jun 2008 16:12:11
Message-Id: E1KA5h7-0008Q7-TE@stork.gentoo.org
1 serkan 08/06/21 16:12:05
2
3 Modified: ChangeLog
4 Added: sun-jmx-1.2.1-r3.ebuild
5 Log:
6 Revision bump to use binary jmx as sources are no longer available. See bug #226381.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 x86_64)
8
9 Revision Changes Path
10 1.11 dev-java/sun-jmx/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sun-jmx/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sun-jmx/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sun-jmx/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/sun-jmx/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 14 Apr 2007 19:40:04 -0000 1.10
23 +++ ChangeLog 21 Jun 2008 16:12:05 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-java/sun-jmx
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jmx/ChangeLog,v 1.10 2007/04/14 19:40:04 betelgeuse Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jmx/ChangeLog,v 1.11 2008/06/21 16:12:05 serkan Exp $
30 +
31 +*sun-jmx-1.2.1-r3 (21 Jun 2008)
32 +
33 + 21 Jun 2008; Serkan Kaba <serkan@g.o> +sun-jmx-1.2.1-r3.ebuild:
34 + Revision bump to use binary jmx as sources are no longer available. See
35 + bug #226381.
36
37 14 Apr 2007; Petteri Räty <betelgeuse@g.o>
38 -sun-jmx-1.2.1-r1.ebuild:
39
40
41
42 1.1 dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: sun-jmx-1.2.1-r3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild,v 1.1 2008/06/21 16:12:05 serkan Exp $
52
53 JAVA_PKG_IUSE="doc examples"
54
55 inherit java-pkg-2
56
57 MY_P=jmx-${PV//./_}
58 DESCRIPTION="Java Management Extensions for managing and monitoring devices, applications, and services."
59 HOMEPAGE="http://java.sun.com/products/JavaManagement/index.jsp"
60 SRC_URI="${MY_P}-ri.zip"
61 LICENSE="sun-bcla-jmx"
62 SLOT="0"
63 KEYWORDS="~amd64"
64
65 DEPEND=">=virtual/jdk-1.4
66 app-arch/unzip"
67 RDEPEND=">=virtual/jre-1.4"
68 RESTRICT="fetch"
69
70 S="${WORKDIR}/${MY_P}-bin"
71 IUSE=""
72
73 DOWNLOADSITE="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=7657-jmx-1.2.1-oth-JPR@CDS-CDS_Developer"
74
75 src_compile() { :; }
76
77 pkg_nofetch() {
78 einfo
79 einfo " Due to license restrictions, we cannot fetch the"
80 einfo " distributables automagically."
81 einfo
82 einfo " 1. Visit ${DOWNLOADSITE} and follow instructions"
83 einfo " 2. Download ${SRC_URI}"
84 einfo " 3. Move file to ${DISTDIR}"
85 einfo " 4. Run emerge on this package again to complete"
86 einfo
87 }
88
89 src_install() {
90 java-pkg_dojar lib/*.jar
91 if use doc; then
92 java-pkg_dojavadoc doc/api
93 java-pkg_dohtml -r doc/doc doc/index.html
94 fi
95 use examples && java-pkg_doexamples examples
96 }
97
98
99
100 --
101 gentoo-commits@l.g.o mailing list