Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111734 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]
jflex-1.4.1.ebuild
jflex-1.4.1.ebuild (text/plain), 1.01 KB, created by
Mike Smith
on 2007-03-01 20:37:14 UTC
(
hide
)
Description:
jflex-1.4.1.ebuild
Filename:
MIME Type:
Creator:
Mike Smith
Created:
2007-03-01 20:37:14 UTC
Size:
1.01 KB
patch
obsolete
># Copyright 1999-2006 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 java-utils > >DESCRIPTION="JFlex is a lexical analyzer generator for Java" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz http://jflex.sourceforge.net/jar/stable/java_cup.jar" >HOMEPAGE="http://www.jflex.de/" >LICENSE="GPL" >SLOT="0" >KEYWORDS="~x86" >RDEPEND=">=virtual/jre-1.4 > vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )" > >DEPEND=">=virtual/jdk-1.4" > >IUSE="doc vim-syntax" > >src_unpack() { > unpack ${P}.tar.gz > mkdir ${S}/tools > cp ${S}/lib/JFlex.jar ${DISTDIR}/java_cup.jar ${S}/tools >} > >src_compile() { > cd ${S}/src > eant 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