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
*
Simply java-pkg_func-exists using suggestions by ciaranm and dberkholz on gen...
Petteri Räty
2009-03-31
1
-6
/
+3
*
run java_prepare before bundled jar check and use EBUILD_PHASE to detect when...
Petteri Räty
2009-03-27
1
-2
/
+4
*
Move java_prepare call inside the check for if the function has already been ...
Petteri Räty
2009-03-27
1
-2
/
+2
*
Add support for java_prepare so that we don't always have to call java-pkg-2_...
Petteri Räty
2009-03-27
1
-1
/
+2
*
Move pkg_preinst to java-utils-2 and add it to java-pkg-opt-2.
Serkan Kaba
2009-02-19
1
-1
/
+28
*
Only add sys-apps/portage to dependencies with EAPI 0 or 1.
Petteri Räty
2009-02-11
1
-3
/
+3
*
Add EANT_NEEDS_TOOLS variable for adding tools.jar to gentoo.classpath, bug #...
Vlastimil Babka
2008-12-29
1
-1
/
+6
*
Raise java-config dependency to latest version that works better with virtuals.
Petteri Räty
2008-12-20
1
-2
/
+2
*
Unset ANT_RESPECT_JAVA_HOME introduced to fix bug #151884.
Vlastimil Babka
2008-11-09
1
-1
/
+2
*
Move the src_prepare export from java-utils-2 to java-pkg-2 and java-pkg-opt-...
Vlastimil Babka
2008-10-11
1
-3
/
+2
*
Run java-config --help to see if the user hasn't run python-updater.
Petteri Räty
2008-10-10
1
-1
/
+9
*
Make EXPORT_FUNCTIONS conditional now that I figured out why it was dying.
Petteri Räty
2008-10-05
1
-2
/
+3
*
Remove conditionals from EXPORT_FUNCTIONS until I figure out why it fails sou...
Petteri Räty
2008-10-01
1
-2
/
+2
*
Move build.xml rewriting from eant to java-ant-2_src_configure and bundled ja...
Petteri Räty
2008-10-01
1
-22
/
+23
*
Add support for EANT_GENTOO_CLASSPATH_EXTRA.
Petteri Räty
2008-07-22
1
-2
/
+5
*
Add missing die
Torsten Veller
2008-07-19
1
-2
/
+2
*
Extend WANT_ANT_TASKS to accept full pkg atoms.
Petteri Räty
2008-07-09
1
-4
/
+18
*
Always put junit to gentoo.classpath when ANT_TASKS has ant-junit. Fixes bug ...
Petteri Räty
2008-07-07
1
-2
/
+2
*
Prepare eclasses to support javatoolkit move.
Alistair Bush
2008-06-18
1
-3
/
+17
*
fix typo in ejunit
Petteri Räty
2008-05-03
1
-2
/
+2
*
Fix ejunit to work when the package has no dependencies and getjars to work w...
Petteri Räty
2008-05-03
1
-14
/
+11
*
Adding EAPI=1 suppport to java functions.
Alistair Bush
2008-03-26
1
-1
/
+23
*
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
[next]