Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 104944 Details for
Bug 159398
new ebuild dev-java/rome-0.9
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-java/rome-0.9.ebuild
rome-0.9.ebuild (text/plain), 1.06 KB, created by
Bart Hanssens
on 2006-12-29 10:44:24 UTC
(
hide
)
Description:
dev-java/rome-0.9.ebuild
Filename:
MIME Type:
Creator:
Bart Hanssens
Created:
2006-12-29 10:44:24 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit java-pkg-2 java-ant-2 > >DESCRIPTION="A Java library to generate, parse and convert various RSS and Atom >syndication formats." >HOMEPAGE="https://rome.dev.java.net/" >SRC_URI="https://rome.dev.java.net/source/browse/*checkout*/rome/www/dist/${PN}-${PV}-src.zip" > >IUSE="doc source" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~x86" > >RDEPEND=">=virtual/jre-1.4 > dev-java/jdom" > >DEPEND=">=virtual/jdk-1.4 > dev-java/ant-core > dev-java/jdom > app-arch/unzip > source? ( app-arch/zip ) > ${RDEPEND}" > >S=${WORKDIR}/${PN}-${PV} > >src_unpack() { > unpack ${A} > cd ${S} > > mkdir -p target/lib && cd target/lib > java-pkg_jarfrom jdom-1.0 jdom.jar jdom-1.10.jar >} > >src_compile() { > eant jar $(use_doc) >} > ># TestDateParser unit test is broken in rome 0.9, see issue 55 >#src_test() { ># cd ${WORKDIR}/src/${PN}-${PV} ># eant test >#} > >src_install() { > java-pkg_dojar target/${PN}-${PV}.jar > > use doc && java-pkg_dojavadoc dist/docs/api > use source && java-pkg_dosrc src/java/com >}
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 159398
: 104944