GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
archive/repo/gentoo-2.git
RELEASE-1_4
import-1.1.1
master
Another conversion of the historical gentoo-x86 ebuild repository
Ulrich Müller <ulm@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eclass
/
java-utils-2.eclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the ability to get GENTOO_COMPILER from the JDK config. This enables thin...
Petteri Räty
2008-03-03
1
-11
/
+9
*
Make ANT_TASKS="none" the new default, bug #203750.
Vlastimil Babka
2008-01-12
1
-61
/
+16
*
Fix function name in die message in java-pkg_getjar().
Vlastimil Babka
2008-01-12
1
-2
/
+2
*
Fix --virtual parameter handling in java-pkg_getjar.
Vlastimil Babka
2008-01-12
1
-2
/
+2
*
A typo in my last commit.
Petteri Räty
2007-11-28
1
-2
/
+2
*
Improvements to dojavadoc.
Petteri Räty
2007-11-28
1
-3
/
+27
*
Can't use export with JAVA_OPTIONS so just put back the unset. The warning gi...
Petteri Räty
2007-11-26
1
-2
/
+4
*
Use export VAR= instead of unset because Portage does not preserve unsetting ...
Petteri Räty
2007-11-26
1
-5
/
+9
*
Make -Dbuild.sysclasspath=ignore mandatory in eant(). Bug #142538.
Vlastimil Babka
2007-11-25
1
-7
/
+2
*
Make JAVA_PKG_IUSE work with java-pkg-opt-2 too.
Petteri Räty
2007-11-13
1
-1
/
+2
*
Adding java-virtuals-2.eclass and updating java-utils-2.eclass to add support...
Alistair Bush
2007-10-04
1
-1
/
+28
*
Add --subdir option to java-pkg_doexamples.
Petteri Räty
2007-09-27
1
-1
/
+8
*
Remove eclass hooks to resolve bug #163262.
Petteri Räty
2007-08-05
1
-12
/
+38
*
Update java-config dependency to the latest version for optional deps.
Petteri Räty
2007-07-20
1
-4
/
+4
*
Fix potential problem in eant when used with ROOT != /
Vlastimil Babka
2007-06-19
1
-2
/
+3
*
Raise java-config dependency to 2.0.32.
Vlastimil Babka
2007-06-07
1
-2
/
+2
*
Support for OPTIONAL_DEPEND in package.env, via new function java-pkg_registe...
Vlastimil Babka
2007-05-28
1
-9
/
+69
*
Make ejunit pull in the full deptree to classpath.
Petteri Räty
2007-05-27
1
-10
/
+26
*
Adding PDEPEND support to ensure-dep function
Alistair Bush
2007-05-26
1
-11
/
+16
*
Add java-pkg_register-environment-variable function. Needs new java-config re...
Vlastimil Babka
2007-05-25
1
-2
/
+36
*
Add ejunit
Petteri Räty
2007-05-06
1
-1
/
+31
*
Export LANG="C" LC_ALL="C" for all JDK's and not just IBM. Fixes bug #170367 ...
Vlastimil Babka
2007-05-04
1
-2
/
+3
*
Automatically determine funcname in check-phase(); make announce-qa-violation...
Vlastimil Babka
2007-04-29
1
-18
/
+15
*
Fix previous commit, damn.
Vlastimil Babka
2007-04-27
1
-2
/
+2
*
Remove IFS mangling instance with potential breakage.
Vlastimil Babka
2007-04-26
1
-5
/
+2
*
Fix java-pkg_jar-from() when called with multiple comma-separated packages wr...
Vlastimil Babka
2007-04-26
1
-10
/
+15
*
Fix automatic build-only in src_test that I broke with previously.
Vlastimil Babka
2007-04-24
1
-5
/
+5
*
Adding java-pkg_register-dependency() function.
Vlastimil Babka
2007-04-24
1
-12
/
+65
*
Local variable declaration made paranoidly safe.
Vlastimil Babka
2007-04-20
1
-2
/
+3
*
Use the full deptree with EANT_GENTOO_CLASSPATH when in src_test.
Petteri Räty
2007-04-20
1
-4
/
+4
*
Make java-pkg_dojavadoc check for index.html
Petteri Räty
2007-04-20
1
-1
/
+13
*
Fix java-pkg_getjars ensure-dep looping.
Petteri Räty
2007-04-20
1
-2
/
+2
*
Use elog instead of einfo in java-pkg_ensure-dep.
Petteri Räty
2007-04-18
1
-7
/
+7
*
Silence dep checker warning when inside a sub shell.
Petteri Räty
2007-04-18
1
-5
/
+5
*
Updating java-utils-2.eclass with QA tests to check whether ebuild uses packa...
Alistair Bush
2007-04-17
1
-2
/
+55
*
replace INSDESTTREE/INSOPTIONS with subshells and insinto/insopts
Mike Frysinger
2007-04-07
1
-3
/
+9
*
Added instructions on how to fix an error when calling regjar with *.jar but ...
Petteri Räty
2007-03-25
1
-1
/
+6
*
Added missing separator for edoc.
Joshua Nichols
2007-03-22
1
-1
/
+2
*
Check that app-arch/zip is in DEPEND in java-pkg_dosrc.
Petteri Räty
2007-03-17
1
-4
/
+12
*
Changed silense to silence
Petteri Räty
2007-03-06
1
-3
/
+3
*
_JAVA_OPTIONS breaks java -version so let' filter it by default
Petteri Räty
2007-03-05
1
-1
/
+21
*
Add java-pkg_doexamples
Petteri Räty
2007-03-03
1
-1
/
+28
*
Then endless loop was caused by people having weird bashrc so changing the co...
Petteri Räty
2007-03-03
1
-2
/
+2
*
Don't use which to determine where depend-java-query is installed but hardcod...
Petteri Räty
2007-03-03
1
-2
/
+4
*
Fix recording of dependencies to package.env when java-pkg_jar-from is called...
Petteri Räty
2007-03-01
1
-1
/
+10
*
Remove trailing white space.
Petteri Räty
2007-03-01
1
-7
/
+7
*
Force >=dev-java/java-config-2.0.31 on everyone to make sure conditional jdk ...
Petteri Räty
2007-02-28
1
-2
/
+2
*
* Automatically add Junit.present=true to ant properties when in the test phase
Petteri Räty
2007-02-13
1
-5
/
+17
*
Improve output and comments for java-pkg_verify-classes().
Vlastimil Babka
2007-01-30
1
-12
/
+21
*
Added class version verifying when JAVA_PKG_STRICT is in effect. Thanks to al...
Petteri Räty
2007-01-30
1
-6
/
+18
[next]