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
:
repo/gentoo/historical.git
master
Gentoo ebuild repository HISTORICAL read-only tree
Infrastructure team <infrastructure@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eclass
/
java-ant-2.eclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright years in headers
Christian Faulhammer
2011-12-27
1
-9
/
+9
*
Add java-ant_remove-taskdef()s --name parameter that removes only tasks of gi...
Vlastimil Babka
2011-10-21
1
-5
/
+13
*
Convert every instance of hasq to has.
Samuli Suominen
2011-07-08
1
-5
/
+5
*
Add java-ant_remote-taskdefs
Petteri Räty
2010-10-17
1
-6
/
+31
*
Skip the src_configure of java-ant-2.eclass when java-pkg-opt-2 is inherited ...
Vlastimil Babka
2010-04-29
1
-1
/
+6
*
Add a separate java-pkg_get-bootclasspath function and make java-pkg_rewrite-...
Vlastimil Babka
2010-02-12
1
-14
/
+3
*
Add EAPI=3 support for java eclasses. Bug #303061 and patch thanks to Ulrich ...
Vlastimil Babka
2010-02-01
1
-2
/
+5
*
Add support for rewriting bootclasspath in build.xml and JAVA_PKG_WANT_BOOTCL...
Vlastimil Babka
2009-11-08
1
-1
/
+47
*
Make rewriter3 respect JAVA_ANT_CLASSPATH_TAGS
Petteri Räty
2009-02-15
1
-2
/
+5
*
whitespace
Markus Meier
2009-02-08
1
-5
/
+5
*
Make sure JAVA_PKG_OPT_USE is respected for all eclass dependencies. Fixes bu...
Petteri Räty
2008-10-07
1
-5
/
+9
*
Make EXPORT_FUNCTIONS conditional now that I figured out why it was dying.
Petteri Räty
2008-10-05
1
-2
/
+2
*
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
-1
/
+19
*
Raise javatoolkit dep to current stable.
Vlastimil Babka
2008-09-28
1
-2
/
+2
*
Undo last accidental commit.
Petteri Räty
2008-07-07
1
-35
/
+6
*
Always put junit to gentoo.classpath when ANT_TASKS has ant-junit. Fixes bug ...
Petteri Räty
2008-07-07
1
-6
/
+35
*
Add support for JAVA_ANT_ENCODING using build-xml-rewrite.
Petteri Räty
2008-07-01
1
-6
/
+15
*
Fixed error where incorrect path to helper function used.
Alistair Bush
2008-06-20
1
-2
/
+2
*
Add missing -x operator.
Alistair Bush
2008-06-19
1
-2
/
+2
*
Prepare eclasses to support javatoolkit move.
Alistair Bush
2008-06-18
1
-1
/
+9
*
Rolling out bad patch that broke java. see #217766 #217767
Alistair Bush
2008-04-15
1
-20
/
+12
*
Updating java-ant-2.eclass to support relocation of javatoolkit
Alistair Bush
2008-04-15
1
-12
/
+20
*
Add support for JAVA_ANT_CLASSPATH_TAGS.
Petteri Räty
2008-03-05
1
-2
/
+14
*
Don't use in java-ant_xml-rewrite because it's run during the src_ functions.
Petteri Räty
2008-02-13
1
-4
/
+3
*
Remove generation 1 write support from the eclass to make it simpler. The ecl...
Petteri Räty
2008-01-27
1
-98
/
+80
*
Fix eval for classpath rewrite as it was missing the optional output rediction.
Petteri Räty
2008-01-22
1
-2
/
+2
*
Add JAVA_ANT_REWRITE_CLASSPATH support when using generation 2 rewrite. Fixes...
Petteri Räty
2008-01-22
1
-1
/
+9
*
Make ANT_TASKS="none" the new default, bug #203750.
Vlastimil Babka
2008-01-12
1
-16
/
+2
*
java-ant_bsfix_files was returning 1 when JAVA_PKG_DEBUG is on.
Petteri Räty
2007-12-18
1
-1
/
+3
*
Remove eclass hooks to resolve bug #163262.
Petteri Räty
2007-08-05
1
-25
/
+4
*
Apply third generation rewriting patch from kiorky. Only enabled when you hav...
Petteri Räty
2007-06-01
1
-15
/
+91
*
Remove IFS mangling instance with potential breakage.
Vlastimil Babka
2007-04-26
1
-1
/
+6
*
Raise javatoolkit dep to 0.2.0-r1 so that build.xml files with entities don't...
Vlastimil Babka
2007-03-15
1
-2
/
+2
*
Die outright, instead of warning about using ant_src_unpack.
Joshua Nichols
2007-03-11
1
-3
/
+2
*
Don't use Portage internals to make the eclass quieter without first checking...
Petteri Räty
2007-03-01
1
-5
/
+8
*
Put ant-core to DEPEND unless disabled. WANT_SPLIT_ANT restricts the dep to p...
Vlastimil Babka
2007-01-30
1
-6
/
+40
*
Undo last commit because we need to check java-pkg-opt-2 and java-ant-2 usage...
Petteri Räty
2007-01-28
1
-2
/
+2
*
Use WANT_ANT_TASKS if EANT_ANT_TASKS is not defined. Fixes bug #164315.
Petteri Räty
2007-01-28
1
-2
/
+4
*
Add split-ant functionality to relevant eclasses.
Vlastimil Babka
2007-01-21
1
-1
/
+18
*
Add support for JAVA_ANT_IGNORE_SYSTEM_CLASSES.
Petteri Räty
2007-01-20
1
-1
/
+6
*
Added java-ant_ignore-system-classes and java-ant_xml-rewrite
Petteri Räty
2007-01-12
1
-7
/
+39
*
Added instructions for re-emerging dev-python/pyxml when there are undefined ...
Petteri Räty
2007-01-06
1
-5
/
+22
*
Reworked the eclass to work with xml-rewrite-2.py that is way faster.
Petteri Räty
2006-12-27
1
-28
/
+81
*
Added CVS Headers after a request from grobian.
Petteri Räty
2006-12-03
1
-0
/
+1
*
Apply whitespace checks from repoman to eclasses.
Sven Wegener
2006-10-14
1
-2
/
+2
*
Fixes variable names. Also cleans up building of find_args. Courtesy of Caste...
Joshua Nichols
2006-09-11
1
-15
/
+13
*
New function to rewrite build.xml: adds classpath.
Krzysztof Pawlik
2006-08-06
1
-0
/
+28
*
Fixed typo of eclass variable names
Joshua Nichols
2006-08-01
1
-2
/
+2
*
Split fixing build files to separate function, which can be used by ebuilds. ...
Krzysztof Pawlik
2006-07-28
1
-18
/
+36
[next]