Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105026 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 file
jflex-1.4.1.ebuild (text/plain), 1.11 KB, created by
Ron Kuris
on 2006-12-30 22:09:05 UTC
(
hide
)
Description:
Updated ebuild file
Filename:
MIME Type:
Creator:
Ron Kuris
Created:
2006-12-30 22:09:05 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >inherit java-pkg-2 java-ant-2 java-utils > >MY_PV=${PV} >DESCRIPTION="JFlex is a lexical analyzer generator for Java" >SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz" >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 ) )" > >DEPEND=">=virtual/jdk-1.4 > sys-apps/sed > >=dev-java/junit-3.8.1 > >=dev-java/ant-core-1.5" > >S=${WORKDIR} >IUSE="doc vim-syntax" > >src_unpack() { > unpack ${A} > cd ${S}/${PN}-${MY_PV}/src > if java-utils_is-vm-version-ge 1 5; then > einfo "Compiling for Java 1.5" > sed -i -e 's/target="1.4"/target="1.5"/g' build.xml || \ > die "Sed broke!" > fi >} >src_compile() { > cd ${S}/${PN}-${MY_PV}/src > eant gettools jar >} > >src_install() { > cd ${S}/${PN}-${MY_PV} > java-pkg_dojar lib/*.jar > dodoc doc/* > ewarn "Installing from ${FILESDIR}/jflex" > dobin ${FILESDIR}/jflex > if use vim-syntax; then > insinto /usr/share/vim/vimfiles/syntax > doins "${S}"/${PN}-${MY_PV}/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