Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 168036 Details for
Bug 241378
depending on slot 0 of a virtual fails with java-config-2.1.6-r1.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild causing failure
stax-ex-1.0-r1.ebuild (text/plain), 1.06 KB, created by
Serkan Kaba (RETIRED)
on 2008-10-11 14:27:54 UTC
(
hide
)
Description:
Ebuild causing failure
Filename:
MIME Type:
Creator:
Serkan Kaba (RETIRED)
Created:
2008-10-11 14:27:54 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/stax-ex/stax-ex-1.0.ebuild,v 1.5 2008/03/28 17:52:33 nixnut Exp $ > >EAPI=1 >JAVA_PKG_IUSE="source" > >inherit java-pkg-2 java-ant-2 eutils > >DESCRIPTION="Extensions to complement JSR-173 StAX API" >HOMEPAGE="http://stax-ex.dev.java.net/" >SRC_URI="https://stax-ex.dev.java.net/files/documents/4480/44372/${P}-src.tar.gz" > >LICENSE="CDDL" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" > >IUSE="" > >COMMON_DEPEND="java-virtuals/jaf:0 > java-virtuals/stax-api:0" >RDEPEND=">=virtual/jre-1.5 > ${COMMON_DEPEND}" >DEPEND=">=virtual/jdk-1.5 > ${COMMON_DEPEND}" > >src_unpack() { > > unpack ${A} > > cd "${S}" > # build.xml is from maven-1 and tries to download jars to /root/.maven/ > rm -f build.xml || die > cp "${FILESDIR}/build.xml-${PV}" build.xml || die > > mkdir "${S}/lib" || die > cd "${S}/lib" > java-pkg_jar-from --virtual jaf > java-pkg_jar-from --virtual stax-api > >} > >src_install() { > > java-pkg_dojar "stax-ex.jar" > > use source && java-pkg_dosrc src/java/* > >}
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 241378
: 168036