Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435470 - dev-java/javacc: please review prefix changes
Summary: dev-java/javacc: please review prefix changes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: Inclusion, PATCH
Depends on:
Blocks: prefix-gx86
  Show dependency tree
 
Reported: 2012-09-19 04:13 UTC by Christoph Junghans (RETIRED)
Modified: 2012-09-28 10:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for javacc-5.0.ebuild (javacc-5.0.ebuild.patch,1.27 KB, patch)
2012-09-19 04:13 UTC, Christoph Junghans (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Junghans (RETIRED) gentoo-dev 2012-09-19 04:13:44 UTC
Created attachment 324258 [details, diff]
patch for javacc-5.0.ebuild

Changes:
- EAPI bumped to 4 to make portage prefix-aware
- prefixed JAVACC_HOME
- ${D} -> ${ED}
- dodoc dies automatically on EAPI=4
Comment 1 Ralph Sennhauser (RETIRED) gentoo-dev 2012-09-28 10:21:55 UTC
Fixed along with other stuff and unmasked javacc-5.0 in tree.

*javacc-5.0-r1 (28 Sep 2012)

  28 Sep 2012; Ralph Sennhauser <sera@gentoo.org> +javacc-5.0-r1.ebuild:
  EAPI bump for Prefix support by Christoph Junghans <ottxor@gentoo.org>.
  #435470
  Also fix HOMEPAGE and SRC_URI.
  Dont leak jre into DEPEND as it may confuse vm switching code.
  Register run dep on junit. #298720
  Make better use of eclasses, drop hacks.
  Use java-pkg_doexamples to install examples.

Thanks for the patch.