Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79152 Details for
Bug 122023
version bump: dev-java/pmd-3.7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-java/pmd/pmd-3.5.ebuild
pmd-3.5.ebuild (text/plain), 1.53 KB, created by
Christopher G. Stach II
on 2006-02-07 12:20:20 UTC
(
hide
)
Description:
dev-java/pmd/pmd-3.5.ebuild
Filename:
MIME Type:
Creator:
Christopher G. Stach II
Created:
2006-02-07 12:20:20 UTC
Size:
1.53 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-util/pmd/pmd-1.5-r1.ebuild,v 1.4 2005/04/21 14:47:32 luckyduck Exp $ > >inherit eutils java-pkg > >DESCRIPTION="PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation and so forth." >HOMEPAGE="http://pmd.sourceforge.net" >SRC_URI="mirror://sourceforge/pmd/${PN}-src-${PV}.zip" >LICENSE="pmd" >SLOT="0" >KEYWORDS="~amd64 x86 ~ppc ~sparc" >IUSE="doc jikes" > >DEPEND=">=virtual/jdk-1.3 > app-arch/unzip > >=dev-java/ant-1.6 > >=dev-java/xerces-2.7* > dev-java/jakarta-oro > =dev-java/jaxen-1.1* > >=dev-java/junit-3.8.1" > >RDEPEND="|| ( >=virtual/jdk-1.3 >=virtual/jre-1.3 )" > >src_unpack() { > unpack ${A} > > cd ${S}/lib/ > > rm -f *.jar > > java-pkg_jar-from jakarta-oro-2.0 jakarta-oro.jar > java-pkg_jar-from jaxen-1.1 jaxen.jar > java-pkg_jar-from xerces-2 xercesImpl.jar > java-pkg_jar-from xerces-2 xml-apis.jar > > cd ${S} > > epatch ${FILESDIR}/${P}-lib.patch >} > >src_compile() { > local antflags="dist" > > use jikes && antflags="${antflags} -Dbuild.compiler=jikes" > > cd bin > > ant ${antflags} || die "died on ant" >} > >src_install() { > java-pkg_dojar lib/${PN}-${PV}.jar > > dodir /usr/share/ant-core/lib > > dosym /usr/share/${PN}/lib/${PN}-${PV}.jar /usr/share/ant-core/lib/${PN}.jar > > keepdir /usr/share/ant-core/lib/ext/ > > cd ${D}/usr/share/ant-core/lib/ext > > java-pkg_jar-from jaxen-1.1 jaxen.jar > java-pkg_jar-from jakarta-oro-2.0 jakarta-oro.jar > > use doc && java-pkg_dohtml -r docs/* >} >
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 122023
: 79152 |
79153