summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Expand)AuthorAgeFilesLines
* Remove IFS mangling instance with potential breakage.Vlastimil Babka2007-04-262-6/+8
* Fix java-pkg_jar-from() when called with multiple comma-separated packages wr...Vlastimil Babka2007-04-261-10/+15
* Revert accidental commit.Robin H. Johnson2007-04-253-50/+7
* Use MY_DATADIR instead of DATADIR, as DATADIR breaks when the environment alr...Robin H. Johnson2007-04-254-31/+75
* validate_desktop_entries: Donn't search in non-existing directories.Carsten Lohrke2007-04-251-10/+12
* Fix automatic build-only in src_test that I broke with previously.Vlastimil Babka2007-04-241-5/+5
* Fix bug #175820.Luca Longinotti2007-04-243-6/+6
* List only executables and shared objects (bug #175131).Kevin F. Quinn2007-04-241-4/+20
* Remove VDB grubbing for icon updates; bug #155993Daniel Gryniewicz2007-04-241-9/+2
* Fix for bug #152615. Thanks to Avuton Olrich <avuton@gmail.com>Fernando J. Pereda2007-04-241-13/+6
* Adding java-pkg_register-dependency() function.Vlastimil Babka2007-04-241-12/+65
* Apply whitespace checks from repoman to eclasses.Sven Wegener2007-04-239-24/+24
* should not contain HOMEPAGE as it's up to individual ebuilds to set this, and...Doug Goldstein2007-04-231-2/+1
* Now use newconfd for config file installation, Bug #174266.Matthias Schwarzott2007-04-231-3/+2
* DOC_DIR_SUFFIX handling was still incorrect. Should finally be fixed now.Wulf Krueger2007-04-221-2/+2
* Fixed DOC_DIR_SUFFIX handling. Fixes bug 175538.Wulf Krueger2007-04-221-2/+2
* Caring for KDE's applnk stuff doesn't lead anywhere.Carsten Lohrke2007-04-221-2/+2
* validate_desktop_entries: don't process entries twice, condense information a...Carsten Lohrke2007-04-221-5/+6
* Add support for 7.0 upcoming releaseTimothy Redaelli2007-04-211-12/+12
* Take into account that KDE 3.x doesn't really comply to the basedir specCarsten Lohrke2007-04-201-9/+13
* Local variable declaration made paranoidly safe.Vlastimil Babka2007-04-201-2/+3
* Use the full deptree with EANT_GENTOO_CLASSPATH when in src_test.Petteri Räty2007-04-201-4/+4
* Make java-pkg_dojavadoc check for index.htmlPetteri Räty2007-04-201-1/+13
* Fix java-pkg_getjars ensure-dep looping.Petteri Räty2007-04-201-2/+2
* KEYWORDS -* -> ""Mike Frysinger2007-04-201-3/+3
* Add support for MythTV 0.21's new pluginsDoug Goldstein2007-04-191-1/+5
* Fixup whitespace in elisp-common.eclassUlrich Müller2007-04-191-11/+11
* Move desktop entry handling to kde-functions.eclass and don't bother about ap...Carsten Lohrke2007-04-192-10/+23
* A missing colon prevented a auxiliary variable to be predefined if noChristian Faulhammer2007-04-181-11/+11
* Use elog instead of einfo in java-pkg_ensure-dep.Petteri Räty2007-04-181-7/+7
* Silence dep checker warning when inside a sub shell.Petteri Räty2007-04-181-5/+5
* Updating java-utils-2.eclass with QA tests to check whether ebuild uses packa...Alistair Bush2007-04-171-2/+55
* modules-update -> update-modulesMike Frysinger2007-04-162-5/+5
* And againChristian Faulhammer2007-04-162-196/+39
* see commit before, this time for real:Christian Faulhammer2007-04-162-92/+333
* Cleaning up unused lines (commented and such)Christian Faulhammer2007-04-161-2/+2
* Use update-modules thanks to jakub in bug 174745Stefan Schweizer2007-04-161-2/+7
* Additional location for mysql-extras tarball.Robin H. Johnson2007-04-151-1/+2
* Give mysql_fx.eclass a few smarts to look for a versioned mysql-extras direct...Robin H. Johnson2007-04-151-3/+31
* Fix doenvd calls in nxserver eclasses, bug 173884Bernard Cafarelli2007-04-134-12/+8
* Remove check_KVStefan Schweizer2007-04-121-4/+1
* Fix bug #164543.Carsten Lohrke2007-04-121-2/+2
* trivial changesCarsten Lohrke2007-04-111-8/+8
* include $S in the default src_unpack msgMike Frysinger2007-04-101-2/+3
* $GAMES_LIBDIR is no longer used in the treeTristan Heaven2007-04-101-4/+1
* Updating vmware-mod.eclass for vmware-server-tools and to fix bug #172337.Mike Auty2007-04-091-8/+7
* Fixed a bug where the generic src_compile was unsetting ANT_TASKS from the en...Petteri Räty2007-04-071-2/+2
* replace INSDESTTREE/INSOPTIONS with subshells and insinto/insoptsMike Frysinger2007-04-075-34/+51
* call validate_desktop_entries()Carsten Lohrke2007-04-061-14/+6
* add validate_desktop_entries()Carsten Lohrke2007-04-061-1/+27