Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 27997 Details for
Bug 45708
jzlib ebuld update
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jzlib 1.0.4 ebuild
jzlib-1.0.4.ebuild (text/plain), 1.10 KB, created by
Pavel
on 2004-03-25 06:53:19 UTC
(
hide
)
Description:
jzlib 1.0.4 ebuild
Filename:
MIME Type:
Creator:
Pavel
Created:
2004-03-25 06:53:19 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/dev-java/jzlib/jzlib-1.0.3.ebuild,v 1.6 2004/03/23 20:29:51 dholm Exp $ > >inherit java-pkg > >DESCRIPTION="JZlib is a re-implementation of zlib in pure Java." >HOMEPAGE="http://www.jcraft.com/jzlib/" >SRC_URI="http://www.jcraft.com/${PN}/${PN}-${PV}.tar.gz" > >LICENSE="jcraft" >SLOT="0" >KEYWORDS="~x86 ~sparc ~amd64" >IUSE="doc jikes" >RESTRICT="nomirror" > >DEPEND=">=virtual/jdk-1.4 > >=dev-java/ant-1.4 > jikes? ( >=dev-java/jikes-1.17 )" >RDEPEND=">=virtual/jdk-1.4" > > >src_unpack() { > unpack ${A} > cp ${FILESDIR}/jzlib_build.xml ${S}/build.xml > mkdir ${S}/src > mv ${S}/com/ ${S}/src/ > >} > >src_compile() { > addpredict /dev/random > > local antflags="dist" > use doc && antflags="${antflags} javadoc" > use jikes && antflags="${antflags} -Dbuild.compiler=jikes" > ant ${antflags} || die "compilation failed" >} > >src_install() { > mv dist/lib/jzlib{*,}.jar > java-pkg_dojar dist/lib/jzlib.jar || die "installation failed" > use doc && dohtml -r javadoc/* > dodoc LICENSE.txt README ChangeLog >}
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 45708
: 27997