Log of /eclass/java-pkg-2.eclass
Parent Directory
|
Revision Log
Revision
1.38 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 4 08:27:42 2012 UTC
(11 months, 2 weeks ago)
by
sera
Branch:
MAIN
Changes since
1.37: +1 -2 lines
Diff to
previous 1.37
No longer call java-pkg_ensure-test in java-pkg-2_pkg_setup as this is handled by all package managers. #278965
Revision
1.34 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 2 21:41:29 2009 UTC
(3 years, 8 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.33: +56 -1 lines
Diff to
previous 1.33
add java-pkg-2_src_test but don't export it so it can be used but doesn't break things that haven't been made to work with it
Revision
1.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 11 21:07:13 2008 UTC
(4 years, 7 months ago)
by
caster
Branch:
MAIN
Changes since
1.29: +11 -1 lines
Diff to
previous 1.29
Move the src_prepare export from java-utils-2 to java-pkg-2 and java-pkg-opt-2 (where it's now called only if USE=java).
Revision
1.27 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 7 16:48:45 2008 UTC
(4 years, 10 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.26: +55 -1 lines
Diff to
previous 1.26
Always put junit to gentoo.classpath when ANT_TASKS has ant-junit. Fixes bug #225981.
Revision
1.22 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 7 22:10:46 2007 UTC
(6 years ago)
by
caster
Branch:
MAIN
Changes since
1.21: +5 -5 lines
Diff to
previous 1.21
Allow EANT_DOC_TARGET="" to disable generating javadocs in default src_compile() even if doc is in IUSE, bug
#166630.
Revision
1.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 7 12:55:52 2007 UTC
(6 years, 1 month ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.20: +2 -2 lines
Diff to
previous 1.20
Fixed a bug where the generic src_compile was unsetting ANT_TASKS from the env if EANT_ANT_TASKS wasn't specified.
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 28 20:04:59 2007 UTC
(6 years, 3 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.18: +1 -6 lines
Diff to
previous 1.18
Move inherit java-ant-2 check to eant itself from the generic src_compile in java-pkg-2.
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 28 19:53:17 2007 UTC
(6 years, 3 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.17: +7 -2 lines
Diff to
previous 1.17
Make the generic src_compile die with JAVA_PKG_STRICT if you are not inherit java-ant-2 also.
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 25 23:02:55 2007 UTC
(6 years, 3 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.16: +4 -2 lines
Diff to
previous 1.16
Added EANT_ANT_TASKS to pass ANT_TASKS to eant. ANT_TASKS is unset in java-pkg_init so it can't be used in global scope.
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 16 21:11:29 2007 UTC
(6 years, 4 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.12: +15 -1 lines
Diff to
previous 1.12
Added support for JAVA_PKG_IUSE and the mandatory ECLASS and INHERITED variables.
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 12 16:12:15 2007 UTC
(6 years, 4 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.11: +2 -12 lines
Diff to
previous 1.11
Moving EANT_GENTOO_CLASSPATH handling to eant implementation so that it can be used automatically in both src_compile and src_test.
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 12 13:48:12 2007 UTC
(6 years, 4 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.10: +14 -2 lines
Diff to
previous 1.10
Added EANT_GENTOO_CLASSPATH and EANT_EXTRA_ARGUMENTS support to the general src_compile.
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 10 09:59:21 2007 UTC
(6 years, 4 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.9: +5 -1 lines
Diff to
previous 1.9
Added EANT_FILTER_COMPILER to the default src_compile control variables.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 10 09:52:51 2007 UTC
(6 years, 4 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.8: +5 -1 lines
Diff to
previous 1.8
Added to code to automatically show possible bundled jars in pre_src_compile.
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 18 10:18:56 2006 UTC
(6 years, 5 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.7: +2 -2 lines
Diff to
previous 1.7
Use normal vecho until vecho or something similar is agreed to be part of public API.
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 8 12:12:04 2006 UTC
(6 years, 5 months ago)
by
betelgeuse
Branch:
MAIN
Changes since
1.4: +2 -1 lines
Diff to
previous 1.4
Make java-pkg-2.eclass die on pkg_setup if FEATURES has test, IUSE has test and use test is true.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
| Sticky Tag: |
|