Gentoo Development: Difference between revisions

From Elvanör's Technical Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:


* [http://www.gentoo.org/proj/en/java/java-devel.xml Official Guide]
* [http://www.gentoo.org/proj/en/java/java-devel.xml Official Guide]
* ANT_TASKS can be set (and should be set) manually on the ebuild, but only in src_compile() or src_test().

Revision as of 15:28, 15 May 2007

  • If you write a simple ebuild, you still have to place it in the main Portage tree or in an overlay.
  • Apparently you don't get the auto-resume feature automatically. Nor do you get MD5 verification.

General Ebuild development guide

Java Ebuild writing guide

  • ANT_TASKS can be set (and should be set) manually on the ebuild, but only in src_compile() or src_test().