Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 119995 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]
Better ebuild (builds with JAVA_PKG_STRICT)
jflex-1.4.1.ebuild (text/plain), 1.61 KB, created by
Jean-Noël Rivasseau (RETIRED)
on 2007-05-22 13:05:19 UTC
(
hide
)
Description:
Better ebuild (builds with JAVA_PKG_STRICT)
Filename:
MIME Type:
Creator:
Jean-Noël Rivasseau (RETIRED)
Created:
2007-05-22 13:05:19 UTC
Size:
1.61 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-${PV}.jar" >HOMEPAGE="http://www.jflex.de/" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >RDEPEND=">=virtual/jre-1.4 > vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) > >=dev-java/ant-core-1.7.0 > >=dev-java/javacup-0.11a_beta20060608" > >DEPEND=">=virtual/jdk-1.4 > dev-java/junit > >=dev-java/javacup-0.11a_beta20060608" > >IUSE="doc source vim-syntax" > >src_unpack() { > unpack "${P}.tar.gz" > cd "${S}/src" > epatch "${FILESDIR}/${P}-build.xml.patch" > rm -rf java_cup "${S}/lib/JFlex.jar" > mkdir "${S}/tools" > cp "${DISTDIR}/JFlex-${PV}.jar" "${S}/tools/JFlex.jar" > java-ant_rewrite-classpath >} > >src_compile() { > ANT_TASKS="javacup" > jflex_cp="$(java-pkg_getjars --build-only junit):$(java-pkg_getjars ant-core,javacup)" > cd "${S}/src" > eant realclean > eant -Dgentoo.classpath="${jflex_cp}" 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="${jflex_cp}" jar >} > >src_install() { > java-pkg_dojar lib/JFlex.jar > java-pkg_dolauncher "${PN}" --main JFlex.Main > java-pkg_register-ant-task > > 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