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/istack-commons-runtime: ChangeLog istack-commons-runtime-20070122-r1.ebuild
Date: Sun, 12 Oct 2008 21:22:12
Message-Id: E1Kp8OA-00021v-3X@stork.gentoo.org
1 serkan 08/10/12 21:22:10
2
3 Modified: ChangeLog
4 Added: istack-commons-runtime-20070122-r1.ebuild
5 Log:
6 Migrate to jaf virtual.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 x86_64)
8
9 Revision Changes Path
10 1.8 dev-java/istack-commons-runtime/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 28 Mar 2008 17:50:06 -0000 1.7
23 +++ ChangeLog 12 Oct 2008 21:22:10 -0000 1.8
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-java/istack-commons-runtime
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.7 2008/03/28 17:50:06 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.8 2008/10/12 21:22:10 serkan Exp $
29 +
30 +*istack-commons-runtime-20070122-r1 (12 Oct 2008)
31 +
32 + 12 Oct 2008; Serkan Kaba <serkan@g.o>
33 + +istack-commons-runtime-20070122-r1.ebuild:
34 + Migrate to jaf virtual.
35
36 28 Mar 2008; nixnut <nixnut@g.o>
37 istack-commons-runtime-20070122.ebuild:
38
39
40
41 1.1 dev-java/istack-commons-runtime/istack-commons-runtime-20070122-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/istack-commons-runtime/istack-commons-runtime-20070122-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/istack-commons-runtime/istack-commons-runtime-20070122-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: istack-commons-runtime-20070122-r1.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/istack-commons-runtime/istack-commons-runtime-20070122-r1.ebuild,v 1.1 2008/10/12 21:22:10 serkan Exp $
51
52 JAVA_PKG_IUSE="source"
53
54 inherit java-pkg-2 java-ant-2
55
56 DESCRIPTION="istack-commons"
57 HOMEPAGE="https://istack-commons.dev.java.net/"
58 SRC_URI="mirror://gentoo/istack-commons-${PV}.tar.bz2"
59
60 LICENSE="CDDL"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 COMMON_DEP="java-virtuals/jaf"
66
67 DEPEND=">=virtual/jdk-1.5
68 ${COMMON_DEP}"
69 RDEPEND=">=virtual/jre-1.5
70 ${COMMON_DEP}"
71
72 S="${WORKDIR}/istack-commons-${PV}"
73
74 src_unpack() {
75 unpack ${A}
76
77 java-ant_bsfix_one "${S}/build-common.xml"
78
79 java-pkg_jarfrom --into "${S}/runtime/lib" --virtual jaf
80 }
81
82 EANT_BUILD_XML="runtime/build.xml"
83
84 src_install() {
85
86 java-pkg_dojar runtime/build/istack-commons-runtime.jar
87
88 use source && java-pkg_dosrc runtime/src/*
89 }