Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 119890 Details for
Bug 113603
[NEW EBUILD] jflex-1.4.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
jflex-1.4.1.ebuild (text/plain), 1.43 KB, created by
Jean-Noël Rivasseau (RETIRED)
on 2007-05-21 15:35:38 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
Jean-Noël Rivasseau (RETIRED)
Created:
2007-05-21 15:35:38 UTC
Size:
1.43 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >JAVA_PKG_IUSE="source" > >inherit java-pkg-2 java-ant-2 > >DESCRIPTION="JFlex is a lexical analyzer generator for Java" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz JFlex-1.4.1.jar" >HOMEPAGE="http://www.jflex.de/" >LICENSE="GPL" >SLOT="0" >KEYWORDS="~x86 ~amd64" >RDEPEND=">=virtual/jre-1.4 > vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) > dev-java/ant-core > dev-java/junit" > >DEPEND=">=virtual/jdk-1.4 > dev-java/junit > >=dev-java/javacup-11a_beta20060608" > >IUSE="doc vim-syntax" > >src_unpack() { > unpack ${P}.tar.gz > cd ${S}/src > epatch ${FILESDIR}/${P}-build.xml.patch > rm -rf java_cup > mkdir ${S}/tools > cp ${DISTDIR}/JFlex.jar ${S}/tools > java-ant_rewrite-classpath >} > >src_compile() { > cd ${S}/src > eant realclean > eant -Dgentoo.classpath=`java-pkg_getjars ant-core,junit,javacup` jar > > rm ${S}/tools/JFlex.jar > cp ${S}/lib/JFlex.jar ${S}/tools > > eant realclean > einfo "Recompiling using the newly generated JFlex library" > > eant -Dgentoo.classpath=`java-pkg_getjars ant-core,junit,javacup` jar >} > >src_install() { > java-pkg_dojar lib/JFlex.jar > > java-pkg_dolauncher ${PN} --main JFlex.Main > > dodoc doc/manual.pdf doc/manual.ps.gz src/changelog > dohtml -r doc/* > > use source && java-pkg_dosrc src/JFlex src/java_cup > > if use vim-syntax; then > insinto /usr/share/vim/vimfiles/syntax > doins "${S}"/lib/jflex.vim > fi >}
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 113603
:
73622
|
73623
|
88564
|
88565
|
105026
|
111734
| 119890 |
119892
|
119995