Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 357752 Details for
Bug 483474
dev-java/asm-{4.2,5.0.3} - Version bumps
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
asm-4.1.ebuild
asm-4.1.ebuild (text/plain), 1.19 KB, created by
James Le Cuirot
on 2013-09-03 10:40:30 UTC
(
hide
)
Description:
asm-4.1.ebuild
Filename:
MIME Type:
Creator:
James Le Cuirot
Created:
2013-09-03 10:40:30 UTC
Size:
1.19 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 >OLD_P="${PN}-4.0" >JAVA_PKG_IUSE="doc source" > >inherit java-pkg-2 java-ant-2 > >DESCRIPTION="Bytecode manipulation framework for Java" >HOMEPAGE="http://asm.ow2.org" >SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz > http://download.forge.objectweb.org/${PN}/${OLD_P}.tar.gz" >LICENSE="BSD" >SLOT="4.1" >IUSE="" >KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x64-macos" > >DEPEND=">=virtual/jdk-1.5" >RDEPEND=">=virtual/jre-1.5" > ># Needs dependencies we don't have yet. >RESTRICT="test" > >EANT_DOC_TARGET="jdoc" > ># Fails if this objectweb.ant.tasks.path is not set. ># Java generics seem to break unless product.noshrink is set. >EANT_EXTRA_ARGS="-Dobjectweb.ant.tasks.path=foobar -Dproduct.noshrink=true" > >java_prepare() { > # Borrow some ant scripts from an old version to avoid requiring > # bndlib and friends. This may not work forever! > cp -vf "../${OLD_P}/archive"/*.xml archive/ || die >} > >src_install() { > for x in output/dist/lib/*.jar ; do > java-pkg_newjar "${x}" $(basename "${x%-*}.jar") > done > > use doc && java-pkg_dojavadoc output/dist/doc/javadoc/user/ > use source && java-pkg_dosrc src/* >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 483474
: 357752