summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Rev bumped 6.0.x ebuild, consolidated files for the slot instead of per ↵William Thomson2006-12-083-1/+185
| | | | | | version. Removed obsolete 5.5.17 files. Package-Manager: portage-2.1.2_rc2-r4
* Removed false dep on jaxen from 5.5.20.William Thomson2006-12-073-22/+14
| | | | Package-Manager: portage-2.1.2_rc2-r4
* It\'s java-pkg_filter-compiler not java-pkg_filter.Petteri Räty2006-12-063-11/+25
| | | | Package-Manager: portage-2.1.2_rc2-r3
* Adding -ppc -pp64 to all 5.5 and 6.0 ebuilds due to missing sun.ssl.* stuff ↵William Thomson2006-12-055-32/+33
| | | | | | in IBM jdks. Added code to filter ecj on 5.5 ebuild. Cleaned up 6.0.2 ebuild a bit. Package-Manager: portage-2.1.2_rc2-r4
* Update xerces dep for upcoming 2.6 slotmove.Vlastimil Babka2006-11-301-8/+8
| | | | Package-Manager: portage-2.1.2_rc2-r3
* Update xerces dep for upcoming 2.6 slotmove.Vlastimil Babka2006-11-302-3/+6
| | | | Package-Manager: portage-2.1.2_rc2-r3
* Removed older ebuilds, dropped ~amd64 and x86 keywords from 5.0.27. Since ↵William Thomson2006-11-283-341/+8
| | | | | | that version is only being kept atm for ppc/ppc64. Despite it being binary, having bundled deps, and lots of bugs. Package-Manager: portage-2.1.2_rc2-r2
* Removed older ebuilds, dropped ~amd64 and x86 keywords from 5.0.27. Since ↵William Thomson2006-11-282-3/+9
| | | | | | that version is only being kept atm for ppc/ppc64. Despite it being binary, having bundled deps, and lots of bugs. Package-Manager: portage-2.1.2_rc2-r2
* Stabilized on amd64 (see bug #155622).Joshua Nichols2006-11-283-21/+14
| | | | Package-Manager: portage-2.1.2_rc1-r5
* stable x86, bug #155622Christian Faulhammer2006-11-233-11/+25
| | | | Package-Manager: portage-2.1.1-r2
* Initial ebuild for Tomcat 6.0.2 alpha, despite sources/ebuild not named as ↵William Thomson2006-11-207-5/+396
| | | | | | such. Compiles, runs and should be some what useable. Although will be package masked, since it's alpha sources. jni USE flag should not be used, still working on that part, help there appreciated Package-Manager: portage-2.1.2_rc1-r6
* Ebuild cleanup, removed older revisionsWilliam Thomson2006-11-045-686/+4
| | | | Package-Manager: portage-2.1.2_rc1-r1
* Ebuild cleanup, removed older revisionsWilliam Thomson2006-11-041-1/+5
| | | | Package-Manager: portage-2.1.2_rc1-r1
* Fixed problem with ant calling targets that don't exist, like javadoc.William Thomson2006-10-183-11/+15
| | | | Package-Manager: portage-2.1.2_pre3-r2
* Created new patch re-writing some existing and adding a few new, ant targets ↵William Thomson2006-10-184-225/+15
| | | | | | for admin/example webapps. Should resolve bug #150715 Package-Manager: portage-2.1.2_pre3-r2
* Created new patch re-writing some existing and adding a few new, ant targets ↵William Thomson2006-10-184-12/+546
| | | | | | for admin/example webapps. Should resolve bug #150715 Package-Manager: portage-2.1.2_pre3-r2
* Added call to java-pkg_pkg_setup, for bug #142708Joshua Nichols2006-10-143-10/+14
| | | | Package-Manager: portage-2.1.2_pre2-r6
* Corrected Tomcat's build.xml patch to no longer comment out ↵William Thomson2006-10-103-346/+11
| | | | | | build-webapps-precompile and fix-webapps target. Which due to upstream changes of those targets were preventing all aspects of the admin webapp from being built. Users reporting issues like bug # 150562. I suspect aspects from other webapps were missing as well but not reported or confirmed. This should resolve any, short of anyones objects to the precompile target and it's functions Package-Manager: portage-2.1.2_pre2-r6
* Corrected Tomcat's build.xml patch to no longer comment out ↵William Thomson2006-10-103-25/+347
| | | | | | build-webapps-precompile and fix-webapps target. Which due to upstream changes of those targets were preventing all aspects of the admin webapp from being built. Users reporting issues like bug # 150562. I suspect aspects from other webapps were missing as well but not reported or confirmed. This should resolve any, short of anyones objects to the precompile target and it's functions Package-Manager: portage-2.1.2_pre2-r6
* Dropping sparc keywords, see #96229Gustavo Zacarias2006-10-051-8/+18
| | | | Package-Manager: portage-2.1.1
* Dropping sparc keywords, see #96229Gustavo Zacarias2006-10-052-3/+7
| | | | Package-Manager: portage-2.1.1
* Redigested, ewWilliam Thomson2006-09-282-17/+20
| | | | Package-Manager: portage-2.1.2_pre1-r1
* New 0 day ebuild for Tomcat 5.5.20. Introduce admin use flag that will ↵William Thomson2006-09-2815-1/+1031
| | | | control the struts dep and if the admin webapp will be present.
* Corrected invalid atom =dev-java/sun-jaf per bug # 149317. Also corrected ↵William Thomson2006-09-273-12/+19
| | | | | | the package xml-apis.jar comes from. Was changed to xml-commons-external-1.3 but was mistakenly changed back when updating the ebuild for java5 use flag and 1.5 jdks Package-Manager: portage-2.1.2_pre1-r1
* Changed sun-jaf-1 to sun-jaf since it's slotted 0 not 1William Thomson2006-09-263-12/+16
| | | | Package-Manager: portage-2.1.2_pre1-r1
* Forgot to apply sun-javamail-bin -> sun-javamail and gnu-jaf -> sun-jaf ↵William Thomson2006-09-263-12/+17
| | | | | | changes with jars passed to ant Package-Manager: portage-2.1.2_pre1-r1
* Fixed error recently created in Tomcat 5.5.17 init script with omission of ↵William Thomson2006-09-265-13/+353
| | | | | | /conf after ${CATALINA_BASE} for conf files. ooops! Also switched deps from sun-javamail-bin to sun-javamail, and from gnu-jaf to sun-jaf Package-Manager: portage-2.1.2_pre1-r1
* Remove ~alpha keyword.Bryan Østergaard2006-09-233-11/+15
| | | | Package-Manager: portage-2.1.2_pre1-r1
* Synced recent modifications of 5.5.17 init script with 5.0.28. Removed older ↵William Thomson2006-09-205-660/+15
| | | | | | 5.0.28 ebuilds Package-Manager: portage-2.1.2_pre1
* Synced recent modifications of 5.5.17 init script with 5.0.28. Removed older ↵William Thomson2006-09-204-11/+317
| | | | | | 5.0.28 ebuilds Package-Manager: portage-2.1.2_pre1
* Fixed init script to set ${CATALINA_TMPDIR} per bug #148387William Thomson2006-09-205-672/+15
| | | | Package-Manager: portage-2.1.2_pre1
* Fixed init script to set ${CATALINA_TMPDIR} per bug #148387William Thomson2006-09-204-3/+338
| | | | Package-Manager: portage-2.1.2_pre1
* Fixed init script to respect per bug # 148331. Removed older ebuildWilliam Thomson2006-09-205-29/+36
|
* Fixed name in ChangeLogWilliam Thomson2006-09-102-11/+11
| | | | Package-Manager: portage-2.1.1
* Removed eant || die from ebuilds. Sync 5.0.28 ebuild with one in overlay ↵William Thomson2006-09-095-644/+26
| | | | | | that is more current. Removed older versions of 5.5.17 ebuild. Package-Manager: portage-2.1.1_rc1-r5
* Removed eant || die from ebuilds. Sync 5.0.28 ebuild with one in overlay ↵William Thomson2006-09-097-23/+703
| | | | | | that is more current. Removed older versions of 5.5.17 ebuild. Package-Manager: portage-2.1.1_rc1-r5
* Fixed Tomcat to compile with JAVA_PKG_STRICT.Petteri Räty2006-09-093-11/+27
| | | | Package-Manager: portage-2.1.1
* Added back struts stuff that was lost when applying a 1.5 patchWilliam Thomson2006-09-054-5/+340
| | | | Package-Manager: portage-2.1.1_rc1
* Take two on ebuild fixWilliam Thomson2006-09-043-12/+15
| | | | Package-Manager: portage-2.1.1_rc1
* Digest did not get committedWilliam Thomson2006-09-042-5/+8
| | | | Package-Manager: portage-2.1.1_rc1
* Fixed problem with newest Tomcat ebuild. When java5 USE flag was in use it ↵William Thomson2006-09-043-13/+19
| | | | | | would mess up creation of directories. One of which contains many symlinks needed during compile. No revision buump, since it's fixing a broken revision bump previously committed. Package-Manager: portage-2.1.1_rc1
* fix dep typoMichael Sterrett2006-09-042-6/+6
| | | | Package-Manager: portage-2.1.1_rc1-r3
* Updated metadata.xml to reflect new maintainer, me :)William Thomson2006-09-043-9/+19
| | | | Package-Manager: portage-2.1.1_rc1
* Migrated 5.5.17 ebuild to gen 2. Introduced use of java5 USE flag. Synced ↵William Thomson2006-09-0410-45/+648
| | | | | | with changes applied to Tomcat in overlay. Added patches to stop building examples and docs unless USE flags are set Package-Manager: portage-2.1.1_rc1
* Removed commons-logging.jar from init.d script, which can cause problems ↵Joshua Nichols2006-07-073-302/+15
| | | | | | with logging. Only commons-logging-api.jar is needed. Package-Manager: portage-2.1.1_pre2-r2
* Removed commons-logging.jar from init.d script, which can cause problems ↵Joshua Nichols2006-07-074-3/+298
| | | | | | with logging. Only commons-logging-api.jar is needed. Package-Manager: portage-2.1.1_pre2-r2
* Version bump.Joshua Nichols2006-07-0311-26/+719
| | | | Package-Manager: portage-2.1.1_pre1
* Fixing SHA256 digest, pass fourAlec Warner2006-04-271-13/+35
| | | | Package-Manager: portage-2.1_pre9-r4
* Fixing SHA256 digest, pass fourAlec Warner2006-04-273-1/+9
| | | | Package-Manager: portage-2.1_pre9-r4
* Moved enewgroup and enewuser calls to pkg_setup from src_install for bug ↵Petteri Räty2006-03-113-11/+19
| | | | | | #124680. Package-Manager: portage-2.1_pre5-r4