Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/asm: metadata.xml asm-1.4.3-r3.ebuild ChangeLog
Date: Sat, 30 Nov 2013 08:04:13
Message-Id: 20131130080404.E28C72004B@flycatcher.gentoo.org
1 tomwij 13/11/30 08:04:04
2
3 Modified: metadata.xml asm-1.4.3-r3.ebuild ChangeLog
4 Log:
5 Quoted S variable. Indented metadata.xml.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.4 dev-java/asm/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/metadata.xml?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/metadata.xml?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/metadata.xml?r1=1.3&r2=1.4
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/asm/metadata.xml,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- metadata.xml 23 Sep 2006 04:48:38 -0000 1.3
23 +++ metadata.xml 30 Nov 2013 08:04:04 -0000 1.4
24 @@ -2,20 +2,20 @@
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26
27 <pkgmetadata>
28 -<herd>java</herd>
29 + <herd>java</herd>
30
31 -<longdescription>
32 -ASM is a Java bytecode manipulation framework. It can be used to
33 -dynamically generate stub classes or other proxy classes, directly in
34 -binary form, or to dynamically modify classes at load time, i.e., just
35 -before they are loaded into the Java Virtual Machine.
36 + <longdescription>
37 + ASM is a Java bytecode manipulation framework. It can be used to
38 + dynamically generate stub classes or other proxy classes, directly in
39 + binary form, or to dynamically modify classes at load time, i.e., just
40 + before they are loaded into the Java Virtual Machine.
41
42 -ASM offers similar functionalities as BCEL or SERP, but is much more
43 -smaller (25KB instead of 350KB for BCEL and 150KB for SERP) and faster
44 -than these tools (the overhead of a load time class transformation is of
45 -the order of 60% with ASM, 700% or more with BCEL, and 1100% or more
46 -with SERP). Indeed ASM was designed to be used in a dynamic way* and was
47 -therefore designed and implemented to be as small and as fast as
48 -possible.
49 -</longdescription>
50 + ASM offers similar functionalities as BCEL or SERP, but is much more
51 + smaller (25KB instead of 350KB for BCEL and 150KB for SERP) and faster
52 + than these tools (the overhead of a load time class transformation is of
53 + the order of 60% with ASM, 700% or more with BCEL, and 1100% or more
54 + with SERP). Indeed ASM was designed to be used in a dynamic way* and was
55 + therefore designed and implemented to be as small and as fast as
56 + possible.
57 + </longdescription>
58 </pkgmetadata>
59
60
61
62 1.13 dev-java/asm/asm-1.4.3-r3.ebuild
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/asm-1.4.3-r3.ebuild?rev=1.13&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/asm-1.4.3-r3.ebuild?rev=1.13&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/asm-1.4.3-r3.ebuild?r1=1.12&r2=1.13
67
68 Index: asm-1.4.3-r3.ebuild
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/dev-java/asm/asm-1.4.3-r3.ebuild,v
71 retrieving revision 1.12
72 retrieving revision 1.13
73 diff -u -r1.12 -r1.13
74 --- asm-1.4.3-r3.ebuild 1 Sep 2013 09:30:56 -0000 1.12
75 +++ asm-1.4.3-r3.ebuild 30 Nov 2013 08:04:04 -0000 1.13
76 @@ -1,6 +1,6 @@
77 # Copyright 1999-2013 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 -# $Header: /var/cvsroot/gentoo-x86/dev-java/asm/asm-1.4.3-r3.ebuild,v 1.12 2013/09/01 09:30:56 grobian Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/dev-java/asm/asm-1.4.3-r3.ebuild,v 1.13 2013/11/30 08:04:04 tomwij Exp $
81
82 JAVA_PKG_IUSE="doc source"
83
84 @@ -9,19 +9,23 @@
85 DESCRIPTION="Bytecode manipulation framework for Java"
86 HOMEPAGE="http://asm.objectweb.org"
87 SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz"
88 +
89 LICENSE="BSD"
90 SLOT="1.4"
91 KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
92 +
93 IUSE=""
94 +
95 DEPEND=">=virtual/jdk-1.3
96 dev-java/ant-core
97 dev-java/ant-owanttask"
98 RDEPEND=">=virtual/jre-1.3"
99 +
100 RESTRICT="test"
101
102 src_unpack() {
103 unpack ${A}
104 - cd ${S}
105 + cd "${S}"
106 echo "objectweb.ant.tasks.path /usr/share/ant-owanttask/lib/ow_util_ant_tasks.jar" \
107 >> build.properties
108 }
109 @@ -34,6 +38,7 @@
110 for x in output/dist/lib/*.jar ; do
111 java-pkg_newjar ${x} $(basename ${x/-${PV}})
112 done
113 +
114 use doc && java-pkg_dohtml -r output/dist/doc/javadoc/user/*
115 use source && java-pkg_dosrc src/*
116 }
117
118
119
120 1.87 dev-java/asm/ChangeLog
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/ChangeLog?rev=1.87&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/ChangeLog?rev=1.87&content-type=text/plain
124 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/asm/ChangeLog?r1=1.86&r2=1.87
125
126 Index: ChangeLog
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/dev-java/asm/ChangeLog,v
129 retrieving revision 1.86
130 retrieving revision 1.87
131 diff -u -r1.86 -r1.87
132 --- ChangeLog 16 Sep 2013 19:12:03 -0000 1.86
133 +++ ChangeLog 30 Nov 2013 08:04:04 -0000 1.87
134 @@ -1,6 +1,10 @@
135 # ChangeLog for dev-java/asm
136 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
137 -# $Header: /var/cvsroot/gentoo-x86/dev-java/asm/ChangeLog,v 1.86 2013/09/16 19:12:03 grobian Exp $
138 +# $Header: /var/cvsroot/gentoo-x86/dev-java/asm/ChangeLog,v 1.87 2013/11/30 08:04:04 tomwij Exp $
139 +
140 + 30 Nov 2013; Tom Wijsman <TomWij@g.o> asm-1.4.3-r3.ebuild,
141 + metadata.xml:
142 + Quoted S variable. Indented metadata.xml.
143
144 *asm-1.4.3-r4 (16 Sep 2013)
145 *asm-1.5.3-r1 (16 Sep 2013)