Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the ability to get GENTOO_COMPILER from the JDK config. This enables ↵ | 2008-03-03 | 1 | -11/+9 | |
| | | | | things like jamvm to use ecj. Record SLOT in package.env. | ||||
* | Make ANT_TASKS="none" the new default, bug #203750. | 2008-01-12 | 1 | -61/+16 | |
| | |||||
* | Fix function name in die message in java-pkg_getjar(). | 2008-01-12 | 1 | -2/+2 | |
| | |||||
* | Fix --virtual parameter handling in java-pkg_getjar. | 2008-01-12 | 1 | -2/+2 | |
| | |||||
* | A typo in my last commit. | 2007-11-28 | 1 | -2/+2 | |
| | |||||
* | Improvements to dojavadoc. | 2007-11-28 | 1 | -3/+27 | |
| | |||||
* | Can't use export with JAVA_OPTIONS so just put back the unset. The warning ↵ | 2007-11-26 | 1 | -2/+4 | |
| | | | | given to users should be enough even if the unset does not currently work. | ||||
* | Use export VAR= instead of unset because Portage does not preserve unsetting ↵ | 2007-11-26 | 1 | -5/+9 | |
| | | | | across functions. | ||||
* | Make -Dbuild.sysclasspath=ignore mandatory in eant(). Bug #142538. | 2007-11-25 | 1 | -7/+2 | |
| | |||||
* | Make JAVA_PKG_IUSE work with java-pkg-opt-2 too. | 2007-11-13 | 1 | -1/+2 | |
| | |||||
* | Adding java-virtuals-2.eclass and updating java-utils-2.eclass to add ↵ | 2007-10-04 | 1 | -1/+28 | |
| | | | | support for java virtuals. | ||||
* | Add --subdir option to java-pkg_doexamples. | 2007-09-27 | 1 | -1/+8 | |
| | |||||
* | Remove eclass hooks to resolve bug #163262. | 2007-08-05 | 1 | -12/+38 | |
| | |||||
* | Update java-config dependency to the latest version for optional deps. | 2007-07-20 | 1 | -4/+4 | |
| | |||||
* | Fix potential problem in eant when used with ROOT != / | 2007-06-19 | 1 | -2/+3 | |
| | |||||
* | Raise java-config dependency to 2.0.32. | 2007-06-07 | 1 | -2/+2 | |
| | |||||
* | Support for OPTIONAL_DEPEND in package.env, via new function ↵ | 2007-05-28 | 1 | -9/+69 | |
| | | | | java-pkg_register-optional-dependency, bug #176182. | ||||
* | Make ejunit pull in the full deptree to classpath. | 2007-05-27 | 1 | -10/+26 | |
| | |||||
* | Adding PDEPEND support to ensure-dep function | 2007-05-26 | 1 | -11/+16 | |
| | |||||
* | Add java-pkg_register-environment-variable function. Needs new java-config ↵ | 2007-05-25 | 1 | -2/+36 | |
| | | | | release before it can be used. | ||||
* | Add ejunit | 2007-05-06 | 1 | -1/+31 | |
| | |||||
* | Export LANG="C" LC_ALL="C" for all JDK's and not just IBM. Fixes bug #170367 ↵ | 2007-05-04 | 1 | -2/+3 | |
| | | | | | | and generally should make our life easier. | ||||
* | Automatically determine funcname in check-phase(); make ↵ | 2007-04-29 | 1 | -18/+15 | |
| | | | | announce-qa-violation output QA notices even without java-strict, and die with java-strict, unless called with --nodie; update all calls to the function to reflect this. | ||||
* | Fix previous commit, damn. | 2007-04-27 | 1 | -2/+2 | |
| | |||||
* | Remove IFS mangling instance with potential breakage. | 2007-04-26 | 1 | -5/+2 | |
| | |||||
* | Fix java-pkg_jar-from() when called with multiple comma-separated packages ↵ | 2007-04-26 | 1 | -10/+15 | |
| | | | | wrt ensure-dep and build-only. | ||||
* | Fix automatic build-only in src_test that I broke with previously. | 2007-04-24 | 1 | -5/+5 | |
| | |||||
* | Adding java-pkg_register-dependency() function. | 2007-04-24 | 1 | -12/+65 | |
| | |||||
* | Local variable declaration made paranoidly safe. | 2007-04-20 | 1 | -2/+3 | |
| | |||||
* | Use the full deptree with EANT_GENTOO_CLASSPATH when in src_test. | 2007-04-20 | 1 | -4/+4 | |
| | |||||
* | Make java-pkg_dojavadoc check for index.html | 2007-04-20 | 1 | -1/+13 | |
| | |||||
* | Fix java-pkg_getjars ensure-dep looping. | 2007-04-20 | 1 | -2/+2 | |
| | |||||
* | Use elog instead of einfo in java-pkg_ensure-dep. | 2007-04-18 | 1 | -7/+7 | |
| | |||||
* | Silence dep checker warning when inside a sub shell. | 2007-04-18 | 1 | -5/+5 | |
| | |||||
* | Updating java-utils-2.eclass with QA tests to check whether ebuild uses ↵ | 2007-04-17 | 1 | -2/+55 | |
| | | | | package without depending on it | ||||
* | replace INSDESTTREE/INSOPTIONS with subshells and insinto/insopts | 2007-04-07 | 1 | -3/+9 | |
| | |||||
* | Added instructions on how to fix an error when calling regjar with *.jar but ↵ | 2007-03-25 | 1 | -1/+6 | |
| | | | | not using ${D}. | ||||
* | Added missing separator for edoc. | 2007-03-22 | 1 | -1/+2 | |
| | |||||
* | Check that app-arch/zip is in DEPEND in java-pkg_dosrc. | 2007-03-17 | 1 | -4/+12 | |
| | |||||
* | Changed silense to silence | 2007-03-06 | 1 | -3/+3 | |
| | |||||
* | _JAVA_OPTIONS breaks java -version so let' filter it by default | 2007-03-05 | 1 | -1/+21 | |
| | |||||
* | Add java-pkg_doexamples | 2007-03-03 | 1 | -1/+28 | |
| | |||||
* | Then endless loop was caused by people having weird bashrc so changing the ↵ | 2007-03-03 | 1 | -2/+2 | |
| | | | | comment to reflect that. | ||||
* | Don't use which to determine where depend-java-query is installed but ↵ | 2007-03-03 | 1 | -2/+4 | |
| | | | | hardcode /usr/bin because the which was causing endless loops for some people | ||||
* | Fix recording of dependencies to package.env when java-pkg_jar-from is ↵ | 2007-03-01 | 1 | -1/+10 | |
| | | | | called for multiple packages using commas. | ||||
* | Remove trailing white space. | 2007-03-01 | 1 | -7/+7 | |
| | |||||
* | Force >=dev-java/java-config-2.0.31 on everyone to make sure conditional jdk ↵ | 2007-02-28 | 1 | -2/+2 | |
| | | | | dependencies work properly. | ||||
* | * Automatically add Junit.present=true to ant properties when in the test phase | 2007-02-13 | 1 | -5/+17 | |
| | | | | | | * Allow multiple atoms in EANT_GENTOO_CLASSPATH * Automatically add junit to gentoo.classpath when EANT_GENTOO_CLASSPATH is defined, ant-junit is in ANT_TASKS and we are in the test phase. | ||||
* | Improve output and comments for java-pkg_verify-classes(). | 2007-01-30 | 1 | -12/+21 | |
| | |||||
* | Added class version verifying when JAVA_PKG_STRICT is in effect. Thanks to ↵ | 2007-01-30 | 1 | -6/+18 | |
| | | | | ali_bush. |