Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40508 Details for
Bug 65489
nan-2.8.210.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
nan-2.8.210.ebuild
nan-2.8.210.ebuild (text/plain), 1.27 KB, created by
John Ratliff
on 2004-09-26 20:10:26 UTC
(
hide
)
Description:
nan-2.8.210.ebuild
Filename:
MIME Type:
Creator:
John Ratliff
Created:
2004-09-26 20:10:26 UTC
Size:
1.27 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >SLOT="0" >LICENSE="BSD mindterm" >KEYWORDS="x86 ppc sparc" > >DESCRIPTION="An NNTP news client in Java" >SRC_URI="http://resume.technoplaza.net/download/java/nan-${PV}-source.tar.bz2" >HOMEPAGE="http://resume.technoplaza.net/nan/" >IUSE="jikes doc" > >RDEPEND=">=virtual/jdk-1.4" >DEPEND="${RDEPEND} > >=dev-java/ant-1.5.4 > jikes? ( >=dev-java/jikes-1.17 )" > >src_compile() { > local antflags="" > > if use jikes ; then > einfo "you can safely ignore these jikes errors" > einfo "jikes is just too pedantic..." > antflags="${antflags} -Dbuild.compiler=jikes" > fi > > use doc && antflags="${antflags} javadoc" > ant jar ${antflags} || die "compilation error" >} > >src_install() { > dodir /usr/share/nan > dodir /usr/bin > > dodoc documentation/history.txt > cp documentation/index.html documentation/*.png ${D}/usr/share/doc/nan-${PV}/ > use doc && cp -R documentation/javadoc ${D}/usr/share/doc/chtdecoder-${PV}/ > > cp NaN.jar ${D}/usr/share/nan > cp -R library ${D}/usr/share/nan > cp -R license ${D}/usr/share/nan > > cat >${D}/usr/share/nan/nan.sh <<-EOF > #! /bin/sh > > cd /usr/share/nan ; java -jar NaN.jar \$@ > EOF > chmod 755 ${D}/usr/share/nan/nan.sh > > ln -s ../share/nan/nan.sh ${D}/usr/bin/nan >} >
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 65489
:
40508
|
40509