summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Undo last commit because we need to check java-pkg-opt-2 and java-ant-2 ↵Petteri Räty2007-01-281-2/+2
| | | | usage before adding the automatic dep on ant-core.
* Use WANT_ANT_TASKS if EANT_ANT_TASKS is not defined. Fixes bug #164315.Petteri Räty2007-01-282-4/+8
|
* Fix typoPetteri Räty2007-01-281-2/+2
|
* eant -lib is deprecated and should not be usedPetteri Räty2007-01-281-3/+19
|
* Move inherit java-ant-2 check to eant itself from the generic src_compile in ↵Petteri Räty2007-01-282-7/+8
| | | | java-pkg-2.
* Make the generic src_compile die with JAVA_PKG_STRICT if you are not inherit ↵Petteri Räty2007-01-281-2/+7
| | | | java-ant-2 also.
* Various fixesPeter Weller2007-01-281-6/+22
|
* Fixed SLOT settings to not break metadata cache.Danny van Dyk2007-01-281-3/+3
|
* Add missing multilib inherit spotted by dev-zero.Bryan Østergaard2007-01-271-2/+2
|
* Quote "${@}" in for loops again.Vlastimil Babka2007-01-261-4/+4
|
* Remove example use flag from ruby.eclass, #145222Nguyen Thai Ngoc Duy2007-01-261-7/+1
|
* Fixed #159922Nguyen Thai Ngoc Duy2007-01-262-3/+41
|
* Added EANT_ANT_TASKS to pass ANT_TASKS to eant. ANT_TASKS is unset in ↵Petteri Räty2007-01-251-2/+4
| | | | java-pkg_init so it can't be used in global scope.
* save and restore shell options, thanks to Sandro in bug Â#162121Daniel Drake2007-01-251-2/+4
|
* Removing KEYWORDS; Fixes bug #163818.Alexander Færøy2007-01-251-2/+1
|
* Stable on MIPS.Alexander Færøy2007-01-251-2/+2
|
* adding usage of fdo-mime and gnome2-utils eclass for pkg_postinst and pkg_postrmPeter Weller2007-01-251-2/+16
|
* Updated external plugin names to gst-plugins-bad-0.10.4 and ↵Jim Ramsay2007-01-252-4/+15
| | | | gst-plugins-good-0.10.5
* Improve handling --* options order in jar-from, getjar{s}. Fix situation ↵Vlastimil Babka2007-01-251-28/+60
| | | | | | when they are called in src_test without --build-only (no param shift). Adds --into $dir parameter to jar-from().
* add patch from solar to kill gconfd only if activeSaleem Abdulrasool2007-01-241-4/+7
|
* Restore previous shopt options for bug # 160334Alec Warner2007-01-221-2/+3
|
* misc updates (style/quoting/env pollution/etc...) to make a bunch of ↵Mike Frysinger2007-01-221-49/+79
| | | | functions suck less
* Added xfce44().Joshua Nichols2007-01-221-1/+6
|
* Tweaking XFCE_VERSION and THUNAR_VERSION for 4.4.0.Joshua Nichols2007-01-221-3/+3
|
* Rename EANT_EXTRA_ARGUMENTS to EANT_EXTRA_ARGSPetteri Räty2007-01-211-3/+3
|
* Change distfile location from my devspace to mirror://gentooVlastimil Babka2007-01-211-2/+2
| | | | ----------------------------------------------------------------------
* ECLASS and INHERITED variables are not needed any more and removed trailing ↵Petteri Räty2007-01-211-5/+2
| | | | whitespace.
* Don't record dependencies when the ebuild phase is test, all those ↵Petteri Räty2007-01-211-4/+4
| | | | dependencies should be build only.
* Added maven.mode.offline to properties we always pass to antPetteri Räty2007-01-211-2/+2
|
* Pass paramaters on to eant in the default src_compile.Petteri Räty2007-01-211-2/+3
|
* Updated SRC_URI for xfce-goodies.Joshua Nichols2007-01-211-3/+3
|
* prepare for testing and fixing #145222Nguyen Thai Ngoc Duy2007-01-211-2/+6
|
* Add split-ant functionality to relevant eclasses.Vlastimil Babka2007-01-212-6/+190
| | | | ----------------------------------------------------------------------
* Adding ant-tasks.eclass for building of dev-java/ant-* packages.Vlastimil Babka2007-01-211-0/+161
|
* Ignore the .hidden directory, that is still used actively.Diego Elio Pettenò2007-01-211-2/+3
|
* Add support for JAVA_ANT_IGNORE_SYSTEM_CLASSES.Petteri Räty2007-01-201-1/+6
|
* Make eant add -q to ant options with PORTAGE_QUIET is set.Petteri Räty2007-01-201-4/+3
|
* Fix bug #162952.Krzysztof Pawlik2007-01-201-5/+2
|
* Improve debug outputPetteri Räty2007-01-201-2/+4
|
* replace tab with space in epatch outputMike Frysinger2007-01-201-2/+2
|
* move WANT setting back to global scopeMike Frysinger2007-01-191-44/+7
|
* Add two warnings whenever a package installs .desktop filesDiego Elio Pettenò2007-01-191-2/+19
| | | | | | | a) in the deprecated /usr/share/applnk - it is deprecated for a reason (non-standard), plus it won't be checked by GNOME or other non-KDE menus; b) without a Categories attribute (it won't be shown properly, it will fall into the Lost & Found menu. Now let's enjoy the bugs flowing.
* fixes bug #153227, bug #156712 and bug #161584.Akinori Hattori2007-01-191-35/+135
|
* implement --missing flag for user-control over IUSE-missing behaviorMike Frysinger2007-01-191-5/+22
|
* Fix compilation issue when automake-1.10 is around. Fixes bug #161093.Peter Johanson2007-01-181-1/+8
|
* move EXPORT_FUNCTIONS to the end and use emake in src_installMike Frysinger2007-01-181-5/+5
|
* Seems those variables were not used after allPetteri Räty2007-01-161-4/+1
|
* Added support for JAVA_PKG_IUSE and the mandatory ECLASS and INHERITED ↵Petteri Räty2007-01-161-1/+15
| | | | variables.
* Revert xineramaproto headers to be based on xinerama use flag (bug #162089, ↵Caleb Tennis2007-01-161-2/+2
| | | | from bug #158921)
* Added --with-dependencies option to jar-from and getjars and made dojar warn ↵Petteri Räty2007-01-151-3/+20
| | | | when overwriting an existing destination jar.