Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85128 Details for
Bug 130756
ebuild for dev-java/javancss
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-java/javancss/javancss-22.42.ebuild
javancss-22.42.ebuild (text/plain), 1.14 KB, created by
Christopher G. Stach II
on 2006-04-21 11:19:27 UTC
(
hide
)
Description:
dev-java/javancss/javancss-22.42.ebuild
Filename:
MIME Type:
Creator:
Christopher G. Stach II
Created:
2006-04-21 11:19:27 UTC
Size:
1.14 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >inherit eutils java-pkg > >DESCRIPTION="A Source Measurement Suite for Java" >HOMEPAGE="http://www.kclee.de/clemens/java/javancss/" >SRC_URI="http://www.kclee.de/clemens/java/javancss/${PN}${PV}.zip" >LICENSE="GPL" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc" > >DEPEND=">=virtual/jdk-1.4.1 > app-arch/unzip > >=dev-java/ant-1.6 > dev-java/javacc" > >RDEPEND="|| ( >=virtual/jdk-1.4.1 >=virtual/jre-1.4.1 )" > >src_unpack() { > unpack ${A} > > epatch ${FILESDIR}/source14.patch > epatch ${FILESDIR}/build.patch >} > >src_compile() { > local antflags="all" > > cd ${WORKDIR}/${PN}${PV} > > ant ${antflags} || die "died on ant" >} > >src_install() { > cd ${WORKDIR}/${PN}${PV} > > java-pkg_dojar lib/${PN}.jar > java-pkg_dojar lib/ccl.jar > java-pkg_dojar lib/jhbasic.jar > > dobin bin/javancss > > dodir /usr/share/ant-core/lib > > dosym /usr/share/${PN}/lib/${PN}.jar /usr/share/ant-core/lib/${PN}.jar > > keepdir /usr/share/ant-core/lib/ext/ > > dosym /usr/share/${PN}/lib/ccl.jar /usr/share/ant-core/lib/ext/ccl.jar > dosym /usr/share/${PN}/lib/jhbasic.jar /usr/share/ant-core/lib/ext/jhbasic.jar >} >
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 130756
:
85128
|
85129
|
85130
|
85131