summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use dosym in java_pkg-doso and fix few debug prints. Patch by Davide ↵Vlastimil Babka2009-05-191-8/+5
| | | | Pesavento <davidepesa@gmail.com> in bug #251500.
* Simply java-pkg_func-exists using suggestions by ciaranm and dberkholz on ↵Petteri Räty2009-03-311-6/+3
| | | | gentoo-dev.
* run java_prepare before bundled jar check and use EBUILD_PHASE to detect ↵Petteri Räty2009-03-271-2/+4
| | | | when to run it
* Move java_prepare call inside the check for if the function has already been ↵Petteri Räty2009-03-271-2/+2
| | | | run.
* Add support for java_prepare so that we don't always have to call ↵Petteri Räty2009-03-271-1/+2
| | | | java-pkg-2_src_prepare in src_prepare.
* Move pkg_preinst to java-utils-2 and add it to java-pkg-opt-2.Serkan Kaba2009-02-191-1/+28
|
* Only add sys-apps/portage to dependencies with EAPI 0 or 1.Petteri Räty2009-02-111-3/+3
|
* Add EANT_NEEDS_TOOLS variable for adding tools.jar to gentoo.classpath, bug ↵Vlastimil Babka2008-12-291-1/+6
| | | | #231673 by James Le Cuirot <chewi@aura-online.co.uk>.
* Raise java-config dependency to latest version that works better with virtuals.Petteri Räty2008-12-201-2/+2
|
* Unset ANT_RESPECT_JAVA_HOME introduced to fix bug #151884.Vlastimil Babka2008-11-091-1/+2
|
* Move the src_prepare export from java-utils-2 to java-pkg-2 and ↵Vlastimil Babka2008-10-111-3/+2
| | | | java-pkg-opt-2 (where it's now called only if USE=java).
* Run java-config --help to see if the user hasn't run python-updater.Petteri Räty2008-10-101-1/+9
|
* Make EXPORT_FUNCTIONS conditional now that I figured out why it was dying.Petteri Räty2008-10-051-2/+3
|
* Remove conditionals from EXPORT_FUNCTIONS until I figure out why it fails ↵Petteri Räty2008-10-011-2/+2
| | | | sourcing.
* Move build.xml rewriting from eant to java-ant-2_src_configure and bundled ↵Petteri Räty2008-10-011-22/+23
| | | | jar checking to java-utils-2_src_prepare.
* Add support for EANT_GENTOO_CLASSPATH_EXTRA.Petteri Räty2008-07-221-2/+5
|
* Add missing dieTorsten Veller2008-07-191-2/+2
|
* Extend WANT_ANT_TASKS to accept full pkg atoms.Petteri Räty2008-07-091-4/+18
|
* Always put junit to gentoo.classpath when ANT_TASKS has ant-junit. Fixes bug ↵Petteri Räty2008-07-071-2/+2
| | | | #225981.
* Prepare eclasses to support javatoolkit move.Alistair Bush2008-06-181-3/+17
|
* fix typo in ejunitPetteri Räty2008-05-031-2/+2
|
* Fix ejunit to work when the package has no dependencies and getjars to work ↵Petteri Räty2008-05-031-14/+11
| | | | with VM provided virtuals.
* Adding EAPI=1 suppport to java functions.Alistair Bush2008-03-261-1/+23
|
* Add the ability to get GENTOO_COMPILER from the JDK config. This enables ↵Petteri Räty2008-03-031-11/+9
| | | | things like jamvm to use ecj. Record SLOT in package.env.
* Make ANT_TASKS="none" the new default, bug #203750.Vlastimil Babka2008-01-121-61/+16
|
* Fix function name in die message in java-pkg_getjar().Vlastimil Babka2008-01-121-2/+2
|
* Fix --virtual parameter handling in java-pkg_getjar.Vlastimil Babka2008-01-121-2/+2
|
* A typo in my last commit.Petteri Räty2007-11-281-2/+2
|
* Improvements to dojavadoc.Petteri Räty2007-11-281-3/+27
|
* Can't use export with JAVA_OPTIONS so just put back the unset. The warning ↵Petteri Räty2007-11-261-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 ↵Petteri Räty2007-11-261-5/+9
| | | | across functions.
* Make -Dbuild.sysclasspath=ignore mandatory in eant(). Bug #142538.Vlastimil Babka2007-11-251-7/+2
|
* Make JAVA_PKG_IUSE work with java-pkg-opt-2 too.Petteri Räty2007-11-131-1/+2
|
* Adding java-virtuals-2.eclass and updating java-utils-2.eclass to add ↵Alistair Bush2007-10-041-1/+28
| | | | support for java virtuals.
* Add --subdir option to java-pkg_doexamples.Petteri Räty2007-09-271-1/+8
|
* Remove eclass hooks to resolve bug #163262.Petteri Räty2007-08-051-12/+38
|
* Update java-config dependency to the latest version for optional deps.Petteri Räty2007-07-201-4/+4
|
* Fix potential problem in eant when used with ROOT != /Vlastimil Babka2007-06-191-2/+3
|
* Raise java-config dependency to 2.0.32.Vlastimil Babka2007-06-071-2/+2
|
* Support for OPTIONAL_DEPEND in package.env, via new function ↵Vlastimil Babka2007-05-281-9/+69
| | | | java-pkg_register-optional-dependency, bug #176182.
* Make ejunit pull in the full deptree to classpath.Petteri Räty2007-05-271-10/+26
|
* Adding PDEPEND support to ensure-dep functionAlistair Bush2007-05-261-11/+16
|
* Add java-pkg_register-environment-variable function. Needs new java-config ↵Vlastimil Babka2007-05-251-2/+36
| | | | release before it can be used.
* Add ejunitPetteri Räty2007-05-061-1/+31
|
* Export LANG="C" LC_ALL="C" for all JDK's and not just IBM. Fixes bug #170367 ↵Vlastimil Babka2007-05-041-2/+3
| | | | | | and generally should make our life easier.
* Automatically determine funcname in check-phase(); make ↵Vlastimil Babka2007-04-291-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.Vlastimil Babka2007-04-271-2/+2
|
* Remove IFS mangling instance with potential breakage.Vlastimil Babka2007-04-261-5/+2
|
* Fix java-pkg_jar-from() when called with multiple comma-separated packages ↵Vlastimil Babka2007-04-261-10/+15
| | | | wrt ensure-dep and build-only.
* Fix automatic build-only in src_test that I broke with previously.Vlastimil Babka2007-04-241-5/+5
|