Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 394228 Details for
Bug 505498
dev-java/jflex-1.5.0: JFlex fails to run
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
new ebuild
jflex-1.5.0.patch (text/plain), 1.68 KB, created by
Martin Walch
on 2015-01-18 03:21:46 UTC
(
hide
)
Description:
new ebuild
Filename:
MIME Type:
Creator:
Martin Walch
Created:
2015-01-18 03:21:46 UTC
Size:
1.68 KB
patch
obsolete
>--- a/jflex-1.5.0.ebuild 2015-01-18 04:13:10.637449740 +0100 >+++ b/jflex-1.5.0.ebuild 2015-01-18 04:14:09.366198351 +0100 >@@ -1,4 +1,4 @@ >-# Copyright 1999-2014 Gentoo Foundation >+# Copyright 1999-2015 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-java/jflex/jflex-1.5.0.ebuild,v 1.1 2014/03/08 16:17:17 tomwij Exp $ > >@@ -28,7 +28,7 @@ > IUSE="${JAVA_PKG_IUSE} source vim-syntax" > > java_prepare() { >- cp "${FILESDIR}"/${P}-build.xml build.xml || die >+ cp ${FILESDIR}/jflex-1.5.0-build.xml ${S}/build.xml > } > > # TODO: Try to avoid using bundled jar (See bug #498874) >@@ -40,17 +40,17 @@ > EANT_GENTOO_CLASSPATH="ant-core" > EANT_GENTOO_CLASSPATH_EXTRA="lib/${P}.jar" > JAVA_ANT_REWRITE_CLASSPATH="true" >-ANT_TASKS="javacup" >+WANT_ANT_TASKS="javacup" > > src_compile() { > java-pkg-2_src_compile > > # Compile another time, using our generated jar; for sanity. >- cp target/${P}.jar ${EANT_GENTOO_CLASSPATH_EXTRA} >+ cp build/${P}.jar ${EANT_GENTOO_CLASSPATH_EXTRA} > java-pkg-2_src_compile > } > >-# EANT_TEST_GENTOO_CLASSPATH doesn't support EANT_GENTOO_CLASSPATH_EXTRA yet. >+# EANT_TEST_GENTOO_CLASSPATH doesn't support EANT_GENTOO_CLASSPATH_EXTRA yet. > RESTRICT="test" > > src_test() { >@@ -58,14 +58,14 @@ > } > > src_install() { >- java-pkg_newjar target/${P}.jar >+ java-pkg_newjar build/${P}.jar ${PN}.jar > java-pkg_dolauncher "${PN}" --main jflex.Main > java-pkg_register-ant-task > > if use doc ; then >- dodoc doc/manual.pdf doc/manual.ps.gz src/changelog >+ dodoc doc/manual.pdf changelog.md > dohtml -r doc/* >- java-pkg_dojavadoc target/site/apidocs >+ java-pkg_dojavadoc javadoc > fi > > use examples && java-pkg_doexamples examples
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 505498
:
373354
| 394228 |
394230
|
394232