Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 270679 Details for
Bug 363147
circular dependencies between dev-java/xalan, dev-java/bcel and dev-java/ant-junit
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
A new ebuild for bcel-5.2
bcel-5.2-r2.ebuild (text/plain), 1.24 KB, created by
Ralph Sennhauser (RETIRED)
on 2011-04-20 15:49:34 UTC
(
hide
)
Description:
A new ebuild for bcel-5.2
Filename:
MIME Type:
Creator:
Ralph Sennhauser (RETIRED)
Created:
2011-04-20 15:49:34 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="4" > >JAVA_PKG_IUSE="doc source" > >inherit eutils java-pkg-2 java-ant-2 > >DESCRIPTION="The Byte Code Engineering Library: analyze, create, manipulate Java class files" >HOMEPAGE="http://jakarta.apache.org/bcel/" >SRC_URI="mirror://apache/jakarta/${PN}/source/${P}-src.tar.gz > findbugs? ( http://dev.gentoo.org/~fordfrog/distfiles/findbugs-${P}_p20070531.patch.bz2 )" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" > >IUSE="-findbugs" > >RDEPEND=">=virtual/jre-1.5" >DEPEND=">=virtual/jdk-1.5" > >java_prepare() { > epatch "${FILESDIR}/${P}"-build.xml.patch > if use findbugs; then > # Remove next line if no longer needed. Removes build.xml from patch. > patch -d "${WORKDIR}" -p0 < "${FILESDIR}"/findbugs-${P}_p20070531.patch.patch || die "Failed to patch" > > EPATCH_OPTS="-p7" epatch "${WORKDIR}"/findbugs-${P}_p20070531.patch > fi >} > >src_install() { > java-pkg_newjar ./target/${P}.jar > dodoc README.txt > > use doc && java-pkg_dojavadoc dist/docs/api > 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 363147
:
270675
|
270677
| 270679