Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145548 Details for
Bug 212703
dev-java/antlr-2.7.7 USE-flag and quoting issues
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
antlr-2.7.7.patch
antlr.patch (text/plain), 1.94 KB, created by
Markus Meier
on 2008-03-08 12:36:27 UTC
(
hide
)
Description:
antlr-2.7.7.patch
Filename:
MIME Type:
Creator:
Markus Meier
Created:
2008-03-08 12:36:27 UTC
Size:
1.94 KB
patch
obsolete
>--- antlr-2.7.7.ebuild 2007-06-23 18:50:14.000000000 +0200 >+++ antlr-2.7.7-r1.ebuild 2008-03-08 13:35:05.000000000 +0100 >@@ -42,29 +42,29 @@ > -e "s|@libdir@|\$\{exec_prefix\}/$(get_libdir)/antlr|" \ > -e 's|@libs@|-r:\$\{libdir\}/antlr.astframe.dll -r:\$\{libdir\}/antlr.runtime.dll|' \ > -e "s|@VERSION@|${PV}|" \ >- ${FILESDIR}/antlr.pc.in > ${S}/antlr.pc >+ "${FILESDIR}"/antlr.pc.in > "${S}"/antlr.pc > } > > src_install() { > exeinto /usr/bin >- doexe ${S}/scripts/antlr-config >+ doexe "${S}"/scripts/antlr-config > > if ! use nocxx ; then >- cd ${S}/lib/cpp >+ cd "${S}"/lib/cpp > einstall || die "failed to install C++ files" > fi > > if ! use nojava ; then >- java-pkg_dojar ${S}/antlr/antlr.jar >+ java-pkg_dojar "${S}"/antlr/antlr.jar > > use script && java-pkg_dolauncher antlr --main antlr.Tool > >- use source && java-pkg_dosrc ${S}/antlr >+ use source && java-pkg_dosrc "${S}"/antlr > use doc && java-pkg_dohtml -r doc/* > fi > > if use mono ; then >- cd ${S}/lib >+ cd "${S}"/lib > > dodir /usr/$(get_libdir)/antlr/ > insinto /usr/$(get_libdir)/antlr/ >@@ -73,25 +73,25 @@ > doins antlr.runtime.dll > > insinto /usr/$(get_libdir)/pkgconfig >- doins ${S}/antlr.pc >+ doins "${S}"/antlr.pc > fi > > if use python ; then >- cd ${S}/lib/python >+ cd "${S}"/lib/python > distutils_src_install > fi > > if use examples ; then >- find ${S}/examples -iname Makefile\* -exec rm \{\} \; >+ find "${S}"/examples -iname Makefile\* -exec rm \{\} \; > > dodir /usr/share/doc/${PF}/examples > insinto /usr/share/doc/${PF}/examples > >- ! use cxx && doins -r ${S}/examples/cpp >- use java && doins -r ${S}/examples/java >- use mono && doins -r ${S}/examples/csharp >- use python && doins -r ${S}/examples/python >+ use nocxx || doins -r "${S}"/examples/cpp >+ use nojava || doins -r "${S}"/examples/java >+ use mono && doins -r "${S}"/examples/csharp >+ use python && doins -r "${S}"/examples/python > fi > >- newdoc ${S}/README.txt README >+ newdoc "${S}"/README.txt README > }
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 212703
: 145548